Re: CVS commit: src

2014-08-09 Thread Alan Barrett
On Fri, 08 Aug 2014, John Nemeth wrote: } +++ src/distrib/sets/lists/base/miFri Aug 8 19:38:47 2014 } @@ -1,4 +1,4 @@ } -# $NetBSD: mi,v 1.1084 2014/08/08 19:34:35 apb Exp $ } +# $NetBSD: mi,v 1.1085 2014/08/08 19:38:47 apb Exp $ } # } # Note: Don't delete entries from here - mark

Re: CVS commit: src

2014-08-09 Thread Jeff Rizzo
This broke a lot of builds. I've fixed some of the arm/mips ones, but there's still a bunch failing because of no machine/pci_machdep.h . The timing of these failures is really, really annoying, as I'm hoping to branch within 24h. (heck, I would have liked to have done it already).

CVS commit: [tls-earlyentropy] src

2014-08-09 Thread Thor Lancelot Simon
Module Name:src Committed By: tls Date: Sat Aug 9 06:19:50 UTC 2014 Modified Files: src/sys/conf [tls-earlyentropy]: files src/sys/kern [tls-earlyentropy]: subr_cprng.c src/sys/rump/librump/rumpkern [tls-earlyentropy]: Makefile.rumpkern src/sys/sys

CVS commit: src

2014-08-09 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sat Aug 9 07:04:03 UTC 2014 Modified Files: src/distrib/sets/lists/debug: mi src/distrib/sets/lists/tests: mi src/tests/kernel: Makefile Added Files: src/tests/kernel: t_sysctl.c Log Message: Test that

CVS commit: src/sys/kern

2014-08-09 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sat Aug 9 07:05:42 UTC 2014 Modified Files: src/sys/kern: kern_sysctl.c Log Message: Remove the code to allow CTLTYPE_INT and CTLTYPE_QUAD to be read and written as either 4 or 8 byte values regardless of the type, in accordance

CVS commit: [tls-earlyentropy] src/sys/lib/libkern

2014-08-09 Thread Thor Lancelot Simon
Module Name:src Committed By: tls Date: Sat Aug 9 07:45:03 UTC 2014 Modified Files: src/sys/lib/libkern [tls-earlyentropy]: Makefile.libkern libkern.h Log Message: (Temporarily) disable LZF in libkern -- it introduces a dependency from src/sys to src/external which I'll

CVS commit: src/sys/rump/net/lib/libshmif

2014-08-09 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Sat Aug 9 09:43:49 UTC 2014 Modified Files: src/sys/rump/net/lib/libshmif: if_shmem.c Log Message: Count packets in if_shmem ok @pooka To generate a diff of this commit: cvs rdiff -u -r1.61 -r1.62

CVS commit: src/sys/rump/net/lib/libvirtif

2014-08-09 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Sat Aug 9 09:47:02 UTC 2014 Modified Files: src/sys/rump/net/lib/libvirtif: if_virt.c Log Message: Count packets in if_virt To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48

CVS commit: src/sbin/tunefs

2014-08-09 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Aug 9 10:33:46 UTC 2014 Modified Files: src/sbin/tunefs: tunefs.8 tunefs.c Log Message: add -S option to adjust the superblock for different sector sizes. While the kernel ignores this information, userland tools rely on

CVS commit: src/sbin/tunefs

2014-08-09 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Aug 9 10:41:05 UTC 2014 Modified Files: src/sbin/tunefs: tunefs.8 Log Message: Bump date for previous. New sentence, new line. Use more markup. Remove superfluous Pp in list. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/distrib/sets/lists

2014-08-09 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sat Aug 9 11:33:53 UTC 2014 Modified Files: src/distrib/sets/lists/base: mi src/distrib/sets/lists/debug: mi src/distrib/sets/lists/man: mi Log Message: Mark gkermit files obsolete, don't remove then from the set

CVS commit: src

2014-08-09 Thread Christoph Badura
Module Name:src Committed By: bad Date: Sat Aug 9 12:34:05 UTC 2014 Modified Files: src/distrib/sets/lists/modules: ad.arm ad.mips md.alpha md.amd64 md.hppa md.i386 md.ia64 md.sparc md.sparc64 src/sys/modules: Makefile Log Message: Build ubsec(4) as a

CVS commit: src/usr.bin/config

2014-08-09 Thread Christoph Badura
Module Name:src Committed By: bad Date: Sat Aug 9 12:40:14 UTC 2014 Modified Files: src/usr.bin/config: main.c Log Message: Treat an undefined option as a warning instead of an error when undoing an option. Allows one to win with declarations like: no options

CVS commit: src/sys/external/bsd/drm2/i915drm

2014-08-09 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Aug 9 12:46:07 UTC 2014 Modified Files: src/sys/external/bsd/drm2/i915drm: intelfb.c Log Message: no need to call drm_fb_helper_set_config after genfb attaches, as the setmode callback is called by genfb_attach To

CVS commit: src/sys/dev/dtv

2014-08-09 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Aug 9 13:34:10 UTC 2014 Modified Files: src/sys/dev/dtv: dtv_demux.c dtv_device.c dtv_scatter.c Log Message: IPL_VM - IPL_SCHED to avoid taking kernel lock To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/sys/dev/usb

