Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-04-15 | Add revnetgroup from FreeBSD, written by Bill Paul <wpaul@ctr.columbia.edu>. | Mats O Jansson | |
Hacked a bit to generate output ala Sun (handle different domains). -moj | |||
1997-04-15 | extern int debug; | Michael Shalayeff | |
1997-04-15 | pass bootdev to kernel... | Michael Shalayeff | |
all the future devices have to copy it into global var... in the current state i can boot any kernel i have.... testers? | |||
1997-04-15 | no more assembly setup. all the gung is ok already in srt0.S | Michael Shalayeff | |
this is what we were talking about, toby (; and this shaves a couple of dozens of bytes! | |||
1997-04-15 | support more S3 chipsets. done by comparing against SuperCode; | Theo de Raadt | |
wisner@gryphon.com | |||
1997-04-15 | for callit, let nop through. rpcinfo -b, ya know; adam@math.tau.ac.il | Theo de Raadt | |
1997-04-15 | handle \\ at start of line; christos | Theo de Raadt | |
1997-04-15 | need an rd | Theo de Raadt | |
1997-04-15 | documentation for arc4random. this is out of memory, might need | Niels Provos | |
some corrections. | |||
1997-04-15 | create empty /var/log/ipflog, sort the /var/log file creations | Thomas Graichen | |
alphabetical :-) and remove the entry for tahoe (is the vax entry still used ?) | |||
1997-04-15 | correct the paranoia check | Theo de Raadt | |
1997-04-15 | Add quirk, type for AT3 scanner (ViewStation 32) | Thorsten Lockert | |
1997-04-15 | kill route flush until .. hmm kernel routing socket bug or something | Theo de Raadt | |
1997-04-15 | split rc.local, creating rc.securelevel. Read the comments. If you believe | Theo de Raadt | |
in securelevels, follow them religiously. Problem found by millert... | |||
1997-04-15 | indent | Theo de Raadt | |
1997-04-15 | nice printf, do not bite | Theo de Raadt | |
1997-04-15 | mostly repair option arg handling for booting | Theo de Raadt | |
1997-04-15 | partition table in biosboot too. Max 28 BLKCNT, too | Theo de Raadt | |
1997-04-15 | copyright to toby (; | Michael Shalayeff | |
1997-04-15 | do bounce-buffering to avoid DMA overrun | Michael Shalayeff | |
somebody, test it! | |||
1997-04-15 | kill bogus comments | Michael Shalayeff | |
1997-04-15 | print debugging stuff only when debug!=0 | Michael Shalayeff | |
1997-04-14 | enable blowfish per default, explanationary blurb | Niels Provos | |
1997-04-14 | works a bit better with extended partitions. hack. | Niels Provos | |
1997-04-14 | Forgot one change... | Per Fogelstrom | |
1997-04-14 | make -h columns more compact | kstailey | |
1997-04-14 | no need for partition table.... | Michael Shalayeff | |
mbr is for that stuff..... | |||
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. |