aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gen/getpeereid.c
Commit message (Expand)AuthorAgeFilesLines
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* Add SOL_LOCAL symbolic constant for unix socket option level.Konstantin Belousov2020-08-031-1/+1
* getpeereid(3): Fix behavior on failure to match documentation.Pedro F. Giffuni2018-02-231-2/+4
* libc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-251-1/+3
* libc: Use namespace.h in a few more files.Jilles Tjoelker2015-12-201-1/+3
* o getsockopt(2) 'level' argument should be 0, not SOCK_STREAM. ItMaxim Konovalov2002-12-161-1/+1
* o Fix bogus getsockopt(2) call: swap SOCK_STREAM and LOCAL_PEERCRED.Maxim Konovalov2002-12-151-1/+1
* Introduce a version field to `struct xucred' in place of one of theDima Dorfman2002-02-271-0/+3
* Fixed slipage in editor.David E. O'Brien2002-02-011-0/+1
* Fix SCM ID's.David E. O'Brien2002-02-011-4/+1
* Implement getpeereid(3), a front-end to the LOCAL_PEERCREDDima Dorfman2001-08-171-0/+53