CVS commit: src/sys/dev/usb

2014-02-16 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Sun Feb 16 08:17:43 UTC 2014 Modified Files: src/sys/dev/usb: if_urtwn.c Log Message: Use INFRA not ADHOC when opmode is M_STA. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/sys/dev/usb/if_urtwn.c Please

CVS commit: src/sys/dev/usb

2014-02-16 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Sun Feb 16 08:18:28 UTC 2014 Modified Files: src/sys/dev/usb: if_urtwnreg.h Log Message: Remove duplicated comment. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/dev/usb/if_urtwnreg.h Please note that

CVS commit: src/sys/fs/union

2014-02-16 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Sun Feb 16 09:50:25 UTC 2014 Modified Files: src/sys/fs/union: union_subr.c union_vfsops.c union_vnops.c Log Message: Change union_allocvp() to take an unlocked uppervp and to return the union node unlocked. Another VI_XLOCK

CVS commit: src/tools/gcc

2014-02-16 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Feb 16 11:26:31 UTC 2014 Modified Files: src/tools/gcc: Makefile mknative-gcc Log Message: The mpfr sources moved down into a src directory - deal with this in mknative. To generate a diff of this commit: cvs rdiff -u -r1.61

CVS commit: src/sys/fs/tmpfs

2014-02-16 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Feb 16 12:54:07 UTC 2014 Modified Files: src/sys/fs/tmpfs: tmpfs_vnops.c Log Message: Fix tmpfs_read()'s return value; it should return EINVAL. Now consistent with tmpfs_write(). ok christos@ To generate a diff of this

CVS commit: src/sys/dev/usb

2014-02-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Feb 16 16:10:27 UTC 2014 Modified Files: src/sys/dev/usb: if_urtwn.c Log Message: whitespace police To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/sys/dev/usb/if_urtwn.c Please note that diffs are not

CVS commit: src/sys/dev/usb

2014-02-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Feb 16 16:13:37 UTC 2014 Modified Files: src/sys/dev/usb: if_urtwn.c if_urtwnreg.h Log Message: move default last, add symbolic mask. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29

CVS commit: src/sys/kern

2014-02-16 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Feb 16 17:46:36 UTC 2014 Modified Files: src/sys/kern: exec_elf.c Log Message: Small cleanup: - make elf_load_file() and elf_load_psection() static - make loops consistent - 'nload' is not used - see rev1.24 - 'ap' is not

CVS import: src/external/public-domain/sqlite/dist

2014-02-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Feb 16 18:04:40 UTC 2014 Update of /cvsroot/src/external/public-domain/sqlite/dist In directory ivanova.netbsd.org:/tmp/cvs-serv29002 Log Message: from www.sqlite.org: Changes since 3.6.9: 2014-02-11 - Release 3.8.3.1 SQLite

CVS commit: src/external/public-domain/sqlite/dist

2014-02-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Feb 16 18:09:44 UTC 2014 Modified Files: src/external/public-domain/sqlite/dist: sqlite3.c Log Message: merge conflicts. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/external/public-domain/sqlite/lib

2014-02-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Feb 16 18:16:35 UTC 2014 Modified Files: src/external/public-domain/sqlite/lib: shlib_version Log Message: bump To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/distrib/sets/lists

2014-02-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Feb 16 18:19:10 UTC 2014 Modified Files: src/distrib/sets/lists/base: ad.arm ad.mips md.amd64 md.sparc64 shl.mi src/distrib/sets/lists/debug: ad.arm ad.mips md.amd64 md.sparc64 shl.mi Log Message: bump sqlite3 To

CVS commit: src/doc

2014-02-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Feb 16 18:20:54 UTC 2014 Modified Files: src/doc: 3RDPARTY Log Message: new sqlite To generate a diff of this commit: cvs rdiff -u -r1.1091 -r1.1092 src/doc/3RDPARTY Please note that diffs are not public domain; they are

CVS commit: src/doc

2014-02-16 Thread Christos Zoulas
for IPv6-to-IPv6 Network Prefix Translation (NPTv6), as per RFC 6296. [rmind 20140213] + sqlite3: Import 3.8.3.1 [christos 20140216]

CVS commit: src/sys/net/npf

2014-02-16 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Sun Feb 16 22:10:40 UTC 2014 Modified Files: src/sys/net/npf: npf_alg.c npf_alg_icmp.c npf_impl.h Log Message: NPF: pass ALG functions via npfa_funcs_t structure. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src/usr.sbin/npf/npfctl

