CVS commit: src/distrib/notes/common

2016-11-09 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Nov 9 08:18:56 UTC 2016 Modified Files: src/distrib/notes/common: main Log Message: Add myself To generate a diff of this commit: cvs rdiff -u -r1.532 -r1.533 src/distrib/notes/common/main Please note that diffs are not publi

CVS commit: src/sys/kern

2016-11-09 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Wed Nov 9 09:00:46 UTC 2016 Modified Files: src/sys/kern: subr_psref.c Log Message: Add a new sanity check to psref It checks if a target being acquired is already acquired with the same psref. It is usable but not lightweight,

CVS commit: src/sys/arch/mips

2016-11-09 Thread Maya Rashish
Module Name:src Committed By: maya Date: Wed Nov 9 11:50:09 UTC 2016 Modified Files: src/sys/arch/mips/include: asm.h src/sys/arch/mips/mips: locore.S mipsX_subr.S Log Message: Move MFC0_HAZARD definition to asm.h instead of defining it twice To generate a diff

CVS commit: src/tests/lib/libc/sys

2016-11-09 Thread Robert Elz
Module Name:src Committed By: kre Date: Wed Nov 9 12:44:29 UTC 2016 Modified Files: src/tests/lib/libc/sys: t_wait_noproc.c Log Message: PR standards/51600 These tests are no longer expected to fail when called with WNOHANG (which is actually the t_wait_noproc_wnohang te

CVS commit: src/tests/lib/libc/sys

2016-11-09 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Wed Nov 9 17:50:19 UTC 2016 Modified Files: src/tests/lib/libc/sys: t_wait_noproc.c Log Message: Add new tests in t_wait_noproc and t_wait_noproc to test more options types Add new tests: - waitpid_options - waitid_options - w

CVS commit: src/sys/dev/sun

2016-11-09 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Nov 9 19:54:25 UTC 2016 Modified Files: src/sys/dev/sun: cgthree.c Log Message: - use bus_space_mmap() - pass the right colour depth in ioctl() should fix PR49639 To generate a diff of this commit: cvs rdiff -u -r1.32 -r1

CVS commit: src/tests/dev/cgd

2016-11-09 Thread Alexander Nasonov
Module Name:src Committed By: alnsn Date: Wed Nov 9 22:01:15 UTC 2016 Modified Files: src/tests/dev/cgd: t_cgd_aes.c Log Message: Add aes-cbc tests. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/dev/cgd/t_cgd_aes.c Please note that diffs are not

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

2016-11-09 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Thu Nov 10 03:32:04 UTC 2016 Modified Files: src/sys/arch/x86/x86: vmt.c Log Message: Fix a breakout of loops As the comment "find first available ipv4 address" indicates, if an IP address is found, we need to leave the two nest

CVS commit: src/sys/netinet6

2016-11-09 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Thu Nov 10 04:13:53 UTC 2016 Modified Files: src/sys/netinet6: in6_src.c ip6_output.c ip6_var.h Log Message: Tidy up in6_select* This change tidies up in6_select* functions, especially selectroute. selectroute is annoying becau

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

2016-11-09 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Nov 10 06:44:35 UTC 2016 Modified Files: src/sys/arch/sparc64/dev: pyro.c sbus.c schizo.c Log Message: weed out BUS_SPACE_MAP_PREFETCHABLE in resp. _map() and _mmap() methods it works with UPA graphics cards and at least som

CVS commit: src/sys/dev/pci

2016-11-09 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Nov 10 06:57:15 UTC 2016 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Call wm_enable_phy_wakeup() on PCH2 and newer, too. Now these devices can do WOL. Tested with Thinkpad X220(PCH2). To generate a diff of this c