CVS commit: src/sys/net/npf

2011-11-05 Thread Zoltan Arnold NAGY
Module Name:src Committed By: zoltan Date: Sat Nov 5 10:23:26 UTC 2011 Modified Files: src/sys/net/npf: npf_handler.c npf_sendpkt.c Log Message: When building the kernel without IPv6 support, compilation failed. Fix that. To generate a diff of this commit: cvs rdiff -u

CVS commit: src

2011-11-03 Thread Zoltan Arnold NAGY
Module Name:src Committed By: zoltan Date: Fri Nov 4 01:00:29 UTC 2011 Modified Files: src/lib/libnpf: npf.c npf.h src/sys/net/npf: npf.h npf_alg_icmp.c npf_ctl.c npf_handler.c npf_impl.h npf_inet.c npf_instr.c npf_nat.c npf_ncode.h npf_proc

CVS commit: src/sys/netinet6

2011-11-03 Thread Zoltan Arnold NAGY
Module Name:src Committed By: zoltan Date: Fri Nov 4 00:22:34 UTC 2011 Modified Files: src/sys/netinet6: frag6.c ip6_var.h Log Message: Change the IPv6 reassembly mechanism to use mutex(9). Also add ip6_reass_packet() to be used by NPF. To generate a diff of this commit

CVS commit: src/sys/lib/libsa

2011-05-11 Thread Zoltan Arnold NAGY
Module Name:src Committed By: zoltan Date: Wed May 11 16:23:40 UTC 2011 Modified Files: src/sys/lib/libsa: Makefile bootp.c net.h rarp.c tftp.c udp.c Added Files: src/sys/lib/libsa: ip.c Log Message: Separate the IP and UDP code paths inside libsa, so I can add HTT

CVS commit: src/distrib/notes/common

2010-09-08 Thread Zoltan Arnold NAGY
Module Name:src Committed By: zoltan Date: Wed Sep 8 19:21:14 UTC 2010 Modified Files: src/distrib/notes/common: main Log Message: Add myself to the list of developers. To generate a diff of this commit: cvs rdiff -u -r1.465 -r1.466 src/distrib/notes/common/main Please