Module Name:src
Committed By: simonb
Date: Tue Apr 6 07:56:10 UTC 2021
Modified Files:
src/sys/sys: kern_ctf.h
Log Message:
Define the CTF ELF section header magic number.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/sys/kern_ctf.h
Please note th
Module Name:src
Committed By: simonb
Date: Tue Apr 6 07:57:03 UTC 2021
Modified Files:
src/sys/kern: kern_ctf.c
Log Message:
Check the CTF magic number in an endian friendly way (and don't use
magic numbers to check the magic number!).
To generate a diff of this commit:
Module Name:src
Committed By: simonb
Date: Tue Apr 6 08:19:15 UTC 2021
Modified Files:
src/external/cddl/osnet/dev/dtrace/mips: dtrace_subr.c
Log Message:
Call kmem_free() with the size of the thing we are freeing. Fixes panic
when unloading the ktrace module on MIPS.
Module Name:src
Committed By: reinoud
Date: Tue Apr 6 08:40:17 UTC 2021
Modified Files:
src/lib/libnvmm: libnvmm.c nvmm.h
Log Message:
Implement nvmm_vcpu::stop, a race-free exit from nvmm_vcpu_run() without
signals. This introduces a new kernel and userland NVMM version
Module Name:src
Committed By: christos
Date: Tue Apr 6 12:10:21 UTC 2021
Modified Files:
src/external/cddl/osnet/dev/dtrace/mips: dtrace_subr.c
Log Message:
sizeof(*var) instead of sizeof(type)
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 \
src/extern
Module Name:src
Committed By: riastradh
Date: Tue Apr 6 12:32:39 UTC 2021
Modified Files:
src/sbin/rndctl: rndctl.8
Log Message:
Clarify security model of rndctl -S files.
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/sbin/rndctl/rndctl.8
Please not
Module Name:src
Committed By: simonb
Date: Tue Apr 6 12:48:36 UTC 2021
Modified Files:
src/external/cddl/osnet/dev/dtrace/aarch64: dtrace_subr.c
Log Message:
sizeof(*var) instead of sizeof(type)
Call kmem_free() with size of data being freed.
To generate a diff of this
Module Name:src
Committed By: simonb
Date: Tue Apr 6 12:48:59 UTC 2021
Modified Files:
src/external/cddl/osnet/dev/dtrace/amd64: dtrace_subr.c
src/external/cddl/osnet/dev/dtrace/arm: dtrace_subr.c
src/external/cddl/osnet/dev/dtrace/i386: dtrace_subr.c
Log
Module Name:src
Committed By: simonb
Date: Tue Apr 6 13:11:22 UTC 2021
Modified Files:
src/sys/arch/mips/mips: mips_stacktrace.c
Log Message:
If we're going to print a number in hex, at least put a 0x in front of
it so we can cut'n'paste it into gdb directly. This has on
Module Name:src
Committed By: rillig
Date: Tue Apr 6 13:17:04 UTC 2021
Modified Files:
src/usr.bin/xlint/lint1: Makefile externs1.h tree.c
Added Files:
src/usr.bin/xlint/lint1: ckbool.c
Log Message:
lint: move check for strict bool mode into separate file
No func
Module Name:src
Committed By: christos
Date: Tue Apr 6 13:35:52 UTC 2021
Modified Files:
src/bin/ps: print.c
Log Message:
- dedup code
- add a safe_strftime() to handle error cases
To generate a diff of this commit:
cvs rdiff -u -r1.133 -r1.134 src/bin/ps/print.c
Pleas
Module Name:src
Committed By: simonb
Date: Tue Apr 6 15:05:12 UTC 2021
Modified Files:
src/sys/conf: Makefile.kern.inc
Log Message:
Revert rev 1.278 which tried to call ctfmerge only once - this has
caused kernels with embedded symbol tables to explode in size.
To gener
Module Name:src
Committed By: simonb
Date: Tue Apr 6 15:55:26 UTC 2021
Modified Files:
src/sys/arch/sparc64/sparc64: db_disasm.c
Log Message:
Fix a typo, remove a useless blank line.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/sparc64/spar
Module Name:src
Committed By: simonb
Date: Tue Apr 6 16:04:44 UTC 2021
Modified Files:
src/sys/arch/m68k/m68k: db_disasm.c
Log Message:
Include to get ddb's db_disasm() prototype.
To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 src/sys/arch/m68k/m68k/db_d
Module Name:src
Committed By: simonb
Date: Tue Apr 6 16:05:17 UTC 2021
Modified Files:
src/sys/arch/m68k/m68k: db_disasm.h
Log Message:
Remove duplicate db_disasm() prototype.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/m68k/m68k/db_disasm.
Module Name:src
Committed By: simonb
Date: Tue Apr 6 16:10:08 UTC 2021
Modified Files:
src/sys/arch/sparc/sparc: db_disasm.c
Log Message:
The location arg of db_disasm() is a db_addr_t, not a vaddr_t.
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/sys
Module Name:src
Committed By: martin
Date: Tue Apr 6 17:44:29 UTC 2021
Modified Files:
src/sys/dev/audio [netbsd-9]: audiobell.c
Log Message:
Pull up following revision(s) (requested by isaki in ticket #1241):
sys/dev/audio/audiobell.c: revision 1.4
Fix and impr
Module Name:src
Committed By: martin
Date: Tue Apr 6 17:52:03 UTC 2021
Modified Files:
src/bin/sh [netbsd-9]: exec.c input.c
Log Message:
Pull up following revision(s) (requested by kre in ticket #1242):
bin/sh/input.c: revision 1.72
bin/sh/exec.c: revisi
Module Name:src
Committed By: martin
Date: Tue Apr 6 18:01:21 UTC 2021
Modified Files:
src/doc [netbsd-9]: 3RDPARTY
src/external/public-domain/tz/dist [netbsd-9]: Makefile NEWS
TZDATA_VERSION africa asia australasia backward backzone etcetera
Module Name:src
Committed By: martin
Date: Tue Apr 6 18:07:28 UTC 2021
Modified Files:
src/bin/ps [netbsd-9]: print.c
Log Message:
Pull up following revision(s) (requested by simonb in ticket #1244):
bin/ps/print.c: revision 1.133
Fix the column width calculatio
Module Name:src
Committed By: martin
Date: Tue Apr 6 18:08:53 UTC 2021
Modified Files:
src/doc [netbsd-9]: CHANGES-9.2
Log Message:
Tickets #1241 - #1244
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.63 -r1.1.2.64 src/doc/CHANGES-9.2
Please note that diffs ar
Module Name:src
Committed By: martin
Date: Tue Apr 6 18:09:52 UTC 2021
Modified Files:
src/bin/ps [netbsd-8]: print.c
Log Message:
Pull up following revision(s) (requested by simonb in ticket #1669):
bin/ps/print.c: revision 1.133
Fix the column width calculatio
Module Name:src
Committed By: martin
Date: Tue Apr 6 18:10:43 UTC 2021
Modified Files:
src/doc [netbsd-8]: CHANGES-8.3
Log Message:
Ticket #1669
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.81 -r1.1.2.82 src/doc/CHANGES-8.3
Please note that diffs are not pub
Module Name:src
Committed By: jkoshy
Date: Tue Apr 6 18:38:04 UTC 2021
Added Files:
src/external/bsd/elftoolchain/dist/common/sys: Makefile elfconstants.m4
elfdefinitions.m4
Log Message:
Add files present in upstream revision r3943.
To generate a diff of thi
Module Name:src
Committed By: jkoshy
Date: Tue Apr 6 19:28:26 UTC 2021
Modified Files:
src/external/bsd/elftoolchain/dist/common: Makefile
Log Message:
Sync with upstream r3943.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/elftoolchain/di
Module Name:src
Committed By: jkoshy
Date: Tue Apr 6 19:40:20 UTC 2021
Added Files:
src/external/bsd/elftoolchain/common: Makefile
src/external/bsd/elftoolchain/common/sys: Makefile
Log Message:
Prepare for and to be installed
into ${DESTDIR}/usr/include.
To g
Module Name:src
Committed By: jkoshy
Date: Tue Apr 6 19:44:24 UTC 2021
Modified Files:
src/external/bsd/elftoolchain: Makefile
Log Message:
Mirror upstream build steps: traverse 'common' before traversing 'lib'.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.
Module Name:src
Committed By: jkoshy
Date: Tue Apr 6 20:13:43 UTC 2021
Modified Files:
src/lib: Makefile
Log Message:
Traverse the complete imported Elftoolchain tree during a build.
To generate a diff of this commit:
cvs rdiff -u -r1.287 -r1.288 src/lib/Makefile
Pleas
Module Name:src
Committed By: rillig
Date: Tue Apr 6 21:10:37 UTC 2021
Modified Files:
src/tests/usr.bin/xlint/lint1: msg_132.c msg_132.exp
Log Message:
tests/lint: demonstrate wrong warning about losing accuracy
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1
Module Name:src
Committed By: jkoshy
Date: Tue Apr 6 21:13:04 UTC 2021
Modified Files:
src/lib: Makefile
Log Message:
Attempt to unbreak the build by reverting r1.288.
To generate a diff of this commit:
cvs rdiff -u -r1.288 -r1.289 src/lib/Makefile
Please note that dif
Module Name:src
Committed By: rillig
Date: Tue Apr 6 21:17:28 UTC 2021
Modified Files:
src/tests/usr.bin/xlint/lint1: msg_132.c msg_132.exp
src/usr.bin/xlint/lint1: tree.c
Log Message:
lint: fix wrong warning about losing accuracy when converting to _Bool
To gen
Module Name:src
Committed By: rillig
Date: Tue Apr 6 21:32:57 UTC 2021
Modified Files:
src/tests/usr.bin/xlint/lint1: msg_117.exp msg_120.exp msg_122.c
msg_122.exp
src/usr.bin/xlint/lint1: err.c tree.c
Log Message:
lint: add details to warning about to
Module Name:src
Committed By: rillig
Date: Tue Apr 6 21:35:25 UTC 2021
Modified Files:
src/usr.bin/xlint/lint1: tree.c
Log Message:
lint: reduce indentation of typeok_shift
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.269 -r1.270 src/usr.bi
Module Name:src
Committed By: rillig
Date: Tue Apr 6 21:44:12 UTC 2021
Modified Files:
src/tests/usr.bin/xlint/lint1: msg_121.c msg_121.exp
Log Message:
lint: test what happens for 'int << double'
I just wanted to see whether typeok_shift would be reached in this case,
t
Module Name:src
Committed By: rillig
Date: Tue Apr 6 21:59:58 UTC 2021
Modified Files:
src/tests/usr.bin/xlint/lint1: msg_118.c
src/usr.bin/xlint/lint1: tree.c
Log Message:
lint: for shift in C99 mode, do not warn about difference to pre-C90
C99 is too far away f
Module Name:src
Committed By: riastradh
Date: Tue Apr 6 22:02:40 UTC 2021
Modified Files:
src/sbin/rndctl: rndctl.8
Log Message:
Clarify wording further based on private feedback.
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/sbin/rndctl/rndctl.8
Pl
Module Name:src
Committed By: riastradh
Date: Tue Apr 6 22:12:16 UTC 2021
Modified Files:
src/share/man/man4: rnd.4
Log Message:
Remove sentence that has not been true since netbsd-6.
ioctl(RNDADDDATA) is not the only way to raise the entropy estimate;
privileged writes
Module Name:src
Committed By: rillig
Date: Tue Apr 6 22:21:53 UTC 2021
Modified Files:
src/usr.bin/xlint/lint1: lex.c
Log Message:
lint: sync comment with reality after renaming several functions
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1
Module Name:src
Committed By: simonb
Date: Wed Apr 7 01:54:32 UTC 2021
Modified Files:
src/external/cddl/osnet/dev/dtrace/mips: dtrace_isa.c
Log Message:
Use NAL (nop-and-link) to get the current PC.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/extern
Module Name:src
Committed By: christos
Date: Wed Apr 7 02:43:17 UTC 2021
Update of /cvsroot/src/external/bsd/libevent/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv18565
Log Message:
Changes in version 2.1.12-stable (05 Jul 2020)
This release contains mostly bug fixes (I de
Module Name:src
Committed By: simonb
Date: Wed Apr 7 02:59:01 UTC 2021
Modified Files:
src/sys/arch/mips/mips: trap.c
Log Message:
Basic dtrace trap support.
Mostly from FreeBSD.
To generate a diff of this commit:
cvs rdiff -u -r1.260 -r1.261 src/sys/arch/mips/mips/tra
Module Name:src
Committed By: christos
Date: Wed Apr 7 03:36:48 UTC 2021
Modified Files:
src/external/bsd/libevent: Makefile.inc libevent2netbsd
src/external/bsd/libevent/dist: Doxyfile buffer.c
bufferevent-internal.h bufferevent.c bufferevent_openssl.c
Module Name:src
Committed By: christos
Date: Wed Apr 7 03:38:40 UTC 2021
Modified Files:
src/doc: CHANGES.prev
Log Message:
fix incorrect version
To generate a diff of this commit:
cvs rdiff -u -r1.157 -r1.158 src/doc/CHANGES.prev
Please note that diffs are not public
Module Name:src
Committed By: christos
Date: Wed Apr 7 03:38:51 UTC 2021
Modified Files:
src/doc: 3RDPARTY CHANGES
Log Message:
new libevent
To generate a diff of this commit:
cvs rdiff -u -r1.1788 -r1.1789 src/doc/3RDPARTY
cvs rdiff -u -r1.2791 -r1.2792 src/doc/CHANGES
Module Name:src
Committed By: christos
Date: Wed Apr 7 03:45:18 UTC 2021
Modified Files:
src/distrib/sets/lists/base: shl.mi
src/distrib/sets/lists/debug: shl.mi
Log Message:
bump libevent
To generate a diff of this commit:
cvs rdiff -u -r1.915 -r1.916 src/distr
45 matches
Mail list logo