summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1997-04-15Add 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-15extern int debug;Michael Shalayeff
1997-04-15pass 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-15no more assembly setup. all the gung is ok already in srt0.SMichael Shalayeff
this is what we were talking about, toby (; and this shaves a couple of dozens of bytes!
1997-04-15support more S3 chipsets. done by comparing against SuperCode;Theo de Raadt
wisner@gryphon.com
1997-04-15for callit, let nop through. rpcinfo -b, ya know; adam@math.tau.ac.ilTheo de Raadt
1997-04-15handle \\ at start of line; christosTheo de Raadt
1997-04-15need an rdTheo de Raadt
1997-04-15documentation for arc4random. this is out of memory, might needNiels Provos
some corrections.
1997-04-15create empty /var/log/ipflog, sort the /var/log file creationsThomas Graichen
alphabetical :-) and remove the entry for tahoe (is the vax entry still used ?)
1997-04-15correct the paranoia checkTheo de Raadt
1997-04-15Add quirk, type for AT3 scanner (ViewStation 32)Thorsten Lockert
1997-04-15kill route flush until .. hmm kernel routing socket bug or somethingTheo de Raadt
1997-04-15split rc.local, creating rc.securelevel. Read the comments. If you believeTheo de Raadt
in securelevels, follow them religiously. Problem found by millert...
1997-04-15indentTheo de Raadt
1997-04-15nice printf, do not biteTheo de Raadt
1997-04-15mostly repair option arg handling for bootingTheo de Raadt
1997-04-15partition table in biosboot too. Max 28 BLKCNT, tooTheo de Raadt
1997-04-15copyright to toby (;Michael Shalayeff
1997-04-15do bounce-buffering to avoid DMA overrunMichael Shalayeff
somebody, test it!
1997-04-15kill bogus commentsMichael Shalayeff
1997-04-15print debugging stuff only when debug!=0Michael Shalayeff
1997-04-14enable blowfish per default, explanationary blurbNiels Provos
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.