summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Fix a race in soclose() where connections could be queued to themohans2006-11-221-22/+26
* Save exit status of an exiting process in kn_data in the knote.jhb2006-11-201-0/+1
* whitespace fix onlyjulian2006-11-201-6/+6
* Use scheduler API sched_user_prio() to adjust thread's userland priority,davidxu2006-11-201-12/+15
* Add vm map and object locking to each_writable_segment().alc2006-11-191-10/+15
* Fix msgsnd(3)/msgrcv(3) deadlock under heavy resource pressure by timing outjkim2006-11-171-5/+9
* Change sleepq_add(9) argument from 'struct mtx *' to 'struct lock_object *',pjd2006-11-163-9/+10
* Adjust assertions to allow for magical properties of the 'lbolt' waitjhb2006-11-151-3/+3
* Fix a copy-paste bug in NON-KSE case.davidxu2006-11-141-11/+11
* change vop_lock handling to allowing tracking of callers' file and line forkmacy2006-11-134-12/+13
* track lock class name in a way that doesn't break WITNESSkmacy2006-11-135-13/+22
* Unbreak witnesskmacy2006-11-121-1/+1
* In kern_sendfile() fix the calculation of sbytes (the total number of bytesandre2006-11-121-23/+19
* Copy base user priority in NO_KSE case.davidxu2006-11-121-0/+1
* Fix mispatch of includes list; allows my kernel to build successfully.trhodes2006-11-121-0/+1
* show lock class in profiling output for default case where type is not specif...kmacy2006-11-122-19/+24
* Use mi_switch, this should fix loadavg calculation problem in NO_KSE case.davidxu2006-11-121-5/+0
* Update includes for sys/posix4 move.trhodes2006-11-111-2/+1
* Merge posix4/* into normal kernel hierarchy.trhodes2006-11-117-14/+9
* Update #includes list.trhodes2006-11-113-5/+3
* Unbreak userland priority inheriting in NO_KSE case.davidxu2006-11-111-1/+2
* tinderbox fixkmacy2006-11-111-1/+1
* remove lingering call to rd(tick)kmacy2006-11-111-1/+1
* missed nits replacing mutex with lockkmacy2006-11-111-4/+4
* MUTEX_PROFILING has been generalized to LOCK_PROFILING. We now profilekmacy2006-11-116-257/+382
* o Fix a couple of obvious typos.maxim2006-11-081-2/+2
* Style cleanups to the sctp_* syscall functions.andre2006-11-071-107/+95
* Simplify operations with sync_mtx in sched_sync():jhb2006-11-071-7/+3
* Fix comment typo and function declaration.jhb2006-11-071-2/+2
* Don't drop reference to tty in tty_close() if TS_ISOPEN is already cleared.tegge2006-11-061-7/+6
* Handle early errors in kern_sendfile() by introducing a new goto 'out'andre2006-11-061-9/+9
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-0633-248/+367
* Add a new priv(9) kernel interface for checking the availability ofrwatson2006-11-063-90/+380
* Typo, 'from' vnode is locked here, not 'to' vnode.pjd2006-11-041-1/+1
* This commits the remake in kern/ make sysent to getrrs2006-11-032-2/+2
* Ok, here it is, we finally add SCTP to current. Note that thisrrs2006-11-035-0/+516
* Always init the console before trying to cnadd it tojb2006-11-031-2/+2
* Use the improved m_uiotombuf() function instead of home grown sosend_copyin()andre2006-11-021-1/+29
* Rename m_getm() to m_getm2() and rewrite it to allocate up to page sizedandre2006-11-022-89/+90
* Rewrite kern_sendfile() to work in two loops, the inner which turns as manyandre2006-11-021-240/+278
* Increment nb_allocated while holding the pt_mtx lock to avoid races.jhb2006-11-011-1/+1
* Comment and style tweak.jhb2006-11-011-2/+2
* Add a cnputs() function to write a string to the console withjb2006-11-012-17/+97
* Add gjournal specific code to the UFS file system:pjd2006-10-311-0/+2
* Add a new I/O request - BIO_FLUSH, which basically tells providers below topjd2006-10-311-0/+1
* Refactor vfs_setdirty(), creating vfs_setdirty_locked_object().alc2006-10-291-6/+16
* In bufdone_finish() restrict the acquisition and release of the pagealc2006-10-281-2/+8
* Remove member p_procscopegrp which is no longer used by libthr.davidxu2006-10-271-8/+0
* Make KSE a kernel option, turned on by default in all GENERICjb2006-10-2622-236/+1062
* The attempt to rename "." with MAC framework compiled in would cause attemptkib2006-10-262-2/+4
OpenPOWER on IntegriCloud