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

2014-10-28 Thread Takeshi Nakayama
Module Name:src Committed By: nakayama Date: Tue Oct 28 13:04:51 UTC 2014 Modified Files: src/sys/arch/sparc64/sparc64: machdep.c Log Message: Sync cpu_reboot with i386: - avoid sync and unmount after panic. - remove vfs_shutdown, we call vfs_sync_all and vfs_unmount*

CVS commit: src/lib/libperfuse

2014-10-28 Thread Emmanuel Dreyfus
Module Name:src Committed By: manu Date: Tue Oct 28 16:54:11 UTC 2014 Modified Files: src/lib/libperfuse: ops.c Log Message: Fix invalid free in deletextattr FUSE handler Do not free FUSE message on error as it was not allocated. To generate a diff of this commit: cvs

CVS commit: src/sys/arch/x86/x86

2014-10-28 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Tue Oct 28 17:44:47 UTC 2014 Modified Files: src/sys/arch/x86/x86: identcpu.c Log Message: Work around the problem in PR port-amd64/49150 for all CPUs under Xen. The problem (calling xrstor, which is privileged in Xen) has appeared

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

2014-10-28 Thread Dennis Ferguson
Module Name:src Committed By: dennis Date: Tue Oct 28 19:46:18 UTC 2014 Modified Files: src/sys/arch/riscv/include: byte_swap.h Log Message: Correct 32 and 64 bit byte swap inlines. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

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

2014-10-28 Thread Dennis Ferguson
Module Name:src Committed By: dennis Date: Tue Oct 28 20:25:36 UTC 2014 Modified Files: src/sys/arch/riscv/include: byte_swap.h Log Message: Shave an instruction from the generated code for the 32 bit byte swap inline. Prune 5 or 9 instructions (depending on what you

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

2014-10-28 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Tue Oct 28 21:35:57 UTC 2014 Modified Files: src/crypto/external/bsd/openssh/dist: sshbuf.h Log Message: Mark sshbuf_putfv as __printflike. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

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

2014-10-28 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Tue Oct 28 21:36:16 UTC 2014 Modified Files: src/crypto/external/bsd/openssh/dist: sshd.c Log Message: sighup_handler is not dead. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15

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

2014-10-28 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Tue Oct 28 21:36:30 UTC 2014 Modified Files: src/crypto/external/bsd/openssh/dist: umac.c Log Message: xor32 may be unused, mark it so. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS import: src/external/bsd/openresolv/dist

2014-10-28 Thread Roy Marples
Module Name:src Committed By: roy Date: Tue Oct 28 22:37:59 UTC 2014 Update of /cvsroot/src/external/bsd/openresolv/dist In directory ivanova.netbsd.org:/tmp/cvs-serv18537 Log Message: Import openresolv-3.6.1 with the following changes: * Don't update when nothing has been

CVS commit: src/external/bsd/openresolv/dist

2014-10-28 Thread Roy Marples
Module Name:src Committed By: roy Date: Tue Oct 28 22:39:25 UTC 2014 Modified Files: src/external/bsd/openresolv/dist: resolvconf.8.in resolvconf.conf.5.in Log Message: Sync To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/lib/librumpuser

2014-10-28 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Oct 28 23:48:04 UTC 2014 Modified Files: src/lib/librumpuser: Makefile Log Message: Don't install rumpuser.h here. It's already installed by the rump kernel build (sys/rump/include/rump) To generate a diff of this commit:

CVS commit: src/sys/dev/adb

2014-10-28 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Oct 29 00:48:12 UTC 2014 Modified Files: src/sys/dev/adb: adb_ms.c Log Message: actually support EMP ( as in, look for additional motion info bits, not just buttons ) To generate a diff of this commit: cvs rdiff -u -r1.15

CVS import: src/external/bsd/dhcpcd/dist

2014-10-28 Thread Roy Marples
Module Name:src Committed By: roy Date: Wed Oct 29 01:03:55 UTC 2014 Update of /cvsroot/src/external/bsd/dhcpcd/dist In directory ivanova.netbsd.org:/tmp/cvs-serv24798 Log Message: dhcpcd-6.6.0 has been imported with the following changes: * Log the address IPv4LL defends *

CVS commit: src/external/bsd/dhcpcd/dist

2014-10-28 Thread Roy Marples
Module Name:src Committed By: roy Date: Wed Oct 29 01:08:31 UTC 2014 Modified Files: src/external/bsd/dhcpcd/dist: arp.c arp.h auth.c auth.h bpf-filter.h common.c common.h config.h control.c control.h defs.h dev.h dhcp-common.c dhcp-common.h dhcp.c

CVS commit: src/sys/ufs/ufs

2014-10-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Oct 29 01:13:28 UTC 2014 Modified Files: src/sys/ufs/ufs: ufs_extern.h ufs_inode.c ufs_vnops.c Log Message: simplify and correct. To generate a diff of this commit: cvs rdiff -u -r1.76 -r1.77 src/sys/ufs/ufs/ufs_extern.h

CVS commit: src/doc

2014-10-28 Thread Roy Marples
Module Name:src Committed By: roy Date: Wed Oct 29 01:17:34 UTC 2014 Modified Files: src/doc: 3RDPARTY CHANGES Log Message: Note import of dhcpcd and openresolv. To generate a diff of this commit: cvs rdiff -u -r1.1166 -r1.1167 src/doc/3RDPARTY cvs rdiff -u -r1.2005

CVS commit: src/sys/arch

2014-10-28 Thread Dennis Ferguson
Module Name:src Committed By: dennis Date: Wed Oct 29 01:33:39 UTC 2014 Modified Files: src/sys/arch/aarch64/include: byte_swap.h src/sys/arch/or1k/include: byte_swap.h Log Message: Correct 32 and 64 bit byte swap inlines To generate a diff of this commit: cvs