summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* 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
* We have had support for running the kernel daemons as threads fordyson1997-12-123-9/+29
* Quiet some lint.dyson1997-12-101-5/+5
* The improvements to clock statistics by Tor Eggefsmp1997-12-084-4/+375
* add process id to tmp files... this prevents two runs from stompingjmg1997-12-081-7/+7
* Correct prototypes to match POSIX. Correct return code for aio_cancel.dyson1997-12-081-2/+2
* Use at_exit() to invoke procfs_exit() instead of calling it directly.sef1997-12-081-12/+1
* Surround the call to procfs_exit() by #ifdef PROCFS/#endif -- much to mysef1997-12-071-1/+5
* Slight performance improvement, removal of unneeded SPLs.dyson1997-12-071-11/+23
OpenPOWER on IntegriCloud