CVS commit: src/usr.bin/vmstat

2017-09-05 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Wed Sep 6 06:05:23 UTC 2017 Modified Files: src/usr.bin/vmstat: vmstat.c Log Message: Don't print "nan" when there is no disk activity. To generate a diff of this commit: cvs rdiff -u -r1.217 -r1.218 src/usr.bin/vmstat/vmstat.

CVS commit: src/sys/arch/macppc/macppc

2017-09-05 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Sep 6 03:10:09 UTC 2017 Modified Files: src/sys/arch/macppc/macppc: machdep.c Log Message: downgrade some debug spam to aprint_debug() where it belongs To generate a diff of this commit: cvs rdiff -u -r1.166 -r1.167 src/s

CVS commit: src/sbin/gpt

2017-09-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Sep 5 18:30:46 UTC 2017 Modified Files: src/sbin/gpt: gpt.c Log Message: PR/52522: Piotr Meyer: Don't NUL terminate the gpt label name. XXX: pullup-8 To generate a diff of this commit: cvs rdiff -u -r1.70 -r1.71 src/sbin/

CVS commit: src/lib/libedit

2017-09-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Sep 5 18:07:59 UTC 2017 Modified Files: src/lib/libedit: el.c el.h readline.c tty.c Log Message: For readline emulation, don't reset the tty to "sane" (cooked) mode if we did not start this way. Also set and reset the tty o

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

2017-09-05 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Sep 5 17:21:09 UTC 2017 Modified Files: src/sys/arch/macppc/dev: ki2c.c Log Message: first step to clean up & bus-spacification: - use i2c addresses with the direction bit shifted out in iic_exec and when attaching driver

CVS commit: src/external/bsd/dhcpcd/dist/src

2017-09-05 Thread Benny Siegert
Module Name:src Committed By: bsiegert Date: Tue Sep 5 11:58:55 UTC 2017 Modified Files: src/external/bsd/dhcpcd/dist/src: dhcp.c Log Message: dhcp: Fix classless static routes Assign the netwask correctly from the message. Cherry-picked from upstream in https://dev.mar

CVS commit: src/sys/external/bsd/ipf/netinet

2017-09-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Sep 5 11:12:33 UTC 2017 Modified Files: src/sys/external/bsd/ipf/netinet: fil.c Log Message: Revert changing the byte order of fi->fi_addr. It is already correct. From Timo Buhrmester XXX: pullup 8. To generate a diff of

CVS commit: src/sys/dev/pci

2017-09-05 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Sep 5 08:01:43 UTC 2017 Modified Files: src/sys/dev/pci: files.pci xhci_pci.c Log Message: Add an XHCI_DISABLE_MSI option To generate a diff of this commit: cvs rdiff -u -r1.390 -r1.391 src/sys/dev/pci/files.pci cvs rdiff -u

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

2017-09-05 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Sep 5 07:06:30 UTC 2017 Modified Files: src/sys/dev/usb [nick-nhusb]: if_upl.c Log Message: Remove unnecessary splnet from upl_attach To generate a diff of this commit: cvs rdiff -u -r1.47.4.16 -r1.47.4.17 src/sys/dev/usb/if

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

2017-09-05 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Sep 5 07:07:15 UTC 2017 Modified Files: src/sys/dev/usb [nick-nhusb]: TODO.usbmp Log Message: Update To generate a diff of this commit: cvs rdiff -u -r1.8.4.13 -r1.8.4.14 src/sys/dev/usb/TODO.usbmp Please note that diffs ar

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

2017-09-05 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Sep 5 07:04:17 UTC 2017 Modified Files: src/sys/dev/usb [nick-nhusb]: if_kue.c if_kuereg.h Log Message: WIP MPification To generate a diff of this commit: cvs rdiff -u -r1.81.4.14 -r1.81.4.15 src/sys/dev/usb/if_kue.c cvs rdi

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

2017-09-05 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Sep 5 07:01:12 UTC 2017 Modified Files: src/sys/dev/usb [nick-nhusb]: ehci.c Log Message: #ifdef DIAGNOSTIC -> KASSERT and add another KASSERT To generate a diff of this commit: cvs rdiff -u -r1.234.2.109 -r1.234.2.110 src/s