CVS commit: src/external/gpl3/binutils/usr.sbin/mdsetimage

2016-09-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Sep 21 01:33:42 UTC 2016 Modified Files: src/external/gpl3/binutils/usr.sbin/mdsetimage: mdsetimage.c Log Message: fix printf format. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 \

CVS commit: src/sys/arch/x86

2016-09-20 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Wed Sep 21 00:00:07 UTC 2016 Modified Files: src/sys/arch/x86/acpi: acpi_machdep.c src/sys/arch/x86/include: autoconf.h src/sys/arch/x86/x86: x86_autoconf.c x86_stub.c Log Message: Set hw.acpi.sleep.vbios when a

CVS commit: src/sys/dev/ic

2016-09-20 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Tue Sep 20 21:18:08 UTC 2016 Modified Files: src/sys/dev/ic: ld_nvme.c nvme.c Log Message: cache flush call must wait for completion; cap wait to 60 seconds just in case controller won't respond To generate a diff of this

CVS commit: src/external/gpl3/binutils/usr.sbin/mdsetimage

2016-09-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Sep 20 20:57:45 UTC 2016 Modified Files: src/external/gpl3/binutils/usr.sbin/mdsetimage: mdsetimage.c Log Message: Print more info. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 \

CVS commit: src/sys/arch/ews4800mips/stand/boot

2016-09-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Sep 20 20:56:57 UTC 2016 Modified Files: src/sys/arch/ews4800mips/stand/boot: Makefile Log Message: The booter contains a kernel which contains a ramdisk. The kernel grew and does not fit in the booter anymore, grow it a

CVS commit: src/distrib/common

2016-09-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Sep 20 20:55:54 UTC 2016 Modified Files: src/distrib/common: Makefile.mdset Log Message: Add the ability to specify more sections to strip. To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41

CVS commit: src/distrib/ews4800mips/floppies/instkernel

2016-09-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Sep 20 20:55:11 UTC 2016 Modified Files: src/distrib/ews4800mips/floppies/instkernel: Makefile Log Message: Strip more sections, and verbose printing. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/sys/arch/ews4800mips/conf

2016-09-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Sep 20 20:54:22 UTC 2016 Modified Files: src/sys/arch/ews4800mips/conf: RAMDISK Log Message: Put back the original size, this is not the reason we don't fit. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20

CVS commit: src/lib/libm/complex

2016-09-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Sep 20 18:25:20 UTC 2016 Modified Files: src/lib/libm/complex: catrig.c Log Message: fix VAX! To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/lib/libm/complex/catrig.c Please note that diffs are not

CVS commit: src/tests/lib/libm

2016-09-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Sep 20 17:19:29 UTC 2016 Modified Files: src/tests/lib/libm: t_casinh.c Log Message: print what went wrong. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libm/t_casinh.c Please note that diffs

CVS commit: src/lib/libc/time

2016-09-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Sep 20 15:03:07 UTC 2016 Modified Files: src/lib/libc/time: zic.c Log Message: use a define, and cast. To generate a diff of this commit: cvs rdiff -u -r1.61 -r1.62 src/lib/libc/time/zic.c Please note that diffs are not

CVS commit: src/sys

2016-09-20 Thread Roy Marples
Module Name:src Committed By: roy Date: Tue Sep 20 14:30:13 UTC 2016 Modified Files: src/sys/netinet: ip_output.c src/sys/netinet6: ip6_output.c Log Message: Drop UDP packets as well as TCP without error when sending from detached or tentative addresses. To

CVS commit: src/lib/libc/time

2016-09-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Sep 20 13:09:08 UTC 2016 Modified Files: src/lib/libc/time: zic.c Log Message: put back part of the code that determines the smallest of INT_MAX and SIZE_MAX to avoid llvm truncation warning. To generate a diff of this

CVS commit: src/sys/dev/mii

2016-09-20 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Sep 20 09:24:13 UTC 2016 Modified Files: src/sys/dev/mii: inbmphyreg.h Log Message: Change page of the OEM_BITS register back to 0 again. The document (Intel Ethernet Connection I219 Datasheet) says its in page 0.

CVS commit: src/sys/arch/sparc64/sparc64

2016-09-20 Thread Takeshi Nakayama
Module Name:src Committed By: nakayama Date: Tue Sep 20 08:56:34 UTC 2016 Modified Files: src/sys/arch/sparc64/sparc64: locore.s Log Message: Fix RAS for 32-bit kernels. trapframe is always 64-bit. To generate a diff of this commit: cvs rdiff -u -r1.400 -r1.401

CVS commit: src/sys/arch/x86/acpi

2016-09-20 Thread Maya Rashish
Module Name:src Committed By: maya Date: Tue Sep 20 08:38:55 UTC 2016 Modified Files: src/sys/arch/x86/acpi: acpi_wakeup.c Log Message: use a value of hw.acpi.sleep.vbios that might actually work for any real hardware suspend. stop dragging feet through the ground in PR