summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make sure that we don't place a busy or held page onto the PQ_CACHE queue.dyson1996-05-241-2/+5
* Change the *evil* allocation of memory from kmem_map to the kernel_map.dyson1996-05-241-3/+3
* Minor performance improvement to kern_malloc.c that increases thedyson1996-05-181-1/+17
* This set of commits to the VM system does the following, and containdyson1996-05-183-32/+15
* Ups, I removed NMB_INIT too.phk1996-05-121-1/+3
* Nail down NCL_INIT = 1, and put a comment there telling what it is.phk1996-05-111-8/+4
* Hide options for emulators and static file systems in opt_dontuse.h.bde1996-05-112-4/+4
* Allocate mbufs from a separate submap so that NMBCLUSTERS works aswollman1996-05-103-13/+17
* Make it possible to return more than one piece of control informationwollman1996-05-092-12/+27
* Correct a comment. There is no fn `kprintf'gpalmer1996-05-091-2/+2
* Our new-old mbugf allocator. This is actually something of a blast fromwollman1996-05-081-1/+103
* Clean up various compiler warnings. Most (if not all) were benigngpalmer1996-05-083-7/+9
* An old typo MCLBYTES/CLBYTES became more obvious bogus now.phk1996-05-061-3/+3
* uninitialized auto variable shmseg is used in ...joerg1996-05-051-2/+2
* Another sweep over the pmap/vm macros, this time with more focus onphk1996-05-032-15/+13
* disksort() is gone, all drivers now use tqdisksort().phk1996-05-031-72/+1
* removed:phk1996-05-026-21/+21
* Fix a nasty bug that causes random crashes and lockups particularly onpeter1996-05-021-1/+6
* First pass at cleaning up macros relating to pages, clusters and all that.phk1996-05-024-23/+21
* KGDB is dead. It may come back one day if somebody does it.phk1996-05-021-10/+4
* Removed unused #include.bde1996-05-011-2/+1
OpenPOWER on IntegriCloud