summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/getpeereid.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2git to create tag 'tb_20250414'.tb_20250414cvs2svn2025-04-141-36/+0
|
* getpeereid() can now be a library routine using getsockopt() withderaadt2010-07-011-0/+36
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