Module Name:src
Committed By: martin
Date: Mon Sep 23 06:57:53 UTC 2019
Modified Files:
src/doc [netbsd-8]: CHANGES-8.2
Log Message:
Tickets #1383 and #1384, ammend #1380
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.39 -r1.1.2.40 src/doc/CHANGES-8.2
Please no
Module Name:src
Committed By: martin
Date: Mon Sep 23 06:57:53 UTC 2019
Modified Files:
src/doc [netbsd-8]: CHANGES-8.2
Log Message:
Tickets #1383 and #1384, ammend #1380
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.39 -r1.1.2.40 src/doc/CHANGES-8.2
Please no
Module Name:src
Committed By: martin
Date: Mon Sep 23 06:56:57 UTC 2019
Modified Files:
src/external/mit/expat/lib/libexpat [netbsd-8]: expat_config.h
Log Message:
Pull up following revision(s) (requested by maya in ticket #1384):
external/mit/expat/lib/libexpat/e
Module Name:src
Committed By: martin
Date: Mon Sep 23 06:56:57 UTC 2019
Modified Files:
src/external/mit/expat/lib/libexpat [netbsd-8]: expat_config.h
Log Message:
Pull up following revision(s) (requested by maya in ticket #1384):
external/mit/expat/lib/libexpat/e
Module Name:src
Committed By: maxv
Date: Mon Sep 23 06:56:20 UTC 2019
Modified Files:
src/sys/dev/ieee1394: sbp.c
Log Message:
Remove unused assignment. Found by the lgtm bot.
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/sys/dev/ieee1394/sbp.c
Pleas
Module Name:src
Committed By: maxv
Date: Mon Sep 23 06:56:20 UTC 2019
Modified Files:
src/sys/dev/ieee1394: sbp.c
Log Message:
Remove unused assignment. Found by the lgtm bot.
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/sys/dev/ieee1394/sbp.c
Pleas
Module Name:src
Committed By: maxv
Date: Mon Sep 23 06:53:09 UTC 2019
Modified Files:
src/sys/compat/common: if_43.c
Log Message:
Remove unused assignment. Found by the lgtm bot.
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/sys/compat/common/if_43.c
Module Name:src
Committed By: maxv
Date: Mon Sep 23 06:53:09 UTC 2019
Modified Files:
src/sys/compat/common: if_43.c
Log Message:
Remove unused assignment. Found by the lgtm bot.
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/sys/compat/common/if_43.c
Module Name:src
Committed By: martin
Date: Mon Sep 23 06:52:22 UTC 2019
Modified Files:
src/sys/arch/xen/conf [netbsd-8]: files.xen
Log Message:
Cherry pick a small part of rev1.178 to get efi UUIDs for ticket #1380.
To generate a diff of this commit:
cvs rdiff -u -r1.14
Module Name:src
Committed By: martin
Date: Mon Sep 23 06:52:22 UTC 2019
Modified Files:
src/sys/arch/xen/conf [netbsd-8]: files.xen
Log Message:
Cherry pick a small part of rev1.178 to get efi UUIDs for ticket #1380.
To generate a diff of this commit:
cvs rdiff -u -r1.14
Module Name:src
Committed By: maxv
Date: Mon Sep 23 06:50:04 UTC 2019
Modified Files:
src/sys/dev/pci: if_jme.c
Log Message:
A * is missing here. This could cause a use-after-free.
Found by the lgtm bot.
To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 src/
Module Name:src
Committed By: maxv
Date: Mon Sep 23 06:50:04 UTC 2019
Modified Files:
src/sys/dev/pci: if_jme.c
Log Message:
A * is missing here. This could cause a use-after-free.
Found by the lgtm bot.
To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 src/
Module Name:src
Committed By: mrg
Date: Mon Sep 23 05:54:31 UTC 2019
Modified Files:
src/sys/external/bsd/drm2/drm: drm_module.c
Log Message:
when "boot -x", don't turn on *all* drm debug, just the core, driver
and kms messages, eliding the vblank, atomic and prime message
Module Name:src
Committed By: mrg
Date: Mon Sep 23 05:54:31 UTC 2019
Modified Files:
src/sys/external/bsd/drm2/drm: drm_module.c
Log Message:
when "boot -x", don't turn on *all* drm debug, just the core, driver
and kms messages, eliding the vblank, atomic and prime message
Module Name:src
Committed By: skrll
Date: Mon Sep 23 05:39:59 UTC 2019
Modified Files:
src/sys/kern: subr_pool.c
Log Message:
Enable POOL_REDZONE with DIAGNOSTIC.
The bug in the arm pmap was fixed long ago.
To generate a diff of this commit:
cvs rdiff -u -r1.258 -r1.259
Module Name:src
Committed By: skrll
Date: Mon Sep 23 05:39:59 UTC 2019
Modified Files:
src/sys/kern: subr_pool.c
Log Message:
Enable POOL_REDZONE with DIAGNOSTIC.
The bug in the arm pmap was fixed long ago.
To generate a diff of this commit:
cvs rdiff -u -r1.258 -r1.259
Module Name:src
Committed By: rin
Date: Mon Sep 23 05:00:20 UTC 2019
Modified Files:
src/sys/net: route.c
Log Message:
Stop passing a large const structure by value, in order to avoid
possible kernel stack overflow; const pointer is suffice here.
Pointed out by the lgtm b
Module Name:src
Committed By: rin
Date: Mon Sep 23 05:00:20 UTC 2019
Modified Files:
src/sys/net: route.c
Log Message:
Stop passing a large const structure by value, in order to avoid
possible kernel stack overflow; const pointer is suffice here.
Pointed out by the lgtm b
Hi,
On 2019/09/22 18:30, Kamil Rytarowski wrote:
On 12.04.2018 06:38, Ryota Ozaki wrote:
Module Name:src
Committed By: ozaki-r
Date: Thu Apr 12 04:38:13 UTC 2018
Modified Files:
src/sys/net: if.h route.c route.h rtsock.c
Log Message:
Resolve tangled lock dependencies i
Module Name:src
Committed By: kamil
Date: Sun Sep 22 23:34:13 UTC 2019
Modified Files:
src/external/gpl3/gcc/dist/gcc: cppbuiltin.c
Log Message:
Add LSan and UBSan specific preprocessor macros
__SANITIZE_LEAK__ patch:
https://gcc.gnu.org/ml/gcc-patches/2019-09/msg01270.ht
Module Name:src
Committed By: kamil
Date: Sun Sep 22 23:34:13 UTC 2019
Modified Files:
src/external/gpl3/gcc/dist/gcc: cppbuiltin.c
Log Message:
Add LSan and UBSan specific preprocessor macros
__SANITIZE_LEAK__ patch:
https://gcc.gnu.org/ml/gcc-patches/2019-09/msg01270.ht
Module Name:src
Committed By: kamil
Date: Sun Sep 22 23:23:12 UTC 2019
Modified Files:
src/sys/sys: cdefs.h
Log Message:
Handle LSan/LLVM and LSan/GCC in __NO_LEAKS
__has_feature(leak_sanitizer) was merged with Clang/LLVM today:
https://reviews.llvm.org/D67719
GCC specif
Module Name:src
Committed By: kamil
Date: Sun Sep 22 23:23:12 UTC 2019
Modified Files:
src/sys/sys: cdefs.h
Log Message:
Handle LSan/LLVM and LSan/GCC in __NO_LEAKS
__has_feature(leak_sanitizer) was merged with Clang/LLVM today:
https://reviews.llvm.org/D67719
GCC specif
Module Name:src
Committed By: christos
Date: Sun Sep 22 23:18:53 UTC 2019
Added Files:
src/sys/compat/sys: statvfs.h
Log Message:
new files for statvfs90
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/sys/compat/sys/statvfs.h
Please note that diffs are no
Module Name:src
Committed By: christos
Date: Sun Sep 22 23:18:53 UTC 2019
Added Files:
src/sys/compat/sys: statvfs.h
Log Message:
new files for statvfs90
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/sys/compat/sys/statvfs.h
Please note that diffs are no
Module Name:src
Committed By: kamil
Date: Sun Sep 22 23:13:10 UTC 2019
Modified Files:
src/sys/sys: cdefs.h
Log Message:
Make __CTASSERT static assert again
Today GCC/Clang allow to specify typedef char[] with the dynamic VLA
property (as introduced in C99). This means th
Module Name:src
Committed By: kamil
Date: Sun Sep 22 23:13:10 UTC 2019
Modified Files:
src/sys/sys: cdefs.h
Log Message:
Make __CTASSERT static assert again
Today GCC/Clang allow to specify typedef char[] with the dynamic VLA
property (as introduced in C99). This means th
Module Name:src
Committed By: christos
Date: Sun Sep 22 23:03:21 UTC 2019
Modified Files:
src/sys/compat/netbsd32: netbsd32_syscall.h netbsd32_syscallargs.h
netbsd32_syscalls.c netbsd32_syscalls_autoload.c netbsd32_sysent.c
netbsd32_systrace_args.c
Module Name:src
Committed By: christos
Date: Sun Sep 22 23:03:21 UTC 2019
Modified Files:
src/sys/compat/netbsd32: netbsd32_syscall.h netbsd32_syscallargs.h
netbsd32_syscalls.c netbsd32_syscalls_autoload.c netbsd32_sysent.c
netbsd32_systrace_args.c
Module Name:src
Committed By: christos
Date: Sun Sep 22 22:59:40 UTC 2019
Modified Files:
src/bin/df: df.c
src/distrib/sets/lists/base: shl.mi
src/distrib/sets/lists/debug: shl.mi
src/distrib/sets/lists/modules: ad.arm ad.mips md.amd64 md.sparc64 mi
Module Name:src
Committed By: christos
Date: Sun Sep 22 22:59:40 UTC 2019
Modified Files:
src/bin/df: df.c
src/distrib/sets/lists/base: shl.mi
src/distrib/sets/lists/debug: shl.mi
src/distrib/sets/lists/modules: ad.arm ad.mips md.amd64 md.sparc64 mi
Module Name:src
Committed By: sevan
Date: Sun Sep 22 19:51:18 UTC 2019
Modified Files:
src/share/examples/npf: soho_gw-npf.conf
Log Message:
Add support for blacklistd
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/share/examples/npf/soho_gw-npf.conf
Module Name:src
Committed By: sevan
Date: Sun Sep 22 19:51:18 UTC 2019
Modified Files:
src/share/examples/npf: soho_gw-npf.conf
Log Message:
Add support for blacklistd
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/share/examples/npf/soho_gw-npf.conf
Module Name:src
Committed By: sevan
Date: Sun Sep 22 19:30:16 UTC 2019
Modified Files:
src/share/examples/npf: soho_gw-npf.conf
Log Message:
Passive FTP works as a client without this and we're not hosting an FTP server
(port are not listed in services_tcp)
To generate
Module Name:src
Committed By: sevan
Date: Sun Sep 22 19:30:16 UTC 2019
Modified Files:
src/share/examples/npf: soho_gw-npf.conf
Log Message:
Passive FTP works as a client without this and we're not hosting an FTP server
(port are not listed in services_tcp)
To generate
Module Name:src
Committed By: brad
Date: Sun Sep 22 18:45:20 UTC 2019
Modified Files:
src/distrib/sets/lists/base: shl.mi
src/external/cddl/osnet/lib/libavl: Makefile
src/external/cddl/osnet/lib/libnvpair: Makefile
src/external/cddl/osnet/lib/libumem
Module Name:src
Committed By: brad
Date: Sun Sep 22 18:45:20 UTC 2019
Modified Files:
src/distrib/sets/lists/base: shl.mi
src/external/cddl/osnet/lib/libavl: Makefile
src/external/cddl/osnet/lib/libnvpair: Makefile
src/external/cddl/osnet/lib/libumem
Module Name:src
Committed By: jmcneill
Date: Sun Sep 22 18:31:59 UTC 2019
Modified Files:
src/sys/arch/arm/acpi: acpi_platform.c files.acpi
Added Files:
src/sys/arch/arm/acpi: acpi_simplefb.c acpi_simplefb.h
Log Message:
Use vcons for simplefb preattach to speed up
Module Name:src
Committed By: jmcneill
Date: Sun Sep 22 18:31:59 UTC 2019
Modified Files:
src/sys/arch/arm/acpi: acpi_platform.c files.acpi
Added Files:
src/sys/arch/arm/acpi: acpi_simplefb.c acpi_simplefb.h
Log Message:
Use vcons for simplefb preattach to speed up
Module Name:src
Committed By: ryo
Date: Sun Sep 22 16:41:19 UTC 2019
Modified Files:
src/sys/dev/ic: rtl8169.c rtl81x9var.h
Log Message:
8168H model didn't link up well. some models seems to require to enable TX/RX
after configuration.
RTKQ_TXRXEN_LATER quirk flag added.
Module Name:src
Committed By: ryo
Date: Sun Sep 22 16:41:19 UTC 2019
Modified Files:
src/sys/dev/ic: rtl8169.c rtl81x9var.h
Log Message:
8168H model didn't link up well. some models seems to require to enable TX/RX
after configuration.
RTKQ_TXRXEN_LATER quirk flag added.
Module Name:src
Committed By: martin
Date: Sun Sep 22 14:29:48 UTC 2019
Modified Files:
src/doc [netbsd-9]: CHANGES-9.0
Log Message:
Tickets #210 - #228
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.54 -r1.1.2.55 src/doc/CHANGES-9.0
Please note that diffs are
Module Name:src
Committed By: martin
Date: Sun Sep 22 14:29:48 UTC 2019
Modified Files:
src/doc [netbsd-9]: CHANGES-9.0
Log Message:
Tickets #210 - #228
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.54 -r1.1.2.55 src/doc/CHANGES-9.0
Please note that diffs are
Module Name:src
Committed By: jmcneill
Date: Sun Sep 22 13:57:55 UTC 2019
Modified Files:
src/sys/arch/aarch64/aarch64: pmap.c
Log Message:
Disable translation table walks using TTBR0 while changing its value and
when deactivating a pmap. Fixes stability issues on Ampere e
Module Name:src
Committed By: jmcneill
Date: Sun Sep 22 13:57:55 UTC 2019
Modified Files:
src/sys/arch/aarch64/aarch64: pmap.c
Log Message:
Disable translation table walks using TTBR0 while changing its value and
when deactivating a pmap. Fixes stability issues on Ampere e
Module Name:src
Committed By: gson
Date: Sun Sep 22 13:08:10 UTC 2019
Modified Files:
src/etc: Makefile
Log Message:
Don't mix tabs and spaces
To generate a diff of this commit:
cvs rdiff -u -r1.439 -r1.440 src/etc/Makefile
Please note that diffs are not public domain;
Module Name:src
Committed By: gson
Date: Sun Sep 22 13:08:10 UTC 2019
Modified Files:
src/etc: Makefile
Log Message:
Don't mix tabs and spaces
To generate a diff of this commit:
cvs rdiff -u -r1.439 -r1.440 src/etc/Makefile
Please note that diffs are not public domain;
Module Name:src
Committed By: mrg
Date: Sun Sep 22 12:57:34 UTC 2019
Modified Files:
src/sys/ddb: db_command.c
Log Message:
fix "show kernhist".
set addr = 0 if we don't have_addr and avoid using random garbage in addr.
To generate a diff of this commit:
cvs rdiff -u -r
Module Name:src
Committed By: mrg
Date: Sun Sep 22 12:57:34 UTC 2019
Modified Files:
src/sys/ddb: db_command.c
Log Message:
fix "show kernhist".
set addr = 0 if we don't have_addr and avoid using random garbage in addr.
To generate a diff of this commit:
cvs rdiff -u -r
Module Name:src
Committed By: martin
Date: Sun Sep 22 12:44:05 UTC 2019
Modified Files:
src/external/mit/expat/lib/libexpat [netbsd-9]: expat_config.h
Log Message:
Pull up following revision(s) (requested by maya in ticket #228):
external/mit/expat/lib/libexpat/ex
Module Name:src
Committed By: martin
Date: Sun Sep 22 12:44:05 UTC 2019
Modified Files:
src/external/mit/expat/lib/libexpat [netbsd-9]: expat_config.h
Log Message:
Pull up following revision(s) (requested by maya in ticket #228):
external/mit/expat/lib/libexpat/ex
Module Name:src
Committed By: martin
Date: Sun Sep 22 12:42:12 UTC 2019
Modified Files:
src/sys/arch/arm/acpi [netbsd-9]: gicv3_acpi.c
Log Message:
Pull up following revision(s) (requested by jmcneill in ticket #227):
sys/arch/arm/acpi/gicv3_acpi.c: revision 1.4
Module Name:src
Committed By: martin
Date: Sun Sep 22 12:42:12 UTC 2019
Modified Files:
src/sys/arch/arm/acpi [netbsd-9]: gicv3_acpi.c
Log Message:
Pull up following revision(s) (requested by jmcneill in ticket #227):
sys/arch/arm/acpi/gicv3_acpi.c: revision 1.4
Module Name:src
Committed By: martin
Date: Sun Sep 22 12:39:36 UTC 2019
Modified Files:
src/sys/arch/aarch64/aarch64 [netbsd-9]: locore.S
Log Message:
Pull up following revision(s) (requested by jmcneill in ticket #226):
sys/arch/aarch64/aarch64/locore.S: revision
Module Name:src
Committed By: martin
Date: Sun Sep 22 12:39:36 UTC 2019
Modified Files:
src/sys/arch/aarch64/aarch64 [netbsd-9]: locore.S
Log Message:
Pull up following revision(s) (requested by jmcneill in ticket #226):
sys/arch/aarch64/aarch64/locore.S: revision
Module Name:src
Committed By: martin
Date: Sun Sep 22 12:37:39 UTC 2019
Modified Files:
src/sys/stand/efiboot [netbsd-9]: efiblock.c
Log Message:
Pull up following revision(s) (requested by jmcneill in ticket #225):
sys/stand/efiboot/efiblock.c: revision 1.6
Hono
Module Name:src
Committed By: martin
Date: Sun Sep 22 12:37:39 UTC 2019
Modified Files:
src/sys/stand/efiboot [netbsd-9]: efiblock.c
Log Message:
Pull up following revision(s) (requested by jmcneill in ticket #225):
sys/stand/efiboot/efiblock.c: revision 1.6
Hono
Module Name:src
Committed By: martin
Date: Sun Sep 22 12:35:56 UTC 2019
Modified Files:
src/sys/arch/evbarm/conf [netbsd-9]: std.generic64
Log Message:
Pull up following revision(s) (requested by jmcneill in ticket #224):
sys/arch/evbarm/conf/std.generic64: revisi
Module Name:src
Committed By: martin
Date: Sun Sep 22 12:35:56 UTC 2019
Modified Files:
src/sys/arch/evbarm/conf [netbsd-9]: std.generic64
Log Message:
Pull up following revision(s) (requested by jmcneill in ticket #224):
sys/arch/evbarm/conf/std.generic64: revisi
Module Name:src
Committed By: martin
Date: Sun Sep 22 12:34:06 UTC 2019
Modified Files:
src/sys/external/bsd/drm/dist/shared-core [netbsd-9]: savage_state.c
Log Message:
Pull up following revision(s) (requested by hauke in ticket #223):
sys/external/bsd/drm/dist/s
Module Name:src
Committed By: martin
Date: Sun Sep 22 12:34:06 UTC 2019
Modified Files:
src/sys/external/bsd/drm/dist/shared-core [netbsd-9]: savage_state.c
Log Message:
Pull up following revision(s) (requested by hauke in ticket #223):
sys/external/bsd/drm/dist/s
Module Name:src
Committed By: martin
Date: Sun Sep 22 12:30:15 UTC 2019
Modified Files:
src/sys/arch/arm/cortex [netbsd-9]: gicv3.c
Log Message:
Pull up following revision(s) (requested by jmcneill in ticket #222):
sys/arch/arm/cortex/gicv3.c: revision 1.21
- Use
Module Name:src
Committed By: martin
Date: Sun Sep 22 12:30:15 UTC 2019
Modified Files:
src/sys/arch/arm/cortex [netbsd-9]: gicv3.c
Log Message:
Pull up following revision(s) (requested by jmcneill in ticket #222):
sys/arch/arm/cortex/gicv3.c: revision 1.21
- Use
Module Name:src
Committed By: martin
Date: Sun Sep 22 12:27:22 UTC 2019
Modified Files:
src/sys/arch/aarch64/aarch64 [netbsd-9]: cpufunc.c
Log Message:
Pull up following revision(s) (requested by jmcneill in ticket #221):
sys/arch/aarch64/aarch64/cpufunc.c: revisi
Module Name:src
Committed By: martin
Date: Sun Sep 22 12:27:22 UTC 2019
Modified Files:
src/sys/arch/aarch64/aarch64 [netbsd-9]: cpufunc.c
Log Message:
Pull up following revision(s) (requested by jmcneill in ticket #221):
sys/arch/aarch64/aarch64/cpufunc.c: revisi
Module Name:src
Committed By: martin
Date: Sun Sep 22 12:25:26 UTC 2019
Modified Files:
src/sys/arch/arm/amlogic [netbsd-9]: meson8b_clkc.c
Log Message:
Pull up following revision(s) (requested by jmcneill in ticket #220):
sys/arch/arm/amlogic/meson8b_clkc.c: revi
Module Name:src
Committed By: martin
Date: Sun Sep 22 12:25:26 UTC 2019
Modified Files:
src/sys/arch/arm/amlogic [netbsd-9]: meson8b_clkc.c
Log Message:
Pull up following revision(s) (requested by jmcneill in ticket #220):
sys/arch/arm/amlogic/meson8b_clkc.c: revi
Module Name:src
Committed By: martin
Date: Sun Sep 22 12:22:23 UTC 2019
Modified Files:
src/share/man/man5 [netbsd-9]: mk.conf.5
Log Message:
Pull up following revision(s) (requested by gson in ticket #219):
share/man/man5/mk.conf.5: revision 1.79
MKZFS is no lon
Module Name:src
Committed By: martin
Date: Sun Sep 22 12:22:23 UTC 2019
Modified Files:
src/share/man/man5 [netbsd-9]: mk.conf.5
Log Message:
Pull up following revision(s) (requested by gson in ticket #219):
share/man/man5/mk.conf.5: revision 1.79
MKZFS is no lon
Module Name:src
Committed By: martin
Date: Sun Sep 22 12:18:56 UTC 2019
Modified Files:
src/sys/dev/ic [netbsd-9]: nvme.c
Log Message:
Pull up following revision(s) (requested by nonaka in ticket #218):
sys/dev/ic/nvme.c: revision 1.45
Don't set Phase Tag bit of
Module Name:src
Committed By: martin
Date: Sun Sep 22 12:18:56 UTC 2019
Modified Files:
src/sys/dev/ic [netbsd-9]: nvme.c
Log Message:
Pull up following revision(s) (requested by nonaka in ticket #218):
sys/dev/ic/nvme.c: revision 1.45
Don't set Phase Tag bit of
Module Name:src
Committed By: martin
Date: Sun Sep 22 12:15:28 UTC 2019
Modified Files:
src/sys/dev/pci [netbsd-9]: if_age.c
Log Message:
Pull up following revision(s) (requested by maxv in ticket #216):
sys/dev/pci/if_age.c: revision 1.61
Fix direction of the lo
Module Name:src
Committed By: martin
Date: Sun Sep 22 12:15:28 UTC 2019
Modified Files:
src/sys/dev/pci [netbsd-9]: if_age.c
Log Message:
Pull up following revision(s) (requested by maxv in ticket #216):
sys/dev/pci/if_age.c: revision 1.61
Fix direction of the lo
Module Name:src
Committed By: martin
Date: Sun Sep 22 12:13:33 UTC 2019
Modified Files:
src/sys/dev/ic [netbsd-9]: i82557.c
Log Message:
Pull up following revision(s) (requested by maxv in ticket #217):
sys/dev/ic/i82557.c: revision 1.155
Fix direction of the loo
Module Name:src
Committed By: martin
Date: Sun Sep 22 12:13:33 UTC 2019
Modified Files:
src/sys/dev/ic [netbsd-9]: i82557.c
Log Message:
Pull up following revision(s) (requested by maxv in ticket #217):
sys/dev/ic/i82557.c: revision 1.155
Fix direction of the loo
Module Name:src
Committed By: martin
Date: Sun Sep 22 10:36:30 UTC 2019
Modified Files:
src/sys/arch/aarch64/aarch64 [netbsd-9]: aarch64_machdep.c
Log Message:
Pull up following revision(s) (requested by ryo in ticket #215):
sys/arch/aarch64/aarch64/aarch64_machde
Module Name:src
Committed By: martin
Date: Sun Sep 22 10:36:30 UTC 2019
Modified Files:
src/sys/arch/aarch64/aarch64 [netbsd-9]: aarch64_machdep.c
Log Message:
Pull up following revision(s) (requested by ryo in ticket #215):
sys/arch/aarch64/aarch64/aarch64_machde
Module Name:src
Committed By: maxv
Date: Sun Sep 22 10:35:13 UTC 2019
Modified Files:
src/sys/arch/amd64/include: types.h
src/sys/kern: subr_asan.c
src/sys/sys: bus_proto.h
Log Message:
Fix KASAN on aarch64: the bus_space_* functions are macros, so we can't
Module Name:src
Committed By: maxv
Date: Sun Sep 22 10:35:13 UTC 2019
Modified Files:
src/sys/arch/amd64/include: types.h
src/sys/kern: subr_asan.c
src/sys/sys: bus_proto.h
Log Message:
Fix KASAN on aarch64: the bus_space_* functions are macros, so we can't
Module Name:src
Committed By: martin
Date: Sun Sep 22 10:32:38 UTC 2019
Modified Files:
src/sys/arch/aarch64/aarch64 [netbsd-9]: pmap.c
Log Message:
Pull up following revision(s) (requested by ryo in ticket #214):
sys/arch/aarch64/aarch64/pmap.c: revision 1.44
Module Name:src
Committed By: martin
Date: Sun Sep 22 10:32:38 UTC 2019
Modified Files:
src/sys/arch/aarch64/aarch64 [netbsd-9]: pmap.c
Log Message:
Pull up following revision(s) (requested by ryo in ticket #214):
sys/arch/aarch64/aarch64/pmap.c: revision 1.44
Module Name:src
Committed By: martin
Date: Sun Sep 22 10:29:44 UTC 2019
Modified Files:
src/sys/arch/aarch64/aarch64 [netbsd-9]: cpufunc_asm_armv8.S
Log Message:
Pull up following revision(s) (requested by ryo in ticket #213):
sys/arch/aarch64/aarch64/cpufunc_asm_
Module Name:src
Committed By: martin
Date: Sun Sep 22 10:29:44 UTC 2019
Modified Files:
src/sys/arch/aarch64/aarch64 [netbsd-9]: cpufunc_asm_armv8.S
Log Message:
Pull up following revision(s) (requested by ryo in ticket #213):
sys/arch/aarch64/aarch64/cpufunc_asm_
Module Name:src
Committed By: martin
Date: Sun Sep 22 10:24:09 UTC 2019
Modified Files:
src/sys/netinet6 [netbsd-9]: nd6_nbr.c
Log Message:
Pull up following revision(s) (requested by ozaki-r in ticket #212):
sys/netinet6/nd6_nbr.c: revision 1.173
nd6: remove ext
Module Name:src
Committed By: martin
Date: Sun Sep 22 10:24:09 UTC 2019
Modified Files:
src/sys/netinet6 [netbsd-9]: nd6_nbr.c
Log Message:
Pull up following revision(s) (requested by ozaki-r in ticket #212):
sys/netinet6/nd6_nbr.c: revision 1.173
nd6: remove ext
Module Name:src
Committed By: martin
Date: Sun Sep 22 10:22:15 UTC 2019
Modified Files:
src/etc [netbsd-9]: MAKEDEV.tmpl
Log Message:
Pull up following revision(s) (requested by thorpej in ticket #211):
etc/MAKEDEV.tmpl: revision 1.208
Create the character device
Module Name:src
Committed By: martin
Date: Sun Sep 22 10:22:15 UTC 2019
Modified Files:
src/etc [netbsd-9]: MAKEDEV.tmpl
Log Message:
Pull up following revision(s) (requested by thorpej in ticket #211):
etc/MAKEDEV.tmpl: revision 1.208
Create the character device
Module Name:src
Committed By: martin
Date: Sun Sep 22 10:20:16 UTC 2019
Modified Files:
src/usr.sbin/installboot [netbsd-9]: evboards.c evboards.h
Log Message:
Pull up following revision(s) (requested by thorpej in ticket #210):
usr.sbin/installboot/evboards.h: re
Module Name:src
Committed By: martin
Date: Sun Sep 22 10:20:16 UTC 2019
Modified Files:
src/usr.sbin/installboot [netbsd-9]: evboards.c evboards.h
Log Message:
Pull up following revision(s) (requested by thorpej in ticket #210):
usr.sbin/installboot/evboards.h: re
Module Name:src
Committed By: jmcneill
Date: Sun Sep 22 09:54:57 UTC 2019
Modified Files:
src/sys/dev/pci: files.pci
Log Message:
Correct mcx comment, drop mii dependency
To generate a diff of this commit:
cvs rdiff -u -r1.414 -r1.415 src/sys/dev/pci/files.pci
Please no
Module Name:src
Committed By: jmcneill
Date: Sun Sep 22 09:54:57 UTC 2019
Modified Files:
src/sys/dev/pci: files.pci
Log Message:
Correct mcx comment, drop mii dependency
To generate a diff of this commit:
cvs rdiff -u -r1.414 -r1.415 src/sys/dev/pci/files.pci
Please no
Date:Sun, 22 Sep 2019 07:23:00 +0100
From:Nick Hudson
Message-ID: <793d2380-8d1a-78ab-3682-0468aea0d...@gmx.co.uk>
| I was merely pointing out that it exists already.
Understood, and thanks - at a minimum that will avoid adding
it with a different name.
| I'm ha
On 12.04.2018 06:38, Ryota Ozaki wrote:
> Module Name: src
> Committed By: ozaki-r
> Date: Thu Apr 12 04:38:13 UTC 2018
>
> Modified Files:
> src/sys/net: if.h route.c route.h rtsock.c
>
> Log Message:
> Resolve tangled lock dependencies in route.c
>
> This change sweeps remaining
Module Name:src
Committed By: kamil
Date: Sun Sep 22 09:03:07 UTC 2019
Modified Files:
src/sys/dev/ic: malo.c
Log Message:
Reduce always true comparison in malo_cmd_set_txpower()
powerlevel is already checked for >=30 in the previous condition.
Found by the lgtm bot.
T
Module Name:src
Committed By: kamil
Date: Sun Sep 22 09:03:07 UTC 2019
Modified Files:
src/sys/dev/ic: malo.c
Log Message:
Reduce always true comparison in malo_cmd_set_txpower()
powerlevel is already checked for >=30 in the previous condition.
Found by the lgtm bot.
T
> On further thought, I think your patch won't work correctly in cases
> where USB controllers are detached. For example, if you attach usb0
> and usb1, and then detach usb0, getusbcount_device() will return 1,
> and usbdevs will try to list devices only on the detached usb0, and
> not on the stil
Matthew,
On further thought, I think your patch won't work correctly in cases
where USB controllers are detached. For example, if you attach usb0
and usb1, and then detach usb0, getusbcount_device() will return 1,
and usbdevs will try to list devices only on the detached usb0, and
not on the stil
Module Name:src
Committed By: mrg
Date: Sun Sep 22 08:21:35 UTC 2019
Modified Files:
src/sys/dev/pci: files.pci
Log Message:
add mcx attachment.
To generate a diff of this commit:
cvs rdiff -u -r1.413 -r1.414 src/sys/dev/pci/files.pci
Please note that diffs are not publ
Module Name:src
Committed By: mrg
Date: Sun Sep 22 08:21:35 UTC 2019
Modified Files:
src/sys/dev/pci: files.pci
Log Message:
add mcx attachment.
To generate a diff of this commit:
cvs rdiff -u -r1.413 -r1.414 src/sys/dev/pci/files.pci
Please note that diffs are not publ
Hi mrg
You wrote:
> > Look for up to 16 USB controllers, to match the number of device nodes
> > now created by MAKEDEV.
>
> thanks for doing this. you inspired me to get usbdevs to get the
> count from drvctl(8) if available, so next time we don't have to
> patch it again. based upon the code
1 - 100 of 108 matches
Mail list logo