summaryrefslogtreecommitdiffstats
path: root/sys/kern/sys_procdesc.c
Commit message (Expand)AuthorAgeFilesLines
* 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