summaryrefslogtreecommitdiffstats
path: root/sys/sys/proc.h
Commit message (Expand)AuthorAgeFilesLines
* MFC r282944:kib2015-05-221-1/+0
* MFC r277322:kib2015-01-251-0/+2
* MFC r277055:kib2015-01-191-1/+1
* Merge reaper facility.kib2015-01-051-0/+10
* MFC r275745:kib2014-12-271-6/+11
* MFC r275616:kib2014-12-151-0/+1
* MFC r271000:kib2014-09-101-1/+0
* MFC r269656:kib2014-08-211-1/+8
* MFC r266464:kib2014-05-231-0/+1
* MFC r263475:kib2014-03-281-0/+1
* MFC Alexander Motin's GEOM direct dispatch work:scottl2014-01-071-0/+2
* Extend the support for exempting processes from being killed when swap isjhb2013-09-191-4/+4
* Don't call sleepinit() from proc0_init(), make it a SYSINIT instead.cognet2013-08-091-1/+0
* o Add accessor functions to add and remove pages from a specificattilio2013-05-131-0/+1
* Similarly to proc_getargv() and proc_getenvv(), export proc_getauxv()trociny2013-04-141-0/+1
* Move CRITICAL_ASSERT() macro to systm.h, where the critical(9)glebius2013-04-061-3/+0
* Replace the TDP_NOSLEEPING flag with a counter so that thejhb2013-03-011-11/+4
* MFcalloutng:davide2013-02-281-1/+1
* When vforked child is traced, the debugging events are not generatedkib2013-02-071-0/+1
* In pget(9), if PGET_NOTWEXIT flag is not specified, also search thekib2012-11-161-0/+1
* Add the wait6(2) system call. It takes POSIX waitid()-like processkib2012-11-131-2/+1
* Add CPU percentage limit enforcement to RCTL. The resouce name is "pcpu".trasz2012-10-261-0/+1
* Add a KPI to allow to reserve some amount of space in the numvnodeskib2012-10-141-0/+1
* Add a sysctl kern.pid_max, which limits the maximum pid the system iskib2012-08-151-2/+3
* Remove stray blank line.kib2012-06-301-1/+0
* vn_io_fault() is a facility to prevent page faults while filesystemskib2012-05-301-1/+4
* Add a rangelock implementation, intended to be used to range-lockingkib2012-05-301-0/+1
* Stop treating td_sigmask specially for the purposes of new threadkib2012-05-261-4/+4
* Calculate the count of per-process cow faults. Export the count tokib2012-05-231-0/+1
* Allow for the process information sysctls to accept a thread id in additionkib2012-04-231-0/+1
* Add thread-private flag to indicate that error value is already placedkib2012-04-121-0/+1
* Handle spurious page faults that may occur in no-fault sections of thealc2012-03-221-0/+1
* Currently, the debugger attached to the process executing vfork() doeskib2012-02-271-0/+2
* Allow the parent to gather the exit status of the children reparentedkib2012-02-231-2/+9
* Mark the automatically attached child with PL_FLAG_CHILD in structkib2012-02-101-0/+1
* Current implementations of sync(2) and syncer vnode fsync() VOP useskib2012-02-061-1/+1
* Avoid to check the same cache line/variable from all the lockingattilio2012-01-281-0/+1
* Abrogate nchr argument in proc_getargv() and proc_getenvv(): we always wanttrociny2012-01-151-4/+2
* On start most of sysctl_kern_proc functions use the same pattern:trociny2011-12-171-0/+14
* Add new sysctls, KERN_PROC_ENV and KERN_PROC_AUXV, to returntrociny2011-11-221-0/+5
* Consistently use process spin lock for protection of thekib2011-11-181-1/+1
* Assert that _PRELE() is done for the held process.kib2011-11-091-0/+1
* Inline the syscallenter() and syscallret(). This reduces the time measuredkib2011-09-111-3/+0
* Add experimental support for process descriptorsjonathan2011-08-181-1/+5
* Add a facility to disable processing page faults. When activated,kib2011-07-091-1/+1
* Use 'curthread_pflags' instead of 'thread_pflags' to signify that onlykib2011-07-091-2/+2
* Implement a helper functions to locally set thread-private flag, andkib2011-07-091-0/+19
* We should not return ECHILD when debugging a child and the parent does aobrien2011-06-141-0/+2
* Style fixes:jhb2011-05-191-14/+14
* Remove stale M_ZOMBIE malloc type.pluknet2011-04-141-1/+0
OpenPOWER on IntegriCloud