CVS commit: src

2012-07-30 Thread DEGROOTE Arnaud
Module Name:src
Committed By:   degroote
Date:   Mon Jul 30 18:57:20 UTC 2012

Modified Files:
src/distrib/sets/lists/man: mi
src/share/man/man4: Makefile
src/sys/conf: files
src/sys/dev/pci: files.pci
Added Files:
src/share/man/man4: malo.4
src/sys/dev/ic: malo.c maloreg.h malovar.h
src/sys/dev/pci: if_malo_pci.c

Log Message:
Add malo(4)@pci driver for Marvell Libertas wireless adaptor

Ported from OpenBSD
Known issues :
  - contrary to OpenBSD one, only support pci at the moment, because I don't
have the necessary hardware to test PCMCIA / CARDUS Marvell Card
  - not connected to pmf(9) (unable to test it)


To generate a diff of this commit:
cvs rdiff -u -r1.1399 -r1.1400 src/distrib/sets/lists/man/mi
cvs rdiff -u -r1.589 -r1.590 src/share/man/man4/Makefile
cvs rdiff -u -r0 -r1.1 src/share/man/man4/malo.4
cvs rdiff -u -r1.1052 -r1.1053 src/sys/conf/files
cvs rdiff -u -r0 -r1.1 src/sys/dev/ic/malo.c src/sys/dev/ic/maloreg.h \
src/sys/dev/ic/malovar.h
cvs rdiff -u -r1.358 -r1.359 src/sys/dev/pci/files.pci
cvs rdiff -u -r0 -r1.1 src/sys/dev/pci/if_malo_pci.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch

2012-07-30 Thread DEGROOTE Arnaud
Module Name:src
Committed By:   degroote
Date:   Mon Jul 30 19:40:52 UTC 2012

Modified Files:
src/sys/arch/amd64/conf: GENERIC
src/sys/arch/i386/conf: ALL GENERIC

Log Message:
Add malo(4) entry in various kernel configuration


To generate a diff of this commit:
cvs rdiff -u -r1.357 -r1.358 src/sys/arch/amd64/conf/GENERIC
cvs rdiff -u -r1.340 -r1.341 src/sys/arch/i386/conf/ALL
cvs rdiff -u -r1.1075 -r1.1076 src/sys/arch/i386/conf/GENERIC

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/doc

2012-07-30 Thread DEGROOTE Arnaud
Module Name:src
Committed By:   degroote
Date:   Mon Jul 30 19:50:51 UTC 2012

Modified Files:
src/doc: CHANGES

Log Message:
Mention malo(4) in CHANGES


To generate a diff of this commit:
cvs rdiff -u -r1.1727 -r1.1728 src/doc/CHANGES

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev

2012-07-30 Thread DEGROOTE Arnaud
Module Name:src
Committed By:   degroote
Date:   Mon Jul 30 20:30:41 UTC 2012

Modified Files:
src/sys/dev/ic: malo.c
src/sys/dev/pci: if_malo_pci.c

Log Message:
Add missing $NetBSD$ tags and __KERNEL_RCSID().


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/ic/malo.c
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/pci/if_malo_pci.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev

2012-08-05 Thread DEGROOTE Arnaud
Module Name:src
Committed By:   degroote
Date:   Sun Aug  5 09:16:54 UTC 2012

Modified Files:
src/sys/dev/ic: malo.c malovar.h
src/sys/dev/pci: if_malo_pci.c

Log Message:
Add pmf(9) handler to malo(4) wireless driver


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/dev/ic/malo.c
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/ic/malovar.h
cvs rdiff -u -r1.2 -r1.3 src/sys/dev/pci/if_malo_pci.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/net

2013-01-19 Thread DEGROOTE Arnaud
Module Name:src
Committed By:   degroote
Date:   Sat Jan 19 16:18:32 UTC 2013

Modified Files:
src/sys/net: if_gif.c

Log Message:
PR kern/47419: Antony Mallet: ifconfig doesn't diplay MTU on gif(4)

