summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a couple of #ifdef DEVFS/#endif clauses to slence the followingwpaul1996-06-171-1/+5
* Reduced nesting of #includes in random.h and adjusted isa/random_machdep.cbde1996-06-171-1/+2
* Moved initialization of defaults for the label for the whole disk frombde1996-06-171-1/+21
* Disable direct writes for non-blocking output.dyson1996-06-171-2/+5
* The Great PC98 Merge.asami1996-06-142-2/+16
* A fast memory copy for Pentiums using floating point registers.asami1996-06-131-1/+9
* Externalize the declaration of dc_list. This is required in order tojoerg1996-06-121-2/+2
* Clean up -Wunused warnings.gpalmer1996-06-1214-40/+26
* Change the symbol name used in the last commit from USRSTACK todyson1996-06-111-1/+1
* Get rid of the unneeded upper address space.dyson1996-06-111-2/+2
* Implemented 'kern_sysctl', which differs from 'userland_sysctl' in thatnate1996-06-101-5/+63
* Updated some comments in settimeofday().bde1996-06-081-3/+15
* Fixed accumulation of run time for processes that don't accumulatebde1996-06-081-7/+5
* Replaced some memcpy()'s by bcopy()'s.bde1996-06-081-3/+3
* Fix the same problem that davidg fixed in -stable some days ago andphk1996-06-061-62/+115
* If handler function returns EAGAIN, restart operation.phk1996-06-061-3/+7
* Fix an error when B_MALLOC buffers are returned from the cluster readdyson1996-06-031-3/+4
* Use kmem_alloc_wait/kmem_free_wakeup() to avoid allocation failuresdg1996-06-031-5/+5
* Fix declaration of ps_strings.dg1996-06-031-2/+2
* Remove the now-unnecessary and incorrect wiring of the "other" processesdyson1996-06-021-5/+1
* Keep brelse from freeing busy pages.dyson1996-05-311-2/+2
* Add an option "EXTRA_VNODES" to cause an extra number of vnode structurespeter1996-05-313-5/+10
* Fix a panic caused by (proc)->p_session being dereferenced for a processdg1996-05-302-10/+12
* Dont allow directories to be link()ed or unlink()ed, even for rootpeter1996-05-242-14/+18
OpenPOWER on IntegriCloud