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

2018-08-12 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Aug 12 10:45:27 UTC 2018 Modified Files: src/sys/arch/x86/x86: pmap.c Log Message: Take the last area into account, there is a hole before it. To generate a diff of this commit: cvs rdiff -u -r1.296 -r1.297

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

2018-08-12 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Aug 12 10:45:27 UTC 2018 Modified Files: src/sys/arch/x86/x86: pmap.c Log Message: Take the last area into account, there is a hole before it. To generate a diff of this commit: cvs rdiff -u -r1.296 -r1.297

CVS commit: src/sys/sys

2018-08-12 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Aug 12 10:43:04 UTC 2018 Modified Files: src/sys/sys: cdefs.h Log Message: Remove dependency of __BITS on MAX/MIN by providing __MAX/__MIN To generate a diff of this commit: cvs rdiff -u -r1.135 -r1.136 src/sys/sys/cdefs.h

CVS commit: src/sys/sys

2018-08-12 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Aug 12 10:43:04 UTC 2018 Modified Files: src/sys/sys: cdefs.h Log Message: Remove dependency of __BITS on MAX/MIN by providing __MAX/__MIN To generate a diff of this commit: cvs rdiff -u -r1.135 -r1.136 src/sys/sys/cdefs.h

CVS commit: src/sys/external/bsd/dwc2/dist

2018-08-12 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Aug 12 09:59:30 UTC 2018 Modified Files: src/sys/external/bsd/dwc2/dist: dwc2_hcdintr.c Log Message: Fixup previous to not break ping protocol. My bad. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15

CVS commit: src/sys/external/bsd/dwc2/dist

2018-08-12 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Aug 12 09:59:30 UTC 2018 Modified Files: src/sys/external/bsd/dwc2/dist: dwc2_hcdintr.c Log Message: Fixup previous to not break ping protocol. My bad. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15

CVS commit: src/sys/uvm

2018-08-12 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Aug 12 09:29:16 UTC 2018 Modified Files: src/sys/uvm: uvm_amap.c Log Message: Rename 'slotspace' -> 'slotarea' in UVM, to avoid (future) collision with the x86 slotspace structure. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/uvm

2018-08-12 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Aug 12 09:29:16 UTC 2018 Modified Files: src/sys/uvm: uvm_amap.c Log Message: Rename 'slotspace' -> 'slotarea' in UVM, to avoid (future) collision with the x86 slotspace structure. To generate a diff of this commit: cvs rdiff

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

2018-08-12 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Aug 12 09:27:02 UTC 2018 Modified Files: src/sys/arch/epoc32/conf: Makefile.epoc32.inc Log Message: conditionally set MACHINE_ARCH to arm, like other makefiles. fixes epoc32 builds. To generate a diff of this commit: cvs rdiff

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

2018-08-12 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Aug 12 09:27:02 UTC 2018 Modified Files: src/sys/arch/epoc32/conf: Makefile.epoc32.inc Log Message: conditionally set MACHINE_ARCH to arm, like other makefiles. fixes epoc32 builds. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/arch

2018-08-12 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Aug 12 09:05:52 UTC 2018 Modified Files: src/sys/arch/amd64/amd64: machdep.c src/sys/arch/x86/include: pmap.h Log Message: Add a new area, SLAREA_HYPV, which indicates the slots used by the hypervisor, in our case Xen.

CVS commit: src/sys/arch

2018-08-12 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Aug 12 09:05:52 UTC 2018 Modified Files: src/sys/arch/amd64/amd64: machdep.c src/sys/arch/x86/include: pmap.h Log Message: Add a new area, SLAREA_HYPV, which indicates the slots used by the hypervisor, in our case Xen.

CVS commit: src/usr.bin/grep

2018-08-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 12 09:03:21 UTC 2018 Modified Files: src/usr.bin/grep: Makefile file.c grep.c grep.h Log Message: add WITHOUT_GZIP for the tools build. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src/tools/grep

2018-08-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 12 09:03:42 UTC 2018 Modified Files: src/tools/grep: Makefile Log Message: Add WITHOUT_GZIP To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/tools/grep/Makefile Please note that diffs are not public

CVS commit: src/tools/grep

2018-08-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 12 09:03:42 UTC 2018 Modified Files: src/tools/grep: Makefile Log Message: Add WITHOUT_GZIP To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/tools/grep/Makefile Please note that diffs are not public

CVS commit: src/usr.bin/grep

2018-08-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 12 09:03:21 UTC 2018 Modified Files: src/usr.bin/grep: Makefile file.c grep.c grep.h Log Message: add WITHOUT_GZIP for the tools build. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src/distrib/acorn32

