Module Name:src
Committed By: maxv
Date: Fri Nov 10 08:05:38 UTC 2017
Modified Files:
src/sys/arch/amd64/stand/prekern: locore.S prekern.h
Log Message:
Add cpuid and rdseed.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/amd64/stand/prekern/loco
Module Name:src
Committed By: maxv
Date: Fri Nov 10 08:52:57 UTC 2017
Modified Files:
src/sys/arch/amd64/stand/prekern: prekern.h
Log Message:
Implement memcpy, the builtin version does not work with variable sizes.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -
Module Name:src
Committed By: rin
Date: Fri Nov 10 14:35:25 UTC 2017
Modified Files:
src/external/bsd/nvi/dist/common: vi_db1.c
src/external/bsd/nvi/dist/ex: ex.c
Log Message:
PR bin/52716 fix buffer overrun found by libasan
To generate a diff of this commit:
cvs
Module Name:src
Committed By: rin
Date: Fri Nov 10 14:44:13 UTC 2017
Modified Files:
src/external/bsd/nvi/dist/vi: vs_line.c vs_refresh.c vs_relative.c
Log Message:
- Fix cursor position when a multiwidth char does not fit within a line.
- Put cursor on the leftmost column
Module Name:src
Committed By: rin
Date: Fri Nov 10 14:53:00 UTC 2017
Modified Files:
src/external/bsd/nvi/dist/ex: ex_join.c
Log Message:
Change the behavior of join command in accordance with nvi-m17n, as proposed on
tech-userlevel@; when the last and first chars in joine
Module Name:src
Committed By: christos
Date: Fri Nov 10 16:35:54 UTC 2017
Modified Files:
src/external/bsd/nvi/dist/common: recover.c
Log Message:
make the checkok test stricter to avoid races, and use O_REGULAR.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.
Module Name:src
Committed By: kre
Date: Fri Nov 10 17:31:12 UTC 2017
Modified Files:
src/bin/sh: parser.c
Log Message:
PR bin/52715
Correct a (relatively harmless) use after free in prompt expansion
processing [detected by asan.]
Relatively harmless: as (while incorrect)
Module Name:src
Committed By: rin
Date: Fri Nov 10 18:08:11 UTC 2017
Modified Files:
src/external/bsd/nvi/dist/common: conv.c
Log Message:
Restore the initial state at the end of line.
This matters for stateful encodings like iso-2022-jp.
Fix taken from yamt via nvi2.
To
Module Name:src
Committed By: riastradh
Date: Fri Nov 10 19:24:17 UTC 2017
Modified Files:
src/sys/arch/xen/xen: evtchn.c
Log Message:
Fix theoretical race in xen_evtchn_trymask.
This now matches ioapic_trymask:
- Caller masks CPU interrupts while the PIC's interrupts ar
Module Name:src
Committed By: christos
Date: Fri Nov 10 20:01:11 UTC 2017
Modified Files:
src/external/bsd/nvi/dist/common: recover.c
Log Message:
Instead of opening the file and using popen(3), pass the file descriptor
to sendmail directory. Idea and code from Todd Miller
Module Name:src
Committed By: matt
Date: Fri Nov 10 22:07:30 UTC 2017
Modified Files:
src/sys/arch/arm/conf: files.arm
Log Message:
Add CPU_CORTEXA35
To generate a diff of this commit:
cvs rdiff -u -r1.135 -r1.136 src/sys/arch/arm/conf/files.arm
Please note that diffs a
Module Name:src
Committed By: matt
Date: Fri Nov 10 22:54:20 UTC 2017
Modified Files:
src/sys/arch/arm/cortex: a9_mpsubr.S
Log Message:
Add #define CPU_CORTEDVIRT to reduce copied complex ifdef.
Shrink HYP test
To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.5
Module Name:src
Committed By: christos
Date: Sat Nov 11 03:58:01 UTC 2017
Modified Files:
src/sys/kern: kern_event.c
Log Message:
Don't add kevents to closing file descriptors (from riastradh)
To generate a diff of this commit:
cvs rdiff -u -r1.97 -r1.98 src/sys/kern/ker
Module Name:src
Committed By: riastradh
Date: Sat Nov 11 06:16:52 UTC 2017
Modified Files:
src/sys/arch/xen/x86: cpu.c
Log Message:
No externs in .c files!
To generate a diff of this commit:
cvs rdiff -u -r1.113 -r1.114 src/sys/arch/xen/x86/cpu.c
Please note that diffs
Module Name:src
Committed By: riastradh
Date: Sat Nov 11 07:46:52 UTC 2017
Modified Files:
src/sys/arch/x86/x86: intr.c
Log Message:
#if DIAGNOSTIC panic ---> KASSERTMSG
To generate a diff of this commit:
cvs rdiff -u -r1.106 -r1.107 src/sys/arch/x86/x86/intr.c
Please n
Module Name:src
Committed By: kamil
Date: Sat Nov 11 07:49:43 UTC 2017
Modified Files:
src/external/gpl3/gcc.old/lib/liblto_plugin: Makefile
Log Message:
Build liblto_plugin.so with safe-ctype.c
This corrects linking attempt with GNU binutils GOLD (linker).
ld.gold: erro
Module Name:src
Committed By: kamil
Date: Sat Nov 11 07:50:39 UTC 2017
Modified Files:
src/external/gpl3/gcc/lib/liblto_plugin: Makefile
Log Message:
Build liblto_plugin.so with safe-ctype.c
This corrects linking attempt with GNU binutils GOLD (linker).
ld.gold: error: /
Module Name:src
Committed By: riastradh
Date: Sat Nov 11 07:52:42 UTC 2017
Modified Files:
src/sys/arch/x86/x86: intr.c
Log Message:
Pass IPL through from intr_establish to event_set_handler.
Don't unconditionally use IPL_CLOCK, which aside from being the wrong
IPL for no
18 matches
Mail list logo