CVS commit: src/sys/dev/pci

2017-12-25 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Dec 25 08:39:38 UTC 2017 Modified Files: src/sys/dev/pci: xhci_pci.c Log Message: - Fix a panic while cleaning PCI interrupt. - Fallback to INTx if MSI allocation succeeded but the establish failed. To generate a diff of th

CVS commit: src/sys

2017-12-25 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Mon Dec 25 09:13:40 UTC 2017 Modified Files: src/sys/kern: kern_condvar.c kern_lock.c kern_mutex.c kern_rwlock.c src/sys/rump/librump/rumpkern: locks.c Log Message: Apply C99-style struct initialization to lockops_t To

CVS commit: src/lib/libc/sys

2017-12-25 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Mon Dec 25 11:03:30 UTC 2017 Modified Files: src/lib/libc/sys: Makefile.inc Added Files: src/lib/libc/sys: vadvise.c Log Message: libc: Add a dummy implementation of vadvise() This readds a symbol that has been removed acc

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

2017-12-25 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Mon Dec 25 12:38:01 UTC 2017 Modified Files: src/tests/lib/libc/sys: t_ptrace_wait.c Log Message: atf: t_ptrace_wait: Mark attach2 as racy To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/tests/lib/libc/sys/t_ptr

CVS commit: src/libexec/ld.elf_so/arch/sparc64

2017-12-25 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Dec 25 17:00:16 UTC 2017 Modified Files: src/libexec/ld.elf_so/arch/sparc64: mdreloc.c Log Message: Since GNU ld doesn't honor the PLT entry reservation, also compensate for JMP_IREL relocations at the start of the PLT. To ge

CVS commit: src/sys/net

2017-12-25 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Tue Dec 26 02:01:35 UTC 2017 Modified Files: src/sys/net: if.c Log Message: Suppress the assertion of IFNET_LOCK in if_mcast_op if MROUTING MROUTING doesn't deal with IFNET_LOCK yet. Reported by kardel@ To generate a diff of

CVS commit: src/sys/netinet6

2017-12-25 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Tue Dec 26 02:26:45 UTC 2017 Modified Files: src/sys/netinet6: nd6_nbr.c Log Message: Work around softnet_lock handling nd6_dad_stoptimer can be called with or without softnet_lock held. callout_halt has to take softnet_lock dep

CVS commit: src/sys/kern

2017-12-25 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Dec 26 03:58:03 UTC 2017 Modified Files: src/sys/kern: init_main.c Log Message: Make cold __read_mostly like mp_online. To generate a diff of this commit: cvs rdiff -u -r1.493 -r1.494 src/sys/kern/init_main.c Please note

CVS commit: src/lib/libc/sys

2017-12-25 Thread Maya Rashish
Module Name:src Committed By: maya Date: Tue Dec 26 05:45:50 UTC 2017 Modified Files: src/lib/libc/sys: vadvise.c Log Message: Match prior syscall behaviour hide __RCSID under the same macros as rest of libc To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src