summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1996-12-21From pk@NetBSD.ORG; Set EXTERNAL bit on `.weak' declarations.Thorsten Lockert
1996-12-21Relinguish SGID games, restore it only when opening the score fileThorsten Lockert
1996-12-21/var/games should be writable by group gamesThorsten Lockert
1996-12-21Clean up lint and -Wall outputThorsten Lockert
1996-12-21Add powerpc support.Dale S. Rahn
1996-12-21Add powerpc support. To bad this needs to be modified for everyDale S. Rahn
new architecture.
1996-12-21Don't reset group here, we won't be able to execute games that wayThorsten Lockert
1996-12-21Change to support the powerpc port. To bad this define isn't put inDale S. Rahn
a machine header, such as machine/endian.h so that every new architecture would not have to modify this file.
1996-12-21Check-in of powerpc library support.Dale S. Rahn
NOTE: This will not work until the other pieces are checked in. This is primarily the NetBSD powerpc port, with modifications to support ELF. This is not currently enough changes, MACHINE_MID pieces are not yet commited.
1996-12-21Check-in of powerpc csu support.Dale S. Rahn
NOTE: This will not work until the other pieces are checked in. This is primarily the NetBSD powerpc port, with modifications to support ELF. A change needs to be made to one of the bsd.*.mk files to support DESTDIR compilation with the crtbegin and crtend files.
1996-12-21Check-in of powerpc distrib support.Dale S. Rahn
NOTE: This will not work until the other pieces are checked in. This is primarily the NetBSD powerpc port, with modifications to support ELF. The distrib pieces will not work until the ELF crunchgen support is checked in.
1996-12-21Check-in of powerpc library support.Dale S. Rahn
NOTE: This will not work until the other pieces are checked in. This is primarily the NetBSD powerpc port, with modifications to support ELF.
1996-12-21Check-in of powerpc kernel support.Dale S. Rahn
NOTE: This will not work until the other pieces are checked in. This is primarily the NetBSD powerpc port, with modifications to support ELF.
1996-12-21Check-in of powerpc kernel support.Dale S. Rahn
NOTE: This will not work until the other pieces are checked in. This is primarily the NetBSD powerpc port, with modifications to support ELF.
1996-12-21Check-in of powerpc kernel support.Dale S. Rahn
NOTE: This will not work until the other pieces are checked in. This is primarily the NetBSD powerpc port, with modifications to support ELF.
1996-12-21make Kerberos libraries conditional to KERBEROS define in Makefilekstailey
1996-12-21failures bomb, not seizeTheo de Raadt
1996-12-21floppy labels have default to fd0a being 4.2BSDTheo de Raadt
1996-12-21add disklabel supportTheo de Raadt
1996-12-21vnd driver has disklabel support now; use itTheo de Raadt
1996-12-21use opendev()Theo de Raadt
1996-12-21indent niceTheo de Raadt
1996-12-20Add back "optional" keyword that got nuked in merge of FreeBSD mods.Todd C. Miller
1996-12-20Add readdisklabel support for BSD disklabels. I got tired of the amiga RDBNiklas Hallqvist
only requirement, now you can partition with disklabel(8) -r instead. However I have not done in-kernel writedisklabel support yet.
1996-12-20constrain bufcache on sun4m tooTheo de Raadt
1996-12-20initialize name; is this the right hack?Theo de Raadt
1996-12-20add fs type arg to newfskstailey
1996-12-20config-dependent heck noTheo de Raadt
1996-12-20actually explain what -u doesTheo de Raadt
1996-12-20correct defines/includesMichael Shalayeff
1996-12-20add missing #ifdef COMPAT_10Thomas Graichen
1996-12-20add fs type arg to newfskstailey
1996-12-20Nevermind, curses problem was caused by a busted lib on threadway.Jason Downs
1996-12-20support four letter device namesJason Downs
1996-12-19Create include/ss.etheisen
1996-12-19gid gamesTheo de Raadt
1996-12-19setgid games, not setuid games. closes a neat set of holesTheo de Raadt
1996-12-19toast shell escape codeTheo de Raadt
1996-12-19avoid oflows, thanks also to toddTheo de Raadt
1996-12-19netbsd fix to problem found by m4@nts.umn.eduTheo de Raadt
1996-12-19repair; david@mono.orgTheo de Raadt
1996-12-19sync to 2.3b3Michael Shalayeff
1996-12-19do SIOCGIFADDRMichael Shalayeff
1996-12-19do SIOCGIFADDR in ether_ioctlMichael Shalayeff
1996-12-19treat only ether II type packets for ipx.Michael Shalayeff
1996-12-19Really set column to 0 when outputting a carriage return...Thorsten Lockert
1996-12-19make mode/group on /usr/src/ consistent with mtree/specialTodd C. Miller
1996-12-19sync with mtree/specialTodd C. Miller
1996-12-18Conditionalize GCC and ANSI/ISO C dependenciesNiklas Hallqvist
1996-12-18Up limit of available user file descriptors (e.g. for redirections) to 32Niklas Hallqvist