summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1997-04-19change time() to gettimeofday()Niels Provos
1997-04-19make things more complicated.Niels Provos
1997-04-19We have a visual report with high confidence that Joshua's words actuallygene
were: A STRANGE GAME. THE ONLY WINNING MOVE IS NOT TO PLAY. (but, nobody likes all caps anyway)
1997-04-19add /sys/arch to $cdpath so "cd i386" etc. workskstailey
1997-04-18Change via NetBSD via Scott Reynolds via Takashi Namada who provided thegene
original baseline for these changes. "Make sure to call adbop() on Power Manager-based machines." Also, substantical cleanup and beautification.
1997-04-18More fixes from Scott Reynolds:gene
>For small writes, use PIO rather than PDMA; this increases the reliability >of the driver (considerably, on some systems/targets).
1997-04-18move #includes to top; isTheo de Raadt
1997-04-18Use the new genassym.cf method of generating the assym.h file.Dale S. Rahn
1997-04-18make ~ftp/pub mode 0555Todd C. Miller
add ~ftp/{motd,spwd.db,pwd.db} mode 0444
1997-04-18create additional disk devices in ramdisk image.Dale S. Rahn
necessary to access cdrom and other devices (currently show up as disks)
1997-04-18Stuff hidden in my trees:Dale S. Rahn
need mount_msdos on ramdisk image, to mount boot partition. It is in the crunched executable aready.
1997-04-18do not check BOOT_MAGIC!Theo de Raadt
1997-04-18Fix problem when fetching files with -a.Todd C. Miller
1997-04-18constrain length of db lookups better; reported by adam@math.tau.ac.ilTheo de Raadt
1997-04-18angelos, please forgive me );Michael Shalayeff
i missed this yesterday.... now it must work for you! (;
1997-04-18some cleanup, comments and copyrightMichael Shalayeff
1997-04-18Use genassym.cf and a shell script to build assym.h. This helpsgene
cross-compiling a lot. Queue taken from Scott Reynolds.
1997-04-18faked disklabel for extended partition +Niels Provos
fixes by Niklas to faciliate use of other partition types (ext2fs) + Indentation by Theo ;)
1997-04-18Fix from Denny Gentry--initialize receive seq. count and don't skip an entrybriggs
when programming the CAM.
1997-04-18oopsTheo de Raadt
1997-04-18cleanup -WallTheo de Raadt
1997-04-18Don't set sillyrename field to 0 for directories, as it's in a union withTheo de Raadt
the head of the cookie list. Fixes PR 3215, fix supplied by Hiroshi Tezuka <tezuka@trc.rwcp.or.jp>. Should also fix M_NFSDIROFF memory leak; fvdl
1997-04-18Fix some bugs in NQNFS (malformed RPC requests, no directory lease eviction);Theo de Raadt
fvdl
1997-04-18avoid possible *NULL; fvdlTheo de Raadt
1997-04-18indentTheo de Raadt
1997-04-18new socket required if changing NOCONN; fvdlTheo de Raadt
1997-04-18ensure nfs_mountroot device is a network device; from who-knows-who atTheo de Raadt
netbsd but who-can-tell because they don't make their cvs tree available so that people can check and give proper credit.
1997-04-18indentTheo de Raadt
1997-04-18only build ramdiskTheo de Raadt
1997-04-18Clean up error handling a little. There is a smallTobias Weingartner
problem with marginal disks. This code does not like them at all. I'm too frazzled right now to figure this out. This should give better error messages...
1997-04-18doc recommended build process somewhatTheo de Raadt
1997-04-18mount_ext2fsTheo de Raadt
1997-04-18alpha is like amiga in the sense it doesn't support bad block lists.Niklas Hallqvist
This ought to be done differently, but for now this will suffice.
1997-04-18Use the right types on 64-bit machinesNiklas Hallqvist
1997-04-18fix a bugMichael Shalayeff
1997-04-18We run OpenBSDTodd C. Miller
1997-04-18use libs from correct pathsMichael Shalayeff
1997-04-18no assembly listingMichael Shalayeff
1997-04-18Comment out example entries in this file.gene
This is really paranoid, but who knows what some weirdos are capable of?
1997-04-18oops...Michael Shalayeff
1997-04-18no more 60k limit!Michael Shalayeff
no more explicit real<-->prot switching! fix 2.88 floppy drives..... kbd fixes coming soon! test it!
1997-04-17gunzipTheo de Raadt
1997-04-17Add -nostdlib to make sure...Tobias Weingartner
1997-04-17Hope this works...Tobias Weingartner
1997-04-17timeout is in minutes; msaitoh@spa.is.uec.ac.jpTheo de Raadt
1997-04-17make "boot> -a" work like "boot> bsd -a"; ie. flags shortcutTheo de Raadt
1997-04-17fix tab expansionTheo de Raadt
1997-04-17more equipment bits!Michael Shalayeff
1997-04-17hide C decls when _LOCORE definedMichael Shalayeff
1997-04-17fix msgbuf parsingTheo de Raadt