CVS commit: [matt-nb5-mips64] src/sys/arch/mips/rmi

2010-04-17 Thread Cliff Neighbors
Module Name:src
Committed By:   cliff
Date:   Sat Apr 17 07:33:33 UTC 2010

Modified Files:
src/sys/arch/mips/rmi [matt-nb5-mips64]: rmixl_obio.c rmixlvar.h

Log Message:
- struct rmixl_config field 'rc_64bit_dmat' is now a bus_dma_tag_t
and initially points at 'rc_dma_tag' which provides the store area.
this allows rc_64bit_dmat to be subregioned for imposing
bounce-buffering if needed.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.15 -r1.1.2.16 src/sys/arch/mips/rmi/rmixl_obio.c
cvs rdiff -u -r1.1.2.17 -r1.1.2.18 src/sys/arch/mips/rmi/rmixlvar.h

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



CVS commit: [matt-nb5-mips64] src/sys/arch/mips/rmi

2010-04-17 Thread Cliff Neighbors
Module Name:src
Committed By:   cliff
Date:   Sat Apr 17 07:34:08 UTC 2010

Modified Files:
src/sys/arch/mips/rmi [matt-nb5-mips64]: rmixl_pcix.c

Log Message:
- in rmixl_pcix_attach() use bus_dmatag_subregion() to set up
bounce buffering for non-DMA-accessible RAM addrs


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.4 -r1.1.2.5 src/sys/arch/mips/rmi/rmixl_pcix.c

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



CVS commit: [matt-nb5-mips64] src/sys/arch/mips/mips

2010-04-17 Thread Cliff Neighbors
Module Name:src
Committed By:   cliff
Date:   Sat Apr 17 07:34:45 UTC 2010

Modified Files:
src/sys/arch/mips/mips [matt-nb5-mips64]: bus_dma.c

Log Message:
- in _bus_dmamap_sync() replace complex/buggy mbuf bounce buffer copy
code with simple call to m_copyback


To generate a diff of this commit:
cvs rdiff -u -r1.22.16.15 -r1.22.16.16 src/sys/arch/mips/mips/bus_dma.c

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



CVS commit: [matt-nb5-mips64] src/sys/arch/mips

2010-04-17 Thread Cliff Neighbors
Module Name:src
Committed By:   cliff
Date:   Sat Apr 17 07:49:23 UTC 2010

Modified Files:
src/sys/arch/mips/conf [matt-nb5-mips64]: files.rmixl
Added Files:
src/sys/arch/mips/rmi [matt-nb5-mips64]: rmixl_pci_cfg_space.c
rmixl_pci_ecfg_space.c rmixl_pci_io_space.c rmixl_pci_mem_space.c
Removed Files:
src/sys/arch/mips/rmi [matt-nb5-mips64]: rmixl_pcie_cfg_space.c
rmixl_pcie_ecfg_space.c rmixl_pcie_io_space.c
rmixl_pcie_mem_space.c

Log Message:
- rename "pcie" bus space files to "pci" to reflect common use
by either pcie or pcix, depending on RMI chip type.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.12 -r1.1.2.13 src/sys/arch/mips/conf/files.rmixl
cvs rdiff -u -r0 -r1.1.2.1 src/sys/arch/mips/rmi/rmixl_pci_cfg_space.c \
src/sys/arch/mips/rmi/rmixl_pci_ecfg_space.c \
src/sys/arch/mips/rmi/rmixl_pci_io_space.c \
src/sys/arch/mips/rmi/rmixl_pci_mem_space.c
cvs rdiff -u -r1.1.2.3 -r0 src/sys/arch/mips/rmi/rmixl_pcie_cfg_space.c \
src/sys/arch/mips/rmi/rmixl_pcie_ecfg_space.c \
src/sys/arch/mips/rmi/rmixl_pcie_io_space.c \
src/sys/arch/mips/rmi/rmixl_pcie_mem_space.c

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



CVS commit: src/lib/libc/net

2010-04-17 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sat Apr 17 10:08:22 UTC 2010

Modified Files:
src/lib/libc/net: getaddrinfo.3

Log Message:
Use the common template for the USENIX paper. Add URL.


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 src/lib/libc/net/getaddrinfo.3

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



CVS commit: src/external/ibm-public/postfix/dist

2010-04-17 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Sat Apr 17 10:29:18 UTC 2010

Modified Files:
src/external/ibm-public/postfix/dist/html: postconf.5.html
src/external/ibm-public/postfix/dist/man/man5: postconf.5
src/external/ibm-public/postfix/dist/proto: postconf.proto
src/external/ibm-public/postfix/dist/src/global: mail_params.h
src/external/ibm-public/postfix/dist/src/smtpd: smtpd.c

Log Message:
Resolve conflicts caused by import of Postfix 2.6.6.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 \
src/external/ibm-public/postfix/dist/html/postconf.5.html
cvs rdiff -u -r1.3 -r1.4 \
src/external/ibm-public/postfix/dist/man/man5/postconf.5
cvs rdiff -u -r1.3 -r1.4 \
src/external/ibm-public/postfix/dist/proto/postconf.proto
cvs rdiff -u -r1.2 -r1.3 \
src/external/ibm-public/postfix/dist/src/global/mail_params.h
cvs rdiff -u -r1.2 -r1.3 \
src/external/ibm-public/postfix/dist/src/smtpd/smtpd.c

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



CVS commit: src/doc

2010-04-17 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Sat Apr 17 12:44:38 UTC 2010

