summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* 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
* Removed unnecessary #includes from <sys/imgact.h> so that it isbde1996-05-016-7/+17
* Fixed two typos in the comment.smpatel1996-04-291-2/+2
* Yet more b_flags fixes. The previous ones broke the clearing of B_DONEbde1996-04-191-1/+5
* Fixed removal of devfs entries for the real slice corresponding to thebde1996-04-191-10/+55
* Implement the RFNOWAIT flag for rfork(). If set this flag will cause thesmpatel1996-04-171-38/+34
* Fix for PR #1146: the "next" pointer must be cached before calling soabortdg1996-04-161-4/+8
* Fix a longstanding bug and a buglet of no significance.phk1996-04-131-23/+18
* Spell cpu_switch() with an i in a comment.bde1996-04-111-2/+2
* Fixed the PF_REMOTE case of ptcwrite(). I broke it in rev.1.22. Outputbde1996-04-111-4/+15
OpenPOWER on IntegriCloud