summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Add pid to the info printed in lockmgr_printinfo. This makes VFSkan2004-01-061-2/+3
* More style fixes.kan2004-01-051-15/+13
* - Allow mtx_trylock() to recurse on a recursive mutex. Attempts to recursejhb2004-01-051-5/+11
* style(9):kan2004-01-051-236/+266
* Cosmetics: strip '\n' from a string passed to Debugger().kan2004-01-041-2/+2
* Make sigaltstack as per-threaded, because per-process sigaltstack statedavidxu2004-01-032-38/+32
* Move the kernel power change printf under bootverbose since thenjl2004-01-021-2/+5
* m_tag fixups in preparation for heavier use:sam2004-01-021-51/+13
* Plug a leak of open files that happens when you exec a suid programdwmalone2003-12-281-0/+1
* v_vxproc was a bogus name for a thread (pointer).bde2003-12-282-4/+4
* Track three new sendfile-related statistics:silby2003-12-281-0/+2
* Fixed some style bugs (mainly, try to always use explicit comparisons withbde2003-12-281-8/+7
* Fixed some disordering in revs.1.194 and 1,196. Moved the exceve() syscallbde2003-12-281-55/+55
* Fix the maxpipekva warning message so that it points to the correctsilby2003-12-281-1/+1
* Remove GIANT_REQUIRED from exec_unmap_first_page().alc2003-12-271-1/+0
* Track current and peak sfbuf usage, export the values via sysctl.silby2003-12-271-0/+6
* Create a separate kthread that executes sched_cpu() once a second. Becausejhb2003-12-261-6/+21
* Put restrict back in, the compilation failure was my fault when Ialfred2003-12-261-8/+8
* Add __restrict qualifiers to copyinfrom, copyinstrfrom, copystr, copyinstr,alfred2003-12-261-2/+4
* In socket(2) we only need Giant around the call to socreate, so justdwmalone2003-12-251-2/+2
* Don't TAILQ_INIT kq_head twice, once is enough.dwmalone2003-12-251-1/+0
* Fix another 0 / NULL mixup.silby2003-12-251-1/+1
* We're not ready for restrict qualifiers here.alfred2003-12-241-8/+8
* Add restrict qualifiers.alfred2003-12-242-23/+32
* Document that when we are addressing an open()/close() race, the reasonrwatson2003-12-242-0/+4
* Introduce mp_maxcpus which can be used by libkvm utils to find outalfred2003-12-231-0/+5
* Regen - this should be essentially a NOP, except for rcsid changes.peter2003-12-232-2/+2
* Remove namespc column and attempt to un-fold some of the longer linespeter2003-12-231-563/+543
* Remove the namespace column from the syscalls tables. We don't actuallypeter2003-12-231-7/+7
* Add an additional field to the elf brandinfo structure to supportpeter2003-12-231-11/+16
* Catch a few places where NULL (pointer) was used where 0 (integer) waspeter2003-12-232-2/+2
* Don't use NULL (pointer) when we mean 0 (integer) for the number of tickspeter2003-12-232-2/+2
* - Make our transfer decisions based on load and not transferable load. Ajeff2003-12-201-7/+1
* - Enable ithread migration on x86. This is done to work around a bug in thejeff2003-12-201-0/+10
* Remove a variable that has been initialized but otherwise unused sincealc2003-12-201-2/+0
* - In kseq_transfer() return if smp has not been started.jeff2003-12-201-9/+14
* - Running interactive tasks with the minimum time-slice is fine for vi andjeff2003-12-201-1/+2
* Reduce the overhead of semop() by using the kernel stack instead oftjr2003-12-191-4/+11
* Various style fixes.jhb2003-12-171-7/+5
* - In vget() if LK_NOWAIT is specified we should return EBUSY and not ENOENT.jeff2003-12-161-3/+4
* - When doing a forced unmount, VFS attempts to keep VCHR vnodes valid byjeff2003-12-161-1/+28
* style(9) pass and type fixups.bms2003-12-161-14/+8
* Push m_apply() and m_getptr() up into the colleciton of standard mbufbms2003-12-151-0/+67
* - Assign the ke_cpu field in kseq_notify() so that all of our callers do notjeff2003-12-141-4/+2
* Although sometimes to the uninitiated, it may seem like goup, KSEGOUPrwatson2003-12-121-1/+1
* - Now that we have kseq groups, balance them seperately.jeff2003-12-121-47/+130
* - Don't let the pctcpu rate limiter throttle us if we have recorded overjeff2003-12-111-1/+2
* - In sched_switch(), if a thread has been assigned, don't touch the runqueuesjeff2003-12-111-15/+21
* - Add support for CPU groups to ule. All SMT cores on the same physicaljeff2003-12-111-116/+263
* Regenpeter2003-12-102-2/+2
OpenPOWER on IntegriCloud