CVS commit: src/sys/dev/pci

2014-08-11 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Mon Aug 11 06:02:38 UTC 2014 Modified Files: src/sys/dev/pci: viaenv.c Log Message: Add missing curly braces It unbreaks the i386 build of ALL. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33

CVS commit: src/lib/libm

2014-08-11 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Aug 11 08:20:57 UTC 2014 Modified Files: src/lib/libm: Makefile Log Message: revert parts of 1.163 that affect the x86 build. possibly, we want to build the i386 fenv.c for compat build, but they seem largely compatible and for

CVS commit: src/external/mit/xorg/server/drivers/xf86-video-radeon

2014-08-11 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Aug 11 08:25:58 UTC 2014 Modified Files: src/external/mit/xorg/server/drivers/xf86-video-radeon: Makefile Log Message: put KMS support under our X11DRI definition. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18

CVS commit: src/sys/sys

2014-08-11 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Mon Aug 11 09:10:52 UTC 2014 Modified Files: src/sys/sys: param.h Log Message: Welcome to 7.99.1. To generate a diff of this commit: cvs rdiff -u -r1.459 -r1.460 src/sys/sys/param.h Please note that diffs are not public domain;

CVS commit: src/doc

2014-08-11 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Mon Aug 11 09:12:34 UTC 2014 Modified Files: src/doc: BRANCHES CHANGES CHANGES.prev Log Message: Note the new netbsd-7 branch, and move CHANGES to CHANGES.prev . To generate a diff of this commit: cvs rdiff -u -r1.331 -r1.332

CVS commit: src/gnu/usr.bin/groff/tmac

2014-08-11 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Mon Aug 11 09:12:59 UTC 2014 Modified Files: src/gnu/usr.bin/groff/tmac: mdoc.local Log Message: Add NetBSD 8.0, and make 7.0 the default. To generate a diff of this commit: cvs rdiff -u -r1.75 -r1.76

CVS commit: [netbsd-7] src

2014-08-11 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Mon Aug 11 09:21:47 UTC 2014 Modified Files: src/doc [netbsd-7]: LAST_MINUTE README.files src/gnu/usr.bin/groff/tmac [netbsd-7]: mdoc.local src/sys/sys [netbsd-7]: param.h Added Files: src/doc [netbsd-7]:

CVS commit: src/doc

2014-08-11 Thread Alan Barrett
Module Name:src Committed By: apb Date: Mon Aug 11 10:28:38 UTC 2014 Modified Files: src/doc: CHANGES.prev Log Message: Formatting fixes, following the guidelines in the comments at the top of CHANGES: * Start with tabheadingcolonone spacecapital letter... * Indent with

CVS commit: src/sys/dev/usb

2014-08-11 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Aug 11 10:37:59 UTC 2014 Modified Files: src/sys/dev/usb: xhci.c Log Message: PR/49091: xhci: wrong wMaxPacketSize value While this is correct according to the specification only fixed sizes are allowed, i.e. 512 for SS, etc.

CVS commit: src/sys/arch/sparc64/sparc64

2014-08-11 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Aug 11 11:51:45 UTC 2014 Modified Files: src/sys/arch/sparc64/sparc64: autoconf.c Log Message: Match firmware paths for the boot device in Mac style, as used by QEMU/OpenBIOS. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/usr.sbin/postinstall

2014-08-11 Thread Roy Marples
Module Name:src Committed By: roy Date: Mon Aug 11 12:49:01 UTC 2014 Modified Files: src/usr.sbin/postinstall: postinstall Log Message: FONTCONFIG_DIR not existing does not need to be fixed. To generate a diff of this commit: cvs rdiff -u -r1.175 -r1.176

CVS commit: src/sys/crypto/cprng_fast

2014-08-11 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Aug 11 13:06:31 UTC 2014 Modified Files: src/sys/crypto/cprng_fast: cprng_fast.c Log Message: Use percpu_foreach instead of manual iteration. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/sys/crypto/cprng_fast

2014-08-11 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Aug 11 13:12:53 UTC 2014 Modified Files: src/sys/crypto/cprng_fast: cprng_fast.c Log Message: Move initial entropy bookkeeping out of the fast path. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/sys/crypto/cprng_fast

2014-08-11 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Aug 11 13:22:17 UTC 2014 Modified Files: src/sys/crypto/cprng_fast: cprng_fast.c Log Message: Tweak cprng_fast_buf to use 32-bit unaligned writes if possible. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

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

2014-08-11 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Aug 11 13:40:34 UTC 2014 Modified Files: src/distrib/sets/lists/base: ad.aarch64 Log Message: Mark compat directories as compat, not arch64. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/sys/miscfs/umapfs

