summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1996-05-16up version #chuck
1996-05-16clean up and sync with changes elsewhere (use common parse_args,chuck
bugargs.cputyp, bugcrt, etc...).
1996-05-16relocate config.h from libsa since it is only used herechuck
devopen: XXX override one in libsa ... do we need two devopens? needs to be looked into.
1996-05-16sync with recent changes.chuck
XXX: needs more cleanup (has a duplicate copy of exec with some extra stuff in it... merge?)
1996-05-16update to run from bootxx + major clean upchuck
1996-05-16bugdev moved to libsachuck
filesystem merged with conf.c
1996-05-16import level 1 bootstrap from sun3/sparc portchuck
1996-05-16libsa needs libbug.chuck
1996-05-16import installboot from sun3/sparc portschuck
1996-05-16sync with sun3 port.chuck
major reorg. & cleanup. new SRT that works with bugcrt. common parse_arg.
1996-05-16R.I.P. old stuff.chuck
1996-05-16reorg & cleanup. add in some stuff so we can remove libsa/promcons.c.chuck
1996-05-16add netboot stuff and cputyp stuff to bugcrt. also add bugexec().chuck
1996-05-16adjust subdirs for new stuffchuck
1996-05-16add two more defines for the way the bug "NBO" command passes in argschuck
add network boot and cputyp to bugargs (for new bootblocks)
1996-05-15Additions for Mips ELF shlib supportPer Fogelstrom
1996-05-15previous fix of NULL check reversedPer Fogelstrom
1996-05-15remove unnecessary "XXX it should be sysctl()'ed"Michael Shalayeff
1996-05-15fix NetBSD PR#854.Michael Shalayeff
allow to overwrite rfc1323 option in config file.
1996-05-15let udpcksum control generation, but not cheking of udp cksums.Michael Shalayeff
1996-05-15add all the possible SCSI device types to the GENERIC configs.Michael Shalayeff
1996-05-15when depending in this tree some dynamically built sources need beNiklas Hallqvist
made first. See to that the generating binaries for these are built before recursing with the depend target.
1996-05-15Now uses libkern instead of locore functions.Per Fogelstrom
1996-05-15Some cc flags given to cpp, not nice...Per Fogelstrom
1996-05-15Catchup of interface changes + prototyping.Per Fogelstrom
1996-05-14NFSMNT_RESVPORT set in wrong placeTheo de Raadt
1996-05-14non-root bind() to 2049 gets EADDRINUSETheo de Raadt
1996-05-14when making distributions, make sure the include directory gets filledTheo de Raadt
1996-05-14require ypserv to be on reserved portTheo de Raadt
1996-05-14fix NetBSD PR#1176.Michael Shalayeff
add description for PORTAL option.
1996-05-14fix NetBSD PR#1154Michael Shalayeff
1996-05-14fix NetBSD PR#1145.Michael Shalayeff
1996-05-14fix NetBSD PR#1136.Michael Shalayeff
1996-05-14change the revision.Michael Shalayeff
1996-05-14fix s/fsck/fsck_ffs/ name change.Michael Shalayeff
1996-05-14looks like greywolf and i fixed netbsd pr#1328. pwd_mkdb on a filled rootTheo de Raadt
filesystem would result in gibbled passwd databases.
1996-05-13This file no longer used.Per Fogelstrom
1996-05-13bug fixdm
1996-05-13fix return-rstdm
1996-05-13bindresvport() for rpc portsTheo de Raadt
1996-05-13do not allow network-induced tracingTheo de Raadt
1996-05-13Fix CCPFLAGS when DESTDIR set, formerly in sys.mk, been away for aNiklas Hallqvist
while, but need to be in here somewhere.
1996-05-13Don't do PREREQ's when making obj.Niklas Hallqvist
1996-05-13From NetBSD PR#1133:Michael Shalayeff
add '?' to list available files at boot.
1996-05-12fix copyright message.Michael Shalayeff
1996-05-12pull in pica machdep isa header if picaPer Fogelstrom
1996-05-12new extension: the $CVSROOT/CVSROOT/options file (if it exists) supports:Theo de Raadt
tag=-ZOpenBSD (passes -ZOpenBSD to co/ci) umask=002 (force a umask while cvs is running) dlimit=49152 (force a 48MB process data limit)
1996-05-12fix usage string.Michael Shalayeff
1996-05-12missed ;Michael Shalayeff
1996-05-11check before unlinking pidfileTheo de Raadt