CVS commit: src/usr.bin/unzip

2011-07-14 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Jul 14 06:35:30 UTC 2011 Modified Files: src/usr.bin/unzip: unzip.c Log Message: Fix a logic error: when renaming a file, strip trailing \n from file name. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15

CVS commit: src/tests/lib/libc/string

2011-07-14 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Thu Jul 14 07:33:20 UTC 2011 Modified Files: src/tests/lib/libc/string: t_memset.c t_strcmp.c t_strlen.c Log Message: Use ATF_CHECK() when appropriate. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/tests/lib/libc/sys

2011-07-14 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Thu Jul 14 08:09:48 UTC 2011 Modified Files: src/tests/lib/libc/sys: t_mincore.c Log Message: Add the test cases from the old ../regress/sys/uvm/mmap/mmap.c. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/regress/sys/uvm/mmap

2011-07-14 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Thu Jul 14 08:12:20 UTC 2011 Removed Files: src/regress/sys/uvm/mmap: Makefile mmap.c Log Message: ../regress/sys/uvm/mmap/mmap.c is now part of tests(7). To generate a diff of this commit: cvs rdiff -u -r1.5 -r0

CVS commit: src/usr.sbin/postinstall

2011-07-14 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Thu Jul 14 09:31:19 UTC 2011 Modified Files: src/usr.sbin/postinstall: postinstall Log Message: introduce rcvar_is_enabled to test if a rcvar is enabled use this instead of rcconf_is_set to warn about superseded rc.d scripts, to

CVS commit: src/usr.sbin/postinstall

2011-07-14 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Thu Jul 14 09:35:24 UTC 2011 Modified Files: src/usr.sbin/postinstall: postinstall Log Message: rcconf_is_set takes a tuple of script variable, so add in a couple of missing script names network ip6forwarding

CVS commit: src/sys/lib/libkern/arch/sh3

2011-07-14 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Jul 14 09:48:04 UTC 2011 Modified Files: src/sys/lib/libkern/arch/sh3: sdivsi3.S udivsi3.S Log Message: revert the _i4i aliases. they are not the right thing. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src/tests/lib/libc/sys

2011-07-14 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Thu Jul 14 10:24:56 UTC 2011 Modified Files: src/tests/lib/libc/sys: t_mincore.c Log Message: Remove the 't_mincore' test case, as it is essentially a less elegant version of the recently added page residency checks. To

CVS commit: src/regress/sys/uvm

2011-07-14 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Thu Jul 14 10:27:36 UTC 2011 Modified Files: src/regress/sys/uvm: Makefile Log Message: Remove mmap subdir. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/regress/sys/uvm/Makefile Please note that diffs are

CVS commit: src/sys/net

2011-07-14 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Thu Jul 14 10:43:55 UTC 2011 Modified Files: src/sys/net: bpf_filter.c Log Message: clear the packet filter's scratch memory before running the filter program, otherwise kernel memory can be leaked, from Guy Harris per PR

CVS commit: src

2011-07-14 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Thu Jul 14 11:08:45 UTC 2011 Modified Files: src/regress/sys/uvm: Makefile src/tests/lib/libc/sys: t_mmap.c Removed Files: src/regress/sys/uvm/loan1: Makefile loan1.c Log Message: Move the uvm loan test to

CVS commit: src/sys/net

2011-07-14 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Thu Jul 14 12:44:11 UTC 2011 Modified Files: src/sys/net: bpf_filter.c Log Message: back out previous - this should be unnecessary on NetBSD due to the extra validation introduced in rev.1.42 (and pulled up to netbsd-5) To

CVS commit: src/usr.bin/extattr

2011-07-14 Thread Emmanuel Dreyfus
Module Name:src Committed By: manu Date: Thu Jul 14 15:25:27 UTC 2011 Modified Files: src/usr.bin/extattr: getextattr.1 getextattr.c Log Message: Improve extended attribute commands: - allow namespace to be omitted when using a namespace-prefixed attribute name, a la

CVS commit: src/lib/libperfuse

2011-07-14 Thread Emmanuel Dreyfus
Module Name:src Committed By: manu Date: Thu Jul 14 15:37:32 UTC 2011 Modified Files: src/lib/libperfuse: ops.c perfuse_priv.h Log Message: FUSE struct dirent's off is not the offset in the buffer, it is an opaque cookie that the filesystem passes us, and that we need to

CVS commit: src/sys/ufs/ufs

2011-07-14 Thread David A. Holland
Module Name:src Committed By: dholland Date: Thu Jul 14 16:27:43 UTC 2011 Modified Files: src/sys/ufs/ufs: ufs_vnops.c ufs_wapbl.c Log Message: Clean up handling of ufs_lookup_results in rename. To generate a diff of this commit: cvs rdiff -u -r1.192 -r1.193

CVS commit: src/gnu/dist

2011-07-14 Thread Alan Barrett
Module Name:src Committed By: apb Date: Thu Jul 14 17:29:43 UTC 2011 Modified Files: src/gnu/dist/autoconf: Makefile.in src/gnu/dist/gettext/gettext-runtime: Makefile.in src/gnu/dist/gettext/gettext-runtime/libasprintf: Makefile.in

CVS commit: src/share/mk

2011-07-14 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Jul 14 18:12:35 UTC 2011 Modified Files: src/share/mk: bsd.kmodule.mk Log Message: VAX kernel modules need to be built with -fno-pic To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/share/mk/bsd.kmodule.mk

CVS commit: src/sys/modules/dtv

2011-07-14 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Jul 14 18:19:49 UTC 2011 Modified Files: src/sys/modules/dtv: dtv.ioconf Log Message: files.dtv is included by conf/files To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/modules/dtv/dtv.ioconf Please note

CVS commit: src/lib/libc/net

