Module Name:src
Committed By: dholland
Date: Wed Apr 14 06:32:20 UTC 2021
Modified Files:
src/sys/arch/riscv/include: db_machdep.h insn.h
src/sys/arch/riscv/riscv: db_disasm.c db_machdep.c
Log Message:
Add a ddb disassembler for riscv.
builds, but not really teste
Module Name:src
Committed By: ryo
Date: Wed Apr 14 05:43:09 UTC 2021
Modified Files:
src/sys/arch/aarch64/aarch64: bus_space.c trap.c
Log Message:
Fix the problem "pcictl pci0 list" causes "panic: trap_el1h_error" on rockpro64.
The panic occures in bus_space_barrier() in
Module Name:src
Committed By: christos
Date: Wed Apr 14 02:48:00 UTC 2021
Modified Files:
src/sys/compat/netbsd32: netbsd32_systrace_args.c
Log Message:
regen
To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 src/sys/compat/netbsd32/netbsd32_systrace_args.c
Module Name:src
Committed By: christos
Date: Wed Apr 14 02:45:58 UTC 2021
Modified Files:
src/sys/kern: systrace_args.c
Log Message:
regen
To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 src/sys/kern/systrace_args.c
Please note that diffs are not public do
Module Name:src
Committed By: christos
Date: Wed Apr 14 02:45:40 UTC 2021
Modified Files:
src/sys/kern: makesyscalls.sh
Log Message:
use the first element of the array instead
To generate a diff of this commit:
cvs rdiff -u -r1.184 -r1.185 src/sys/kern/makesyscalls.sh
P
Module Name:src
Committed By: mrg
Date: Wed Apr 14 01:19:13 UTC 2021
Modified Files:
src/external/gpl3/gcc: README.gcc10
Log Message:
dtrace systrace.c issue fixed by christos (thanks!)
mips issue is related to memset.c miscompiling and does not
appear with -ffreestanding
Module Name:src
Committed By: christos
Date: Tue Apr 13 23:57:23 UTC 2021
Modified Files:
src/sys/compat/netbsd32: netbsd32_systrace_args.c
Log Message:
regen
To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 src/sys/compat/netbsd32/netbsd32_systrace_args.c
Module Name:src
Committed By: christos
Date: Tue Apr 13 22:46:13 UTC 2021
Modified Files:
src/sys/kern: systrace_args.c
Log Message:
regen
To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 src/sys/kern/systrace_args.c
Please note that diffs are not public do
Module Name:src
Committed By: christos
Date: Tue Apr 13 22:45:32 UTC 2021
Modified Files:
src/sys/kern: makesyscalls.sh
Log Message:
Elide [NUM] in arguments for systrace, use the first address of the array
and cast to intptr_t instead.
To generate a diff of this commit:
Module Name:src
Committed By: mrg
Date: Tue Apr 13 22:24:56 UTC 2021
Modified Files:
src/external/gpl3/gcc: README.gcc10
Log Message:
note amd64 dtrace issue is only warning for now.
note that i386 has problems in -current.
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: christos
Date: Tue Apr 13 22:23:42 UTC 2021
Modified Files:
src/sys/rump: Makefile.rump
Log Message:
Pass -isystem and -imacro ccp flags to lint
To generate a diff of this commit:
cvs rdiff -u -r1.130 -r1.131 src/sys/rump/Makefile.rump
Plea
Module Name:src
Committed By: christos
Date: Tue Apr 13 22:22:02 UTC 2021
Modified Files:
src/usr.bin/xlint/lint1: cgram.y
Log Message:
Allow type attributes after function pointer parameters
To generate a diff of this commit:
cvs rdiff -u -r1.212 -r1.213 src/usr.bin/xli
Module Name:src
Committed By: christos
Date: Tue Apr 13 22:21:19 UTC 2021
Modified Files:
src/tests/usr.bin/xlint/lint1: msg_124.c
Log Message:
add a test for a type attribute after a param function pointer
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/
Module Name:src
Committed By: mrg
Date: Tue Apr 13 19:16:51 UTC 2021
Modified Files:
src/sys/modules/dtrace/netbsd32_syscall: Makefile
src/sys/modules/dtrace/syscall: Makefile
Log Message:
apply -Wno-error=array-bounds for GCC 10.
these trigger "pointer to end of
Module Name:src
Committed By: tsutsui
Date: Tue Apr 13 13:18:50 UTC 2021
Modified Files:
src/sys/arch/zaurus/dev: w100lcd.c
Log Message:
Make LCD BrightnessUp/BrightnessDown work on C7x0/860.
Patch from steleto:
https://gist.github.com/steleto/10f62a074bff0c188fcc10c14ef
Module Name:src
Committed By: christos
Date: Tue Apr 13 13:13:04 UTC 2021
Modified Files:
src/lib/libform: field.c form.c internals.c type_alnum.c type_alpha.c
type_enum.c type_integer.c type_numeric.c type_regex.c
Log Message:
- fix memory leak
- xxx questiona
Module Name:src
Committed By: mrg
Date: Tue Apr 13 10:10:25 UTC 2021
Modified Files:
src/external/gpl3/gcc: README.gcc10
Log Message:
with dtrace enabled, there is at least one remaining issue for amd64.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/ext
Module Name:src
Committed By: mrg
Date: Tue Apr 13 09:28:42 UTC 2021
Modified Files:
src/external/cddl/osnet/usr.bin/ctfconvert: Makefile
Log Message:
ignore a "should be impossible" uninitialised variable error.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.
Module Name:src
Committed By: mrg
Date: Tue Apr 13 09:20:55 UTC 2021
Modified Files:
src/external/cddl/osnet/lib/libdtrace: Makefile
Log Message:
XXX: ignore warning about overlapping buffers for sprintf().
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 sr
Module Name:src
Committed By: mrg
Date: Tue Apr 13 08:57:39 UTC 2021
Modified Files:
src/external/gpl3/gcc: README.gcc10
Log Message:
sparc and amd64 successfully finished their atf runs.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/gpl3/gcc/R
Module Name:src
Committed By: mrg
Date: Tue Apr 13 08:55:06 UTC 2021
Modified Files:
src/sys/arch/hppa/stand: Makefile.inc
src/usr.sbin/crash: Makefile
Log Message:
more -fcommon for sources not ready yet
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.
Module Name:src
Committed By: mrg
Date: Tue Apr 13 08:22:40 UTC 2021
Modified Files:
src/external/gpl3/gcc: README.gcc10
Log Message:
update the status of GCC. summary: mostly looking good.
- all targets build or can be attempted
- arm64 needs __aarch64_swp1_acq in both
Module Name:src
Committed By: mrg
Date: Tue Apr 13 08:06:11 UTC 2021
Modified Files:
src/external/gpl3/gcc/dist/libgcc: emutls.c
Log Message:
make this match the builtin prototypes.
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.9 -r1.2 src/external/gpl3/gcc/dis
Module Name:src
Committed By: mrg
Date: Tue Apr 13 08:06:38 UTC 2021
Modified Files:
src/games/warp: term.h
Log Message:
avoid duplicating symbols in libterminfo.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/games/warp/term.h
Please note that diffs ar
Module Name:src
Committed By: mrg
Date: Tue Apr 13 07:53:59 UTC 2021
Modified Files:
src/external/mit/xorg/server/xorg-server.old: Makefile.serverlib
Makefile.servermod
Log Message:
apply -fcommon here as well.
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: mrg
Date: Tue Apr 13 07:53:19 UTC 2021
Modified Files:
src/usr.sbin/sysinst: Makefile.inc
Log Message:
some platforms trip -fcommon here too. we should fix this.
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/usr.sbin/sys
26 matches
Mail list logo