summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Use dirname(3).des2000-09-031-68/+4
* Use basename(3).des2000-09-031-62/+4
* Added OpenBSD 2.7wosch2000-09-031-11/+12
* Added FreeBSD 3.5.1wosch2000-09-031-0/+6
* Merged from sys/i386/i386/machdep.c revision 1.405.kato2000-09-032-0/+4
* Merged from sys/conf/files.i386 revisions 1.325 and 1.326.kato2000-09-031-17/+18
* Merged from sys/i386/i386/machdep.c rev. 1.404 just for keepingkato2000-09-032-2/+30
* repair type 0 routing header support. it was caused by RFC2292/2292bisitojun2000-09-031-1/+2
* Add:ache2000-09-031-0/+3
* PR: kern/20895groudier2000-09-032-26/+46
* Add device list supported by `sym'groudier2000-09-032-0/+8
* sys/systm.h is incompatable with sys/types.h in userland.peter2000-09-031-0/+2
* Make libstand compilepeter2000-09-032-2/+4
* Fix pci-pci bridges (I hope).peter2000-09-031-9/+4
* bzero() the struct timeval for paranoiakris2000-09-031-0/+1
* Merged from sys/dev/syscons/syscons.c revision 1.346.kato2000-09-031-1/+1
* I'm not sure what changed to cause this, but using 'dirname' as a variablepeter2000-09-031-8/+8
* kern_shutdown.c was more ANSI-C than K&R - remove the remnants of K&Rpeter2000-09-031-21/+12
* gcc knows that savectx() is potentially a setjmp style dual-returnpeter2000-09-031-6/+5
* libkern.h now internally uses the bzero() definition from sys/systm.h.peter2000-09-031-0/+1
* Replace previous change by a move of a #include since something elsepeter2000-09-031-5/+3
* If we are going to test NSMBUS, we had better #include the file thatpeter2000-09-031-0/+1
* Fix warnings by moving static functions before they are used.peter2000-09-031-39/+39
* Complain if we cannot find loader(8) metadata.peter2000-09-033-0/+6
* Find the module metadata before the console init rather than after.peter2000-09-031-2/+4
* Allow one to specify what the installed kernel's name is by settingobrien2000-09-031-3/+11
* This is real released software, let people think that.obrien2000-09-031-0/+1
* Clean up now that setproctitle() is in libc.grog2000-09-033-3/+1
* remove opt_devfs.hcg2000-09-022-2/+2
* update for phk's last devfs commitcg2000-09-021-10/+1
* Move `NOPROFILE' and `NOPERL' to be with the reset of their "NO" brethren.obrien2000-09-022-12/+4
* Move the kernel's "cflags" to be next to the world ones.obrien2000-09-022-10/+10
* Don't use libutil now that setproctitle() is in libcbrian2000-09-024-6/+0
* Remove libutil - setproctitle() is now in libcbrian2000-09-022-5/+0
* Modify extended attribute protection model to authorize based onrwatson2000-09-024-119/+78
* Fix wordingwilko2000-09-021-1/+1
* Avoid the modules madness I inadvertently introduced by making thephk2000-09-0245-417/+104
* add a missing return statement, doh.cg2000-09-021-0/+1
* Add ACPI_BUS_SPACE stuff definitions in acpi_machdep.h.iwasaki2000-09-024-3/+39
* Bite the bullet and provde memcmp() and memset(), this will be cheaperphk2000-09-023-25/+20
* Oops, only memset() is unsupported.phk2000-09-021-1/+0
* Purposely break kernel code which uses memset and memcpy to prevent peoplephk2000-09-021-0/+9
* Move svr4 here as well...phk2000-09-021-17/+17
* access() shouldn't diddle with the contents of a potentially sharedtruckman2000-09-022-16/+36
* - Add AS1200/Tincup descriptionwilko2000-09-021-31/+87
* Don't check for ohci/uhci to be loaded, check for the usb module.n_hibma2000-09-022-6/+4
* Document AS1200 ("Tincup") as tested successfully.wilko2000-09-021-0/+3
* Don't try to set the mtime of the output file if it's not a regular file.des2000-09-021-1/+2
* Err, we weren't even compiling auth1.c with LOGIN_CAP at all. Guess nobodykris2000-09-023-2/+2
* Repair a broken conflict resolution in r1.2 which had the effect of nullifyingkris2000-09-021-23/+23
OpenPOWER on IntegriCloud