Module Name:src
Committed By: skrll
Date: Sun May 29 06:13:02 UTC 2016
Modified Files:
src/sys/dev/usb [nick-nhusb]: ohci.c
Log Message:
Pull across fix from head for BE short reads
To generate a diff of this commit:
cvs rdiff -u -r1.254.2.73 -r1.254.2.74 src/sys/dev/usb
Module Name:src
Committed By: nakayama
Date: Sun May 29 05:10:34 UTC 2016
Modified Files:
src/common/lib/libc/arch/sparc/atomic: Makefile.inc
Log Message:
Use sparc64 code always on 32-bit sparc64 kernels since %psr read/write
instructions used in sparc's atomic_cas.S don'
Module Name:src
Committed By: nakayama
Date: Sun May 29 03:02:08 UTC 2016
Modified Files:
src/share/mk: bsd.x11.mk
Log Message:
Add missing transform for xpresent.pc.
To generate a diff of this commit:
cvs rdiff -u -r1.118 -r1.119 src/share/mk/bsd.x11.mk
Please note tha
Module Name:src
Committed By: christos
Date: Sun May 29 02:28:07 UTC 2016
Modified Files:
src/usr.sbin/npf/npftest: Makefile
Log Message:
npftest needs to disable mprotect because it uses bpfjit
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/usr.sbin/npf
Module Name:src
Committed By: sevan
Date: Sat May 28 22:24:51 UTC 2016
Modified Files:
src/sys/arch/macppc/conf: GENERIC
Log Message:
As instructed by Martin@, disable DKWEDGE_METHOD_APPLE for now as it causes a
fresh install in a dual boot scenario to fail. This is becaus
Module Name:src
Committed By: christos
Date: Sat May 28 14:38:29 UTC 2016
Modified Files:
src/tests/lib/libsljit: Makefile
Log Message:
Fix mprotect for the helper.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/tests/lib/libsljit/Makefile
Please note t
Module Name:src
Committed By: christos
Date: Sat May 28 14:34:49 UTC 2016
Modified Files:
src/tests/lib/libc/sys: t_mprotect.c
Log Message:
Skip the mprotect_exec test if PaX MPROTECT restrictions are enabled.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 s
Module Name:src
Committed By: maxv
Date: Sat May 28 09:03:16 UTC 2016
Modified Files:
src/sys/arch/amd64/amd64: locore.S
Log Message:
Define fillkpt_blank, which creates blank entries in a page table. Use
it to map the first MB. No functional change.
To generate a diff o
Module Name:src
Committed By: maxv
Date: Sat May 28 08:43:17 UTC 2016
Modified Files:
src/sys/arch/amd64/amd64: locore.S
Log Message:
Move proc0's stack out of the BOOTSTRAP TABLES, and map it independently
with RW permissions. Reduces the impact of a stack overflow.
To