cvs commit: src/sys/net if_spppsubr.c

2008-08-24 Thread Warner Losh
imp 2008-08-24 20:40:00 UTC FreeBSD src repository Modified files: sys/net if_spppsubr.c Log: SVN rev 182121 on 2008-08-24 20:40:00Z by imp MFp4: Remove all the OtherBSD ifdefs. They are very out of date at this point. OtherBSD doesn't use this file

cvs commit: src/sys/net if_spppsubr.c

2007-06-09 Thread Matt Jacob
mjacob 2007-06-10 04:53:14 UTC FreeBSD src repository Modified files: sys/net if_spppsubr.c Log: Cast the ioctl define to the type of the variable being switched on. Revision ChangesPath 1.127 +2 -2 src/sys/net/if_spppsubr.c

Re: cvs commit: src/sys/net if_spppsubr.c src/sys/netinet ip_fw2.c tcp_hostcache.c tcp_input.c src/sys/netinet6 frag6.c icmp6.c in6.c in6_gif.c in6_src.c in6_var.h ip6_forward.c ip6_input.c ip6_mroute

2006-12-17 Thread Dmitry Pryanishnikov
Hello! On Thu, 14 Dec 2006, Bjoern A. Zeeb wrote: It seems that it should be "#ifdef INET6" instead of "#if INET6"? Yes, should be fixed. Thanks for reporting. Thank you! BTW, grep against the HEAD reveals a couple of similar mistakes: [EMAIL PROTECTED] grep -RE '#if[[:space:]]+INET' src

Re: cvs commit: src/sys/net if_spppsubr.c src/sys/netinet ip_fw2.c tcp_hostcache.c tcp_input.c src/sys/netinet6 frag6.c icmp6.c in6.c in6_gif.c in6_src.c in6_var.h ip6_forward.c ip6_input.c ip6_mroute

2006-12-14 Thread Bjoern A. Zeeb
On Thu, 14 Dec 2006, Dmitry Pryanishnikov wrote: On Tue, 12 Dec 2006, Bjoern A. Zeeb wrote: sys/netipsec ipsec.c ipsec_input.c ... 1.19 +5 -1 src/sys/netipsec/ipsec.c I believe the following change in your commit: ... broke kernel build (at least, with "options FAST

Re: cvs commit: src/sys/net if_spppsubr.c src/sys/netinet ip_fw2.c tcp_hostcache.c tcp_input.c src/sys/netinet6 frag6.c icmp6.c in6.c in6_gif.c in6_src.c in6_var.h ip6_forward.c ip6_input.c ip6_mroute

2006-12-12 Thread Bjoern A. Zeeb
On Tue, 12 Dec 2006, Max Laier wrote: PR kern/104738 is in part concerned with this problem. I'm still not yepp sounds similar. entirely happy with throwing buffers on the stack like this. Some parts of KAME exercise function nesting quite extensively - are we sure we that's another prob

Re: cvs commit: src/sys/net if_spppsubr.c src/sys/netinet ip_fw2.c tcp_hostcache.c tcp_input.c src/sys/netinet6 frag6.c icmp6.c in6.c in6_gif.c in6_src.c in6_var.h ip6_forward.c ip6_input.c ip6_mroute

2006-12-12 Thread Max Laier
On Tuesday 12 December 2006 13:17, Bjoern A. Zeeb wrote: > bz 2006-12-12 12:17:58 UTC > > FreeBSD src repository > > Modified files: > sys/net if_spppsubr.c > sys/netinet ip_fw2.c tcp_hostcache.c tcp_input.c > sys/netinet6 frag6.c icmp6.c in6.c

cvs commit: src/sys/net if_spppsubr.c src/sys/netinet ip_fw2.c tcp_hostcache.c tcp_input.c src/sys/netinet6 frag6.c icmp6.c in6.c in6_gif.c in6_src.c in6_var.h ip6_forward.c ip6_input.c ip6_mroute.c i

2006-12-12 Thread Bjoern A. Zeeb
bz 2006-12-12 12:17:58 UTC FreeBSD src repository Modified files: sys/net if_spppsubr.c sys/netinet ip_fw2.c tcp_hostcache.c tcp_input.c sys/netinet6 frag6.c icmp6.c in6.c in6_gif.c in6_src.c in6_var.h ip6_forward.

cvs commit: src/sys/net if_spppsubr.c

2006-08-23 Thread Colin Percival
cperciva2006-08-23 22:06:08 UTC FreeBSD src repository Modified files:(Branch: RELENG_4) sys/net if_spppsubr.c Log: Correct buffer overflow in the handling of LCP options in ppp(4) Security: FreeBSD-SA-06:18.ppp Revision ChangesPath 1.

cvs commit: src/sys/net if_spppsubr.c

2006-08-23 Thread Colin Percival
cperciva2006-08-23 22:03:55 UTC FreeBSD src repository Modified files:(Branch: RELENG_5) sys/net if_spppsubr.c Log: Correct buffer overflow in the handling of LCP options in ppp(4) Security: FreeBSD-SA-06:18.ppp Revision ChangesPath 1.

cvs commit: src/sys/net if_spppsubr.c

2006-08-23 Thread Colin Percival
cperciva2006-08-23 22:01:44 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/net if_spppsubr.c Log: Correct buffer overflow in the handling of LCP options in ppp(4) Security: FreeBSD-SA-06:18.ppp Revision ChangesPath 1.

cvs commit: src/sys/net if_spppsubr.c

2006-08-23 Thread Colin Percival
cperciva2006-08-23 22:01:09 UTC FreeBSD src repository Modified files: sys/net if_spppsubr.c Log: Correct buffer overflow in the handling of LCP options in ppp(4) Security: FreeBSD-SA-06:18.ppp Revision ChangesPath 1.125 +24 -12src/sys/

cvs commit: src/sys/net if_spppsubr.c

2006-07-14 Thread Brooks Davis
brooks 2006-07-15 02:49:35 UTC FreeBSD src repository Modified files: sys/net if_spppsubr.c Log: Use TAILQ_FOREACH instead of poking around in the guts of the list macros. Revision ChangesPath 1.124 +5 -8 src/sys/net/if_spppsubr.c