CVS commit: src/sys/dev/i2c

2018-01-04 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Fri Jan 5 03:07:16 UTC 2018 Modified Files: src/sys/dev/i2c: files.i2c Added Files: src/sys/dev/i2c: em3027.c em3027reg.h Log Message: Driver for EM Microelectronic EM3027 RTC and temperature sensor. To generate a diff of

CVS commit: src/sys/net

2018-01-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jan 5 01:53:15 UTC 2018 Modified Files: src/sys/net: route.c Log Message: Don't stomp past the end of the array! need __arraycount not sizeof() Found by chuq, while debugging the sdf.org crashes XXX: pullup-8 Restructure a

CVS commit: src/sys/kern

2018-01-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jan 5 01:51:36 UTC 2018 Modified Files: src/sys/kern: kern_exec.c Log Message: don't print for ENOEXEC To generate a diff of this commit: cvs rdiff -u -r1.453 -r1.454 src/sys/kern/kern_exec.c Please note that diffs are

CVS commit: src/distrib/amd64/uefi-installimage

2018-01-04 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Fri Jan 5 01:33:11 UTC 2018 Modified Files: src/distrib/amd64/uefi-installimage: Makefile Log Message: Bump size of uefi image - we've outgrown the old size To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src

2018-01-04 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Thu Jan 4 20:57:29 UTC 2018 Modified Files: src/common/lib/libc/sys: cpuset.c src/lib/libc/citrus: citrus_module.c src/lib/libc/compat-43: killpg.c src/lib/libc/db/db: dbfile.c src/lib/libc/gen:

CVS commit: src/sys/arch

2018-01-04 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Thu Jan 4 20:38:31 UTC 2018 Modified Files: src/sys/arch/amd64/amd64: gdt.c src/sys/arch/i386/i386: gdt.c Log Message: Declare gdt_size as const, simplifies. To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44

CVS commit: src/sys/arch

2018-01-04 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Thu Jan 4 14:02:24 UTC 2018 Modified Files: src/sys/arch/amd64/include: tss.h src/sys/arch/i386/i386: genassym.cf locore.S src/sys/arch/i386/include: tss.h src/sys/arch/x86/x86: sys_machdep.c Log Message:

CVS commit: src/sys/arch

2018-01-04 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Thu Jan 4 13:36:30 UTC 2018 Modified Files: src/sys/arch/amd64/amd64: genassym.cf locore.S machdep.c src/sys/arch/i386/i386: genassym.cf locore.S machdep.c src/sys/arch/x86/include: cpu.h

CVS commit: src/sys/arch

2018-01-04 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Thu Jan 4 12:34:15 UTC 2018 Modified Files: src/sys/arch/amd64/amd64: genassym.cf machdep.c src/sys/arch/i386/i386: genassym.cf machdep.c src/sys/arch/x86/include: cpu.h src/sys/arch/x86/x86: intr.c pmap.c

CVS commit: src/sys/dev/pci

2018-01-04 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Jan 4 09:43:28 UTC 2018 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Add ASPM workaround for 8257[1234] and 82583 to prevent device timeout or hangup. Fixes PR#52818 reported by Shinichi Doyashiki. To generate a