summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1997-04-14works a bit better with extended partitions. hack.Niels Provos
1997-04-14Forgot one change...Per Fogelstrom
1997-04-14make -h columns more compactkstailey
1997-04-14no need for partition table....Michael Shalayeff
mbr is for that stuff.....
1997-04-14Bring our incarnation of John Wittowski's direct adb driver into compatiblegene
state with NetBSD's. The direct-to-ADB code is now enabled by default. Using 'options MRG_ADB' will cause the kernel to revert to the 'old standby' code.
1997-04-14Whoops. A spurious '{' slipped into an if statement. This compiles again.gene
Also, since I'm here, fix some KNF.
1997-04-14typo for us.michaels
1997-04-14document "-h" flagkstailey
1997-04-14switch from <blank> to "B" for byte suffix; columns look too ugly otherwisekstailey
1997-04-14fix Avail column in -h mode (again)kstailey
1997-04-14fix Avail column in -h modekstailey
1997-04-14new "-h" (human-readable) output flag now works, please test. thxkstailey
1997-04-14Missed this one...Per Fogelstrom
1997-04-14if -s not specified, attempt to grok the disklabelTheo de Raadt
1997-04-14incompatible changeTheo de Raadt
1997-04-14remove man3f/cat3f entries - for now - and i think also in the futureThomas Graichen
we won't have anything to put in here :-)
1997-04-14#34 - linux_sys_nice from NetBSDThomas Graichen
1997-04-14build stand (AND boot)Theo de Raadt
1997-04-14let stand & boot co-existTheo de Raadt
1997-04-14creates mr-20.fsTheo de Raadt
1997-04-14add signature! fake partition 0 for floppy until fdisk(8) has -f flag. max ↵Theo de Raadt
16 BLKCNT
1997-04-14create ramdisk bootable floppies by typing "make"Theo de Raadt
1997-04-14access few files correctlyTheo de Raadt
1997-04-14spacingTheo de Raadt
1997-04-14kill extra linefeedingTheo de Raadt
1997-04-14strtol to strtoulNiels Provos
1997-04-14All mips tools should now configure with the same name (mipsel-unknown-openbsd)Per Fogelstrom
for little endian systems and (mips-unknown-openbsd) for big endian systems. gdb seems to work now but needs more testing.
1997-04-14struct elf_resolv has to be compatible with struct link_map or gdb willPer Fogelstrom
not be able to pick up loaded shared lib info.
1997-04-14Document flag to set 32-bit word mode. Call it ED_DCR_QTS forTodd C. Miller
lack of a better name (anyone have any documentation?)
1997-04-14i was not the brightest here eitherTheo de Raadt
1997-04-14with this here commit i label myself not the swiftestTheo de Raadt
1997-04-14Add PCI ed*Todd C. Miller
1997-04-14rd pdevTheo de Raadt
1997-04-14buf oflowTheo de Raadt
1997-04-14Minor performance enhancements from NetBSDThorsten Lockert
1997-04-14Merge in various pieces of current NetBSD scsi code, including but not limitedJason Downs
to: * New changer driver. * Better optical support. * Different `done' semantics. * New quirks for SCSI QIC tape driver, SCSI floppy drives. * Better support for SCSI-I devices. Everybody needs to test this.
1997-04-14fix the indentationTheo de Raadt
1997-04-14do not whine about new directories; reported by briggsTheo de Raadt
1997-04-14setup_pm() is only used with \!HWDIRECT.briggs
1997-04-14Correct some bogus casts and change u_short -> u_int16_tTodd C. Miller
1997-04-14Capslock support from Steve Brown <sbrown@best.com>briggs
1997-04-14Make ftpd man page and ftp spool entries in mtree special fileTodd C. Miller
consistent. Noted by William Wisner <wisner@gryphon.com>
1997-04-14URL specifiers are case insensitive. Noticed by Theo.Todd C. Miller
1997-04-14Use an offset parameter when loading the reg_map--some cards use the "other"briggs
16 bits of the words.
1997-04-14Ooops.briggs
1997-04-14options IPFILTERbriggs
1997-04-13fouled up a tiny bitNiels Provos
1997-04-13Nuke i386 specific stuff. Not needed anymore.Tobias Weingartner
1997-04-13CPPFLAGS is already put on CC line--don't add CPPFLAGS to CFLAGS.briggs
1997-04-13the before mentioned random number generator.Niels Provos