Module Name:src
Committed By: uwe
Date: Sun Feb 18 01:06:24 UTC 2018
Modified Files:
src/tools: Makefile
Log Message:
Fix .endif comment for TOOLS_BUILDRUMP
To generate a diff of this commit:
cvs rdiff -u -r1.192 -r1.193 src/tools/Makefile
Please note that diffs are not
Module Name:src
Committed By: sjg
Date: Sun Feb 18 00:52:42 UTC 2018
Modified Files:
src/usr.bin/make: var.c
Log Message:
Var_Set: avoid SIGSEGV if val is NULL
A NULL val is handled gracefully (by VarAdd) when
var is not previously set, so we ought not crash
the second ti
Module Name:src
Committed By: joerg
Date: Sat Feb 17 22:47:14 UTC 2018
Modified Files:
src/sys/conf: Makefile.kern.inc
Log Message:
Restrict -fno-delete-null-pointer-checks to GCC.
To generate a diff of this commit:
cvs rdiff -u -r1.263 -r1.264 src/sys/conf/Makefile.kern
Module Name:src
Committed By: kamil
Date: Sat Feb 17 21:46:42 UTC 2018
Modified Files:
src/distrib/sets/lists/comp: mi
Log Message:
Try to correct generation of the sun2 distribution
Mark the headers for GCC sanitizers as gcccmds.
To generate a diff of this commit:
cvs
Module Name:src
Committed By: mrg
Date: Sat Feb 17 21:46:16 UTC 2018
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
switch i386, sparc and sparc64 to GCC 6.
To generate a diff of this commit:
cvs rdiff -u -r1.1033 -r1.1034 src/share/mk/bsd.own.mk
Please note that
Module Name:src
Committed By: mrg
Date: Sat Feb 17 21:32:22 UTC 2018
Modified Files:
src/distrib/sets/lists/comp: md.i386
Log Message:
add missing gcc-6/xtestintrin.h
To generate a diff of this commit:
cvs rdiff -u -r1.179 -r1.180 src/distrib/sets/lists/comp/md.i386
Ple
Module Name:src
Committed By: maxv
Date: Sat Feb 17 21:05:58 UTC 2018
Modified Files:
src/sys/arch/amd64/amd64: amd64_trap.S
Log Message:
Declare check_swapgs in an ASM macro. No real functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/sy
Module Name:src
Committed By: maxv
Date: Sat Feb 17 20:59:14 UTC 2018
Modified Files:
src/sys/arch/amd64/amd64: amd64_trap.S
Log Message:
Use ASM macros for the rest of the entry points. No real functional
change. Now the format of the entry points is:
.macro TRA
Module Name:src
Committed By: maxv
Date: Sat Feb 17 20:47:04 UTC 2018
Modified Files:
src/sys/arch/amd64/amd64: amd64_trap.S
Log Message:
Declare and use TRAP_ENTRY_POINT_DNA. This time we don't give an is_ztrap
argument, because the macro is tied to the entry point, and i
Module Name:src
Committed By: maxv
Date: Sat Feb 17 20:41:57 UTC 2018
Modified Files:
src/sys/arch/amd64/amd64: amd64_trap.S
Log Message:
Now that [Z]TRAP and [Z]TRAP_NJ are identical, put back the
INTRENTRY
jmp .Lalltraps_noentry
instructions for Xen
Module Name:src
Committed By: maxv
Date: Sat Feb 17 20:33:28 UTC 2018
Modified Files:
src/sys/arch/amd64/amd64: amd64_trap.S
Log Message:
Declare and use TRAP_ENTRY_POINT_SPUR. No real functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/s
Module Name:src
Committed By: maxv
Date: Sat Feb 17 20:28:18 UTC 2018
Modified Files:
src/sys/arch/amd64/amd64: amd64_trap.S
Log Message:
Declare and use TRAP_ENTRY_POINT_FPU. No real functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/sy
Module Name:src
Committed By: maxv
Date: Sat Feb 17 20:22:05 UTC 2018
Modified Files:
src/sys/arch/amd64/amd64: amd64_trap.S
Log Message:
Start using ASM macros to define the trap entry points. No real functional
change.
To generate a diff of this commit:
cvs rdiff -u -r
Module Name:src
Committed By: christos
Date: Sat Feb 17 20:19:36 UTC 2018
Modified Files:
src/sys/kern: uipc_usrreq.c
Log Message:
fix LOCAL_PEEREID to not return the same info for both sides...
XXX: pullup-{7,8}
To generate a diff of this commit:
cvs rdiff -u -r1.182 -r
Module Name:src
Committed By: christos
Date: Sat Feb 17 20:16:19 UTC 2018
Modified Files:
src/tests/net/net: t_unix.c
Log Message:
make it compile again for those who don't have LOCAL_PEERCRED
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/tests/net/ne
Module Name:src
Committed By: maxv
Date: Sat Feb 17 19:26:20 UTC 2018
Modified Files:
src/sys/arch/amd64/amd64: vector.S
Log Message:
Define legacy_stubs in a macro.
To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 src/sys/arch/amd64/amd64/vector.S
Please n
Module Name:src
Committed By: rjs
Date: Sat Feb 17 19:10:18 UTC 2018
Modified Files:
src/sys/netatalk: aarp.c at_control.c ddp_input.c ddp_output.c
ddp_usrreq.c files.netatalk
Log Message:
Add NETATALKDEBUG to the option header and include that in the main sour
Module Name:src
Committed By: maxv
Date: Sat Feb 17 18:51:53 UTC 2018
Modified Files:
src/sys/arch/amd64/amd64: vector.S
src/sys/arch/i386/i386: vector.S
src/sys/arch/x86/include: intr.h
src/sys/arch/x86/x86: i8259.c intr.c
src/sys/arch/xen/x
Module Name:src
Committed By: maxv
Date: Sat Feb 17 17:44:09 UTC 2018
Modified Files:
src/sys/arch/x86/x86: pmap.c svs.c x86_machdep.c
Log Message:
Add svs_init. This is where we will detect the CPU and decide whether
to turn SVS on or not.
Add svs_pgg_update to dynamical
Module Name:src
Committed By: christos
Date: Sat Feb 17 16:34:18 UTC 2018
Modified Files:
src/tests/net/net: t_unix.c
Log Message:
Add a test demonstrating thst LOCAL_PEEREID is busted.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/tests/net/net/t_uni
Module Name:src
Committed By: kamil
Date: Sat Feb 17 15:22:22 UTC 2018
Modified Files:
src/sys/arch/sparc/include: mcontext.h
Log Message:
Improve _UC_MACHINE_FP() for SPARC/SPARC64
Introduce a static inline function _uc_machine_fp() that contains improved
caluclation of
Module Name:src
Committed By: joerg
Date: Sat Feb 17 13:54:52 UTC 2018
Modified Files:
src/sys/arch/i386/stand/mbr: gptmbr.S
src/sys/arch/i386/stand/mbr/gptmbr: Makefile
Log Message:
Drop explicit loop prefix. GAS doesn't care and LLVM doesn't support it.
Drop the
Module Name:src
Committed By: kamil
Date: Sat Feb 17 13:01:23 UTC 2018
Modified Files:
src/sys/arch/x86/include: Makefile
Log Message:
Stop installing dbregs.h
This is now kernel-only header. The behavior is well specified by the CPU
documents and we don't introduce chang
Module Name:src
Committed By: wiz
Date: Sat Feb 17 08:07:06 UTC 2018
Modified Files:
src/distrib/sets/lists/debug: mi
Log Message:
t_timeleft.debug is still installed, remove 'obsolete' marker.
To generate a diff of this commit:
cvs rdiff -u -r1.242 -r1.243 src/distrib/s
24 matches
Mail list logo