CVS commit: src/sys/net

2015-10-07 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Wed Oct 7 08:48:04 UTC 2015 Modified Files: src/sys/net: if_bridge.c Log Message: Enqueue frames to a curcpu's pktqueue Currently RX can run on a CPU other than CPU#0, so always enqueuing to a pktqueue of CPU#0 makes no sense.

CVS commit: src/sys/dev/pci

2015-10-07 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Oct 8 04:30:25 UTC 2015 Modified Files: src/sys/dev/pci: if_wmreg.h Log Message: - ACK Accelerate Disable in the RFCTL register is not bit 13 but 12. No binary change because this definition have not used yet. - Add ACK

CVS commit: src/sys/net

2015-10-07 Thread Roy Marples
Module Name:src Committed By: roy Date: Wed Oct 7 09:44:26 UTC 2015 Modified Files: src/sys/net: route.c Log Message: Remove rt_ifa_localrequest(). In it's place, use rtrequest1() inside rt_ifa_addlocal() and rtdeletemsg() inside rt_ifa_remlocal(). This removes the need

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

2015-10-07 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Oct 7 10:39:25 UTC 2015 Modified Files: src/sys/dev/usb [nick-nhusb]: if_rum.c if_ural.c Log Message: Use __arraycount To generate a diff of this commit: cvs rdiff -u -r1.48.6.10 -r1.48.6.11 src/sys/dev/usb/if_rum.c cvs

CVS commit: src/lib/libkvm

2015-10-07 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Oct 7 11:56:41 UTC 2015 Modified Files: src/lib/libkvm: kvm_sparc.c Log Message: Fix the -m32 compat build for sparc64 after recent sparc/include/types.h changes. XXX I suspect this variant has not been tested in real life.

CVS commit: src/distrib

2015-10-07 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Oct 7 14:09:05 UTC 2015 Modified Files: src/distrib/amd64/ramdisks/common: Makefile.ramdisk list.ramdisk src/distrib/i386/ramdisks/common: Makefile.ramdisk list.ramdisk Log Message: PR install/50311: missing