CVS commit: src/sys/arch/arm

2015-07-02 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Jul 2 08:33:31 UTC 2015 Modified Files: src/sys/arch/arm/arm: cpufunc.c src/sys/arch/arm/arm32: sys_machdep.c Log Message: Use armreg_*_{read,write} instead of handcrafted asm No functional change. To generate a dif

CVS commit: src/sys/dev/usb

2015-07-02 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Jul 2 08:35:44 UTC 2015 Modified Files: src/sys/dev/usb: ehci.c Log Message: >From FreeBSD rev1.30 via OpenBSD: - always initialise the pipe multiplier to a valid value - do not unchain the the interrupt QHs immediately afte

CVS commit: src/sys/dev/usb

2015-07-02 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Jul 2 09:05:06 UTC 2015 Modified Files: src/sys/dev/usb: ehci.c Log Message: Somehow the ; disappeared from the previouis commit To generate a diff of this commit: cvs rdiff -u -r1.240 -r1.241 src/sys/dev/usb/ehci.c Please

CVS commit: src/usr.sbin/postinstall

2015-07-02 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Jul 2 09:31:56 UTC 2015 Modified Files: src/usr.sbin/postinstall: postinstall Log Message: Simplify previous, pass awk as TOOL_AWK (that is what the makefile uses), create an obj dir for make and force it to use that. This ve

CVS commit: src/usr.sbin/postinstall

2015-07-02 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Jul 2 09:53:12 UTC 2015 Modified Files: src/usr.sbin/postinstall: postinstall Log Message: PR install/50020: postinstall does not check for mandoc in /etc/man.conf. Add a check, but ask the user to fix manually (the file coul

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

2015-07-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jul 2 14:54:42 UTC 2015 Modified Files: src/external/gpl3/gdb/dist/gdb: nbsd-thread.c Log Message: td_close() needs to be able to write to the process image, so call sooner, before we detach from it. To generate a diff of

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

2015-07-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jul 3 00:54:48 UTC 2015 Update of /cvsroot/src/crypto/external/bsd/openssh/dist In directory ivanova.netbsd.org:/tmp/cvs-serv21228 Log Message: Changes since OpenSSH 6.8 = This is primarily a bugfix release

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

2015-07-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jul 3 01:00:00 UTC 2015 Modified Files: src/crypto/external/bsd/openssh/dist: PROTOCOL PROTOCOL.agent auth-options.c auth-pam.c auth.c auth.h auth1.c auth2-hostbased.c auth2-pubkey.c authfd.c authfile

CVS commit: src/distrib/sets/lists

2015-07-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jul 3 01:01:00 UTC 2015 Modified Files: src/distrib/sets/lists/base: ad.aarch64 ad.arm ad.riscv md.sparc64 shl.mi src/distrib/sets/lists/debug: ad.aarch64 ad.arm ad.riscv md.sparc64 shl.mi Lo

CVS commit: src/sys/compat/linux/common

2015-07-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jul 3 02:24:28 UTC 2015 Modified Files: src/sys/compat/linux/common: linux_sched.c Log Message: PR/50021: Rin Okuyama: Fix linux affinity syscalls XXX: pullup-7 To generate a diff of this commit: cvs rdiff -u -r1.67 -r1.6