CVS commit: src/usr.bin/make

2015-10-20 Thread Simon J. Gerraty
Module Name:src Committed By: sjg Date: Tue Oct 20 21:30:58 UTC 2015 Modified Files: src/usr.bin/make: var.c Log Message: Ensure emsg initialized To generate a diff of this commit: cvs rdiff -u -r1.198 -r1.199 src/usr.bin/make/var.c Please note that diffs are not public

CVS commit: [nick-nhusb] src/sys

2015-10-20 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Oct 20 15:31:21 UTC 2015 Modified Files: src/sys/arch/mips/adm5120/dev [nick-nhusb]: ahci.c src/sys/dev/ic [nick-nhusb]: sl811hs.c src/sys/dev/usb [nick-nhusb]: ehci.c motg.c motgvar.h ohci.c ohcivar.h

CVS commit: [nick-nhusb] src/sys/dev/usb

2015-10-20 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Oct 20 15:17:54 UTC 2015 Modified Files: src/sys/dev/usb [nick-nhusb]: motg.c motgvar.h Log Message: g/c some unused stuff. To generate a diff of this commit: cvs rdiff -u -r1.12.2.19 -r1.12.2.20 src/sys/dev/usb/motg.c cvs rd

CVS commit: src/sys/net

2015-10-20 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Tue Oct 20 14:46:46 UTC 2015 Modified Files: src/sys/net: if_bridge.c Log Message: Harmless alloc inconsistency; make sure the exact same argument is given to kmem_alloc/kmem_free. Found by Brainy. To generate a diff of this commi

CVS commit: src/sys/dev/pci

2015-10-20 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Tue Oct 20 13:27:36 UTC 2015 Modified Files: src/sys/dev/pci: files.pci Log Message: add ifnet attributes to vioif(4) so it can be config(8)ed as root device To generate a diff of this commit: cvs rdiff -u -r1.377 -r1.378 src/sys/d

CVS commit: [nick-nhusb] src/sys/dev/usb

2015-10-20 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Oct 20 08:33:18 UTC 2015 Modified Files: src/sys/dev/usb [nick-nhusb]: ehcivar.h Log Message: s/EHCI_DPIPE2SC/EHCI_EPIPE2SC/ To generate a diff of this commit: cvs rdiff -u -r1.42.14.17 -r1.42.14.18 src/sys/dev/usb/ehcivar.h

CVS commit: src/sys/netinet

2015-10-20 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Tue Oct 20 07:46:59 UTC 2015 Modified Files: src/sys/netinet: if_arp.c Log Message: Stop callout in arp_rtrequest(RTM_DELETE) This change fixes arptimer panic after removing an interface (say by drvctl -d), which is reported by

CVS commit: src/sys

2015-10-20 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Tue Oct 20 07:35:15 UTC 2015 Modified Files: src/sys/net: if_llatbl.c src/sys/netinet: if_arp.c Log Message: Stop using softnet_lock (fix possible deadlock) Using softnet_lock for mutual exclusion between lltable_free an