summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/getdtablecount.2 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tweak;jmc2012-04-121-2/+2
|
* tweak previous;jmc2012-04-121-5/+6
|
* New system call: getdtablecount(2) returns the number of filederaadt2012-04-121-0/+37
descriptors the process currently has open. ok guenther miod gilles ...