This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-nq
Watch
1
Star
0
Fork
0
You've already forked freebsd-nq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
freebsd-nq
/
sys
/
netipsec
History
Andrey A. Chernov
24a701b269
Comment out srandom():
...
1) Already called in init_main.c:proc0_post() 2) Seed is bad
2003-02-05 15:32:24 +00:00
..
ah_var.h
…
ah.h
…
esp_var.h
…
esp.h
…
ipcomp_var.h
…
ipcomp.h
…
ipip_var.h
…
ipsec6.h
…
ipsec_input.c
…
ipsec_mbuf.c
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
2003-01-21 08:56:16 +00:00
ipsec_output.c
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
2003-01-21 08:56:16 +00:00
ipsec.c
Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,
2003-01-01 18:49:04 +00:00
ipsec.h
…
key_debug.c
…
key_debug.h
…
key_var.h
…
key.c
Comment out srandom():
2003-02-05 15:32:24 +00:00
key.h
…
keydb.h
…
keysock.c
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
2003-01-21 08:56:16 +00:00
keysock.h
…
xform_ah.c
…
xform_esp.c
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
2003-01-21 08:56:16 +00:00
xform_ipcomp.c
…
xform_ipip.c
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
2003-01-21 08:56:16 +00:00
xform.h
…