Module Name:src
Committed By: skrll
Date: Fri May 13 07:41:47 UTC 2016
Modified Files:
src/sys/conf: majors
Log Message:
Clarify the intention here after discussing it with soda@
To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 src/sys/conf/majors
Please no
Module Name:src
Committed By: maxv
Date: Fri May 13 10:18:02 UTC 2016
Modified Files:
src/sys/arch/i386/conf: kern.ldscript
Log Message:
Define __kernel_end.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/i386/conf/kern.ldscript
Please note t
Module Name:src
Committed By: maxv
Date: Fri May 13 10:24:42 UTC 2016
Modified Files:
src/sys/arch/x86/x86: pmap.c
Log Message:
Remap the rodata and data+bss segments with large pages on x86. There still
is a bug in the way the text segment is mapped, but I'll see later.
Module Name:src
Committed By: kre
Date: Fri May 13 10:32:52 UTC 2016
Modified Files:
src/bin/sh: eval.c
Log Message:
More fallout from the fix for PR bin/48875 - this one found just by
code reading, rather than any actual real use case failing.
With this script
f(
Module Name:src
Committed By: maxv
Date: Fri May 13 11:17:20 UTC 2016
Modified Files:
src/sys/arch/amd64/include: pte.h
Log Message:
KNF, so it appears aligned on NXR.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/amd64/include/pte.h
Please no
Module Name:src
Committed By: maxv
Date: Fri May 13 11:47:02 UTC 2016
Modified Files:
src/sys/arch/x86/x86: pmap.c
Log Message:
Actually, make the NOX part amd64-specific. The secondary CPUs bug is not
yet fixed on i386.
To generate a diff of this commit:
cvs rdiff -u -r
Module Name:src
Committed By: maxv
Date: Fri May 13 13:24:01 UTC 2016
Modified Files:
src/sys/arch/i386/i386: copy.S
Log Message:
KNF a little, use C-style comments, and remove susword/fusword. No
functional changes.
To generate a diff of this commit:
cvs rdiff -u -r1.23
Module Name:src
Committed By: pooka
Date: Fri May 13 13:22:29 UTC 2016
Modified Files:
src/tests/kernel: t_rnd.c
Log Message:
mark read_random xfail kern/51135
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/tests/kernel/t_rnd.c
Please note that diffs ar
Module Name:src
Committed By: christos
Date: Fri May 13 13:40:56 UTC 2016
Modified Files:
src/sys/arch/ia64/ia64: ssc.c
Log Message:
>From scole_mail:
So here is a patch to get basic ski console output working. The ski
simulator was decoding the wrong registers in ssccnpu
Module Name:src
Committed By: maxv
Date: Fri May 13 14:03:00 UTC 2016
Modified Files:
src/sys/arch/i386/i386: locore.S
Log Message:
Bring some amd64 swag. No functional changes.
To generate a diff of this commit:
cvs rdiff -u -r1.116 -r1.117 src/sys/arch/i386/i386/locore
Module Name:src
Committed By: maxv
Date: Fri May 13 14:09:38 UTC 2016
Modified Files:
src/doc: CHANGES
Log Message:
Mention SMEP.
To generate a diff of this commit:
cvs rdiff -u -r1.2159 -r1.2160 src/doc/CHANGES
Please note that diffs are not public domain; they are sub
Module Name:src
Committed By: christos
Date: Fri May 13 15:25:57 UTC 2016
Modified Files:
src/sys/external/bsd/drm2/include/drm: drm_wait_netbsd.h
Log Message:
We now use cpu_intr_p() all the time.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 \
src/s
Module Name:src
Committed By: christos
Date: Fri May 13 15:55:59 UTC 2016
Modified Files:
src/lib/libedit: readline.c
Log Message:
>From Bastian Maerkisch, via Igno Schwarze:
Even though section "2.3.3 Information About the History List"
of the history(3) info(1) manual o
Module Name:src
Committed By: christos
Date: Fri May 13 16:54:36 UTC 2016
Modified Files:
src/sys/compat/netbsd32: netbsd32_netbsd.c
Log Message:
clamp getrlimit the same way we clamp setrlimit
To generate a diff of this commit:
cvs rdiff -u -r1.199 -r1.200 src/sys/compa
Module Name:src
Committed By: christos
Date: Fri May 13 17:33:43 UTC 2016
Modified Files:
src/sys/kern: exec_subr.c kern_pax.c
Log Message:
- make pax aslr stack eat up to 1/8 of the max stack space insted of 1/4
and reduce the length of the randomization bits since this
Module Name:src
Committed By: nakayama
Date: Fri May 13 21:21:25 UTC 2016
Modified Files:
src/sys/arch/sparc64/sparc64: locore.s
Log Message:
- ci_paddr is always 64-bit.
- intrlev is array of pointer.
- ih_ack is pointer.
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: palle
Date: Fri May 13 21:21:43 UTC 2016
Modified Files:
src/sys/arch/sparc64/sparc64: trap.c
Log Message:
Fixed typo in comment + reorder parameters for trap debug output to match
function prototype for data_access_fault()
To generate a di
Module Name:src
Committed By: nakayama
Date: Fri May 13 21:22:47 UTC 2016
Modified Files:
src/sys/arch/sparc64/dev: ebus_mainbus.c
src/sys/arch/sparc64/sparc64: machdep.c
Log Message:
Use newly introduced intrhand_alloc().
To generate a diff of this commit:
cvs r
Module Name:src
Committed By: nakayama
Date: Fri May 13 21:23:30 UTC 2016
Modified Files:
src/sys/arch/sparc64/sparc64: clock.c
Log Message:
Allocate interrupt handlers for clockintr and statintr dynamically.
To generate a diff of this commit:
cvs rdiff -u -r1.118 -r1.11
Module Name:src
Committed By: nakayama
Date: Fri May 13 21:24:11 UTC 2016
Modified Files:
src/sys/arch/sparc64/sparc64: intr.c
Log Message:
Interrupt handlers are now allocated by kmem_zalloc(9), so free
them by kmem_free(9).
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: palle
Date: Fri May 13 21:48:15 UTC 2016
Modified Files:
src/sys/arch/sparc64/sparc64: locore.s
Log Message:
sun4v: add missing implementation of sun4v_datatrap_tl0 so data_access_fault()
is called - mostly from OpenBSD
To generate a diff o
Module Name:src
Committed By: kre
Date: Sat May 14 00:33:02 UTC 2016
Modified Files:
src/tests/bin/sh: t_redir.sh
Log Message:
Add another test for the 48875 fix fallout...
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/tests/bin/sh/t_redir.sh
Please no
Module Name:src
Committed By: maxv
Date: Sat May 14 06:49:34 UTC 2016
Modified Files:
src/sys/arch/i386/i386: locore.S
Log Message:
Define killkpt, and don't use _RELOC. Same as amd64.
To generate a diff of this commit:
cvs rdiff -u -r1.117 -r1.118 src/sys/arch/i386/i386
23 matches
Mail list logo