.. |
Makefile
|
…
|
|
ah.h
|
Remove all the __P() from sys (excluding sys/dist)
|
2009-03-14 14:45:51 +00:00 |
ah_aesxcbcmac.c
|
bcopy -> memcpy
|
2009-03-18 17:06:41 +00:00 |
ah_aesxcbcmac.h
|
Remove all the __P() from sys (excluding sys/dist)
|
2009-03-14 14:45:51 +00:00 |
ah_core.c
|
bcopy -> memcpy
|
2009-03-18 17:06:41 +00:00 |
ah_input.c
|
bcmp -> memcmp
|
2009-03-18 15:14:29 +00:00 |
ah_output.c
|
bzero -> memset
|
2009-03-18 16:00:08 +00:00 |
dest6.c
|
Make ip6 and icmp6 stats per-cpu.
|
2008-04-15 03:57:04 +00:00 |
esp.h
|
Remove all the __P() from sys (excluding sys/dist)
|
2009-03-14 14:45:51 +00:00 |
esp_aesctr.c
|
Correct two more bungled bcopy() -> memcpy() conversions.
|
2009-03-19 08:22:29 +00:00 |
esp_aesctr.h
|
Remove all the __P() from sys (excluding sys/dist)
|
2009-03-14 14:45:51 +00:00 |
esp_core.c
|
bcopy -> memcpy
|
2009-03-18 17:06:41 +00:00 |
esp_input.c
|
bzero -> memset
|
2009-03-18 16:00:08 +00:00 |
esp_output.c
|
bcopy -> memcpy
|
2009-03-18 17:06:41 +00:00 |
esp_rijndael.c
|
__unused removal on arguments; approved by core.
|
2006-11-16 01:32:37 +00:00 |
esp_rijndael.h
|
Remove all the __P() from sys (excluding sys/dist)
|
2009-03-14 14:45:51 +00:00 |
files.ipsec
|
Merge kernel and userland rmd160 and sha2 implementation.
|
2006-10-27 21:20:48 +00:00 |
files.netinet6
|
Refactor in_cksum/in4_cksum/in6_cksum implementations:
|
2008-01-25 21:12:10 +00:00 |
frag6.c
|
bzero -> memset
|
2009-03-18 16:00:08 +00:00 |
icmp6.c
|
bzero -> memset
|
2009-03-18 16:00:08 +00:00 |
icmp6_private.h
|
Remove clause 3 and 4 from TNF licenses
|
2008-04-28 20:22:51 +00:00 |
in6.c
|
bcopy -> memcpy
|
2009-03-18 17:06:41 +00:00 |
in6.h
|
Convert many of the uses of __attribute__ to equivalent
|
2007-12-25 18:33:32 +00:00 |
in6_cksum.c
|
in6_cksum: use IN6_IS_SCOPE_EMBEDDABLE.
|
2008-03-10 22:34:40 +00:00 |
in6_gif.c
|
Remove all the __P() from sys (excluding sys/dist)
|
2009-03-14 14:45:51 +00:00 |
in6_gif.h
|
Merge the socket locking patch:
|
2008-04-24 11:38:36 +00:00 |
in6_ifattach.c
|
*** Summary ***
|
2008-11-07 00:20:01 +00:00 |
in6_ifattach.h
|
De-__P().
|
2007-11-01 20:33:56 +00:00 |
in6_offload.c
|
Eliminate address family-specific route caches (struct route, struct
|
2007-05-02 20:40:22 +00:00 |
in6_offload.h
|
Eliminate address family-specific route caches (struct route, struct
|
2007-05-02 20:40:22 +00:00 |
in6_pcb.c
|
bcopy -> memcpy
|
2009-03-18 17:06:41 +00:00 |
in6_pcb.h
|
Eliminate address family-specific route caches (struct route, struct
|
2007-05-02 20:40:22 +00:00 |
in6_proto.c
|
Init ip6flow pool dynamically instead of using a linkset.
|
2009-03-23 18:43:20 +00:00 |
in6_src.c
|
bzero -> memset
|
2009-03-18 16:00:08 +00:00 |
in6_var.h
|
mention that you'll need to update compat if you change the size of in6_ifreq.
|
2009-01-15 23:22:15 +00:00 |
ip6_etherip.c
|
if_input needs to be called at splnet(). ok by cube.
|
2008-10-19 23:28:31 +00:00 |
ip6_etherip.h
|
New EtherIP driver based on tap(4) and gif(4) by Hans Rosenfeld.
|
2006-11-23 04:07:07 +00:00 |
ip6_flow.c
|
Init ip6flow pool dynamically instead of using a linkset.
|
2009-03-23 18:43:20 +00:00 |
ip6_forward.c
|
bzero -> memset
|
2009-03-18 16:00:08 +00:00 |
ip6_id.c
|
Fix initializers.
|
2006-08-30 17:11:53 +00:00 |
ip6_input.c
|
bcopy -> memcpy
|
2009-03-18 17:06:41 +00:00 |
ip6_mroute.c
|
bzero -> memset
|
2009-03-18 16:00:08 +00:00 |
ip6_mroute.h
|
bcopy -> memcpy
|
2009-03-18 17:06:41 +00:00 |
ip6_output.c
|
bzero -> memset
|
2009-03-18 16:00:08 +00:00 |
ip6_private.h
|
Remove clause 3 and 4 from TNF licenses
|
2008-04-28 20:22:51 +00:00 |
ip6_var.h
|
Init ip6flow pool dynamically instead of using a linkset.
|
2009-03-23 18:43:20 +00:00 |
ip6protosw.h
|
Convert socket options code to use a sockopt structure
|
2008-08-06 15:01:23 +00:00 |
ipcomp.h
|
Make IPSEC and FAST_IPSEC stats per-cpu. Use <net/net_stats.h> and
|
2008-04-23 06:09:04 +00:00 |
ipcomp_core.c
|
bzero -> memset
|
2009-03-18 16:00:08 +00:00 |
ipcomp_input.c
|
Back out previous. It broke the build.
|
2008-05-05 13:41:29 +00:00 |
ipcomp_output.c
|
bzero -> memset
|
2009-03-18 16:00:08 +00:00 |
ipsec.c
|
Correct two more bungled bcopy() -> memcpy() conversions.
|
2009-03-19 08:22:29 +00:00 |
ipsec.h
|
Remove all the __P() from sys (excluding sys/dist)
|
2009-03-14 14:45:51 +00:00 |
ipsec_private.h
|
Remove clause 3 and 4 from TNF licenses
|
2008-04-28 20:22:51 +00:00 |
mld6.c
|
bcopy -> memcpy
|
2009-03-18 17:06:41 +00:00 |
mld6_var.h
|
De-__P().
|
2007-11-01 20:33:56 +00:00 |
nd6.c
|
*** Summary ***
|
2008-11-07 00:20:01 +00:00 |
nd6.h
|
- switch the lifetime struct to time_t and provide compatibility for the
|
2009-01-15 18:20:48 +00:00 |
nd6_nbr.c
|
bcopy -> memcpy
|
2009-03-18 17:06:41 +00:00 |
nd6_rtr.c
|
bzero -> memset
|
2009-03-18 16:00:08 +00:00 |
pim6.h
|
…
|
|
pim6_var.h
|
Make pim6 stats per-cpu.
|
2008-04-15 05:40:15 +00:00 |
raw_ip6.c
|
ansify function definitions
|
2009-03-15 21:23:31 +00:00 |
raw_ip6.h
|
Make raw6 stats per-cpu.
|
2008-04-15 05:13:37 +00:00 |
route6.c
|
Make ip6 and icmp6 stats per-cpu.
|
2008-04-15 03:57:04 +00:00 |
scope6.c
|
ansify function definitions
|
2009-03-15 21:23:31 +00:00 |
scope6_var.h
|
Replace rote sockaddr_in6 initializations (memset(), set sa6_family,
|
2007-10-24 06:37:20 +00:00 |
udp6.h
|
…
|
|
udp6_output.c
|
Use sockaddr_in_init(). Wrap lines. No functional change intended.
|
2008-10-24 22:30:32 +00:00 |
udp6_private.h
|
Remove clause 3 and 4 from TNF licenses
|
2008-04-28 20:22:51 +00:00 |
udp6_usrreq.c
|
bzero -> memset
|
2009-03-18 16:00:08 +00:00 |
udp6_var.h
|
Merge the socket locking patch:
|
2008-04-24 11:38:36 +00:00 |