History log of /src/regress/sys/kern/unfdpass |
Revision | Date | Author | Comments |
1.8 | 18-Sep-2002 |
lukem | some makefile de-linting - list NOxxx and LDSTATIC= assignments before everything else (especially <bsd.own.mk>) - ensure <bsd.own.mk> is included before NETBSDSRCDIR is used - add missing RCSids
|
1.7 | 12-Dec-2001 |
tv | MKfoo=no -> NOfoo
|
1.6 | 05-Jun-2000 |
thorpej | - 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.
|
1.5 | 24-Jan-2000 |
mycroft | Clean all the files...
|
1.4 | 13-Feb-1999 |
lukem | convert from NOxxx= to MKxxx=no. include <bsd.own.mk> if testing a MKxxx variable.
|
1.3 | 02-Mar-1998 |
cgd | no point in LDSTATIC=-static here
|
1.2 | 07-Jan-1998 |
thorpej | Rewrite this to also test passing credentials.
|
1.1 | 07-Jan-1998 |
thorpej | Add a regression test to test passing of multiple file descriptors as Unix domain socket ancillary data.
|
1.3 | 21-Jan-1999 |
mycroft | Make this a little more flexible, and adjust to catch a particular error.
|
1.2 | 07-Jan-1998 |
thorpej | Rewrite this to also test passing credentials.
|
1.1 | 07-Jan-1998 |
thorpej | Add a regression test to test passing of multiple file descriptors as Unix domain socket ancillary data.
|
1.12 | 08-Aug-2021 |
nia | 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.
|
1.11 | 10-Jan-2017 |
christos | need <sys/stat.h>
|
1.10 | 28-Apr-2008 |
martin | branches: 1.10.44; Remove clause 3 and 4 from TNF licenses
|
1.9 | 29-Feb-2008 |
ad | branches: 1.9.2; Fix uninitialized variable that caused this to fail spuriously.
|
1.8 | 10-May-2006 |
mrg | branches: 1.8.10; 1.8.16; use socklen_t where appropriate.
|
1.7 | 06-Feb-2005 |
perry | de-__P, remove obsolete "register" declarations.
|
1.6 | 05-Jun-2000 |
thorpej | - 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.
|
1.5 | 22-Mar-1999 |
sommerfe | Make this a more thorough test of file descriptor passing
|
1.4 | 21-Jan-1999 |
mycroft | Make this a little more flexible, and adjust to catch a particular error.
|
1.3 | 24-Jun-1998 |
thorpej | Use PF_* for socket(2) calls.
|
1.2 | 07-Jan-1998 |
thorpej | Rewrite this to also test passing credentials.
|
1.1 | 07-Jan-1998 |
thorpej | Add a regression test to test passing of multiple file descriptors as Unix domain socket ancillary data.
|
1.8.16.1 | 24-Mar-2008 |
keiichi | sync with head.
|
1.8.10.1 | 23-Mar-2008 |
matt | sync with HEAD
|
1.9.2.1 | 18-May-2008 |
yamt | sync with head.
|
1.10.44.1 | 20-Mar-2017 |
pgoyette | Sync with HEAD
|