summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/getpeereid.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Document that getpeereid() works for SOCK_SEQPACKET sockets too.matthew2012-04-221-3/+5
|
* getpeereid() can now be a library routine using getsockopt() withderaadt2010-07-011-0/+119
SOL_SOCKET and SO_PEERCRED, only issue being that it cannot return EFAULT for a page fault. The kernel code will soon be put into compat, and then in 10 years or so tedu will delete it. ok guenther millert