2014-08-11 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Mon Aug 11 14:02:14 UTC 2014 Modified Files: src/sys/miscfs/umapfs: umap_vfsops.c Log Message: 1) 'error' is returned while it does not even hold an error code. Which means that zero is returned, and the kernel keeps mounting

CVS commit: src/sys/kern

2014-08-11 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Aug 11 13:59:24 UTC 2014 Modified Files: src/sys/kern: kern_rndpool.c Log Message: buf is not guaranteed to be aligned; don't *(uint32_t *) it. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/sys/kern

2014-08-11 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Aug 11 14:07:55 UTC 2014 Modified Files: src/sys/kern: kern_rndq.c Log Message: done is not guaranteed to be aligned; don't *(uint32_t *) it. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27

CVS commit: [netbsd-7] src/sys/dev/usb

2014-08-11 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Aug 11 15:36:45 UTC 2014 Modified Files: src/sys/dev/usb [netbsd-7]: xhci.c Log Message: Pull up following revision(s) (requested by skrll in ticket #3): sys/dev/usb/xhci.c: revision 1.24 PR/49091: xhci: wrong

CVS commit: [netbsd-7] src/sys/kern

2014-08-11 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Aug 11 15:38:27 UTC 2014 Modified Files: src/sys/kern [netbsd-7]: kern_rndpool.c kern_rndq.c Log Message: Pull up following revision(s) (requested by riastradh in ticket #4): sys/kern/kern_rndq.c: revision 1.27

CVS commit: [netbsd-7] src/doc

2014-08-11 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Aug 11 15:40:08 UTC 2014 Modified Files: src/doc [netbsd-7]: CHANGES-7.0 Log Message: Tickets 3 and 4 To generate a diff of this commit: cvs rdiff -u -r1.1.2.1 -r1.1.2.2 src/doc/CHANGES-7.0 Please note that diffs are not

CVS commit: src/external/gpl3/binutils/dist/bfd

2014-08-11 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Aug 11 20:53:16 UTC 2014 Modified Files: src/external/gpl3/binutils/dist/bfd: ChangeLog elflink.c Log Message: Apply change from upstream to fix PR/48709 - port-alpha/48709: static threaded programs crash. With this fix the

CVS commit: src/external/gpl3/binutils/dist/binutils

2014-08-11 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Aug 11 20:57:28 UTC 2014 Modified Files: src/external/gpl3/binutils/dist/binutils: readelf.c Log Message: Decode alpha st_other To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

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

2014-08-11 Thread Matt Thomas
Module Name:src Committed By: matt Date: Mon Aug 11 22:03:25 UTC 2014 Modified Files: src/sys/rump/librump/rumpkern: Makefile.rumpkern Log Message: Add MKCOMPAT support for aarch64 (COMPAT_MACHINE_CPU) To generate a diff of this commit: cvs rdiff -u -r1.148 -r1.149

CVS commit: src/sys/arch/aarch64/include

2014-08-11 Thread Matt Thomas
Module Name:src Committed By: matt Date: Mon Aug 11 22:08:34 UTC 2014 Modified Files: src/sys/arch/aarch64/include: vmparam.h Log Message: Add some definitions for building RUMP libraries with MKCOMPAT. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys/arch/aarch64/include

2014-08-11 Thread Matt Thomas
Module Name:src Committed By: matt Date: Mon Aug 11 22:09:08 UTC 2014 Modified Files: src/sys/arch/aarch64/include: ptrace.h Log Message: #include arm/ptrace.h instead of arm/asm.h (opps) To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys/rump

2014-08-11 Thread Justin Cormack
Module Name:src Committed By: justin Date: Mon Aug 11 22:13:56 UTC 2014 Modified Files: src/sys/rump: listsrcdirs Log Message: Add aarch64 to rump srcdirs To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/rump/listsrcdirs Please note that diffs are

CVS commit: src/share/mk

2014-08-11 Thread Matt Thomas
Module Name:src Committed By: matt Date: Mon Aug 11 22:28:50 UTC 2014 Modified Files: src/share/mk: bsd.own.mk Log Message: Change the way we default MK vars to yes or no allowing MKvar.${MACHINE_ARCH} to override. e.g MKGDB.aarch64=no will default MKGDB to no on aarch64

CVS commit: src/sys/crypto/cprng_fast

2014-08-11 Thread Justin Cormack
Module Name:src Committed By: justin Date: Mon Aug 11 22:36:49 UTC 2014 Modified Files: src/sys/crypto/cprng_fast: cprng_fast.c Log Message: Fix inconsistent use of inline in prototype and definition To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src

2014-08-11 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Mon Aug 11 23:48:01 UTC 2014 Modified Files: src/lib/libnpf: npf.c src/sys/net/npf: npf_alg.c npf_conn.c npf_ctl.c npf_impl.h npf_nat.c src/usr.sbin/npf/npfctl: npfctl.c Log Message: - Add and use npf_alg_export().