]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r309554 and r309631 which breaks down overly long monolithic
authorsobomax <sobomax@FreeBSD.org>
Mon, 1 Oct 2018 17:26:41 +0000 (17:26 +0000)
committersobomax <sobomax@FreeBSD.org>
Mon, 1 Oct 2018 17:26:41 +0000 (17:26 +0000)
commit068805533d0a01a1f86df896ad90065343122e2b
tree48d486aab6d6be8ff53d205f493f3f8e66dbae7a
parent6068c2761de987bc97d4c472acdc1076d91fc7e8
MFC r309554 and r309631 which breaks down overly long monolithic
souce file and reduces duplication by auto-generating functions
that only differ in the value of the SCM_XXX constant used.

This also fixes unintentional breakage introduced in earlier
MFC in r338617 that happens to rely on some of those changes.

Reported by: asomers
Pointy-hat goes to: sobomax
18 files changed:
tools/regression/sockets/unix_cmsg/Makefile
tools/regression/sockets/unix_cmsg/t_cmsg_len.c [new file with mode: 0644]
tools/regression/sockets/unix_cmsg/t_cmsg_len.h [new file with mode: 0644]
tools/regression/sockets/unix_cmsg/t_cmsgcred.c [new file with mode: 0644]
tools/regression/sockets/unix_cmsg/t_cmsgcred.h [new file with mode: 0644]
tools/regression/sockets/unix_cmsg/t_cmsgcred_sockcred.c [new file with mode: 0644]
tools/regression/sockets/unix_cmsg/t_cmsgcred_sockcred.h [new file with mode: 0644]
tools/regression/sockets/unix_cmsg/t_generic.c [new file with mode: 0644]
tools/regression/sockets/unix_cmsg/t_generic.h [new file with mode: 0644]
tools/regression/sockets/unix_cmsg/t_peercred.c [new file with mode: 0644]
tools/regression/sockets/unix_cmsg/t_peercred.h [new file with mode: 0644]
tools/regression/sockets/unix_cmsg/t_sockcred.c [new file with mode: 0644]
tools/regression/sockets/unix_cmsg/t_sockcred.h [new file with mode: 0644]
tools/regression/sockets/unix_cmsg/t_xxxtime.c.in [new file with mode: 0644]
tools/regression/sockets/unix_cmsg/t_xxxtime.h.in [new file with mode: 0644]
tools/regression/sockets/unix_cmsg/uc_common.c [new file with mode: 0644]
tools/regression/sockets/unix_cmsg/uc_common.h [new file with mode: 0644]
tools/regression/sockets/unix_cmsg/unix_cmsg.c