1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-04 12:52:15 +00:00
freebsd/tools/regression/sockets
John Baldwin f627c55e7e - Add a test for PR 151758.
- While here, make this compile and work on non-i386:
  - Use CMSG_SPACE(), CMSG_LEN(), and CMSG_FIRSTHDR() instead of ignoring
    padding between 'struct cmsghdr' and control message payloads.
  - Don't initialize the control message before calling recvmsg().
    Instead, check that we get a valid control message on return from
    recvmsg().
- Use errx() instead of err() for some errors that don't report failures
  that set errno.

Requested by:	kib (1)
2011-12-09 19:24:17 +00:00
..
accept_fd_leak
accf_data_attach
fstat
kqueue
listen_backlog
listenclose
pr_atomic
reconnect
rtsocket
sblock
sendfile Allow to specify path to a file we want to test with sendfile(2). 2010-12-11 16:06:52 +00:00
shutdown
sigpipe
socketpair
unix_bindconnect
unix_close_race Correct several nits/problems in the unix_close_race regression test. 2010-05-27 15:28:55 +00:00
unix_cmsg
unix_gc Extend the unix gc regression test to cover the case of r216150. 2010-12-03 16:17:53 +00:00
unix_passfd - Add a test for PR 151758. 2011-12-09 19:24:17 +00:00
unix_sendtorace
unix_seqpacket A few regression tests for SOCK_SEQPACKET UNIX domain sockets. 2009-10-05 15:27:01 +00:00
unix_seqpacket_exercise A few regression tests for SOCK_SEQPACKET UNIX domain sockets. 2009-10-05 15:27:01 +00:00
unix_socket
unix_sorflush Always assign WARNS using ?= 2010-03-02 16:58:04 +00:00
zerosend