summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Fix a couple of operator precedence bugs.steve1998-01-251-3/+3
* Various NFS fixes:dyson1998-01-251-1/+5
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.eivind1998-01-249-8/+24
* Add better support for larger I/O clusters, including larger physicaldyson1998-01-245-24/+70
* VM level code cleanups.dyson1998-01-2210-30/+58
* Set p_retval for the correct process in getpriority(). This fixesbde1998-01-191-3/+3
* Tie up some loose ends in vnode/object management. Remove an unneededdyson1998-01-173-33/+53
* Move almost all the ntp related stuff from kern_clock.c tophk1998-01-143-1341/+669
* Make softticks static.phk1998-01-141-35/+2
* Fix another vnode leak.dyson1998-01-122-4/+8
* Fix some vnode management problems, and better mgmt of vnode free list.dyson1998-01-124-21/+112
* Implement the first page access for object type determination moredyson1998-01-112-95/+130
* Try to solve timeout race by not touching softtics here.phk1998-01-112-8/+4
* Fix softclock calling so we don't loose timeouts (I broke this ~10h ago)phk1998-01-113-10/+14
* Whoops. softclock is called from doreti_swi as well. Abandon call fromphk1998-01-103-14/+8
* Effect the divorce of kern_clock.c and kern_timeout.c (which wasphk1998-01-103-1677/+24
* Make the BOOTP family new-style options (in opt_bootp.h)eivind1998-01-092-2/+6
* Improve hardpps readability a bit:phk1998-01-073-150/+135
* Disable io optimizations again, minor bug found, and will be fixed indyson1998-01-072-4/+4
* Make our v_usecount vnode reference count work identically to thedyson1998-01-0612-172/+450
* Added missing caddr_t --> void * conversions for sys/mman.h functions.alex1998-01-011-9/+9
* Use a real malloc type for M_LINKER instead of #defining it as M_TEMP.bde1998-01-011-1/+2
* Add the vnode interlock back around vref.dyson1997-12-292-2/+18
* Fixed style bugs in previous commit.bde1997-12-291-3/+3
* Fix the decl of vfs_ioopt, allow LFS to compile again, fix a minor problemdyson1997-12-293-5/+12
* Lots of improvements, including restructring the caching and managementdyson1997-12-297-218/+166
* Handle "%...p" as "%#...x" instead of "0x%...x". This is a quick fixbde1997-12-281-3/+2
* Restored used include of <sys/malloc.h>. malloc() is not usedbde1997-12-281-21/+22
* Unspammed nested include of <vm/vm_zone.h>.bde1997-12-274-5/+9
* Rename "i586_ctr" to "tsc" (both upper and lower case instances).phk1997-12-261-2/+2
* Make kern.ncpu reports the number of detected processors when runninggpalmer1997-12-251-1/+8
* This patch causes the "calltodo" timer list to be decremented by the amountnate1997-12-233-3/+204
* Improve my copyright.dyson1997-12-221-11/+4
* Clear the p_stops field on change of user/group id, unless the correctsef1997-12-202-18/+28
* Use __inline instead of inline to prevent pedantic compiler warnings.bde1997-12-192-8/+8
* Removed some bogus casts.bde1997-12-191-3/+3
* Some performance improvements, and code cleanups (including changing ourdyson1997-12-193-3/+86
* Revert poll() for UFS files to traditional behavior where polling for read-wollman1997-12-171-0/+2
* Regenerate after changing makesyscalls.sh.eivind1997-12-161-1/+2
* Move around opt_compat include to accomodate Linulator brokenness (foreivind1997-12-161-3/+4
* Make COMPAT_43 and COMPAT_SUNOS new-style options.eivind1997-12-1618-18/+46
* Fix bug where a struct buf was free()'d back to the system malloc pool.dg1997-12-161-4/+3
* Add support for poll(2) on files. vop_nopoll() now returns POLLNVALwollman1997-12-153-4/+193
* Consult sa_len before trampling it with MSG_COMPAT set.msmith1997-12-151-3/+4
* Add support for low resolution SMP kernel profiling.tegge1997-12-151-1/+6
* Don't forward hardclock or statclock to stopped cpus. Disable forwardingtegge1997-12-151-10/+17
* Make gzipped dynamically linked executables work again. There wasjdp1997-12-141-4/+4
* As described by the submitter:msmith1997-12-141-5/+6
* After one of my analysis passes to evaluate methods for SMP TLB mgmt, Idyson1997-12-141-2/+2
* Add needed #include.tegge1997-12-121-1/+4
OpenPOWER on IntegriCloud