Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-09-06 | add my cd-rom to quirk table.... no other changes. | Michael Shalayeff | |
hmmm, how BSDi do handle all this quirks w/o 'em ? | |||
1996-09-06 | sample /etc/exports file, simply commented | Theo de Raadt | |
1996-09-06 | Deal with the new pipes gracefully | Niklas Hallqvist | |
1996-09-06 | document how to turn on YP | Theo de Raadt | |
1996-09-06 | commented xntpd stub | Theo de Raadt | |
1996-09-06 | random decl | Theo de Raadt | |
1996-09-06 | min sun4c/sun4m floppy | Theo de Raadt | |
1996-09-06 | Added 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-06 | remove keyboard randomness supply. | Michael Shalayeff | |
not needed w/ adition of tty randomness. | |||
1996-09-06 | cleanup 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-06 | Need cpu.h included to get at setsoftnet define | Niklas Hallqvist | |
1996-09-06 | Implement bios_ident() which will identify each type of CPU that we | imp | |
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-06 | Add -n/no timeout option. FreeBSD PR bin/1567, obrien@Nuxi.cs.ucdavis.edu. | Jason Downs | |
1996-09-06 | Make it believe us when we say afs is not running. | dm | |
1996-09-05 | se@freebsd.org: fix sync transfer negotiation. | dm | |
1996-09-05 | se@freebsd.org: some changes for the 53c860 and the 53c875 | dm | |
1996-09-05 | sync to netbsd | Theo de Raadt | |
1996-09-05 | issetugid backwards, duh; thanks bitblt | Theo de Raadt | |
1996-09-05 | ld has some funny things going with alignments... | Per Fogelstrom | |
1996-09-05 | r.i.p. | Michael Shalayeff | |
no in new routed. | |||
1996-09-05 | fix import. | Michael Shalayeff | |
mention that routed is from vjs@sgi.com | |||
1996-09-05 | new routed from SGI. | Michael Shalayeff | |
rip1, rip2, icmp, rdisc. | |||
1996-09-05 | bsd.own.mk before YP test | Theo de Raadt | |
1996-09-05 | grr 2 not p in rpc.yppasswdd, one of the hardest commands in openbsd to type | Theo de Raadt | |
1996-09-05 | 1 char oflow; bitblt & deraadt | Theo de Raadt | |
1996-09-05 | compile! | Michael Shalayeff | |
1996-09-05 | protect getenv, do not oflow, fix unused debug; bitblt and deraadt | Theo de Raadt | |
1996-09-05 | 1 char oflow | Theo de Raadt | |
1996-09-05 | why was this crap still here... | Per Fogelstrom | |
1996-09-05 | up to RIPv2. | Michael Shalayeff | |
1996-09-05 | standard link.h and dlfcn.h not very useful on mips | Per Fogelstrom | |
1996-09-05 | rpc.yppasswdd, not rpc.yppasswd; obviously peter tested the non-YP case :) | Theo de Raadt | |
1996-09-05 | skey command for inline use; by brian@saturn.net (but i had to fix his sleep ↵ | Theo de Raadt | |
deprived code) | |||
1996-09-05 | nc is *hobbit*'s netcat; let the sysadm have the same tools the crackers | Theo de Raadt | |
have, so that he may learn what the network is about and protect it better. | |||
1996-09-05 | remove ';' after function close '}' | Michael Shalayeff | |
make it nicer w/ new routed. | |||
1996-09-05 | include dti | Per Fogelstrom | |
1996-09-05 | grumble.. new files.. grumble.. | Per Fogelstrom | |
1996-09-05 | Move fflush() from signal handler into endwin(), that way it will work in | Thorsten Lockert | |
some other common situations too. | |||
1996-09-05 | Add strategic fflush() before suspending on keyboard generated signal | Thorsten Lockert | |
1996-09-05 | document latest rcmd change | Todd C. Miller | |
1996-09-05 | ignore $RSH if we are setuid | Todd C. Miller | |
1996-09-04 | get 12am & 12pm correct; netbsd pr#2734, khym@bga.com [this was hell to test] | Theo de Raadt | |
1996-09-04 | permit YP to be compiled out using flag in bsd.own.mk; pr#15, peter@demon.net | Theo de Raadt | |
1996-09-04 | Enable extra scsi drives and scanners | Niklas Hallqvist | |
1996-09-04 | s/rnd/random/ | Niklas Hallqvist | |
1996-09-04 | s/KERNEL/_KERNEL/ | Niklas Hallqvist | |
1996-09-04 | more Swedish pedantery, kill statics, provide protos etc | Niklas Hallqvist | |
1996-09-04 | pipe.h needed vm_page_t defined for me, so I moved it down | Niklas Hallqvist | |
1996-09-04 | Do not do the if(a = b) game even if correct, it is confusing | Niklas Hallqvist | |
1996-09-04 | Stylistic cleanup, like removing "static"s, and removing warnings | Niklas Hallqvist | |
given by -Wall -Wstrict-prototypes -Wmissing-prototypes |