aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* optarg and optind are declared in unistd.h.Warner Losh2000-09-043-6/+0
* strerror is declared in <string.h>Warner Losh2000-09-041-3/+4
* remove redundant optreset declarationWarner Losh2000-09-041-1/+0
* Fix typoGregory Neil Shapiro2000-09-041-1/+1
* Get errno from <errno.h>, not from extern int.Warner Losh2000-09-042-3/+6
* Don't print an error message if the bad option is '?'. This has beenWarner Losh2000-09-041-1/+1
* The comparison against 0 should be against LC_ALL. category isn't aWarner Losh2000-09-041-1/+1
* Soften the statement about select's timeout argument. This part ofWarner Losh2000-09-041-4/+2
* Add note about avoiding -j when following the upgrade path. It isn'tWarner Losh2000-09-041-1/+10
* Rewrite using stdio. It cause program speedup since eliminates lots of smallAndrey A. Chernov2000-09-032-14/+15
* Tincup & Rawhide need their VGA cards in a slot connected to PCI0 for theWilko Bulte2000-09-031-1/+3
* Added page http://perso.wanadoo.fr/levenez/unix/ to Bibliography.Wolfram Schneider2000-09-031-0/+3
* Use dirname(3).Dag-Erling Smørgrav2000-09-031-68/+4
* Use basename(3).Dag-Erling Smørgrav2000-09-031-62/+4
* Added OpenBSD 2.7Wolfram Schneider2000-09-031-11/+12
* Added FreeBSD 3.5.1Wolfram Schneider2000-09-031-0/+6
* Merged from sys/i386/i386/machdep.c revision 1.405.KATO Takenori2000-09-032-0/+4
* Merged from sys/conf/files.i386 revisions 1.325 and 1.326.KATO Takenori2000-09-031-17/+18
* Merged from sys/i386/i386/machdep.c rev. 1.404 just for keepingKATO Takenori2000-09-032-2/+30
* repair type 0 routing header support. it was caused by RFC2292/2292bisJun-ichiro itojun Hagino2000-09-031-1/+2
* Add:Andrey A. Chernov2000-09-031-0/+3
* PR: kern/20895Gerard Roudier2000-09-032-26/+46
* Add device list supported by `sym'Gerard Roudier2000-09-032-0/+8
* sys/systm.h is incompatable with sys/types.h in userland.Peter Wemm2000-09-031-0/+2
* Make libstand compilePeter Wemm2000-09-032-2/+4
* Fix pci-pci bridges (I hope).Peter Wemm2000-09-031-9/+4
* bzero() the struct timeval for paranoiaKris Kennaway2000-09-031-0/+1
* Merged from sys/dev/syscons/syscons.c revision 1.346.KATO Takenori2000-09-031-1/+1
* I'm not sure what changed to cause this, but using 'dirname' as a variablePeter Wemm2000-09-031-8/+8
* kern_shutdown.c was more ANSI-C than K&R - remove the remnants of K&RPeter Wemm2000-09-031-21/+12
* gcc knows that savectx() is potentially a setjmp style dual-returnPeter Wemm2000-09-031-6/+5
* libkern.h now internally uses the bzero() definition from sys/systm.h.Peter Wemm2000-09-031-0/+1
* Replace previous change by a move of a #include since something elsePeter Wemm2000-09-031-5/+3
* If we are going to test NSMBUS, we had better #include the file thatPeter Wemm2000-09-031-0/+1
* Fix warnings by moving static functions before they are used.Peter Wemm2000-09-031-39/+39
* Complain if we cannot find loader(8) metadata.Peter Wemm2000-09-033-0/+6
* Find the module metadata before the console init rather than after.Peter Wemm2000-09-031-2/+4
* Allow one to specify what the installed kernel's name is by settingDavid E. O'Brien2000-09-031-3/+11
* This is real released software, let people think that.David E. O'Brien2000-09-031-0/+1
* Clean up now that setproctitle() is in libc.Greg Lehey2000-09-033-3/+1
* remove opt_devfs.hCameron Grant2000-09-022-2/+2
* update for phk's last devfs commitCameron Grant2000-09-021-10/+1
* Move `NOPROFILE' and `NOPERL' to be with the reset of their "NO" brethren.David E. O'Brien2000-09-022-12/+4
* Move the kernel's "cflags" to be next to the world ones.David E. O'Brien2000-09-022-10/+10
* Don't use libutil now that setproctitle() is in libcBrian Somers2000-09-024-6/+0
* Remove libutil - setproctitle() is now in libcBrian Somers2000-09-022-5/+0
* Modify extended attribute protection model to authorize based onRobert Watson2000-09-024-119/+78
* Fix wordingWilko Bulte2000-09-021-1/+1
* Avoid the modules madness I inadvertently introduced by making thePoul-Henning Kamp2000-09-0245-417/+104
* add a missing return statement, doh.Cameron Grant2000-09-021-0/+1