summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Unbreak the KSE code. Keep track of zobie threads using the Per-CPU storagejulian2002-12-105-272/+166
* Remove dm_root entry from struct devfs_mount. It's never set, and isrwatson2002-12-091-9/+11
* To avoid lock order reversals in getnewvnode(), the call to uma_zfree()alc2002-12-081-3/+11
* Fix typo in comment. It's SYSINIT, not SYSINT.keramida2002-11-301-1/+1
* Remove a race condition / deadlock from snapshots. Whenmckusick2002-11-301-6/+37
* devd kernel improvements:imp2002-11-301-21/+38
* Use pmap_remove_all() instead of pmap_remove() before freeing the pagealc2002-11-281-5/+4
* Do not set a variable (vp->p_pollinfo) to NULL if we knowrobert2002-11-271-1/+1
* Small SO_RCVTIMEO and SO_SNDTIMEO values are mistakenly taken to be zero.maxim2002-11-271-0/+2
* o Initialise each mbuf's m_len to 0 in m_getm(); mb_put_mem() dependstjr2002-11-271-1/+3
* Make the rman_{get,set}_* macros into real functions. The macrosimp2002-11-271-0/+72
* Don't hold acct_mtx over limcopy(), since it's unnecessary andfenner2002-11-261-6/+7
* correct function names in KASSERT's for 2 m_tag routinessam2002-11-261-2/+2
* To avoid sleeping with all sorts of resources acquired (the reportedrobert2002-11-261-3/+7
* If the file descriptors passed into do_dup() are negative, return EBADFjhb2002-11-261-3/+4
* Un-staticize mac_cred_mmapped_drop_perms() so that it may be usedrwatson2002-11-261-1/+1
* Acquire and release the page queues lock around pmap_remove_pages() becausealc2002-11-252-0/+5
* Hold the page queues/flags lock when calling vm_page_set_validclean().alc2002-11-231-1/+5
* Under certain circumstances, we were calling kmem_free() frommux2002-11-222-0/+6
* - Add the new sched_pctcpu() function to the sched_* api.jeff2002-11-212-1/+7
* - Move scheduler specific macros and defines out of proc.hjeff2002-11-211-0/+10
* - Move FSCALE back to kern_sync. This is not scheduler specific.jeff2002-11-212-5/+15
* - Implement a mechanism for allowing schedulers to place scheduler dependantjeff2002-11-215-47/+96
* Introduce p_label, extensible security label storage for the MAC frameworkrwatson2002-11-203-1/+35
* Merge kld access control checks from the MAC tree: these access controlrwatson2002-11-194-0/+106
* We leaked a process lock reference in the event an RFTHREAD processrwatson2002-11-181-1/+2
* Make sure only update wall clock at upcall time, slightly reformatdavidxu2002-11-182-26/+26
* During shutdown explain what the numbers following the 'syncingalfred2002-11-181-1/+1
* 1. Support versioning and wall clock in kse mailbox,davidxu2002-11-183-18/+220
* include smp.h.julian2002-11-172-0/+2
* 1.Add sysctls to control KSE resource allocation.davidxu2002-11-172-16/+60
* Rework last exiting thread in kse_release(), wait a signal and thendavidxu2002-11-172-4/+22
* - Release the imgp vnode prior to freeing exec_map resources to avoidjeff2002-11-171-4/+4
* Rework the sysconf(3) interaction with aio:alfred2002-11-172-5/+25
* Now that pmap_remove_all() is exported by our pmap implementationsalc2002-11-162-3/+3
* Export the values for _SC_AIO_MAX and _SC_AIO_PRIO_DELTA_MAX via the p1003balfred2002-11-161-0/+4
* Regenerate after adding system calls.deischen2002-11-162-2/+8
* Add getcontext, setcontext, and swapcontext as system calls.deischen2002-11-162-0/+138
* Call 'p31b_setcfg(CTL_P1003_1B_AIO_LISTIO_MAX, AIO_LISTIO_MAX)'alfred2002-11-161-0/+3
* headers should not really include "opt_foo.h" (in this case opt_posix.h).alfred2002-11-152-0/+4
* Return EWOULDBLOCK for last thread in kse_release().davidxu2002-11-152-0/+2
* Make the msg_size, msg_bufx and msg_bufr memebers of struct msgbuftmm2002-11-142-11/+9
* In kse_release(), check if current thread is bounddavidxu2002-11-142-8/+32
* Introduce a condition variable to avoid returning EBUSY whenrwatson2002-11-131-29/+52
* Add support for the C99 %t format modifier.mux2002-11-131-2/+11
* Garbage collect mac_create_devfs_vnode() -- it hasn't been used sincerwatson2002-11-121-7/+0
* Correct an assertion in the code to traverse the list of locks to find anjhb2002-11-111-1/+1
* Garbage collect definition of M_MACOPVEC -- we no longer perform arwatson2002-11-111-2/+0
* When prot is VM_PROT_NONE, call pmap_page_protect() directly rather thanalc2002-11-102-3/+3
* Fix instances of macros with improperly parenthasized arguments.alfred2002-11-091-1/+1
OpenPOWER on IntegriCloud