Module Name:src
Committed By: abhinav
Date: Sun May 26 06:18:14 UTC 2019
Modified Files:
src/lib/libc/db/man: dbm_clearerr.3
Log Message:
Fix typo: s/then/the
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/lib/libc/db/man/dbm_clearerr.3
Please note that
Module Name:src
Committed By: abhinav
Date: Sun May 26 06:18:14 UTC 2019
Modified Files:
src/lib/libc/db/man: dbm_clearerr.3
Log Message:
Fix typo: s/then/the
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/lib/libc/db/man/dbm_clearerr.3
Please note that
Module Name:src
Committed By: kamil
Date: Sun May 26 05:41:45 UTC 2019
Modified Files:
src/sys/kern: subr_kcov.c
Log Message:
Drop no longer available macros KCOV_STORE() KCOV_LOAD() in kcov(4)
Recently KCOV_STORE() and KCOV_LOAD() were equivalent to x=y.
Obtained from
Module Name:src
Committed By: kamil
Date: Sun May 26 05:41:45 UTC 2019
Modified Files:
src/sys/kern: subr_kcov.c
Log Message:
Drop no longer available macros KCOV_STORE() KCOV_LOAD() in kcov(4)
Recently KCOV_STORE() and KCOV_LOAD() were equivalent to x=y.
Obtained from
Module Name:src
Committed By: mlelstv
Date: Sun May 26 04:52:07 UTC 2019
Modified Files:
src/sys/dev/usb: if_mue.c if_muevar.h
Log Message:
usbd_transfer may sleep, add a mutex to prevent a race in mue_start.
To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46
Module Name:src
Committed By: mlelstv
Date: Sun May 26 04:52:07 UTC 2019
Modified Files:
src/sys/dev/usb: if_mue.c if_muevar.h
Log Message:
usbd_transfer may sleep, add a mutex to prevent a race in mue_start.
To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46
Module Name:src
Committed By: christos
Date: Sun May 26 02:49:34 UTC 2019
Modified Files:
src/external/bsd/unbound/dist/util: mini_event.c
Log Message:
fix include order.
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.3 -r1.2 src/external/bsd/unbound/dist/util/m
Module Name:src
Committed By: christos
Date: Sun May 26 02:49:12 UTC 2019
Modified Files:
src/external/bsd/unbound/lib/libunbound: Makefile
Log Message:
new files
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/unbound/lib/libunbound/Makefile
Module Name:src
Committed By: christos
Date: Sun May 26 02:49:34 UTC 2019
Modified Files:
src/external/bsd/unbound/dist/util: mini_event.c
Log Message:
fix include order.
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.3 -r1.2 src/external/bsd/unbound/dist/util/m
Module Name:src
Committed By: christos
Date: Sun May 26 02:49:12 UTC 2019
Modified Files:
src/external/bsd/unbound/lib/libunbound: Makefile
Log Message:
new files
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/unbound/lib/libunbound/Makefile
Module Name:src
Committed By: christos
Date: Sun May 26 02:42:00 UTC 2019
Modified Files:
src/external/bsd/unbound/include: config.h
Log Message:
use explicit_memset()
XXX: fix in autoconf
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/bsd/unbou
Module Name:src
Committed By: christos
Date: Sun May 26 02:42:00 UTC 2019
Modified Files:
src/external/bsd/unbound/include: config.h
Log Message:
use explicit_memset()
XXX: fix in autoconf
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/bsd/unbou
Module Name:src
Committed By: kamil
Date: Sun May 26 01:44:34 UTC 2019
Modified Files:
src/share/man/man4: kcov.4
src/sys/sys: kcov.h
src/tests/modules: t_kcov.c
Log Message:
Drop no longer needed macros KCOV_STORE() KCOV_LOAD() in kcov(4)
Corrently KCOV_S
Module Name:src
Committed By: kamil
Date: Sun May 26 01:44:34 UTC 2019
Modified Files:
src/share/man/man4: kcov.4
src/sys/sys: kcov.h
src/tests/modules: t_kcov.c
Log Message:
Drop no longer needed macros KCOV_STORE() KCOV_LOAD() in kcov(4)
Corrently KCOV_S
Module Name:src
Committed By: christos
Date: Sun May 26 00:30:35 UTC 2019
Modified Files:
src/sys/arch/x86/x86: consinit.c
Log Message:
tuck in include inside ifdef, from Ryosuke Moro
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/sys/arch/x86/x86/cons
Module Name:src
Committed By: christos
Date: Sun May 26 00:30:35 UTC 2019
Modified Files:
src/sys/arch/x86/x86: consinit.c
Log Message:
tuck in include inside ifdef, from Ryosuke Moro
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/sys/arch/x86/x86/cons
Module Name:src
Committed By: christos
Date: Sat May 25 21:32:35 UTC 2019
Modified Files:
src/doc: 3RDPARTY CHANGES
Log Message:
new unbound
To generate a diff of this commit:
cvs rdiff -u -r1.1623 -r1.1624 src/doc/3RDPARTY
cvs rdiff -u -r1.2542 -r1.2543 src/doc/CHANGES
386,3 +386,4 @@ Changes from NetBSD 8.0 to NetBSD 9.0:
start of line, or after whitespace (start word) [kre 20190523]
dts: Import dts files from Linux 5.1.4. [jmcneill 20190525]
nsd: Import 4.1.27 [christos 20190525]
+ unbound(8): Import 1.9.1. [christos 20190525]
Module Name:src
Committed By: christos
Date: Sat May 25 21:31:29 UTC 2019
Modified Files:
src/external/bsd/unbound/dist: config.guess config.sub
src/external/bsd/unbound/include: config.h
Removed Files:
src/external/bsd/unbound/dist/testdata/edns_lame.tdir:
Module Name:src
Committed By: christos
Date: Sat May 25 21:31:29 UTC 2019
Modified Files:
src/external/bsd/unbound/dist: config.guess config.sub
src/external/bsd/unbound/include: config.h
Removed Files:
src/external/bsd/unbound/dist/testdata/edns_lame.tdir:
Module Name:src
Committed By: christos
Date: Sat May 25 21:18:10 UTC 2019
Update of /cvsroot/src/external/bsd/unbound/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv3825
Log Message:
Import 1.9.1:
1 March 2019: Wouter
- output forwarder log in ssl_req_order test.
28 F
Module Name:src
Committed By: christos
Date: Sat May 25 21:18:10 UTC 2019
Update of /cvsroot/src/external/bsd/unbound/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv3825
Log Message:
Import 1.9.1:
1 March 2019: Wouter
- output forwarder log in ssl_req_order test.
28 F
.0 to NetBSD 9.0:
mount_portal(8): in portal.conf # only introduces a comment at
start of line, or after whitespace (start word) [kre 20190523]
dts: Import dts files from Linux 5.1.4. [jmcneill 20190525]
+ nsd: Import 4.1.27 [christos 20190525]
Module Name:src
Committed By: christos
Date: Sat May 25 21:11:13 UTC 2019
Modified Files:
src/doc: 3RDPARTY CHANGES
Log Message:
new nsd
To generate a diff of this commit:
cvs rdiff -u -r1.1622 -r1.1623 src/doc/3RDPARTY
cvs rdiff -u -r1.2541 -r1.2542 src/doc/CHANGES
Ple
Module Name:src
Committed By: maxv
Date: Sat May 25 21:02:33 UTC 2019
Modified Files:
src/sys/arch/x86/x86: fpu.c
Log Message:
Fix bug. We must fetch the whole FPU state, otherwise XSTATE_BV could be
outdated, and we could be filling the AVX registers with garbage.
To ge
Module Name:src
Committed By: maxv
Date: Sat May 25 21:02:33 UTC 2019
Modified Files:
src/sys/arch/x86/x86: fpu.c
Log Message:
Fix bug. We must fetch the whole FPU state, otherwise XSTATE_BV could be
outdated, and we could be filling the AVX registers with garbage.
To ge
Module Name:src
Committed By: christos
Date: Sat May 25 20:10:22 UTC 2019
Modified Files:
src/external/bsd/nsd/dist: configlexer.c configparser.c configparser.h
configure.ac server.c zlexer.c zparser.c zparser.h
src/external/bsd/nsd/include: config.h
Add
Module Name:src
Committed By: christos
Date: Sat May 25 19:44:45 UTC 2019
Update of /cvsroot/src/external/bsd/nsd/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv749
Log Message:
19 March 2019: Wouter
- tag 4.1.27rc1
18 March 2019: Wouter
- Fix unit test bug013_
Module Name:src
Committed By: christos
Date: Sat May 25 19:44:45 UTC 2019
Update of /cvsroot/src/external/bsd/nsd/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv749
Log Message:
19 March 2019: Wouter
- tag 4.1.27rc1
18 March 2019: Wouter
- Fix unit test bug013_
Module Name:src
Committed By: jmcneill
Date: Sat May 25 19:21:34 UTC 2019
Modified Files:
src/sys/dev/fdt: fdtbus.c
Log Message:
Restore "not configured" autoconfiguration prints by using config_found_sm_loc
on the default pass
To generate a diff of this commit:
cvs rdi
Module Name:src
Committed By: jmcneill
Date: Sat May 25 19:21:34 UTC 2019
Modified Files:
src/sys/dev/fdt: fdtbus.c
Log Message:
Restore "not configured" autoconfiguration prints by using config_found_sm_loc
on the default pass
To generate a diff of this commit:
cvs rdi
Module Name:src
Committed By: christos
Date: Sat May 25 16:30:18 UTC 2019
Modified Files:
src/sys/dev/ata: ata.c
Log Message:
use PR_ZERO
To generate a diff of this commit:
cvs rdiff -u -r1.148 -r1.149 src/sys/dev/ata/ata.c
Please note that diffs are not public domain;
Module Name:src
Committed By: christos
Date: Sat May 25 16:30:18 UTC 2019
Modified Files:
src/sys/dev/ata: ata.c
Log Message:
use PR_ZERO
To generate a diff of this commit:
cvs rdiff -u -r1.148 -r1.149 src/sys/dev/ata/ata.c
Please note that diffs are not public domain;
Module Name:src
Committed By: christos
Date: Sat May 25 15:18:52 UTC 2019
Modified Files:
src/external/gpl3/gcc/dist/libsanitizer/lsan: lsan_common.h
src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common:
sanitizer_stoptheworld_linux_libcdep.cc
Log M
Module Name:src
Committed By: christos
Date: Sat May 25 15:18:52 UTC 2019
Modified Files:
src/external/gpl3/gcc/dist/libsanitizer/lsan: lsan_common.h
src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common:
sanitizer_stoptheworld_linux_libcdep.cc
Log M
On Fri, May 24, 2019 at 21:51:35 +0900, Tetsuya Isaki wrote:
> At Thu, 23 May 2019 17:08:42 +0300,
> Valery Ushakov wrote:
> > > +#if defined(__GNUC__)
> > > +/* gcc defines '>>' as ASR. */
> > > +#define AUDIO_ASR(value, shift) ((value) >> (shift))
> > > +#else
> > > +#define AUDIO_ASR(value, sh
Module Name:src
Committed By: maya
Date: Sat May 25 13:54:37 UTC 2019
Modified Files:
src/external/gpl3/gcc/dist/libsanitizer/lsan: lsan_common.h
Log Message:
don't claim lsan support on netbsd.
PR toolchain/54226: address sanitizer doesn't work
To generate a diff of th
Module Name:src
Committed By: maya
Date: Sat May 25 13:54:37 UTC 2019
Modified Files:
src/external/gpl3/gcc/dist/libsanitizer/lsan: lsan_common.h
Log Message:
don't claim lsan support on netbsd.
PR toolchain/54226: address sanitizer doesn't work
To generate a diff of th
Module Name:src
Committed By: jmcneill
Date: Sat May 25 12:14:28 UTC 2019
Modified Files:
src/sys/arch/evbarm/conf: GENERIC64
Log Message:
Add bcm2837-rpi-3-a-plus.dts, meson-gxl-s805x-libretech-ac.dts,
meson-gxl-s905d-phicomm-n1.dts, rk3399-gru-scarlet-inx.dts,
rk3399-gru
Module Name:src
Committed By: jmcneill
Date: Sat May 25 12:14:28 UTC 2019
Modified Files:
src/sys/arch/evbarm/conf: GENERIC64
Log Message:
Add bcm2837-rpi-3-a-plus.dts, meson-gxl-s805x-libretech-ac.dts,
meson-gxl-s905d-phicomm-n1.dts, rk3399-gru-scarlet-inx.dts,
rk3399-gru
Module Name:src
Committed By: jmcneill
Date: Sat May 25 12:06:59 UTC 2019
Modified Files:
src/sys/arch/evbarm/conf: GENERIC
Log Message:
Add bcm2837-rpi-3-a-plus.dts, sun8i-h3-mapleboard-mp130.dts
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/sys/arch
Module Name:src
Committed By: jmcneill
Date: Sat May 25 12:06:59 UTC 2019
Modified Files:
src/sys/arch/evbarm/conf: GENERIC
Log Message:
Add bcm2837-rpi-3-a-plus.dts, sun8i-h3-mapleboard-mp130.dts
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/sys/arch
Module Name:src
Committed By: jmcneill
Date: Sat May 25 12:04:27 UTC 2019
Modified Files:
src/sys/external/gpl2/dts/dist/arch/arm/boot/dts: bcm283x.dtsi
Log Message:
Remove duplicate vchiq node
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 \
src/sys/ext
Module Name:src
Committed By: jmcneill
Date: Sat May 25 12:04:27 UTC 2019
Modified Files:
src/sys/external/gpl2/dts/dist/arch/arm/boot/dts: bcm283x.dtsi
Log Message:
Remove duplicate vchiq node
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 \
src/sys/ext
Module Name:src
Committed By: jmcneill
Date: Sat May 25 11:49:56 UTC 2019
Modified Files:
src/doc: CHANGES
Log Message:
dts: Import dts files from Linux 5.1.4.
To generate a diff of this commit:
cvs rdiff -u -r1.2540 -r1.2541 src/doc/CHANGES
Please note that diffs are n
aded to 5.37. [christos 20190522]
mount_portal(8): in portal.conf # only introduces a comment at
start of line, or after whitespace (start word) [kre 20190523]
+ dts: Import dts files from Linux 5.1.4. [jmcneill 20190525]
Module Name:src
Committed By: jmcneill
Date: Sat May 25 11:48:48 UTC 2019
Modified Files:
src/doc: 3RDPARTY
Log Message:
dts updated to 5.1.4
To generate a diff of this commit:
cvs rdiff -u -r1.1621 -r1.1622 src/doc/3RDPARTY
Please note that diffs are not public domain;
Module Name:src
Committed By: jmcneill
Date: Sat May 25 11:48:48 UTC 2019
Modified Files:
src/doc: 3RDPARTY
Log Message:
dts updated to 5.1.4
To generate a diff of this commit:
cvs rdiff -u -r1.1621 -r1.1622 src/doc/3RDPARTY
Please note that diffs are not public domain;
Module Name:src
Committed By: jmcneill
Date: Sat May 25 11:48:05 UTC 2019
Modified Files:
src/sys/external/gpl2/dts/dist/arch/arm/boot/dts: bcm2835-rpi.dtsi
bcm283x.dtsi sun8i-a23-ippo-q8h-v1.2.dts sun8i-a23-ippo-q8h-v5.dts
src/sys/external/gpl2/dts/dist
Module Name:src
Committed By: jmcneill
Date: Sat May 25 11:48:05 UTC 2019
Modified Files:
src/sys/external/gpl2/dts/dist/arch/arm/boot/dts: bcm2835-rpi.dtsi
bcm283x.dtsi sun8i-a23-ippo-q8h-v1.2.dts sun8i-a23-ippo-q8h-v5.dts
src/sys/external/gpl2/dts/dist
50 matches
Mail list logo