Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze | tedu | 2013-06-05 | 1 | -4/+4 |
| | |||||
* | Document that getpeereid() works for SOCK_SEQPACKET sockets too. | matthew | 2012-04-22 | 1 | -3/+5 |
| | |||||
* | getpeereid() can now be a library routine using getsockopt() with | deraadt | 2010-07-01 | 1 | -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 |