summaryrefslogtreecommitdiffstats
path: root/sys/kern/sys_procdesc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge r263233 from HEAD to stable/10:rwatson2015-03-191-1/+1
* Change the cap_rights_t type from uint64_t to a structure that we can extendpjd2013-09-051-5/+7
* Restore the previous sendfile(2) behaviour on the block devices.kib2013-08-161-0/+1
* Add the wait6(2) system call. It takes POSIX waitid()-like processkib2012-11-131-1/+1
* Fix panic in procdesc that can be triggered in the following scenario:pjd2012-09-011-2/+10
* Check proper flag (PDF_DAEMON, not PD_DAEMON) when deciding if the processpjd2012-06-191-2/+2
* In order to maximize the re-usability of kernel code in user space thiskmacy2011-09-161-3/+3
* Add experimental support for process descriptorsjonathan2011-08-181-0/+524
OpenPOWER on IntegriCloud