2011-07-14 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Thu Jul 14 21:25:43 UTC 2011 Modified Files: src/lib/libc/net: getprotoent.3 Log Message: Complete prototypes, markup NULL, complete return values, more markup. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12

CVS commit: src

2011-07-14 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Jul 14 21:38:57 UTC 2011 Modified Files: src/distrib/sets/lists/comp: mi src/external/bsd/llvm/bin/clang: Makefile Log Message: Install cpp frontend link too To generate a diff of this commit: cvs rdiff -u -r1.1643

CVS commit: src/lib/libc/net

2011-07-14 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Jul 14 22:12:30 UTC 2011 Modified Files: src/lib/libc/net: getprotoent.3 Log Message: New sentence, new line. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/lib/libc/net/getprotoent.3 Please note that diffs

CVS commit: src/usr.bin/extattr

2011-07-14 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Jul 14 22:14:03 UTC 2011 Modified Files: src/usr.bin/extattr: getextattr.1 Log Message: Fix typos, remove trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/usr.bin/extattr/getextattr.1

CVS commit: src/sys/arch/mips/mips

2011-07-14 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Jul 14 22:31:22 UTC 2011 Modified Files: src/sys/arch/mips/mips: process_machdep.c Log Message: Remove out-of-date KASSERT To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/sys/arch/mips/mips/process_machdep.c

CVS commit: src/sys/dev/i2c

2011-07-14 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Jul 14 23:43:37 UTC 2011 Modified Files: src/sys/dev/i2c: files.i2c Log Message: nxt2k depends on firmload To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/sys/dev/i2c/files.i2c Please note that diffs

CVS commit: src/sys/dev/i2c

2011-07-14 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Jul 14 23:44:34 UTC 2011 Modified Files: src/sys/dev/i2c: nxt2k.c Log Message: add module support To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/dev/i2c/nxt2k.c Please note that diffs are not public

CVS commit: src/sys/dev/i2c

2011-07-14 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Jul 14 23:45:43 UTC 2011 Modified Files: src/sys/dev/i2c: tvpll.c Log Message: add module support To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/dev/i2c/tvpll.c Please note that diffs are not public

CVS commit: src/sys/dev/i2c

2011-07-14 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Jul 14 23:46:52 UTC 2011 Modified Files: src/sys/dev/i2c: lg3303.c lg3303var.h Log Message: add a flags argument to lg3303, and use it for the caller to request serial mpeg mode To generate a diff of this commit: cvs

CVS commit: src/sys/dev/pci

2011-07-14 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Jul 14 23:47:46 UTC 2011 Modified Files: src/sys/dev/pci: cxdtv.c cxdtv_boards.c files.pci Log Message: hook in lg3303 demod support and modularize To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys/modules

2011-07-14 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Jul 14 23:50:13 UTC 2011 Added Files: src/sys/modules/cxdtv: Makefile cxdtv.ioconf src/sys/modules/nxt2k: Makefile src/sys/modules/tvpll: Makefile Log Message: module glue for nxt2k, tvpll, cxdtv To

CVS commit: src/sys/dev/pci

2011-07-14 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Jul 15 00:21:26 UTC 2011 Modified Files: src/sys/dev/pci: cxdtv.c cxdtvvar.h Log Message: add detach support To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/dev/pci/cxdtv.c cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys/dev/i2c

2011-07-14 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Jul 15 03:29:24 UTC 2011 Modified Files: src/sys/dev/i2c: lg3303.c Log Message: if no carrier, other status fields are invalid To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/dev/i2c/lg3303.c Please

CVS commit: src/sys/dev/i2c

2011-07-14 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Jul 15 03:30:08 UTC 2011 Modified Files: src/sys/dev/i2c: tvpll_tuners.h Log Message: struct tvpll_data foo - extern struct tvpll_data foo To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys/dev/i2c

2011-07-14 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Jul 15 03:31:38 UTC 2011 Modified Files: src/sys/dev/i2c: tvpll.c tvpll_tuners.c tvpllvar.h Log Message: add LG TDVS-H06xF support To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/dev/i2c/tvpll.c \

CVS commit: src/sys/dev/pci

2011-07-14 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Jul 15 03:35:13 UTC 2011 Modified Files: src/sys/dev/pci: cxdtv.c Log Message: add pcHDTV HD-5500 support: cxdtv0 at pci0 dev 14 function 2: pcHDTV HD-5500 HDTV Video Capture (rev. 0x05) cxdtv0: interrupting at irq 10

CVS commit: othersrc/external/bsd/getopt2

2011-07-14 Thread Alistair G. Crooks
Module Name:othersrc Committed By: agc Date: Fri Jul 15 05:30:48 UTC 2011 Update of /cvsroot/othersrc/external/bsd/getopt2 In directory ivanova.netbsd.org:/tmp/cvs-serv24534 Log Message: Initial import of getopt2 into othersrc repository. getopt2(3) is similar to getopt(3),

CVS commit: othersrc/external/bsd/mat

2011-07-14 Thread Alistair G. Crooks
Module Name:othersrc Committed By: agc Date: Fri Jul 15 05:33:42 UTC 2011 Modified Files: othersrc/external/bsd/mat/dist: frontends.c othersrc/external/bsd/mat/libmat: Makefile othersrc/external/bsd/mat/mat: Makefile Log Message: Use the getopt2(3) library

CVS commit: othersrc/crypto/external/bsd/sharedkey

2011-07-14 Thread Alistair G. Crooks
Module Name:othersrc Committed By: agc Date: Fri Jul 15 05:37:33 UTC 2011 Modified Files: othersrc/crypto/external/bsd/sharedkey/dist/src/libsharedkey: libsharedkey.c othersrc/crypto/external/bsd/sharedkey/sharedkey: Makefile Log Message: move from