2014-08-09 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Aug 9 13:33:43 UTC 2014 Modified Files: src/sys/dev/usb: auvitek.c auvitekvar.h Log Message: remove unused mutex and cv To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/dev/usb/auvitek.c cvs rdiff -u

CVS commit: src/sys/dev/pci

2014-08-09 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Aug 9 15:07:06 UTC 2014 Modified Files: src/sys/dev/pci: if_wpivar.h Log Message: increase WPI_RBUF_COUNT To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/dev/pci/if_wpivar.h Please note that diffs

CVS commit: src/share/zoneinfo

2014-08-09 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sat Aug 9 15:22:40 UTC 2014 Removed Files: src/share/zoneinfo: Makefile README africa antarctica asia australasia backward etcetera europe factory iso3166.tab leap-seconds.list leapseconds leapseconds.awk

CVS commit: src/doc

2014-08-09 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sat Aug 9 18:44:07 UTC 2014 Modified Files: src/doc: CHANGES Log Message: rescue(8): Add /rescue/ekermit. [apb 20140809] To generate a diff of this commit: cvs rdiff -u -r1.1959 -r1.1960 src/doc/CHANGES Please note that diffs

CVS commit: src

2014-08-09 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat Aug 9 19:06:49 UTC 2014 Modified Files: src/distrib/sets/lists/comp: mi src/external/bsd/libc++/include: Makefile Log Message: Update and simplify build glue for libc++ r215289. To generate a diff of this commit:

CVS commit: src/lib/libperfuse

2014-08-09 Thread Emmanuel Dreyfus
Module Name:src Committed By: manu Date: Sat Aug 9 19:06:50 UTC 2014 Modified Files: src/lib/libperfuse: ops.c Log Message: getextattr: fix attribute length being reported to caller. If buffer is too small, return ENORANGE. Caught by glusterFS regression tests To

CVS commit: src/sys/modules

2014-08-09 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Sat Aug 9 22:10:35 UTC 2014 Modified Files: src/sys/modules: Makefile Log Message: empty() wants a variable name, not a value. This should un-break the arm an mips arch builds which were broken by the previous commit. To

CVS commit: src/lib/libperfuse

2014-08-09 Thread Emmanuel Dreyfus
Module Name:src Committed By: manu Date: Sun Aug 10 03:22:33 UTC 2014 Modified Files: src/lib/libperfuse: ops.c perfuse_priv.h subr.c Log Message: - Make sure non root users cannot access system namespace attributes - honour namespace specification when listing attributes

CVS commit: src

2014-08-09 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sun Aug 10 05:47:38 UTC 2014 Added Files: src/common/lib/libc/arch/aarch64/atomic: Makefile.inc atomic_add_16.S atomic_add_32.S atomic_add_64.S atomic_add_8.S atomic_and_16.S atomic_and_32.S atomic_and_64.S

CVS commit: src

2014-08-09 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sun Aug 10 05:57:31 UTC 2014 Modified Files: src/external/gpl3/binutils/dist/bfd: config.bfd src/external/gpl3/binutils/dist/gas: configure.tgt src/external/gpl3/binutils/dist/ld: Makefile.am Makefile.in

CVS commit: [tls-earlyentropy] src

2014-08-09 Thread Thor Lancelot Simon
Module Name:src Committed By: tls Date: Sat Aug 9 06:19:50 UTC 2014 Modified Files: src/sys/conf [tls-earlyentropy]: files src/sys/kern [tls-earlyentropy]: subr_cprng.c src/sys/rump/librump/rumpkern [tls-earlyentropy]: Makefile.rumpkern src/sys/sys

CVS commit: src

2014-08-09 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sat Aug 9 07:04:03 UTC 2014 Modified Files: src/distrib/sets/lists/debug: mi src/distrib/sets/lists/tests: mi src/tests/kernel: Makefile Added Files: src/tests/kernel: t_sysctl.c Log Message: Test that

CVS commit: src/sys/rump/net/lib/libshmif

2014-08-09 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Sat Aug 9 09:43:49 UTC 2014 Modified Files: src/sys/rump/net/lib/libshmif: if_shmem.c Log Message: Count packets in if_shmem ok @pooka To generate a diff of this commit: cvs rdiff -u -r1.61 -r1.62

CVS commit: src/sys/rump/net/lib/libvirtif

2014-08-09 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Sat Aug 9 09:47:02 UTC 2014 Modified Files: src/sys/rump/net/lib/libvirtif: if_virt.c Log Message: Count packets in if_virt To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48

CVS commit: src/sbin/tunefs

2014-08-09 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Aug 9 10:33:46 UTC 2014 Modified Files: src/sbin/tunefs: tunefs.8 tunefs.c Log Message: add -S option to adjust the superblock for different sector sizes. While the kernel ignores this information, userland tools rely on

CVS commit: src/sbin/tunefs

2014-08-09 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Aug 9 10:41:05 UTC 2014 Modified Files: src/sbin/tunefs: tunefs.8 Log Message: Bump date for previous. New sentence, new line. Use more markup. Remove superfluous Pp in list. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/distrib/sets/lists