There is no special treatment for SIOCGITMTU in gif(4), so just pass it to
ifioctl_common().


To generate a diff of this commit:
cvs rdiff -u -r1.80 -r1.81 src/sys/net/if_gif.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src

2010-05-07 Thread DEGROOTE Arnaud
Module Name:src
Committed By:   degroote
Date:   Fri May  7 17:41:58 UTC 2010

Modified Files:
src/distrib/sets/lists/base: mi
src/distrib/sets/lists/man: mi
src/sys/dist/pf/net: pf.c pf_ioctl.c pfvar.h
src/usr.sbin/pf: Makefile
Added Files:
src/usr.sbin/pf/pfs: Makefile parse.y parser.h pfs.8 pfs.c token.l

Log Message:
Add support for pfs(8)

pfs(8) is a tool similar to ipfs(8) but for pf(4). It allows the admin to
dump internal configuration of pf, and restore at a latter point, after a
maintenance reboot for example, in a transparent way for user.

This work has been done mostly during my GSoC 2009

No objections on tech-net@


To generate a diff of this commit:
cvs rdiff -u -r1.863 -r1.864 src/distrib/sets/lists/base/mi
cvs rdiff -u -r1.1205 -r1.1206 src/distrib/sets/lists/man/mi
cvs rdiff -u -r1.63 -r1.64 src/sys/dist/pf/net/pf.c
cvs rdiff -u -r1.41 -r1.42 src/sys/dist/pf/net/pf_ioctl.c
cvs rdiff -u -r1.18 -r1.19 src/sys/dist/pf/net/pfvar.h
cvs rdiff -u -r1.8 -r1.9 src/usr.sbin/pf/Makefile
cvs rdiff -u -r0 -r1.1 src/usr.sbin/pf/pfs/Makefile \
src/usr.sbin/pf/pfs/parse.y src/usr.sbin/pf/pfs/parser.h \
src/usr.sbin/pf/pfs/pfs.8 src/usr.sbin/pf/pfs/pfs.c \
src/usr.sbin/pf/pfs/token.l

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.sbin/pf/pfs

2010-05-09 Thread DEGROOTE Arnaud
Module Name:src
Committed By:   degroote
Date:   Sun May  9 12:45:19 UTC 2010

Modified Files:
src/usr.sbin/pf/pfs: pfs.8

Log Message:
Add missing license


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/usr.sbin/pf/pfs/pfs.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/netipsec

2010-09-21 Thread DEGROOTE Arnaud
Module Name:src
Committed By:   degroote
Date:   Tue Sep 21 13:41:18 UTC 2010

Modified Files:
src/sys/netipsec: xform_ipcomp.c

Log Message:
Fix ipcomp input counter

Reported Wolfgang Stukenbrock in pr/43250.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sys/netipsec/xform_ipcomp.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/share/man/man4

2010-09-21 Thread DEGROOTE Arnaud
Module Name:src
Committed By:   degroote
Date:   Tue Sep 21 13:46:41 UTC 2010

Modified Files:
src/share/man/man4: options.4

Log Message:
Mentions the FAST_IPSEC options


To generate a diff of this commit:
cvs rdiff -u -r1.395 -r1.396 src/share/man/man4/options.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/share/man/man4

2010-09-21 Thread DEGROOTE Arnaud
Module Name:src
Committed By:   degroote
Date:   Tue Sep 21 13:47:42 UTC 2010

Modified Files:
src/share/man/man4: fast_ipsec.4

Log Message:
Mentions that IPSEC_DEBUG works with FAST_IPSEC implementation


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/share/man/man4/fast_ipsec.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/netipsec

2011-02-19 Thread DEGROOTE Arnaud
Module Name:src
Committed By:   degroote
Date:   Sat Feb 19 18:26:51 UTC 2011

Modified Files:
src/sys/netipsec: xform_esp.c

Log Message:
Fix a missing const in FAST_IPSEC && IPSEC_DEBUG


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/sys/netipsec/xform_esp.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.