Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-04-14 | Bring our incarnation of John Wittowski's direct adb driver into compatible | gene | |
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-14 | Whoops. A spurious '{' slipped into an if statement. This compiles again. | gene | |
Also, since I'm here, fix some KNF. | |||
1997-04-14 | typo for us. | michaels | |
1997-04-14 | document "-h" flag | kstailey | |
1997-04-14 | switch from <blank> to "B" for byte suffix; columns look too ugly otherwise | kstailey | |
1997-04-14 | fix Avail column in -h mode (again) | kstailey | |
1997-04-14 | fix Avail column in -h mode | kstailey | |
1997-04-14 | new "-h" (human-readable) output flag now works, please test. thx | kstailey | |
1997-04-14 | Missed this one... | Per Fogelstrom | |
1997-04-14 | if -s not specified, attempt to grok the disklabel | Theo de Raadt | |
1997-04-14 | incompatible change | Theo de Raadt | |
1997-04-14 | remove man3f/cat3f entries - for now - and i think also in the future | Thomas Graichen | |
we won't have anything to put in here :-) | |||
1997-04-14 | #34 - linux_sys_nice from NetBSD | Thomas Graichen | |
1997-04-14 | build stand (AND boot) | Theo de Raadt | |
1997-04-14 | let stand & boot co-exist | Theo de Raadt | |
1997-04-14 | creates mr-20.fs | Theo de Raadt | |
1997-04-14 | add signature! fake partition 0 for floppy until fdisk(8) has -f flag. max ↵ | Theo de Raadt | |
16 BLKCNT | |||
1997-04-14 | create ramdisk bootable floppies by typing "make" | Theo de Raadt | |
1997-04-14 | access few files correctly | Theo de Raadt | |
1997-04-14 | spacing | Theo de Raadt | |
1997-04-14 | kill extra linefeeding | Theo de Raadt | |
1997-04-14 | strtol to strtoul | Niels Provos | |
1997-04-14 | All 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-14 | struct elf_resolv has to be compatible with struct link_map or gdb will | Per Fogelstrom | |
not be able to pick up loaded shared lib info. | |||
1997-04-14 | Document flag to set 32-bit word mode. Call it ED_DCR_QTS for | Todd C. Miller | |
lack of a better name (anyone have any documentation?) | |||
1997-04-14 | i was not the brightest here either | Theo de Raadt | |
1997-04-14 | with this here commit i label myself not the swiftest | Theo de Raadt | |
1997-04-14 | Add PCI ed* | Todd C. Miller | |
1997-04-14 | rd pdev | Theo de Raadt | |
1997-04-14 | buf oflow | Theo de Raadt | |
1997-04-14 | Minor performance enhancements from NetBSD | Thorsten Lockert | |
1997-04-14 | Merge in various pieces of current NetBSD scsi code, including but not limited | Jason 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-14 | fix the indentation | Theo de Raadt | |
1997-04-14 | do not whine about new directories; reported by briggs | Theo de Raadt | |
1997-04-14 | setup_pm() is only used with \!HWDIRECT. | briggs | |
1997-04-14 | Correct some bogus casts and change u_short -> u_int16_t | Todd C. Miller | |
1997-04-14 | Capslock support from Steve Brown <sbrown@best.com> | briggs | |
1997-04-14 | Make ftpd man page and ftp spool entries in mtree special file | Todd C. Miller | |
consistent. Noted by William Wisner <wisner@gryphon.com> | |||
1997-04-14 | URL specifiers are case insensitive. Noticed by Theo. | Todd C. Miller | |
1997-04-14 | Use an offset parameter when loading the reg_map--some cards use the "other" | briggs | |
16 bits of the words. | |||
1997-04-14 | Ooops. | briggs | |
1997-04-14 | options IPFILTER | briggs | |
1997-04-13 | fouled up a tiny bit | Niels Provos | |
1997-04-13 | Nuke i386 specific stuff. Not needed anymore. | Tobias Weingartner | |
1997-04-13 | CPPFLAGS is already put on CC line--don't add CPPFLAGS to CFLAGS. | briggs | |
1997-04-13 | the before mentioned random number generator. | Niels Provos | |
1997-04-13 | use special random number generator to create less predictable and non | Niels Provos | |
repeating ids over a long period. Avoids reuse by switching between two distinct cycles. Reported by Ivan Arce <iarce@fuzzy.uba.ar> and Emiliano Kargieman <emi@fuzzy.uba.ar>. | |||
1997-04-13 | use res_random.c for ids | Niels Provos | |
1997-04-13 | More consistent MIPS config | Per Fogelstrom | |
1997-04-13 | More consistent MIPS config | Per Fogelstrom | |