2018-08-12 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Aug 12 09:02:02 UTC 2018 Modified Files: src/distrib/acorn32: Makefile Log Message: Insert a .WAIT between building of the bootloaders and the CD images, trying to avoid a build issue as seen on the build cluster: copying

CVS commit: src/distrib/acorn32

2018-08-12 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Aug 12 09:02:02 UTC 2018 Modified Files: src/distrib/acorn32: Makefile Log Message: Insert a .WAIT between building of the bootloaders and the CD images, trying to avoid a build issue as seen on the build cluster: copying

CVS commit: src/sys/arch

2018-08-12 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Aug 12 08:17:50 UTC 2018 Modified Files: src/sys/arch/amd64/amd64: machdep.c src/sys/arch/amd64/include: pmap.h vmparam.h src/sys/arch/x86/x86: pmap.c Log Message: More ASLR: randomize the kernel main memory.

CVS commit: src/sys/arch

2018-08-12 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Aug 12 08:17:50 UTC 2018 Modified Files: src/sys/arch/amd64/amd64: machdep.c src/sys/arch/amd64/include: pmap.h vmparam.h src/sys/arch/x86/x86: pmap.c Log Message: More ASLR: randomize the kernel main memory.

CVS commit: src/usr.bin/grep

2018-08-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 12 08:00:32 UTC 2018 Modified Files: src/usr.bin/grep: Makefile Log Message: fix libraries To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/usr.bin/grep/Makefile Please note that diffs are not public

CVS commit: src/usr.bin/grep

2018-08-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 12 08:00:32 UTC 2018 Modified Files: src/usr.bin/grep: Makefile Log Message: fix libraries To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/usr.bin/grep/Makefile Please note that diffs are not public

CVS commit: src/usr.bin/grep

2018-08-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 12 07:59:14 UTC 2018 Modified Files: src/usr.bin/grep: Makefile Log Message: remove stray paren To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/usr.bin/grep/Makefile Please note that diffs are not

CVS commit: src/usr.bin/grep

2018-08-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 12 07:59:14 UTC 2018 Modified Files: src/usr.bin/grep: Makefile Log Message: remove stray paren To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/usr.bin/grep/Makefile Please note that diffs are not

CVS commit: src/usr.bin/grep

2018-08-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 12 07:53:19 UTC 2018 Modified Files: src/usr.bin/grep: Makefile file.c grep.c grep.h Log Message: add WITHOUT_BZ2 for tools build. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/usr.bin/grep/Makefile

CVS commit: src/tools/grep

2018-08-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 12 07:53:38 UTC 2018 Modified Files: src/tools/grep: Makefile Log Message: add WITHOUT_BZ2 To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tools/grep/Makefile Please note that diffs are not public

CVS commit: src/tools/grep

2018-08-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 12 07:53:38 UTC 2018 Modified Files: src/tools/grep: Makefile Log Message: add WITHOUT_BZ2 To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tools/grep/Makefile Please note that diffs are not public

CVS commit: src/usr.bin/grep

2018-08-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 12 07:53:19 UTC 2018 Modified Files: src/usr.bin/grep: Makefile file.c grep.c grep.h Log Message: add WITHOUT_BZ2 for tools build. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/usr.bin/grep/Makefile

CVS commit: src/sys/arch/amd64/amd64

2018-08-12 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Aug 12 06:11:47 UTC 2018 Modified Files: src/sys/arch/amd64/amd64: amd64_trap.S genassym.cf Log Message: Eliminate the only ASM reference to VM_MIN_KERNEL_ADDRESS. Rename the value to VM_SPACE_SEP_HIGH32, it is now the highest

CVS commit: src/sys/arch/amd64/amd64

2018-08-12 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Aug 12 06:11:47 UTC 2018 Modified Files: src/sys/arch/amd64/amd64: amd64_trap.S genassym.cf Log Message: Eliminate the only ASM reference to VM_MIN_KERNEL_ADDRESS. Rename the value to VM_SPACE_SEP_HIGH32, it is now the highest

CVS commit: src/sys/dev/usb

2018-08-12 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Aug 12 06:02:38 UTC 2018 Modified Files: src/sys/dev/usb: if_bwfm_usb.c if_smsc.c usbroothub.c Log Message: Add missing __KERNEL_RCSID. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/dev/usb/if_bwfm_usb.c

CVS commit: src/sys/dev/usb

2018-08-12 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Aug 12 06:02:38 UTC 2018 Modified Files: src/sys/dev/usb: if_bwfm_usb.c if_smsc.c usbroothub.c Log Message: Add missing __KERNEL_RCSID. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/dev/usb/if_bwfm_usb.c

<    1   2