CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2010/07/01 13:15:30
Modified files:
lib/libc/net : Makefile.inc
lib/libc/sys : Makefile.inc getpeername.2 getsockname.2
Added files:
lib/libc/net : getpeereid.3 getpeereid.c
Removed files:
lib/libc/sys : getpeereid.2
Log message:
getpeereid() can now be a library routine using getsockopt() with
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