summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Addition of page coloring support. Various levels of coloring are afforded.dyson1996-09-081-3/+3
* Fixed two small leftovers form PHK's mega devconf removal commit..sos1996-09-071-2/+1
* Corrected an error where precious kernel virtual space was being allocateddyson1996-09-071-26/+21
* Remove these three devconf files entirely.phk1996-09-061-0/+0
* Remove devconf, it never grew up to be of any use.phk1996-09-062-183/+1
* Add bowrite.gibbs1996-09-061-2/+17
* `struct linker_set execsw_set' was declared as const and pointers in itbde1996-09-031-3/+3
* Fixed bogus casts (const on the wrong `*' in `**') in a qsort-comparisionbde1996-09-031-4/+5
* Eliminated nested include of <sys/unistd.h> in <sys/file.h> in the kernel.bde1996-09-034-6/+8
* Added #include of <unistd.h> so that there is some chance thatbde1996-09-031-1/+2
* Second phase of merge, get rid of more machine-independent-dependencies.asami1996-09-031-2/+1
* Implemented kernel side of MNT_NOATIME mount option. This option disablesdg1996-09-032-6/+6
* Conditionalize POSIX saved ids code on _POSIX_SAVED_IDS defineache1996-09-011-4/+22
* Change an splstatclock that should be an splhigh into an splhigh.dg1996-09-011-2/+2
* Change an splclock that needs to be an splhigh into an splhigh.dg1996-09-011-2/+2
* Fixed the easy cases of const poisoning in the kernel. Cosmetic.bde1996-08-316-19/+19
* s/pc98/isa/g in struct *_device and *_driver. Resync along the way.asami1996-08-311-1/+2
* Don't depend in the kernel on the gcc feature of doing arithmetic onbde1996-08-313-12/+13
* Fixed a wrong comment. Did tsleep() ever return the networking errnobde1996-08-281-2/+2
* Fixed a stale comment.bde1996-08-281-2/+2
* Removed a ton of unused #includes. The introduction of SYSINIT() andbde1996-08-281-17/+1
* Remove the old cleanup code as it is no longer used..julian1996-08-261-28/+3
* The socketpair(0 syscall is bogusly returning the fd numbers throughpeter1996-08-241-1/+3
* add FreeBSD Inc. to copyright stringwosch1996-08-221-1/+2
* Some cleanups to the callout lists recently added.julian1996-08-223-77/+126
* Even though this looks like it, this is not a complex code change.dyson1996-08-214-78/+228
* Fix a minor style error in my code.smpatel1996-08-201-2/+2
* Reran makesyscalls.sh after changing select()'s first argument to 'int'.smpatel1996-08-202-2/+2
* Remove the kernel FD_SETSIZE limit for select().smpatel1996-08-203-18/+52
* Collect all the functioons concerned with rebooting into one placejulian1996-08-193-112/+4
* for kern_conf.c, start allocating dynamic major numbersjulian1996-08-193-13/+17
* fix handling of external objects referenced by mbufsjulian1996-08-191-3/+11
* add callout lists for exit() and fork()julian1996-08-192-2/+143
* move all functions related to shutting down to one filejulian1996-08-191-0/+429
* Fix fdavail() so that correctly pays attention to the rlimit.smpatel1996-08-151-3/+5
* Certain vnode buffer list operations were not being spl protected,dyson1996-08-152-2/+10
* Add support for i686 machine check trap.dg1996-08-111-2/+3
* Add separate kmalloc classes for BIO buffers and Ktrace info.phk1996-08-042-16/+16
* The check for multiple freed items were bogus. fixed.phk1996-08-041-7/+12
* Eliminated i586_ctr_rate. Use i586_ctr_freq instead.bde1996-08-021-2/+2
* dscheck() was returning without setting bp->b_error when given a negativepeter1996-08-021-1/+2
* Write protect the text segment of gzip'ed programs.phk1996-08-011-27/+21
* Changed wakeup_one() to continue looping, possibly waking up additionaldg1996-07-311-8/+5
* Converted timer/run queues to 4.4BSD queue style. Removed old and unuseddg1996-07-313-107/+79
* Only use the special bdevvp() for DEVFS if DEVFS_ROOT is defined. Thisbde1996-07-302-6/+6
* Fixed resource usage integrals. They were too large by a factor ofbde1996-07-303-60/+63
* Backed out the recent changes/enhancements to the VM code. Thedyson1996-07-302-4/+5
* Modification to vfs_cluster to allow clustering of NFS delayed writes.dyson1996-07-271-3/+14
* This commit is meant to solve a couple of VM system problems ordyson1996-07-272-5/+4
* Rename KERN_DOMAINNAME to KERN_NISDOMAINNAME so that it can't be confusedwollman1996-07-251-2/+2
OpenPOWER on IntegriCloud