summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* 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
* DEVFS needs a special bdevvp().phk1996-07-242-2/+6
* Make a "DWIM" function for adding [bc]devsw entries for bdev drivers.phk1996-07-231-1/+35
* A few minor mods (improvements) to support more efficient pipedyson1996-07-131-32/+73
* Staticized some variables.bde1996-07-121-5/+12
* Use a big delta in adjtime() for big negative adjustments as well asbde1996-07-121-2/+2
* Staticized a few variables.bde1996-07-122-4/+4
* Fixed cloned comments about npx traps to match context.bde1996-07-121-5/+8
* Don't use NULL in non-pointer contexts.bde1996-07-121-3/+3
* Modify the kernel to use the new pr_usrreqs interface rather than the oldwollman1996-07-116-239/+80
* This is a proposal-in-code for a substantial modification of the waywollman1996-07-093-4/+448
* Log not exited signal only, but the fact that core dumped (or not) tooache1996-07-091-5/+6
* Quiet a couple of -Wunused warnings.wollman1996-07-092-2/+6
* Get rid of PIPE_NBIO, cleaning up the code a bit.dyson1996-07-041-27/+15
* Fixed a major bug that caused various pmap related panics, hangs, and reboots.dg1996-06-301-2/+2
* Fix a problem that caused system crashes after physio. This problemdyson1996-06-261-6/+11
* trap.c:bde1996-06-251-15/+7
* Unstaticize psratio and staticize profprocs. psratio needs to be exportedbde1996-06-233-15/+18
* Clean-up the new VM map procfs code, and also add support for executabledyson1996-06-182-2/+4
OpenPOWER on IntegriCloud