2014-08-09 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sat Aug 9 11:33:53 UTC 2014 Modified Files: src/distrib/sets/lists/base: mi src/distrib/sets/lists/debug: mi src/distrib/sets/lists/man: mi Log Message: Mark gkermit files obsolete, don't remove then from the set

CVS commit: src

2014-08-09 Thread Christoph Badura
Module Name:src Committed By: bad Date: Sat Aug 9 12:34:05 UTC 2014 Modified Files: src/distrib/sets/lists/modules: ad.arm ad.mips md.alpha md.amd64 md.hppa md.i386 md.ia64 md.sparc md.sparc64 src/sys/modules: Makefile Log Message: Build ubsec(4) as a

CVS commit: src/usr.bin/config

2014-08-09 Thread Christoph Badura
Module Name:src Committed By: bad Date: Sat Aug 9 12:40:14 UTC 2014 Modified Files: src/usr.bin/config: main.c Log Message: Treat an undefined option as a warning instead of an error when undoing an option. Allows one to win with declarations like: no options

CVS commit: src/sys/external/bsd/drm2/i915drm

2014-08-09 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Aug 9 12:46:07 UTC 2014 Modified Files: src/sys/external/bsd/drm2/i915drm: intelfb.c Log Message: no need to call drm_fb_helper_set_config after genfb attaches, as the setmode callback is called by genfb_attach To

CVS commit: src/sys/dev/usb

2014-08-09 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Aug 9 13:33:43 UTC 2014 Modified Files: src/sys/dev/usb: auvitek.c auvitekvar.h Log Message: remove unused mutex and cv To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/dev/usb/auvitek.c cvs rdiff -u

CVS commit: src/sys/dev/dtv

2014-08-09 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Aug 9 13:34:10 UTC 2014 Modified Files: src/sys/dev/dtv: dtv_demux.c dtv_device.c dtv_scatter.c Log Message: IPL_VM - IPL_SCHED to avoid taking kernel lock To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/sys/dev/pci

2014-08-09 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Aug 9 15:07:06 UTC 2014 Modified Files: src/sys/dev/pci: if_wpivar.h Log Message: increase WPI_RBUF_COUNT To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/dev/pci/if_wpivar.h Please note that diffs

CVS commit: src/share/zoneinfo

2014-08-09 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sat Aug 9 15:22:40 UTC 2014 Removed Files: src/share/zoneinfo: Makefile README africa antarctica asia australasia backward etcetera europe factory iso3166.tab leap-seconds.list leapseconds leapseconds.awk

CVS commit: src

2014-08-09 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sat Aug 9 18:32:34 UTC 2014 Modified Files: src/distrib/sets/lists/base: rescue.mi src/rescue: list Log Message: Add rescue/ekermit. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36

CVS commit: src/doc

2014-08-09 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sat Aug 9 18:44:07 UTC 2014 Modified Files: src/doc: CHANGES Log Message: rescue(8): Add /rescue/ekermit. [apb 20140809] To generate a diff of this commit: cvs rdiff -u -r1.1959 -r1.1960 src/doc/CHANGES Please note that diffs

CVS commit: src

2014-08-09 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat Aug 9 19:06:49 UTC 2014 Modified Files: src/distrib/sets/lists/comp: mi src/external/bsd/libc++/include: Makefile Log Message: Update and simplify build glue for libc++ r215289. To generate a diff of this commit:

CVS commit: src/lib/libperfuse

2014-08-09 Thread Emmanuel Dreyfus
Module Name:src Committed By: manu Date: Sat Aug 9 19:06:50 UTC 2014 Modified Files: src/lib/libperfuse: ops.c Log Message: getextattr: fix attribute length being reported to caller. If buffer is too small, return ENORANGE. Caught by glusterFS regression tests To

CVS commit: src/sys/modules

2014-08-09 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Sat Aug 9 22:10:35 UTC 2014 Modified Files: src/sys/modules: Makefile Log Message: empty() wants a variable name, not a value. This should un-break the arm an mips arch builds which were broken by the previous commit. To

CVS commit: src/lib/libperfuse

2014-08-09 Thread Emmanuel Dreyfus
Module Name:src Committed By: manu Date: Sun Aug 10 03:22:33 UTC 2014 Modified Files: src/lib/libperfuse: ops.c perfuse_priv.h subr.c Log Message: - Make sure non root users cannot access system namespace attributes - honour namespace specification when listing attributes

CVS commit: src

2014-08-09 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sun Aug 10 05:47:38 UTC 2014 Added Files: src/common/lib/libc/arch/aarch64/atomic: Makefile.inc atomic_add_16.S atomic_add_32.S atomic_add_64.S atomic_add_8.S atomic_and_16.S atomic_and_32.S atomic_and_64.S

CVS commit: src

2014-08-09 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sun Aug 10 05:57:31 UTC 2014 Modified Files: src/external/gpl3/binutils/dist/bfd: config.bfd src/external/gpl3/binutils/dist/gas: configure.tgt src/external/gpl3/binutils/dist/ld: Makefile.am Makefile.in