summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1996-09-28if no disklabel, fake the MBR partitions at m/n/o/pTheo de Raadt
1996-09-28ARC machines use kbd mapping too. Small bug in kbd_void.c fixed. (crashed on ↵Per Fogelstrom
other arch's).
1996-09-28..and update it again.Jason Downs
1996-09-28Add floppy filesystem goop.Jason Downs
1996-09-28Add INSTALL floppy filesystem goop.Jason Downs
1996-09-28Allow booting from 2.88mb floppies (in 1.44mb mode), and remove theJason Downs
floppy "wait for filesystem" goop.
1996-09-28document last changeTheo de Raadt
1996-09-28Perl adduser(8) from FreeBSD.Jason Downs
TODO: Hack to accept the same arguments as BSD/OS adduser(8). Add rmuser(8).
1996-09-28Correct spelling, from NetBSD PR#2783, seebs@taniemarie.solon.com.Jason Downs
1996-09-28Add -c flag from FreeBSD.Jason Downs
1996-09-28Bye for now.Jason Downs
1996-09-28strdup() not needed for makefile names.etheisen
1996-09-28Less easily guessed seed. From logdaemon package.Todd C. Miller
1996-09-28skeyprune -- new command to prune commented (zero'd) and crufty skey entries.Todd C. Miller
1996-09-27Synch with pc3 emulPer Fogelstrom
1996-09-27Nicer echo on/off in its own function.Todd C. Miller
1996-09-27OpenBSD changesPer Fogelstrom
1996-09-27more INADDRSZ pedantryTheo de Raadt
1996-09-27Fixed spelling noticed by bitblt. -mojMats O Jansson
1996-09-27Opps, add OpenBSD tag. -mojMats O Jansson
1996-09-27use INADDRSZ, more careful length checkingTheo de Raadt
1996-09-27Allow make obj. -mojMats O Jansson
1996-09-27Make kernel compile even if we are using strange versions of gcc. -mojMats O Jansson
1996-09-27Now use libc version.Todd C. Miller
1996-09-27Now can deal with both MD4 and MD5 s/key's.Todd C. Miller
1996-09-27Do not count on x perms being there for rmaouthdrNiklas Hallqvist
1996-09-27Now can both MD4 and MD5 skey's.Todd C. Miller
1996-09-27Deal with both MD4 and MD5 s/key'sTodd C. Miller
1996-09-27even betterTheo de Raadt
1996-09-27installing people do not have man pages; better usageTheo de Raadt
1996-09-27first pass at explaining the changesTheo de Raadt
1996-09-27make -m also act like -i/-uTheo de Raadt
1996-09-27includes in skey dir get installed too.Todd C. Miller
1996-09-27Prototype db_delete_line().briggs
1996-09-27Format type fix (%d -> %ld) in debugging/DDB printf.briggs
1996-09-27nicer errorsTheo de Raadt
1996-09-27clean & cleandir & obj, should be effective for videomode alwaysNiklas Hallqvist
1996-09-27correct quotes; netbsd pr#2781; msaitoh@spa.is.uec.ac.jpTheo de Raadt
1996-09-27unused sample way of getting around type missing in ash; from woods@weird.comTheo de Raadt
1996-09-27more inodesTheo de Raadt
1996-09-27update up to the current bootpd.Michael Shalayeff
1996-09-27use nfs/{nfsv2.h,rpcv2.h} instead.Michael Shalayeff
1996-09-27cleanup tags and Ids.Michael Shalayeff
1996-09-27Beat crunchgen'd less into submission.etheisen
1996-09-27Cleanup.etheisen
1996-09-27we want fdisk tooTheo de Raadt
1996-09-27permit 48 char hostnameTheo de Raadt
1996-09-27Boy do I feel like a fool. I added a bugfix to Theos' changes, and thenbitblt
discovered that I had commited a bunch of nonfunctional changes Theo had made, but not debugged. This undoes both my changes, and Theo's. When this code is functional, it will be put back in. Thank you for pointing this out to me David Mazieres.
1996-09-26Do not override sectors, track & secpercyl values set by the driver, itNiklas Hallqvist
is deadly if CHS addressing is used.
1996-09-26Fix alignment for mips & other strict architectures, mostly used lance stuff.Niklas Hallqvist