rwatson 2008-08-31 16:27:37 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/netinet6 ip6_output.c
Log:
SVN rev 182549 on 2008-08-31 16:27:37Z by rwatson
Merge r180957 from head to stable/7:
Marginally decomplicate set/getsockopt code i
rwatson 2008-07-29 09:31:03 UTC
FreeBSD src repository
Modified files:
sys/netinet6 ip6_output.c
Log:
SVN rev 180957 on 2008-07-29 09:31:03Z by rwatson
Marginally decomplicate set/getsockopt code in ip6_output.c by simply
using the passed arguments explicitly and u
bz 2008-03-21 23:00:13 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/netinet6 ip6_output.c
Log:
MFC: rev. 1.115 ip6_output.c
Replace the function name in two identical printfs
by __func__, __LINE__ so we can distinguish them
bz 2008-03-14 11:09:11 UTC
FreeBSD src repository
Modified files:
sys/netinet6 ip6_output.c
Log:
Replace the function name in two identical printfs
by __func__, __LINE__ so we can distinguish them
when people report a problem.
PR: 121373
MFC af
mtm 2008-01-26 07:08:48 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/netinet6 ip6_output.c
Log:
MFC: rev. 1.110
Instead of manually freeing the packet options
mtm 2008-01-26 06:49:27 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/netinet6 ip6_output.c
Log:
MFC: rev. 1.110
Instead of manually freeing the packet options
mtm 2007-11-21 16:01:42 UTC
FreeBSD src repository
Modified files:
sys/netinet6 ip6_output.c
Log:
Instead of manually freeing the packet options structure (and not even doing
a good job of it) in the copypktopts() function, just call ip6_clearpktopts()
directly. O
rwatson 2007-06-13 22:42:43 UTC
FreeBSD src repository
Modified files:
sys/netinet6 ip6_output.c raw_ip6.c udp6_output.c
sys/netipx ipx.c
sys/nfsservernfs_serv.c
sys/security/mac_bsdextended mac_bsdextended.c
Log:
Include priv.h to pick up
rwatson 2006-02-14 21:38:47 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/netinet6 ip6_output.c
Log:
Merge ip6_output.c:1.101 from HEAD to RELENG_6:
When storing the results of malloc() in a pointer to a pointer, check
the pointer to
rwatson 2006-01-14 00:09:41 UTC
FreeBSD src repository
Modified files:
sys/netinet6 ip6_output.c
Log:
When storing the results of malloc() in a pointer to a pointer, check
the pointer to a pointer for NULL, not the pointer for NULL.
Noticed by: Coverity Prevent
10 matches
Mail list logo