CVS commit: src/sys/lib/libsa

2011-05-11 Thread Zoltan Arnold NAGY
2011 +++ src/sys/lib/libsa/ip.c Wed May 11 16:23:40 2011 @@ -0,0 +1,190 @@ +/* $NetBSD: ip.c,v 1.1 2011/05/11 16:23:40 zoltan Exp $ */ + +/* + * Copyright (c) 1992 Regents of the University of California. + * Copyright (c) 2010 Zoltan Arnold NAGY + * All rights reserved. + * + * This software

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

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/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