aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/procdesc.h
Commit message (Expand)AuthorAgeFilesLines
* Introduce the PD_CLOEXEC for pdfork(2).Mariusz Zaborski2016-06-081-0/+6
* Correct typo in commentEd Maste2014-07-301-1/+1
* Implement kqueue(2) for procdesc(4).Ed Schouten2014-04-071-0/+1
* Add missing userspace bits to <sys/procdesc.h>.Ed Schouten2014-04-051-1/+12
* Correct return type of pdfork(2).Ed Schouten2014-04-041-1/+1
* Change the cap_rights_t type from uint64_t to a structure that we can extendPawel Jakub Dawidek2013-09-051-2/+2
* Add experimental support for process descriptorsJonathan Anderson2011-08-181-0/+119