Modified Files:
src/doc: 3RDPARTY

Log Message:
Postfix 2.6.6 was imported.


To generate a diff of this commit:
cvs rdiff -u -r1.758 -r1.759 src/doc/3RDPARTY

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



CVS commit: src/sys/arch/atari/dev

2010-04-17 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Sat Apr 17 12:54:29 UTC 2010

Modified Files:
src/sys/arch/atari/dev: atari5380.c ncr5380.c

Log Message:
extern inline -> static inline


To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 src/sys/arch/atari/dev/atari5380.c
cvs rdiff -u -r1.67 -r1.68 src/sys/arch/atari/dev/ncr5380.c

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



CVS commit: src/sys/rump/librump/rumpkern/opt

2010-04-17 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Sat Apr 17 12:57:37 UTC 2010

Removed Files:
src/sys/rump/librump/rumpkern/opt: opt_vnode_lockdebug.h

Log Message:
no longer used


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r0 \
src/sys/rump/librump/rumpkern/opt/opt_vnode_lockdebug.h

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



CVS commit: src/sys/rump/librump/rumpkern/opt

2010-04-17 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Sat Apr 17 13:02:34 UTC 2010

Modified Files:
src/sys/rump/librump/rumpkern/opt: opt_modular.h opt_multiprocessor.h

