Module Name:src
Committed By: rin
Date: Mon Dec 14 02:05:08 UTC 2020
Modified Files:
src/external/gpl3/gdb/dist/gdb: nbsd-nat.c
Log Message:
Add some precautions for platforms without PT_STEP support.
"nat/gdb_ptrace.h" defines PT_STEP as 9, if it is not defined. nat-ptra
Module Name:src
Committed By: rin
Date: Mon Dec 14 02:01:03 UTC 2020
Modified Files:
src/external/gpl3/gdb/dist/gdb: nbsd-nat.c
Log Message:
Revert previous as per request from kamil; now, arm/ptrace.h does not
expose unimplemented PT_STEP.
To generate a diff of this com
Module Name:src
Committed By: rin
Date: Mon Dec 14 01:58:48 UTC 2020
Modified Files:
src/sys/arch/arm/include: ptrace.h
Log Message:
Obsolete PT_STEP and friends, that have never been implemented.
PT_STEP was exposed to userland for NetBSD 1.6 to 9, and
PT_SETSTEP and PT_
Module Name:src
Committed By: jnemeth
Date: Sun Dec 13 21:55:25 UTC 2020
Modified Files:
src/sbin/gpt: recover.c
Log Message:
PR/55875 - Valentin -- "gpt recover -r" does nothing
Delete do nothing undocumented option, that was there from initial
import. No idea what it w
Module Name:src
Committed By: rillig
Date: Sun Dec 13 21:27:46 UTC 2020
Modified Files:
src/usr.bin/make: for.c meta.c parse.c var.c
Log Message:
make(1): replace %zu with %u in printf calls
This is needed to compile bmake with GCC 2.8.1 on SunOS 5.9.
To support ancient
Module Name:src
Committed By: rillig
Date: Sun Dec 13 20:57:17 UTC 2020
Modified Files:
src/usr.bin/make: lst.c lst.h
Log Message:
make(1): rename Vector.priv_cap to cap
There is no use case for accessing or even modifying the capacity of a
vector, therefore there is no n
Module Name:src
Committed By: jmcneill
Date: Sun Dec 13 20:40:38 UTC 2020
Modified Files:
src/sys/arch/evbarm/conf: GENERIC64
Log Message:
SBBR says that the CPPC interface should be used on AArch64 instead of
P-states and T-states. Enable acpipcc and acpicppc, and disable
Module Name:src
Committed By: jmcneill
Date: Sun Dec 13 20:39:20 UTC 2020
Modified Files:
src/sys/dev/acpi: files.acpi
Added Files:
src/sys/dev/acpi: acpi_cppc.c
Log Message:
acpi: Add support for Collaborative Processor Performance Control (CPPC).
CPPC is the mod
Module Name:src
Committed By: jmcneill
Date: Sun Dec 13 20:27:53 UTC 2020
Modified Files:
src/sys/dev/acpi: files.acpi
Added Files:
src/sys/dev/acpi: acpi_pcc.c acpi_pcc.h
Log Message:
acpi: Add support for ACPI Platform Communications Channel (PCC).
To generate
Module Name:src
Committed By: jmcneill
Date: Sun Dec 13 20:24:26 UTC 2020
Modified Files:
src/sys/arch/arm/acpi: acpi_machdep.c
src/sys/dev/acpi: acpi.c
Log Message:
Add MI support for attaching drivers to arbitrary System Description
Tables.
To generate a diff o
Module Name:src
Committed By: rillig
Date: Sun Dec 13 20:14:48 UTC 2020
Modified Files:
src/usr.bin/make: arch.c dir.c job.c main.c meta.c nonints.h parse.c
suff.c var.c
Log Message:
make(1): add str_basename to reduce duplicate code
The function basename from
Module Name:src
Committed By: rillig
Date: Sun Dec 13 20:09:02 UTC 2020
Modified Files:
src/usr.bin/make: main.c make.h
Log Message:
make(1): constify progname
To generate a diff of this commit:
cvs rdiff -u -r1.496 -r1.497 src/usr.bin/make/main.c
cvs rdiff -u -r1.233 -r
Module Name:src
Committed By: rillig
Date: Sun Dec 13 19:33:54 UTC 2020
Modified Files:
src/usr.bin/make: compat.c
src/usr.bin/make/unit-tests: compat-error.exp compat-error.mk
Log Message:
make(1): fix .ERROR_TARGET in compat -k mode (since 2010-04-07)
To genera
Module Name:src
Committed By: chs
Date: Sun Dec 13 19:22:02 UTC 2020
Modified Files:
src/sys/fs/tmpfs: tmpfs_vnops.c
Log Message:
Disable use of UBC_FAULTBUSY in tmpfs_write() for now,
which brings back zeroing of all new tmpfs data pages.
The existing code that enables th
Module Name:src
Committed By: rillig
Date: Sun Dec 13 19:08:20 UTC 2020
Modified Files:
src/usr.bin/make/unit-tests: compat-error.exp compat-error.mk
varname-make_print_var_on_error-jobs.exp
varname-make_print_var_on_error-jobs.mk
varname
Module Name:src
Committed By: rillig
Date: Sun Dec 13 18:57:44 UTC 2020
Modified Files:
src/usr.bin/make: compat.c
Log Message:
make(1): document variable expansion in the .END node
To generate a diff of this commit:
cvs rdiff -u -r1.213 -r1.214 src/usr.bin/make/compat.c
Module Name:src
Committed By: christos
Date: Sun Dec 13 18:12:29 UTC 2020
Modified Files:
src/usr.bin/make: compat.c
Log Message:
fix comment
To generate a diff of this commit:
cvs rdiff -u -r1.212 -r1.213 src/usr.bin/make/compat.c
Please note that diffs are not public
Module Name:src
Committed By: rillig
Date: Sun Dec 13 17:44:31 UTC 2020
Modified Files:
src/distrib/sets/lists/tests: mi
src/usr.bin/make/unit-tests: Makefile
Added Files:
src/usr.bin/make/unit-tests: compat-error.exp compat-error.mk
Log Message:
make(1): d
Module Name:src
Committed By: christos
Date: Sun Dec 13 16:50:47 UTC 2020
Modified Files:
src/external/gpl3/gdb/dist/gdb: c-exp.y
Log Message:
Improve previous: generated names end with .[[:digits:]] so look for that
instead.
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: rillig
Date: Sun Dec 13 16:47:19 UTC 2020
Modified Files:
src/usr.bin/make: compat.c
Log Message:
make(1): add comments for strange error handling in Compat_Run
To generate a diff of this commit:
cvs rdiff -u -r1.211 -r1.212 src/usr.bin/make
Module Name:src
Committed By: rillig
Date: Sun Dec 13 16:32:57 UTC 2020
Modified Files:
src/usr.bin/make: compat.c
Log Message:
make(1): extract InitSignals from Compat_Run
To generate a diff of this commit:
cvs rdiff -u -r1.210 -r1.211 src/usr.bin/make/compat.c
Please
Module Name:src
Committed By: rillig
Date: Sun Dec 13 16:30:08 UTC 2020
Modified Files:
src/usr.bin/make: compat.c
Log Message:
make(1): extract MakeBeginNode from Compat_Run
The comment "execute the commands" had once been correct but not
anymore. Since a few years, not
Module Name:src
Committed By: rillig
Date: Sun Dec 13 16:14:40 UTC 2020
Modified Files:
src/usr.bin/make: compat.c
Log Message:
make(1): extract UseShell from Compat_RunCommand
To generate a diff of this commit:
cvs rdiff -u -r1.208 -r1.209 src/usr.bin/make/compat.c
Ple
Module Name:src
Committed By: martin
Date: Sun Dec 13 08:23:52 UTC 2020
Modified Files:
src/sys/arch/amd64/conf: ALL
Log Message:
Add atppc* at acpi?
To generate a diff of this commit:
cvs rdiff -u -r1.164 -r1.165 src/sys/arch/amd64/conf/ALL
Please note that diffs are n
Module Name:src
Committed By: martin
Date: Sun Dec 13 08:20:56 UTC 2020
Modified Files:
src/sys/dev/acpi: atppc_acpi.c
Log Message:
Add missing include
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/sys/dev/acpi/atppc_acpi.c
Please note that diffs are
25 matches
Mail list logo