summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1996-09-06add my cd-rom to quirk table.... no other changes.Michael Shalayeff
hmmm, how BSDi do handle all this quirks w/o 'em ?
1996-09-06sample /etc/exports file, simply commentedTheo de Raadt
1996-09-06Deal with the new pipes gracefullyNiklas Hallqvist
1996-09-06document how to turn on YPTheo de Raadt
1996-09-06commented xntpd stubTheo de Raadt
1996-09-06random declTheo de Raadt
1996-09-06min sun4c/sun4m floppyTheo de Raadt
1996-09-06Added support for add device in subr_userconf. Not perfect but a good start.Mats O Jansson
This needed changes in config, so if your kernel uses BOOT_CONFIG you need to rebuild config before a new kernel can be built. -moj
1996-09-06remove keyboard randomness supply.Michael Shalayeff
not needed w/ adition of tty randomness.
1996-09-06cleanup and sync w/ latest Linux source.Michael Shalayeff
remove keyboard randomness entry point. make Free ppl happy, remove suspicious piece. missed: SHA neede in libkern, why not to put aRC4 there too?
1996-09-06Need cpu.h included to get at setsoftnet defineNiklas Hallqvist
1996-09-06Implement bios_ident() which will identify each type of CPU that weimp
support. First cut at more complete ARC BIOS support. bios_ident() will eventually be table driven as soon as I generate the tables. Much information on the BIOS calls has come from the Linux/MIPS MILO boot loader.
1996-09-06Add -n/no timeout option. FreeBSD PR bin/1567, obrien@Nuxi.cs.ucdavis.edu.Jason Downs
1996-09-06Make it believe us when we say afs is not running.dm
1996-09-05se@freebsd.org: fix sync transfer negotiation.dm
1996-09-05se@freebsd.org: some changes for the 53c860 and the 53c875dm
1996-09-05sync to netbsdTheo de Raadt
1996-09-05issetugid backwards, duh; thanks bitbltTheo de Raadt
1996-09-05ld has some funny things going with alignments...Per Fogelstrom
1996-09-05r.i.p.Michael Shalayeff
no in new routed.
1996-09-05fix import.Michael Shalayeff
mention that routed is from vjs@sgi.com
1996-09-05new routed from SGI.Michael Shalayeff
rip1, rip2, icmp, rdisc.
1996-09-05bsd.own.mk before YP testTheo de Raadt
1996-09-05grr 2 not p in rpc.yppasswdd, one of the hardest commands in openbsd to typeTheo de Raadt
1996-09-051 char oflow; bitblt & deraadtTheo de Raadt
1996-09-05compile!Michael Shalayeff
1996-09-05protect getenv, do not oflow, fix unused debug; bitblt and deraadtTheo de Raadt
1996-09-051 char oflowTheo de Raadt
1996-09-05why was this crap still here...Per Fogelstrom
1996-09-05up to RIPv2.Michael Shalayeff
1996-09-05standard link.h and dlfcn.h not very useful on mipsPer Fogelstrom
1996-09-05rpc.yppasswdd, not rpc.yppasswd; obviously peter tested the non-YP case :)Theo de Raadt
1996-09-05skey command for inline use; by brian@saturn.net (but i had to fix his sleep ↵Theo de Raadt
deprived code)
1996-09-05nc is *hobbit*'s netcat; let the sysadm have the same tools the crackersTheo de Raadt
have, so that he may learn what the network is about and protect it better.
1996-09-05remove ';' after function close '}'Michael Shalayeff
make it nicer w/ new routed.
1996-09-05include dtiPer Fogelstrom
1996-09-05grumble.. new files.. grumble..Per Fogelstrom
1996-09-05Move fflush() from signal handler into endwin(), that way it will work inThorsten Lockert
some other common situations too.
1996-09-05Add strategic fflush() before suspending on keyboard generated signalThorsten Lockert
1996-09-05document latest rcmd changeTodd C. Miller
1996-09-05ignore $RSH if we are setuidTodd C. Miller
1996-09-04get 12am & 12pm correct; netbsd pr#2734, khym@bga.com [this was hell to test]Theo de Raadt
1996-09-04permit YP to be compiled out using flag in bsd.own.mk; pr#15, peter@demon.netTheo de Raadt
1996-09-04Enable extra scsi drives and scannersNiklas Hallqvist
1996-09-04s/rnd/random/Niklas Hallqvist
1996-09-04s/KERNEL/_KERNEL/Niklas Hallqvist
1996-09-04more Swedish pedantery, kill statics, provide protos etcNiklas Hallqvist
1996-09-04pipe.h needed vm_page_t defined for me, so I moved it downNiklas Hallqvist
1996-09-04Do not do the if(a = b) game even if correct, it is confusingNiklas Hallqvist
1996-09-04Stylistic cleanup, like removing "static"s, and removing warningsNiklas Hallqvist
given by -Wall -Wstrict-prototypes -Wmissing-prototypes