Log Message:
Define some options (although they're currently unused due to how
_KERNEL_OPT (doesn't) work.  but be stubborn and define them anyway).


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/rump/librump/rumpkern/opt/opt_modular.h \
src/sys/rump/librump/rumpkern/opt/opt_multiprocessor.h

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



CVS commit: src/sys/rump/librump/rumpkern/opt

2010-04-17 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Sat Apr 17 13:10:02 UTC 2010

Modified Files:
src/sys/rump/librump/rumpkern/opt: ksyms.h

Log Message:
we've had ksyms since forever


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/rump/librump/rumpkern/opt/ksyms.h

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



CVS commit: src/sys/rump/librump/rumpkern

2010-04-17 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Sat Apr 17 13:13:45 UTC 2010

Modified Files:
src/sys/rump/librump/rumpkern: emul.c scheduler.c

Log Message:
Move scheduling related routines from emul.c to scheduler.c


To generate a diff of this commit:
cvs rdiff -u -r1.126 -r1.127 src/sys/rump/librump/rumpkern/emul.c
cvs rdiff -u -r1.9 -r1.10 src/sys/rump/librump/rumpkern/scheduler.c

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



CVS commit: src

2010-04-17 Thread NONAKA Kimihiro
Module Name:src
Committed By:   nonaka
Date:   Sat Apr 17 13:36:22 UTC 2010

Modified Files:
src/distrib/hpcarm/instkernel: Makefile
src/etc/etc.hpcarm: MAKEDEV.conf Makefile.inc
src/sys/arch/hpcarm/conf: IPAQ JORNADA720 JORNADA820 files.hpcarm
src/sys/arch/hpcarm/hpcarm: autoconf.c hpc_machdep.c intr.c locore.S
src/sys/arch/hpcarm/include: intr.h
src/sys/dev/hpc: hpckbdkeymap.h
src/sys/dev/rasops: rasops.c rasops.h
src/sys/dev/wsfont: wsfont.c wsfont.h
Added Files:
src/sys/arch/hpcarm/conf: INSTALL_WZERO3 WZERO3 files.pxa2x0
files.sa11x0 std.pxa2x0 std.sa11x0
src/sys/arch/hpcarm/dev: wzero3_kbd.c wzero3_lcd.c wzero3_mci.c
wzero3_reg.h wzero3_usb.c
src/sys/arch/hpcarm/hpcarm: pxa2x0_hpc_machdep.c sa11x0_hpc_machdep.c

Log Message:
Added Sharp W-ZERO3 series support.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/distrib/hpcarm/instkernel/Makefile
cvs rdiff -u -r1.8 -r1.9 src/etc/etc.hpcarm/MAKEDEV.conf \
src/etc/etc.hpcarm/Makefile.inc
cvs rdiff -u -r0 -r1.1 src/sys/arch/hpcarm/conf/INSTALL_WZERO3 \
src/sys/arch/hpcarm/conf/WZERO3 src/sys/arch/hpcarm/conf/files.pxa2x0 \
src/sys/arch/hpcarm/conf/files.sa11x0 src/sys/arch/hpcarm/conf/std.pxa2x0 \
src/sys/arch/hpcarm/conf/std.sa11x0
cvs rdiff -u -r1.59 -r1.60 src/sys/arch/hpcarm/conf/IPAQ
cvs rdiff -u -r1.76 -r1.77 src/sys/arch/hpcarm/conf/JORNADA720
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/hpcarm/conf/JORNADA820
cvs rdiff -u -r1.64 -r1.65 src/sys/arch/hpcarm/conf/files.hpcarm
cvs rdiff -u -r0 -r1.1 src/sys/arch/hpcarm/dev/wzero3_kbd.c \
src/sys/arch/hpcarm/dev/wzero3_lcd.c src/sys/arch/hpcarm/dev/wzero3_mci.c \
src/sys/arch/hpcarm/dev/wzero3_reg.h src/sys/arch/hpcarm/dev/wzero3_usb.c
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/hpcarm/hpcarm/autoconf.c
cvs rdiff -u -r1.96 -r1.97 src/sys/arch/hpcarm/hpcarm/hpc_machdep.c
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/hpcarm/hpcarm/intr.c
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/hpcarm/hpcarm/locore.S
cvs rdiff -u -r0 -r1.1 src/sys/arch/hpcarm/hpcarm/pxa2x0_hpc_machdep.c \
src/sys/arch/hpcarm/hpcarm/sa11x0_hpc_machdep.c
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/hpcarm/include/intr.h
cvs rdiff -u -r1.48 -r1.49 src/sys/dev/hpc/hpckbdkeymap.h
cvs rdiff -u -r1.61 -r1.62 src/sys/dev/rasops/rasops.c
cvs rdiff -u -r1.23 -r1.24 src/sys/dev/rasops/rasops.h
cvs rdiff -u -r1.45 -r1.46 src/sys/dev/wsfont/wsfont.c
cvs rdiff -u -r1.19 -r1.20 src/sys/dev/wsfont/wsfont.h

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



CVS commit: src/external/intel-fw-public

2010-04-17 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Apr 17 15:55:07 UTC 2010

Modified Files:
src/external/intel-fw-public: Makefile
Added Files:
src/external/intel-fw-public/iwl6000: Makefile
src/external/intel-fw-public/iwl6000/dist: LICENSE.iwlwifi-6000-ucode
README.iwlwifi-6000-ucode iwlwifi-6000-4.ucode

Log Message:
add the 6000 microcode.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/intel-fw-public/Makefile
cvs rdiff -u -r0 -r1.1 src/external/intel-fw-public/iwl6000/Makefile
cvs rdiff -u -r0 -r1.1 \
src/external/intel-fw-public/iwl6000/dist/LICENSE.iwlwifi-6000-ucode \
src/external/intel-fw-public/iwl6000/dist/README.iwlwifi-6000-ucode \
src/external/intel-fw-public/iwl6000/dist/iwlwifi-6000-4.ucode

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



CVS commit: src/distrib/sets/lists/base

2010-04-17 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Apr 17 15:55:52 UTC 2010

Modified Files:
src/distrib/sets/lists/base: mi

Log Message:
add the iwl6000 microcode.


To generate a diff of this commit:
cvs rdiff -u -r1.861 -r1.862 src/distrib/sets/lists/base/mi

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



CVS commit: src/sys/dev/pci

2010-04-17 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Apr 17 15:57:23 UTC 2010

Modified Files:
src/sys/dev/pci: if_iwn.c pcidevs

Log Message:
add support for the 6000. From sverre froyen


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/sys/dev/pci/if_iwn.c
cvs rdiff -u -r1.1026 -r1.1027 src/sys/dev/pci/pcidevs

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



CVS commit: src/sys/dev/pci

2010-04-17 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Apr 17 15:57:49 UTC 2010

Modified Files:
src/sys/dev/pci: pcidevs.h pcidevs_data.h

Log Message:
regen


To generate a diff of this commit:
cvs rdiff -u -r1.1023 -r1.1024 src/sys/dev/pci/pcidevs.h
cvs rdiff -u -r1.1022 -r1.1023 src/sys/dev/pci/pcidevs_data.h

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



CVS commit: src/sys/rump/librump/rumpkern

2010-04-17 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Sat Apr 17 16:34:29 UTC 2010

Modified Files:
src/sys/rump/librump/rumpkern: emul.c rump.c

Log Message:
One emul is enough and since we need emul_netbsd, retire emul_rump.


To generate a diff of this commit:
cvs rdiff -u -r1.127 -r1.128 src/sys/rump/librump/rumpkern/emul.c
cvs rdiff -u -r1.160 -r1.161 src/sys/rump/librump/rumpkern/rump.c

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



CVS commit: src/include

2010-04-17 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Apr 17 17:48:34 UTC 2010

Modified Files:
src/include: unistd.h

Log Message:
PR/43172: Jukka Ruohonen: swab(3) lacks restrict-keyword


To generate a diff of this commit:
cvs rdiff -u -r1.121 -r1.122 src/include/unistd.h

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



CVS commit: src/lib/libc/string

2010-04-17 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Apr 17 17:50:13 UTC 2010

Modified Files:
src/lib/libc/string: swab.3

Log Message:
add restrict


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/lib/libc/string/swab.3

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



CVS commit: src/include

2010-04-17 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Apr 17 17:51:47 UTC 2010

Modified Files:
src/include: unistd.h

Log Message:
change size_t to ssize_t for POSIX compliance.


To generate a diff of this commit:
cvs rdiff -u -r1.122 -r1.123 src/include/unistd.h

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



CVS commit: src/lib/libc/string

2010-04-17 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Apr 17 17:57:39 UTC 2010

Modified Files:
src/lib/libc/string: swab.3 swab.c

Log Message:
Change and document for POSIX compliance.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/lib/libc/string/swab.3
cvs rdiff -u -r1.12 -r1.13 src/lib/libc/string/swab.c

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



CVS commit: src/doc

2010-04-17 Thread NONAKA Kimihiro
Module Name:src
Committed By:   nonaka
Date:   Sat Apr 17 19:08:54 UTC 2010

Modified Files:
src/doc: CHANGES

Log Message:
Note my recent changes.


To generate a diff of this commit:
cvs rdiff -u -r1.1380 -r1.1381 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/lib/libc/net

2010-04-17 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sat Apr 17 20:28:48 UTC 2010

Modified Files:
src/lib/libc/net: getaddrinfo.3

Log Message:
Join URL.


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 src/lib/libc/net/getaddrinfo.3

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



CVS commit: src/lib/libc/string

2010-04-17 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sat Apr 17 20:29:20 UTC 2010

Modified Files:
src/lib/libc/string: swab.3

Log Message:
Remove trailing whitespace.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/lib/libc/string/swab.3

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



CVS commit: src/dist/ipf

2010-04-17 Thread Darren Reed
Module Name:src
Committed By:   darrenr
Date:   Sat Apr 17 20:46:14 UTC 2010

Update of /cvsroot/src/dist/ipf
In directory ivanova.netbsd.org:/tmp/cvs-serv26635

Log Message:
Import IPFilter 4.1.34 into NetBSD

4.1.34 - Release 11 March 2010
2964907 uninitialised use compile error
2959506 ipfstat does not display rules with compat
2949139 FR_T_BUILTIN masked out incorrectly
2937422 packets filtered with pools should not be cached
2935529 use of rules with tags leads to deadlock
2917501 whitespace cleanup required
2881514 in/out object functions not wired for compatibility
2841771 ipf/ippool rule maintenace bugs: memory leak, ref-counter bug
2839698 H.323 proxy does not clear fin_state/fin_nat


Status:

Vendor Tag: DARRENR
Release Tags:   v4-1-34

C src/dist/ipf/ip_lookup.c
C src/dist/ipf/ip_fil_solaris.c
U src/dist/ipf/ipf.h
U src/dist/ipf/ip_rpcb_pxy.c
U src/dist/ipf/ip_scan.c
U src/dist/ipf/mlo_ipl.c
C src/dist/ipf/ipl.h
C src/dist/ipf/ip_fil_aix.c
U src/dist/ipf/ipmon.h
U src/dist/ipf/mls_rule.c
C src/dist/ipf/ip_fil_irix.c
U src/dist/ipf/mlf_rule.c
U src/dist/ipf/ip_proxy.c
C src/dist/ipf/ip_fil_freebsd.c
U src/dist/ipf/WhatsNew40.txt
U src/dist/ipf/ip_ipsec_pxy.c
U src/dist/ipf/bpf-ipf.h
C src/dist/ipf/ip_fil_hpux.c
U src/dist/ipf/pcap-ipf.h
C src/dist/ipf/linux.c
U src/dist/ipf/mln_ipl.c
U src/dist/ipf/Y2K
U src/dist/ipf/md5.h
U src/dist/ipf/ip_frag.h
C src/dist/ipf/ip_fil_sunos4.c
U src/dist/ipf/QNX_OCL.txt
C src/dist/ipf/ip_state.c
U src/dist/ipf/ml_ipl.c
C src/dist/ipf/fil.c
C src/dist/ipf/HISTORY
U src/dist/ipf/BugReport
U src/dist/ipf/radix_ipf.h
U src/dist/ipf/ip_sync.c
U src/dist/ipf/mlso_rule.c
U src/dist/ipf/ip_h323_pxy.c
C src/dist/ipf/ip_fil_linux.c
U src/dist/ipf/mlo_rule.c
U src/dist/ipf/ip_pptp_pxy.c
U src/dist/ipf/IPFILTER.LICENCE
U src/dist/ipf/snoop.h
U src/dist/ipf/ip_htable.c
U src/dist/ipf/ip_pool.h
C src/dist/ipf/ip_nat.c
U src/dist/ipf/ip_auth.h
C src/dist/ipf/ip_fil.c
U src/dist/ipf/mlfk_rule.c
U src/dist/ipf/linux.h
C src/dist/ipf/ip_compat.h
U src/dist/ipf/mls_ipl.c
U src/dist/ipf/ip_irc_pxy.c
C src/dist/ipf/ip_fil_netbsd.c
C src/dist/ipf/tru64.c
U src/dist/ipf/md5.c
U src/dist/ipf/ip_frag.c
U src/dist/ipf/ip_proxy.h
U src/dist/ipf/ip_rcmd_pxy.c
C src/dist/ipf/Makefile
U src/dist/ipf/ipt.h
U src/dist/ipf/README
U src/dist/ipf/ip_lookup.h
U src/dist/ipf/mkfilters
U src/dist/ipf/mlf_ipl.c
U src/dist/ipf/STYLE.TXT
U src/dist/ipf/ip_ftp_pxy.c
U src/dist/ipf/bpf_filter.c
U src/dist/ipf/mln_rule.c
C src/dist/ipf/ip_fil_osf.c
U src/dist/ipf/ip_scan.h
U src/dist/ipf/ip_pool.c
U src/dist/ipf/ip_netbios_pxy.c
U src/dist/ipf/BNF
U src/dist/ipf/ip_nat.h
U src/dist/ipf/IMPORTANT
C src/dist/ipf/ip_auth.c
C src/dist/ipf/ip_fil.h
U src/dist/ipf/mlh_rule.c
U src/dist/ipf/todo
U src/dist/ipf/opts.h
U src/dist/ipf/bsdinstall
U src/dist/ipf/arc4random.c
U src/dist/ipf/buildsunos
U src/dist/ipf/ip_raudio_pxy.c
U src/dist/ipf/ip_htable.h
U src/dist/ipf/mli_ipl.c
U src/dist/ipf/solaris.c
U src/dist/ipf/hpux.c
C src/dist/ipf/ip_fil_openbsd.c
U src/dist/ipf/ip_sync.h
U src/dist/ipf/kmem.h
N src/dist/ipf/ip_fil_compat.c
U src/dist/ipf/radix.c
U src/dist/ipf/ip_state.h
U src/dist/ipf/IPF.KANJI
U src/dist/ipf/mlfk_ipl.c
U src/dist/ipf/ip_log.c
U src/dist/ipf/tools/ipf.c
U src/dist/ipf/tools/lex_var.h
U src/dist/ipf/tools/ipfs.c
U src/dist/ipf/tools/Makefile
C src/dist/ipf/tools/ipnat_y.y
C src/dist/ipf/tools/ippool_y.y
U src/dist/ipf/tools/ipnat.c
U src/dist/ipf/tools/lexer.h
U src/dist/ipf/tools/ipsyncs.c
C src/dist/ipf/tools/ipscan_y.y
U src/dist/ipf/tools/ipfstat.c
C src/dist/ipf/tools/ipf_y.y
U src/dist/ipf/tools/ipftest.c
U src/dist/ipf/tools/ippool.c
U src/dist/ipf/tools/ipfcomp.c
U src/dist/ipf/tools/ipsyncm.c
U src/dist/ipf/tools/ipmon.c
U src/dist/ipf/tools/lexer.c
U src/dist/ipf/tools/ipmon_y.y
U src/dist/ipf/tools/BNF.ipnat
U src/dist/ipf/tools/BNF.ipf
C src/dist/ipf/ipsend/sock.c
U src/dist/ipf/ipsend/arp.c
C src/dist/ipf/ipsend/sdlpi.c
U src/dist/ipf/ipsend/ipsend.c
U src/dist/ipf/ipsend/ipresend.1
C src/dist/ipf/ipsend/dlcommon.c
C src/dist/ipf/ipsend/sbpf.c
U src/dist/ipf/ipsend/linux.h
U src/dist/ipf/ipsend/ip.c
U src/dist/ipf/ipsend/in_var.h
U src/dist/ipf/ipsend/iptest.1
U src/dist/ipf/ipsend/slinux.c
U src/dist/ipf/ipsend/larp.c
C src/dist/ipf/ipsend/ipsend.5
C src/dist/ipf/ipsend/snit.c
U src/dist/ipf/ipsend/dltest.h
C src/dist/ipf/ipsend/iptests.c
U src/dist/ipf/ipsend/ip_var.h
U src/dist/ipf/ipsend/ipsend.h
U src/dist/ipf/ipsend/Crashable
C src/dist/ipf/ipsend/hpux.c
U src/dist/ipf/ipsend/Makefile
C src/dist/ipf/ipsend/sirix.c
U src/dist/ipf/ipsend/iptest.c
U src/dist/ipf/ipsend/ipsopt.c
U src/dist/ipf/ipsend/tcpip.h
U src/dist/ipf/ipsend/sockraw.c
U src/dist/ipf/ipsend/README
U src/dist/ipf/ipsend/resend.c
U src/dist/ipf/ipsend/44arp.c
U src/dist/ipf/ipsend/ipresend.c
U src/dist/ipf/ipsend/lsock.c
U src/dist/ipf/ipsend/ipsend.1
U src/dist/ipf/test/natipftest
U src/dist/ipf/test/itest
U src/dist/ipf/test/nattest
U src/dist/ipf/test/vfycksum.pl
U src

CVS commit: src/sys/dist/ipf

2010-04-17 Thread Darren Reed
Module Name:src
Committed By:   darrenr
Date:   Sat Apr 17 20:56:19 UTC 2010

Update of /cvsroot/src/sys/dist/ipf
In directory ivanova.netbsd.org:/tmp/cvs-serv19830

Log Message:
Import IPFilter 4.1.34 into NetBSD

4.1.34 - Release 11 March 2010
2964907 uninitialised use compile error
2959506 ipfstat does not display rules with compat
2949139 FR_T_BUILTIN masked out incorrectly
2937422 packets filtered with pools should not be cached
2935529 use of rules with tags leads to deadlock
2917501 whitespace cleanup required
2881514 in/out object functions not wired for compatibility
2841771 ipf/ippool rule maintenace bugs: memory leak, ref-counter bug
2839698 H.323 proxy does not clear fin_state/fin_nat


Status:

Vendor Tag: DARRENR
Release Tags:   v4-1-34

U src/sys/dist/ipf/netinet/ip_ipsec_pxy.c
U src/sys/dist/ipf/netinet/ip_state.h
U src/sys/dist/ipf/netinet/ip_frag.c
U src/sys/dist/ipf/netinet/ip_log.c
U src/sys/dist/ipf/netinet/ip_pptp_pxy.c
U src/sys/dist/ipf/netinet/ip_scan.h
U src/sys/dist/ipf/netinet/ip_nat.h
U src/sys/dist/ipf/netinet/ip_h323_pxy.c
C src/sys/dist/ipf/netinet/ip_fil.h
U src/sys/dist/ipf/netinet/ip_htable.h
U src/sys/dist/ipf/netinet/ip_netbios_pxy.c
U src/sys/dist/ipf/netinet/ip_raudio_pxy.c
C src/sys/dist/ipf/netinet/ip_auth.c
U src/sys/dist/ipf/netinet/ip_lookup.h
U src/sys/dist/ipf/netinet/ip_pool.c
U src/sys/dist/ipf/netinet/ip_proxy.h
C src/sys/dist/ipf/netinet/ip_compat.h
C src/sys/dist/ipf/netinet/ip_fil_netbsd.c
U src/sys/dist/ipf/netinet/ip_sync.h
U src/sys/dist/ipf/netinet/ip_rpcb_pxy.c
U src/sys/dist/ipf/netinet/ip_htable.c
C src/sys/dist/ipf/netinet/fil.c
U src/sys/dist/ipf/netinet/ip_scan.c
U src/sys/dist/ipf/netinet/ip_irc_pxy.c
C src/sys/dist/ipf/netinet/ip_nat.c
U src/sys/dist/ipf/netinet/ip_frag.h
U src/sys/dist/ipf/netinet/ip_ftp_pxy.c
C src/sys/dist/ipf/netinet/ip_state.c
C src/sys/dist/ipf/netinet/ip_sync.c
C src/sys/dist/ipf/netinet/ipl.h
U src/sys/dist/ipf/netinet/ip_proxy.c
U src/sys/dist/ipf/netinet/ip_auth.h
U src/sys/dist/ipf/netinet/ip_rcmd_pxy.c
C src/sys/dist/ipf/netinet/ip_lookup.c
U src/sys/dist/ipf/netinet/ip_pool.h

10 conflicts created by this import.
Use the following command to help the merge:

cvs checkout -jDARRENR:yesterday -jDARRENR src/sys/dist/ipf



CVS commit: src/regress/sys/kern/ipf

2010-04-17 Thread Darren Reed
Module Name:src
Committed By:   darrenr
Date:   Sat Apr 17 20:58:53 UTC 2010

Update of /cvsroot/src/regress/sys/kern/ipf
In directory ivanova.netbsd.org:/tmp/cvs-serv12072

Log Message:
Import IPFilter 4.1.34 into NetBSD

4.1.34 - Release 11 March 2010
2964907 uninitialised use compile error
2959506 ipfstat does not display rules with compat
2949139 FR_T_BUILTIN masked out incorrectly
2937422 packets filtered with pools should not be cached
2935529 use of rules with tags leads to deadlock
2917501 whitespace cleanup required
2881514 in/out object functions not wired for compatibility
2841771 ipf/ippool rule maintenace bugs: memory leak, ref-counter bug
2839698 H.323 proxy does not clear fin_state/fin_nat


Status:

Vendor Tag: DARRENR
Release Tags:   v4-1-34

U src/regress/sys/kern/ipf/logtest
U src/regress/sys/kern/ipf/mhtest
U src/regress/sys/kern/ipf/ptest
U src/regress/sys/kern/ipf/README.TXT
U src/regress/sys/kern/ipf/intest
U src/regress/sys/kern/ipf/dotest
U src/regress/sys/kern/ipf/mtest
U src/regress/sys/kern/ipf/dotest6
U src/regress/sys/kern/ipf/natipftest
U src/regress/sys/kern/ipf/hextest
U src/regress/sys/kern/ipf/vfycksum.pl
U src/regress/sys/kern/ipf/test.format
U src/regress/sys/kern/ipf/Makefile
U src/regress/sys/kern/ipf/itest
U src/regress/sys/kern/ipf/bpftest
U src/regress/sys/kern/ipf/nattest
U src/regress/sys/kern/ipf/iptest
U src/regress/sys/kern/ipf/input/ni10
U src/regress/sys/kern/ipf/input/f15
U src/regress/sys/kern/ipf/input/ipv6.3
U src/regress/sys/kern/ipf/input/n11
U src/regress/sys/kern/ipf/input/p3
U src/regress/sys/kern/ipf/input/l1
U src/regress/sys/kern/ipf/input/n16
U src/regress/sys/kern/ipf/input/ni7
U src/regress/sys/kern/ipf/input/f7
U src/regress/sys/kern/ipf/input/f12
U src/regress/sys/kern/ipf/input/ni17
U src/regress/sys/kern/ipf/input/f18
U src/regress/sys/kern/ipf/input/n7
U src/regress/sys/kern/ipf/input/f20
U src/regress/sys/kern/ipf/input/n9
U src/regress/sys/kern/ipf/input/n3
U src/regress/sys/kern/ipf/input/ni21
U src/regress/sys/kern/ipf/input/f24
U src/regress/sys/kern/ipf/input/ni19
U src/regress/sys/kern/ipf/input/f16
U src/regress/sys/kern/ipf/input/ni13
U src/regress/sys/kern/ipf/input/f9
U src/regress/sys/kern/ipf/input/f3
U src/regress/sys/kern/ipf/input/n18
U src/regress/sys/kern/ipf/input/ni3
U src/regress/sys/kern/ipf/input/ni9
U src/regress/sys/kern/ipf/input/n12
U src/regress/sys/kern/ipf/input/ni4
U src/regress/sys/kern/ipf/input/f4
U src/regress/sys/kern/ipf/input/ni14
U src/regress/sys/kern/ipf/input/f11
U src/regress/sys/kern/ipf/input/n4
U src/regress/sys/kern/ipf/input/ipv6.5
U src/regress/sys/kern/ipf/input/f19
U src/regress/sys/kern/ipf/input/ni16
U src/regress/sys/kern/ipf/input/f13
U src/regress/sys/kern/ipf/input/n6
U src/regress/sys/kern/ipf/input/p5
U src/regress/sys/kern/ipf/input/ni6
U src/regress/sys/kern/ipf/input/n17
U src/regress/sys/kern/ipf/input/f6
U src/regress/sys/kern/ipf/input/f1
U src/regress/sys/kern/ipf/input/p2
U src/regress/sys/kern/ipf/input/ni1
U src/regress/sys/kern/ipf/input/n10
U src/regress/sys/kern/ipf/input/ni23
U src/regress/sys/kern/ipf/input/n1
U src/regress/sys/kern/ipf/input/f14
U src/regress/sys/kern/ipf/input/ni11
U src/regress/sys/kern/ipf/input/ipv6.2
U src/regress/sys/kern/ipf/input/f10
U src/regress/sys/kern/ipf/input/ni15
U src/regress/sys/kern/ipf/input/ipv6.6
U src/regress/sys/kern/ipf/input/n5
U src/regress/sys/kern/ipf/input/n14
U src/regress/sys/kern/ipf/input/ni5
U src/regress/sys/kern/ipf/input/f5
U src/regress/sys/kern/ipf/input/f2
U src/regress/sys/kern/ipf/input/f8
U src/regress/sys/kern/ipf/input/n13
U src/regress/sys/kern/ipf/input/ni8
U src/regress/sys/kern/ipf/input/ni2
U src/regress/sys/kern/ipf/input/p1
U src/regress/sys/kern/ipf/input/n2
U src/regress/sys/kern/ipf/input/n8
U src/regress/sys/kern/ipf/input/ni20
U src/regress/sys/kern/ipf/input/ip2.data
U src/regress/sys/kern/ipf/input/ipv6.1
U src/regress/sys/kern/ipf/input/ni12
U src/regress/sys/kern/ipf/input/f17
U src/regress/sys/kern/ipf/regress/p2.ipf
U src/regress/sys/kern/ipf/regress/p5.ipf
U src/regress/sys/kern/ipf/regress/ni9.nat
U src/regress/sys/kern/ipf/regress/f12
U src/regress/sys/kern/ipf/regress/f18
U src/regress/sys/kern/ipf/regress/ip2
U src/regress/sys/kern/ipf/regress/i4
U src/regress/sys/kern/ipf/regress/n3
U src/regress/sys/kern/ipf/regress/ni7.nat
U src/regress/sys/kern/ipf/regress/n9
U src/regress/sys/kern/ipf/regress/f20
U src/regress/sys/kern/ipf/regress/bpf1
U src/regress/sys/kern/ipf/regress/ni1.ipf
U src/regress/sys/kern/ipf/regress/ipv6.6
U src/regress/sys/kern/ipf/regress/n16
U src/regress/sys/kern/ipf/regress/ni6.ipf
U src/regress/sys/kern/ipf/regress/f3
U src/regress/sys/kern/ipf/regress/in1
U src/regress/sys/kern/ipf/regress/ni8.ipf
U src/regress/sys/kern/ipf/regress/i17
U src/regress/sys/kern/ipf/regress/f9
U src/regress/sys/kern/ipf/regress/in6
U src/regress/sys/kern/ipf/regress/f4
U src/regress/sys/kern/ipf/regress/i10
U src/regress/sys/kern/ipf/regress/ipv

CVS commit: src/dist/ipf

2010-04-17 Thread Darren Reed
Module Name:src
Committed By:   darrenr
Date:   Sat Apr 17 21:00:09 UTC 2010

Modified Files:
src/dist/ipf: HISTORY Makefile ip_fil.c ip_lookup.c
src/dist/ipf/iplang: iplang_y.y
src/dist/ipf/ipsend: dlcommon.c hpux.c ipsend.5 iptests.c sbpf.c
sdlpi.c sirix.c snit.c sock.c
src/dist/ipf/lib: facpri.c getport.c getportproto.c getproto.c
hostname.c ipf_dotuning.c ipft_td.c printsbuf.c printstate.c
v6ionames.c var.c
src/dist/ipf/man: ipf.4 ipf.5 ipfilter.4 ipfstat.8 ipnat.5
src/dist/ipf/tools: ipf_y.y ipnat_y.y ippool_y.y ipscan_y.y

Log Message:
Commit IPFilter 4.1.34 to HEAD


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/dist/ipf/HISTORY
cvs rdiff -u -r1.13 -r1.14 src/dist/ipf/Makefile
cvs rdiff -u -r1.17 -r1.18 src/dist/ipf/ip_fil.c
cvs rdiff -u -r1.7 -r1.8 src/dist/ipf/ip_lookup.c
cvs rdiff -u -r1.10 -r1.11 src/dist/ipf/iplang/iplang_y.y
cvs rdiff -u -r1.2 -r1.3 src/dist/ipf/ipsend/dlcommon.c
cvs rdiff -u -r1.3 -r1.4 src/dist/ipf/ipsend/hpux.c \
src/dist/ipf/ipsend/snit.c
cvs rdiff -u -r1.4 -r1.5 src/dist/ipf/ipsend/ipsend.5 \
src/dist/ipf/ipsend/sirix.c
cvs rdiff -u -r1.15 -r1.16 src/dist/ipf/ipsend/iptests.c
cvs rdiff -u -r1.7 -r1.8 src/dist/ipf/ipsend/sbpf.c
cvs rdiff -u -r1.6 -r1.7 src/dist/ipf/ipsend/sdlpi.c
cvs rdiff -u -r1.17 -r1.18 src/dist/ipf/ipsend/sock.c
cvs rdiff -u -r1.4 -r1.5 src/dist/ipf/lib/facpri.c \
src/dist/ipf/lib/ipf_dotuning.c
cvs rdiff -u -r1.6 -r1.7 src/dist/ipf/lib/getport.c \
src/dist/ipf/lib/getportproto.c src/dist/ipf/lib/v6ionames.c
cvs rdiff -u -r1.5 -r1.6 src/dist/ipf/lib/getproto.c \
src/dist/ipf/lib/printstate.c src/dist/ipf/lib/var.c
cvs rdiff -u -r1.3 -r1.4 src/dist/ipf/lib/hostname.c \
src/dist/ipf/lib/ipft_td.c src/dist/ipf/lib/printsbuf.c
cvs rdiff -u -r1.11 -r1.12 src/dist/ipf/man/ipf.4 src/dist/ipf/man/ipf.5
cvs rdiff -u -r1.2 -r1.3 src/dist/ipf/man/ipfilter.4
cvs rdiff -u -r1.13 -r1.14 src/dist/ipf/man/ipfstat.8
cvs rdiff -u -r1.19 -r1.20 src/dist/ipf/man/ipnat.5
cvs rdiff -u -r1.23 -r1.24 src/dist/ipf/tools/ipf_y.y
cvs rdiff -u -r1.17 -r1.18 src/dist/ipf/tools/ipnat_y.y
cvs rdiff -u -r1.4 -r1.5 src/dist/ipf/tools/ippool_y.y
cvs rdiff -u -r1.3 -r1.4 src/dist/ipf/tools/ipscan_y.y

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



CVS commit: src/sys/dist/ipf/netinet

2010-04-17 Thread Darren Reed
Module Name:src
Committed By:   darrenr
Date:   Sat Apr 17 21:00:44 UTC 2010

Modified Files:
src/sys/dist/ipf/netinet: fil.c ip_auth.c ip_compat.h ip_fil.h
ip_fil_netbsd.c ip_lookup.c ip_nat.c ip_state.c ip_sync.c ipl.h

Log Message:
Commit IPFilter 4.1.34 to HEAD


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 src/sys/dist/ipf/netinet/fil.c
cvs rdiff -u -r1.13 -r1.14 src/sys/dist/ipf/netinet/ip_auth.c
cvs rdiff -u -r1.27 -r1.28 src/sys/dist/ipf/netinet/ip_compat.h
cvs rdiff -u -r1.18 -r1.19 src/sys/dist/ipf/netinet/ip_fil.h
cvs rdiff -u -r1.53 -r1.54 src/sys/dist/ipf/netinet/ip_fil_netbsd.c
cvs rdiff -u -r1.15 -r1.16 src/sys/dist/ipf/netinet/ip_lookup.c
cvs rdiff -u -r1.40 -r1.41 src/sys/dist/ipf/netinet/ip_nat.c
cvs rdiff -u -r1.35 -r1.36 src/sys/dist/ipf/netinet/ip_state.c
cvs rdiff -u -r1.12 -r1.13 src/sys/dist/ipf/netinet/ip_sync.c \
src/sys/dist/ipf/netinet/ipl.h

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



CVS commit: src/sys/dist/ipf/netinet

2010-04-17 Thread Darren Reed
Module Name:src
Committed By:   darrenr
Date:   Sat Apr 17 21:36:56 UTC 2010

Update of /cvsroot/src/sys/dist/ipf/netinet
In directory ivanova.netbsd.org:/tmp/cvs-serv4371

Log Message:
New file for 4.1.34 that is in src/dist/ipf but not src/sys/dist/ipf/netinet

Status:

Vendor Tag: DARRENR
Release Tags:   v4-1-34

N src/sys/dist/ipf/netinet/ip_fil_compat.c

No conflicts created by this import



CVS commit: src/lib/libc/string

2010-04-17 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Apr 17 21:42:43 UTC 2010

Modified Files:
src/lib/libc/string: swab.c

Log Message:
fix lint


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/lib/libc/string/swab.c

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



CVS commit: src/sys/netinet

2010-04-17 Thread Darren Reed
Module Name:src
Committed By:   darrenr
Date:   Sat Apr 17 21:44:05 UTC 2010

Modified Files:
src/sys/netinet: files.ipfilter

Log Message:
add IPFILTER_COMPAT to kernel config options recognised for IPFilter


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/netinet/files.ipfilter

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



CVS commit: src/sys/netinet

2010-04-17 Thread Darren Reed
Module Name:src
Committed By:   darrenr
Date:   Sat Apr 17 22:00:33 UTC 2010

Modified Files:
src/sys/netinet: files.ipfilter

Log Message:
fix spelling mistake: netient -> netinet


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/netinet/files.ipfilter

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



CVS commit: src/sys/dist/ipf/netinet

2010-04-17 Thread Darren Reed
Module Name:src
Committed By:   darrenr
Date:   Sat Apr 17 22:04:00 UTC 2010

Modified Files:
src/sys/dist/ipf/netinet: ip_fil_compat.c

Log Message:
clean up compile time warnings to due caddr_t and empty statements


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 src/sys/dist/ipf/netinet/ip_fil_compat.c

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



CVS commit: src/dist/ipf

2010-04-17 Thread Darren Reed
Module Name:src
Committed By:   darrenr
Date:   Sat Apr 17 22:05:53 UTC 2010

Modified Files:
src/dist/ipf: ipf2netbsd

Log Message:
ip_fil_compat.c is another file that needs to be both in src/dist/ipf and
also in src/sys/dist/ipf/netinet


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/dist/ipf/ipf2netbsd

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



CVS commit: src/lib/libc/string

2010-04-17 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Apr 18 04:54:34 UTC 2010

Modified Files:
src/lib/libc/string: swab.c

Log Message:
simplify


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/lib/libc/string/swab.c

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