2014-02-16 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Mon Feb 17 00:45:24 UTC 2014 Modified Files: src/usr.sbin/npf/npfctl: npf_parse.y Log Message: npfctl: take into account all addresses when multiple interfaces are specified in a set of elements. To generate a diff of this

CVS commit: src/sys/net/npf

2014-02-16 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Mon Feb 17 02:38:46 UTC 2014 Modified Files: src/sys/net/npf: npf_alg.c Log Message: npf_alg_session: fix inverted logic in the previous commit. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12

CVS commit: src/usr.bin/man

2014-02-16 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Mon Feb 17 02:53:48 UTC 2014 Modified Files: src/usr.bin/man: manconf.c Log Message: Check _build and _crunch commands with fmtcheck(3), warn about and ignore bad ones. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/usr.bin/man

2014-02-16 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Mon Feb 17 03:10:12 UTC 2014 Modified Files: src/usr.bin/man: Makefile man.c Log Message: config() in manconf.c now verifies _build (and _crunch) command templates with fmtcheck(3) so annotate the printf that uses these commands as

CVS commit: src/sys/arch

2014-02-16 Thread Amitai Schlair
Module Name:src Committed By: schmonz Date: Mon Feb 17 03:28:16 UTC 2014 Modified Files: src/sys/arch/amd64/conf: XEN3_DOM0 src/sys/arch/i386/conf: XEN3_DOM0 Log Message: Add urtw (ok'd by christos). To generate a diff of this commit: cvs rdiff -u -r1.99 -r1.100

CVS commit: src/sys/dev/marvell

2014-02-16 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Mon Feb 17 04:52:44 UTC 2014 Modified Files: src/sys/dev/marvell: marvellvar.h Log Message: Add MARVELL_TAG_DDR3_CS[0-3] for latest SoC. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/sys/arch/arm/marvell

2014-02-16 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Mon Feb 17 05:00:38 UTC 2014 Modified Files: src/sys/arch/arm/marvell: mvsoc.c Log Message: Support MARVELL_TAG_DDR3_CS[0-3]. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/arch/arm/marvell/mvsoc.c

CVS commit: src/sys/arch/arm/marvell

2014-02-16 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Mon Feb 17 05:05:46 UTC 2014 Modified Files: src/sys/arch/arm/marvell: mvsocreg.h Log Message: Add some MVSOC_MLMB_ definitions for supporting DDR3. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/sys/arch/arm/marvell

2014-02-16 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Mon Feb 17 05:11:25 UTC 2014 Modified Files: src/sys/arch/arm/marvell: mvsoctmrreg.h Log Message: Add comment 'Armada XP only' to 25MHz bit. Also it is documented to errata? To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/arch/arm/marvell

2014-02-16 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Mon Feb 17 05:25:32 UTC 2014 Modified Files: src/sys/arch/arm/marvell: mvsoctmr.c Log Message: Remove TMR_FLAGS_ARMADAXP and Add flags NOBRIDGE, 25MHZ, SYSCLK. - NOBRIDGE does not go via a bridge. - 25MHZ is always counted

CVS commit: src/crypto/external/bsd/netpgp/dist

2014-02-16 Thread Alistair G. Crooks
Module Name:src Committed By: agc Date: Mon Feb 17 07:23:19 UTC 2014 Modified Files: src/crypto/external/bsd/netpgp/dist: configure src/crypto/external/bsd/netpgp/dist/src/hkpclient: hkpc.1 src/crypto/external/bsd/netpgp/dist/src/lib: libnetpgp.3

CVS commit: src/sys/dev/usb

2014-02-16 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Feb 17 07:34:21 UTC 2014 Modified Files: src/sys/dev/usb: ehci.c ohci.c usb_subr.c Log Message: Re-establish the default pipe after the initial reading of the device descriptor. This fixes usbd_new_device so that there is no

CVS commit: src/crypto/external/bsd/netpgp/dist/src/lib

2014-02-16 Thread Alistair G. Crooks
Module Name:src Committed By: agc Date: Mon Feb 17 07:39:20 UTC 2014 Modified Files: src/crypto/external/bsd/netpgp/dist/src/lib: crypto.c Log Message: Avoid a warning on Gentoo Linux about fwrite(3) -- their glibc declares fwrite(3) with the warn_unused_result attribute,

CVS commit: src/sys/dev/usb

2014-02-16 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Sun Feb 16 08:17:43 UTC 2014 Modified Files: src/sys/dev/usb: if_urtwn.c Log Message: Use INFRA not ADHOC when opmode is M_STA. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/sys/dev/usb/if_urtwn.c Please

CVS commit: src/sys/dev/usb

2014-02-16 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Sun Feb 16 08:18:28 UTC 2014 Modified Files: src/sys/dev/usb: if_urtwnreg.h Log Message: Remove duplicated comment. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/dev/usb/if_urtwnreg.h Please note that

CVS commit: src/sys/fs/union

2014-02-16 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Sun Feb 16 09:50:25 UTC 2014 Modified Files: src/sys/fs/union: union_subr.c union_vfsops.c union_vnops.c Log Message: Change union_allocvp() to take an unlocked uppervp and to return the union node unlocked. Another VI_XLOCK

CVS commit: src/tools/gcc

2014-02-16 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Feb 16 11:26:31 UTC 2014 Modified Files: src/tools/gcc: Makefile mknative-gcc Log Message: The mpfr sources moved down into a src directory - deal with this in mknative. To generate a diff of this commit: cvs rdiff -u -r1.61

CVS commit: src/sys/fs/tmpfs

2014-02-16 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Feb 16 12:54:07 UTC 2014 Modified Files: src/sys/fs/tmpfs: tmpfs_vnops.c Log Message: Fix tmpfs_read()'s return value; it should return EINVAL. Now consistent with tmpfs_write(). ok christos@ To generate a diff of this

CVS commit: src/sys/dev/usb

2014-02-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Feb 16 16:10:27 UTC 2014 Modified Files: src/sys/dev/usb: if_urtwn.c Log Message: whitespace police To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/sys/dev/usb/if_urtwn.c Please note that diffs are not

CVS commit: src/sys/dev/usb

2014-02-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Feb 16 16:13:37 UTC 2014 Modified Files: src/sys/dev/usb: if_urtwn.c if_urtwnreg.h Log Message: move default last, add symbolic mask. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29

CVS commit: src/sys/kern

2014-02-16 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Feb 16 17:46:36 UTC 2014 Modified Files: src/sys/kern: exec_elf.c Log Message: Small cleanup: - make elf_load_file() and elf_load_psection() static - make loops consistent - 'nload' is not used - see rev1.24 - 'ap' is not

CVS import: src/external/public-domain/sqlite/dist

2014-02-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Feb 16 18:04:40 UTC 2014 Update of /cvsroot/src/external/public-domain/sqlite/dist In directory ivanova.netbsd.org:/tmp/cvs-serv29002 Log Message: from www.sqlite.org: Changes since 3.6.9: 2014-02-11 - Release 3.8.3.1 SQLite

CVS commit: src/external/public-domain/sqlite/dist

2014-02-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Feb 16 18:09:44 UTC 2014 Modified Files: src/external/public-domain/sqlite/dist: sqlite3.c Log Message: merge conflicts. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/external/public-domain/sqlite/lib

2014-02-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Feb 16 18:16:35 UTC 2014 Modified Files: src/external/public-domain/sqlite/lib: shlib_version Log Message: bump To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/distrib/sets/lists

2014-02-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Feb 16 18:19:10 UTC 2014 Modified Files: src/distrib/sets/lists/base: ad.arm ad.mips md.amd64 md.sparc64 shl.mi src/distrib/sets/lists/debug: ad.arm ad.mips md.amd64 md.sparc64 shl.mi Log Message: bump sqlite3 To

CVS commit: src/doc

2014-02-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Feb 16 18:20:54 UTC 2014 Modified Files: src/doc: 3RDPARTY Log Message: new sqlite To generate a diff of this commit: cvs rdiff -u -r1.1091 -r1.1092 src/doc/3RDPARTY Please note that diffs are not public domain; they are

CVS commit: src/doc

2014-02-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Feb 16 18:21:25 UTC 2014 Modified Files: src/doc: CHANGES Log Message: new sqlite3 To generate a diff of this commit: cvs rdiff -u -r1.1888 -r1.1889 src/doc/CHANGES Please note that diffs are not public domain; they are

CVS commit: src/sys/net/npf

2014-02-16 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Sun Feb 16 22:10:40 UTC 2014 Modified Files: src/sys/net/npf: npf_alg.c npf_alg_icmp.c npf_impl.h Log Message: NPF: pass ALG functions via npfa_funcs_t structure. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src/usr.sbin/npf/npfctl

2014-02-16 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Mon Feb 17 00:45:24 UTC 2014 Modified Files: src/usr.sbin/npf/npfctl: npf_parse.y Log Message: npfctl: take into account all addresses when multiple interfaces are specified in a set of elements. To generate a diff of this

CVS commit: src/sys/net/npf

2014-02-16 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Mon Feb 17 02:38:46 UTC 2014 Modified Files: src/sys/net/npf: npf_alg.c Log Message: npf_alg_session: fix inverted logic in the previous commit. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12

CVS commit: src/usr.bin/man

2014-02-16 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Mon Feb 17 02:53:48 UTC 2014 Modified Files: src/usr.bin/man: manconf.c Log Message: Check _build and _crunch commands with fmtcheck(3), warn about and ignore bad ones. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/usr.bin/man

2014-02-16 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Mon Feb 17 03:10:12 UTC 2014 Modified Files: src/usr.bin/man: Makefile man.c Log Message: config() in manconf.c now verifies _build (and _crunch) command templates with fmtcheck(3) so annotate the printf that uses these commands as

CVS commit: src/sys/arch

2014-02-16 Thread Amitai Schlair
Module Name:src Committed By: schmonz Date: Mon Feb 17 03:28:16 UTC 2014 Modified Files: src/sys/arch/amd64/conf: XEN3_DOM0 src/sys/arch/i386/conf: XEN3_DOM0 Log Message: Add urtw (ok'd by christos). To generate a diff of this commit: cvs rdiff -u -r1.99 -r1.100

CVS commit: src/sys/dev/marvell

2014-02-16 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Mon Feb 17 04:52:44 UTC 2014 Modified Files: src/sys/dev/marvell: marvellvar.h Log Message: Add MARVELL_TAG_DDR3_CS[0-3] for latest SoC. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/sys/arch/arm/marvell

2014-02-16 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Mon Feb 17 05:00:38 UTC 2014 Modified Files: src/sys/arch/arm/marvell: mvsoc.c Log Message: Support MARVELL_TAG_DDR3_CS[0-3]. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/arch/arm/marvell/mvsoc.c

CVS commit: src/sys/arch/arm/marvell

2014-02-16 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Mon Feb 17 05:05:46 UTC 2014 Modified Files: src/sys/arch/arm/marvell: mvsocreg.h Log Message: Add some MVSOC_MLMB_ definitions for supporting DDR3. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/sys/arch/arm/marvell

2014-02-16 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Mon Feb 17 05:11:25 UTC 2014 Modified Files: src/sys/arch/arm/marvell: mvsoctmrreg.h Log Message: Add comment 'Armada XP only' to 25MHz bit. Also it is documented to errata? To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/arch/arm/marvell

2014-02-16 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Mon Feb 17 05:25:32 UTC 2014 Modified Files: src/sys/arch/arm/marvell: mvsoctmr.c Log Message: Remove TMR_FLAGS_ARMADAXP and Add flags NOBRIDGE, 25MHZ, SYSCLK. - NOBRIDGE does not go via a bridge. - 25MHZ is always counted

CVS commit: src/crypto/external/bsd/netpgp/dist

2014-02-16 Thread Alistair G. Crooks
Module Name:src Committed By: agc Date: Mon Feb 17 06:38:08 UTC 2014 Modified Files: src/crypto/external/bsd/netpgp/dist: configure configure.ac src/crypto/external/bsd/netpgp/dist/src: Makefile.am Makefile.in src/crypto/external/bsd/netpgp/dist/src/lib:

CVS commit: src/crypto/external/bsd/netpgp/dist

2014-02-16 Thread Alistair G. Crooks
Module Name:src Committed By: agc Date: Mon Feb 17 07:23:19 UTC 2014 Modified Files: src/crypto/external/bsd/netpgp/dist: configure src/crypto/external/bsd/netpgp/dist/src/hkpclient: hkpc.1 src/crypto/external/bsd/netpgp/dist/src/lib: libnetpgp.3

CVS commit: src/sys/dev/usb

2014-02-16 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Feb 17 07:34:21 UTC 2014 Modified Files: src/sys/dev/usb: ehci.c ohci.c usb_subr.c Log Message: Re-establish the default pipe after the initial reading of the device descriptor. This fixes usbd_new_device so that there is no

CVS commit: src/crypto/external/bsd/netpgp/dist/src/lib

2014-02-16 Thread Alistair G. Crooks
Module Name:src Committed By: agc Date: Mon Feb 17 07:39:20 UTC 2014 Modified Files: src/crypto/external/bsd/netpgp/dist/src/lib: crypto.c Log Message: Avoid a warning on Gentoo Linux about fwrite(3) -- their glibc declares fwrite(3) with the warn_unused_result attribute,