Module Name:src
Committed By: maxv
Date: Sat Jul 14 07:54:04 UTC 2018
Modified Files:
src/usr.sbin/tprof: tprof_analyze.c
src/usr.sbin/tprof/arch: tprof_x86.c
Log Message:
Finish the Skylake/Kabylake table, and improve the output of "tprof analyze".
To generate a
Module Name:src
Committed By: maxv
Date: Sat Jul 14 07:54:38 UTC 2018
Modified Files:
src/usr.sbin/tprof/arch: tprof_noarch.c
Log Message:
specialreg.h is x86-specific, don't include it
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/usr.sbin/tprof/arch/t
Module Name:src
Committed By: maxv
Date: Sat Jul 14 14:29:40 UTC 2018
Modified Files:
src/sys/arch/amd64/acpi: acpi_wakeup_low.S
src/sys/arch/amd64/amd64: amd64_trap.S copy.S cpufunc.S
linux32_sigcode.S lock_stubs.S locore.S netbsd32_sigcode.S spl.S
Module Name:src
Committed By: maxv
Date: Sat Jul 14 14:34:32 UTC 2018
Modified Files:
src/sys/arch/x86/x86: patch.c
Log Message:
Remove ifdef GPROF.
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/sys/arch/x86/x86/patch.c
Please note that diffs are not
Module Name:src
Committed By: maxv
Date: Sat Jul 14 14:46:41 UTC 2018
Modified Files:
src/sys/arch/x86/x86: via_padlock.c
Log Message:
Add splhigh() around the FPU code, we don't want to be preempted in the
middle, this could corrupt the FPU state and trigger undefined beh
Module Name:src
Committed By: maxv
Date: Sat Jul 14 14:56:02 UTC 2018
Modified Files:
src/sys/arch/bebox/conf: INSTALL
src/sys/arch/sandpoint/conf: ENCPP1 SANDPOINT
Log Message:
Remove "options DEBUG_BY_TOOLS", it doesn't exist.
To generate a diff of this commit:
Module Name:src
Committed By: jmcneill
Date: Sat Jul 14 15:06:05 UTC 2018
Modified Files:
src/sys/arch/arm/fdt: psci_fdt.c
Log Message:
Fix non-MULTIPROCESSOR build
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/arm/fdt/psci_fdt.c
Please note t
Module Name:src
Committed By: maxv
Date: Sat Jul 14 15:09:41 UTC 2018
Modified Files:
src/sys/arch/bebox/conf: INSTALL
src/sys/arch/evbarm/conf: ARMADAXP ARMADILLO-IOT-G3 BCM5301X BCM56340
CUBOX CUBOX-I DUOVERO EXYNOS GENERIC GENERIC.common GENERIC64
Module Name:src
Committed By: jmcneill
Date: Sat Jul 14 15:38:59 UTC 2018
Modified Files:
src/usr.sbin/tprof/arch: tprof_noarch.c
Log Message:
Mark tprof_event_init, tprof_event_list, tprof_event_lookup as dead
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3
Module Name:src
Committed By: jmcneill
Date: Sat Jul 14 16:34:15 UTC 2018
Modified Files:
src/usr.sbin/tprof: tprof.c
Log Message:
Fix a crash when running tprof with no arguments; check argc before accessing
argv[0]
To generate a diff of this commit:
cvs rdiff -u -r1.1
Module Name:src
Committed By: maya
Date: Sat Jul 14 22:57:47 UTC 2018
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
Update comment to match what the below text does
(This logic needs to go into gcc config files, but removing it
requires mknative)
To generate a d
Module Name:src
Committed By: christos
Date: Sat Jul 14 23:40:19 UTC 2018
Modified Files:
src/external/gpl3/gcc/lib/libgcc: Makefile.inc
Log Message:
avoid dups for aarch64
To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/external/gpl3/gcc/lib/libgcc/Mak
Module Name:src
Committed By: christos
Date: Sat Jul 14 23:41:43 UTC 2018
Modified Files:
src/external/gpl3/gcc/dist/libiberty: alloca.c
Log Message:
clang does not like auto in c++
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 src/external/gpl3/gcc/dis
Module Name:src
Committed By: christos
Date: Sat Jul 14 23:42:23 UTC 2018
Modified Files:
src/external/gpl3/gcc/dist/libiberty: sha1.c
Log Message:
clang does not like the c-like definition of alignof
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.2 -r1.2 src/ex
Module Name:src
Committed By: christos
Date: Sat Jul 14 23:47:33 UTC 2018
Modified Files:
src/external/gpl3/gcc/dist/gcc: config.gcc config.host
src/external/gpl3/gcc/dist/gcc/config/aarch64: t-aarch64
src/external/gpl3/gcc/dist/libgcc: config.host
Added Fil
Module Name:src
Committed By: christos
Date: Sat Jul 14 23:49:20 UTC 2018
Added Files:
src/external/lgpl3/gmp/lib/libgmp/arch/aarch64: Makefile.inc config.h
config.m4 gmp-mparam.h gmp.h
Log Message:
aarch64 files for gmp
To generate a diff of this commit:
cvs
Module Name:src
Committed By: christos
Date: Sun Jul 15 00:18:13 UTC 2018
Modified Files:
src/external/gpl3/gcc/lib/libstdc++-v3/include/bits/arch: Makefile
Added Files:
src/external/gpl3/gcc/lib/libstdc++-v3/include/bits/arch/aarch64:
Makefile
s
Module Name:src
Committed By: christos
Date: Sun Jul 15 00:32:40 UTC 2018
Modified Files:
src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common:
sanitizer_linux.cc sanitizer_stoptheworld_linux_libcdep.cc
Log Message:
aarch64 sanitizer bits
To generate a di
Module Name:src
Committed By: christos
Date: Sun Jul 15 00:36:13 UTC 2018
Modified Files:
src/sys/arch/arm/include: int_fmtio.h
Log Message:
Fix formats for gcc where int64 is long not long long (like clang which
should be changed).
To generate a diff of this commit:
cvs
Module Name:src
Committed By: christos
Date: Sun Jul 15 00:59:50 UTC 2018
Modified Files:
src/external/gpl3/gcc/usr.bin/backend: Makefile
Log Message:
Aarch64 specific generated files.
To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 src/external/gpl3/gcc/us
Module Name:src
Committed By: christos
Date: Sun Jul 15 01:02:15 UTC 2018
Modified Files:
src/external/gpl3/gcc/dist/gcc: tree-ssa-ccp.c
Log Message:
Handle aarch64 jemalloc constant
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/external/gpl3/gcc/dist/
Module Name:src
Committed By: maxv
Date: Sun Jul 15 05:16:45 UTC 2018
Modified Files:
src/distrib/sets/lists/comp: mi
src/distrib/sets/lists/man: mi
src/share/examples/secmodel: secmodel_example.c
src/share/man/man4: Makefile
src/share/man/ma
Module Name:src
Committed By: maxv
Date: Sun Jul 15 05:25:20 UTC 2018
Modified Files:
src/doc: CHANGES
Log Message:
Note improved tprof and removal of ipkdb.
To generate a diff of this commit:
cvs rdiff -u -r1.2409 -r1.2410 src/doc/CHANGES
Please note that diffs are not
Module Name:src
Committed By: maxv
Date: Sun Jul 15 06:14:21 UTC 2018
Modified Files:
src/sys/arch/x86/x86: tprof_amdpmi.c tprof_pmi.c
Removed Files:
src/sys/arch/x86/include: tprof.h
Log Message:
Remove unused x86/include/tprof.h, there should be no need for this
Module Name:src
Committed By: dholland
Date: Sun Jul 15 06:14:13 UTC 2018
Modified Files:
src/sbin/dump: dump.8
Log Message:
Document what rdump is (was once) for. PR 53442.
To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 src/sbin/dump/dump.8
Please note t
Module Name:src
Committed By: dholland
Date: Sun Jul 15 06:16:12 UTC 2018
Modified Files:
src/sbin/restore: restore.8
Log Message:
Document what rrestore is (was once) for. PR 53442.
CVS: --
To generate
Module Name:src
Committed By: dholland
Date: Sun Jul 15 06:40:39 UTC 2018
Modified Files:
src/share/dict: web2
Log Message:
Add missing word: cactus. PR 53432.
To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 src/share/dict/web2
Please note that diffs are n
27 matches
Mail list logo