CVS commit: src/sbin/ping6

2015-11-03 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Wed Nov 4 07:59:25 UTC 2015 Modified Files: src/sbin/ping6: ping6.c Log Message: Fix exit status when -c and -X is used It exited with status 0 when at least one packet was received and timed out. However, when we specify -c N

CVS commit: src/sys/dev/usb

2015-11-03 Thread Brian Buhrow
Module Name:src Committed By: buhrow Date: Wed Nov 4 05:11:16 UTC 2015 Modified Files: src/sys/dev/usb: usbdevs.h usbdevs_data.h Log Message: ADded Apple iDevices: iPhone 4, 4_VZW, 4s, and 5. iPad 2, 3 and Mini This is in preparation for forcing all of these devices to a

CVS commit: src/sys/dev/usb

2015-11-03 Thread Brian Buhrow
Module Name:src Committed By: buhrow Date: Wed Nov 4 05:05:45 UTC 2015 Modified Files: src/sys/dev/usb: usbdevs Log Message: ADded Apple iDevices: iPhone 4, 4_VZW, 4s, and 5. iPad 2, 3 and Mini This is in preparation for forcing all of these devices to attach as ugen(4)

CVS commit: src/lib/libc/sys

2015-11-03 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed Nov 4 04:31:53 UTC 2015 Modified Files: src/lib/libc/sys: modctl.2 Log Message: Document the ms_flags field which is now exported in struct modstat To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/lib/lib

CVS commit: src/sbin/modstat

2015-11-03 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed Nov 4 04:30:42 UTC 2015 Modified Files: src/sbin/modstat: main.c modstat.8 Log Message: Add FLAGS to the module data displayed. Reduce some of the extra inter-column white-space to (partly) compensate for the additional co

CVS commit: src/sys

2015-11-03 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed Nov 4 04:28:59 UTC 2015 Modified Files: src/sys/kern: sys_module.c src/sys/sys: module.h Log Message: Export module flags to userland To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sys/kern/sys_

CVS commit: src/sbin/ping6

2015-11-03 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Wed Nov 4 01:14:02 UTC 2015 Modified Files: src/sbin/ping6: ping6.c ping6_hostops.c ping6_rumpops.c prog_ops.h Log Message: rump.ping6 supports "-S" option. To generate a diff of this commit: cvs rdiff -u -r1.88 -r1.89 src/s

CVS commit: src/lib/libedit

2015-11-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Nov 3 21:36:59 UTC 2015 Modified Files: src/lib/libedit: editline.3 Log Message: Fix descriptions of el_set functions. Americanise initialise :-) To generate a diff of this commit: cvs rdiff -u -r1.84 -r1.85 src/lib/libed

CVS commit: src/sys/arch/arm/allwinner

2015-11-03 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Tue Nov 3 19:28:28 UTC 2015 Modified Files: src/sys/arch/arm/allwinner: awin_tcon.c Log Message: remove unused variable To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/arch/arm/allwinner/awin_tcon.c Please

CVS commit: src/sys/arch

2015-11-03 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Tue Nov 3 18:38:03 UTC 2015 Modified Files: src/sys/arch/arm/allwinner: awin_debe.c awin_reg.h awin_tcon.c src/sys/arch/evbarm/awin: awin_machdep.c Log Message: A debe can't feed both tcon at the same time. AWIN_DEBE_MODC

CVS commit: src/external/historical/nawk/dist

2015-11-03 Thread Mateusz Kocielski
Module Name:src Committed By: shm Date: Tue Nov 3 14:15:08 UTC 2015 Modified Files: src/external/historical/nawk/dist: run.c Log Message: PR/50199 - fix for strftime called with empty string. Patch written by Juho Salminen To generate a diff of this commit: cvs rdiff -u

CVS commit: src/external/mit/xorg/lib/libxcb

2015-11-03 Thread Ryosuke Moro
Module Name:src Committed By: szptvlfn Date: Tue Nov 3 11:14:05 UTC 2015 Modified Files: src/external/mit/xorg/lib/libxcb: Makefile Log Message: remove redundant \ To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/external/mit/xorg/lib/libxcb/Makefile Ple

CVS commit: src/external/mit/xorg/lib/gallium

2015-11-03 Thread Ryosuke Moro
Module Name:src Committed By: szptvlfn Date: Tue Nov 3 10:43:31 UTC 2015 Modified Files: src/external/mit/xorg/lib/gallium: Makefile Log Message: remove redundant \ To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/external/mit/xorg/lib/gallium/Makefile

CVS commit: src/external/mit/xorg/lib

2015-11-03 Thread Ryosuke Moro
Module Name:src Committed By: szptvlfn Date: Tue Nov 3 10:26:06 UTC 2015 Modified Files: src/external/mit/xorg/lib/dri: Makefile src/external/mit/xorg/lib/libX11: Makefile.libx11 Log Message: remove redundant \ To generate a diff of this commit: cvs rdiff -u -r1

CVS commit: src/sys/dev/sdmmc

2015-11-03 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Tue Nov 3 07:59:29 UTC 2015 Modified Files: src/sys/dev/sdmmc: sdhc.c Log Message: Also wait for DAT when sending RSP_BSY commands. Fixes PR 50388. To generate a diff of this commit: cvs rdiff -u -r1.90 -r1.91 src/sys/dev/sdmm