summaryrefslogtreecommitdiff
path: root/emulators
AgeCommit message (Collapse)AuthorFilesLines
1999-12-29Makefile: lines reordered,wiz6-3/+7
DESCR: empty line removed, RCS tags added
1999-12-29RCS tags added/changed for pkglint (no # before $NetBSD$)wiz6-4/+6
1999-12-29fewer pkglint warnings by removing unnecessary lines in pkg/DESCRwiz3-4/+3
and reordering lines in Makefile
1999-12-29replaced some commands by their ${COMMAND} counterparts,wiz3-10/+12
reordered lines for fewer pkglint warnings
1999-12-18makemake makemakepatchpatchsumsumchristos1-3/+3
1999-12-18Use objcopy to make the binary file and load it directly,christos2-111/+80
instead of using loadfile which is less portable. [suggested by Tron]
1999-12-18Add a version (1.1)abs1-1/+2
1999-12-18redochristos1-2/+2
1999-12-18typo in patchchristos1-2/+2
1999-12-18New patch checksumchristos1-3/+5
1999-12-18- Fix Makefile to work with elfchristos4-58/+241
- Fix RO string that got written - Add mmap() when we run ELF, because we need to map lomem - Fix uninitialized reference in di->location - Make doscmd_loader use loadfile() [Tested only with ELF]
1999-12-10Handle EOF on command input.soren2-5/+15
1999-12-10Use strtoq(3) in place of strtoll().soren3-1/+83
1999-12-10Add / to homepage URL.soren1-2/+2
1999-12-10Add and enable ia64simagc1-1/+2
1999-12-10Import an IA64 simulator into the NetBSD packages collection.agc8-0/+76
1999-11-27defuzzrh4-23/+23
1999-11-23add a bunch of NO_CDROM where appropriatehubertf2-2/+4
1999-11-10Changed patches.soren8-144/+115
1999-11-10Xmess is now part of xmame.soren11-285/+0
1999-11-10Update xmame to 0.36b8.1.soren6-22/+23
Xmess is now integrated in xmame.
1999-10-25Update bochs to 991023a.drochner9-104/+143
relevant changes since 980707: new BIOS many many fixes integrated debugger additions Pentium emulation It's now possible to boot NetBSD inside bochs. (Remaining problems: missing BIOS INT15/86 (delay), IDE disk recognition, timer interrupt too fast, pccons-isapnp clash)
1999-10-21I know.. I know.. No updates of pkgs.. Especially this one fromgarbled2-7/+7
0.98 to 0.99a. However, the author removed the old distfile from his site, and the package wouldn't build anymore.
1999-10-07Remove me as maintainer of those packages.tron8-16/+16
1999-10-04Remove "MIRROR_DISTFILE= no". We now have the source RPMs on our FTPtron1-2/+1
server so that we are allowed to mirror the binary RPMs.
1999-09-27Correct sub directory which got messed up during the update to 6.1p1.tron1-2/+2
Problem noted by "wiz" in PR pkg/8501.
1999-09-26Check all symbolic links after the complete RPM file has been written totron1-7/+49
disk. If they point to a file store them like files in the package list instead of using an "@exec" "@unexec" pair.
1999-09-23Remove outdated Linux emulation package which completely lacks supporttron6-354/+1
for "glibc2".
1999-09-20Assign "DIST_SUBDIR", "MIRROR_DISTFILE", "WRKSRC" and "MANCOMPRESSED" withtron1-7/+10
"?=" so that they can be overwritten by a package.
1999-09-19Remove unnecessary "post-install" target.tron1-4/+1
1999-09-19Update SuSE Linux emulation package to version 6.1p1. This patch leveltron10-240/+771
invents a complete new "rpm2pkg" utility which is faster, easier to use and creates a correct package list more reliably.
1999-09-13Initialize variable "pilot.threads" to "0" so that shared memory handlingtron2-1/+15
works. Patch supplied by Nagae Hidetake in PR pkg/8400.
1999-08-27Provide an error message if an attempt is made to build this packageagc2-2/+14
on a NetBSD/i386 ELF platform.
1999-08-24Add and enable "suse_devel" package. Fixes PR pkg/8264 bytron1-1/+2
Dr. Lex Wennmacher.
1999-08-24New "suse_devel" package based on PR pkg/8264 by Dr. Lex Wennmacher:tron5-0/+56
Linux compatibility package - development tools
1999-08-24Retarget symbol links so that the Linux emulation can resolve them, too.tron1-4/+13
1999-08-24Modify symbolic links so that "pkg_create" will turn them into relativetron1-0/+7
links which will prevent emulation problems later.
1999-07-27ELF rpath issues.mycroft2-4/+13
1999-07-27More magic.mycroft2-4/+4
1999-07-27ELF rpath issues.mycroft2-4/+4
1999-07-17update 6.1 to 6.2deberg4-11/+11
1999-07-09Add package patch-sum filesagc14-0/+96
1999-07-06 * Update ncurses dependency.jlam1-3/+3
1999-07-02Some packages use bsd-style .mk files when building, and so any manualagc1-6/+2
pages that are installed will be gzip-compressed, if MANZ is set, or not if MANZ is not set. If the package uses bsd-style .mk files, the variable MANCOMPRESSED_IF_MANZ should be set to a value of "yes" in the package Makefile. This replaces the previous method of specific inclusion of bsd.prefs.mk, followed by a check for MANZ and conditional assignment of MANCOMPRESSED. Add appropriate documentation, and change all necessary ocurrences in package Makefiles.
1999-06-29Include "bash" and "ncurses" in package:tron2-3/+11
+ increases compatibility + brings "ldd" one step closer to working (our ELF loader still needs a compatibility kludge) - requires yet another 1.8MB of distribution files
1999-06-20Don't use "{}" or "[]" in "ONLY_FOR_PLATFORM" or "NOT_FOR_PLATFORM"tron2-4/+7
because "bsd.pkg.mk" can't handle those patterns. Fixes PR pkg/7808 by Chris Demetriou.
1999-06-20UAE doesn't build on arm32.tron1-1/+3
1999-06-19Use "/dev/sound" instead of "/dev/dsp".tron1-0/+32
1999-06-19Fix a typo in a comment.tron1-2/+2
1999-06-19Add and enable "uae" package.tron1-1/+2