History log of /netbsd-src/regress/sys/kern/unfdpass/unfdpass.c (Results 1 – 12 of 12)
Revision Date Author Comments
# 213aa76d 08-Aug-2021 nia <nia@NetBSD.org>

introduce a SOL_LOCAL for unix-domain socket level socket options
as an alias of the current 0 used for these options, as in FreeBSD.

reviewed by many.


# 7fc7897d 10-Jan-2017 christos <christos@NetBSD.org>

need <sys/stat.h>


# ce099b40 28-Apr-2008 martin <martin@NetBSD.org>

Remove clause 3 and 4 from TNF licenses


# e6ac0b80 29-Feb-2008 ad <ad@NetBSD.org>

Fix uninitialized variable that caused this to fail spuriously.


# 37d2b2a6 10-May-2006 mrg <mrg@NetBSD.org>

use socklen_t where appropriate.


# dd334ae5 06-Feb-2005 perry <perry@NetBSD.org>

de-__P, remove obsolete "register" declarations.


# d20c2ec7 05-Jun-2000 thorpej <thorpej@NetBSD.org>

- Kill some warnings, and enable WARNS=1.
- Use CMSG_SPACE() and CMSG_DATA() properly; don't define structures
to hold messages, which will not have the correct alignment after
the cmsg header.


# 9f81ab06 22-Mar-1999 sommerfe <sommerfe@NetBSD.org>

Make this a more thorough test of file descriptor passing


# 665d14aa 21-Jan-1999 mycroft <mycroft@NetBSD.org>

Make this a little more flexible, and adjust to catch
a particular error.


# d7b0b872 24-Jun-1998 thorpej <thorpej@NetBSD.org>

Use PF_* for socket(2) calls.


# 81b7dbe9 07-Jan-1998 thorpej <thorpej@NetBSD.org>

Rewrite this to also test passing credentials.


# 1ca58a0f 07-Jan-1998 thorpej <thorpej@NetBSD.org>

Add a regression test to test passing of multiple file descriptors as
Unix domain socket ancillary data.