Module Name:src
Committed By: leot
Date: Wed Feb 12 09:43:19 UTC 2020
Modified Files:
src/sbin/mount_msdos: mount_msdos.8
Log Message:
Fix a thinko
Reported by qjsgkem via #netbsd-code, thanks!
To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/sbin/mount
Module Name:src
Committed By: riastradh
Date: Wed Feb 12 15:59:59 UTC 2020
Modified Files:
src/sys/dev/usb: usbdi.c
Log Message:
Nothing guarantees xfer's timeout has completed.
Wait for it when we free the xfer.
To generate a diff of this commit:
cvs rdiff -u -r1.189 -
Module Name:src
Committed By: riastradh
Date: Wed Feb 12 15:59:30 UTC 2020
Modified Files:
src/sys/dev/usb: usb.c usbdi.h
Log Message:
Teach usb_rem_task to return whether removed from queue or not.
To generate a diff of this commit:
cvs rdiff -u -r1.180 -r1.181 src/sys/
Module Name:src
Committed By: riastradh
Date: Wed Feb 12 15:59:44 UTC 2020
Modified Files:
src/sys/dev/usb: usb.c usbdi.h
Log Message:
New function usb_task_pending for diagnostic assertions.
Usable only for negative diagnostic assertions:
KASSERT(!usb_task_pendi
Module Name:src
Committed By: riastradh
Date: Wed Feb 12 16:00:17 UTC 2020
Modified Files:
src/sys/dev/usb: usbdi.c usbdivar.h
Log Message:
New xfer state variables ux_timeout_set and ux_timeout_reset.
These are needed because:
- The host controller interrupt cannot wait
Module Name:src
Committed By: riastradh
Date: Wed Feb 12 16:00:34 UTC 2020
Modified Files:
src/sys/dev/usb: ehci.c
Log Message:
Fix steady state of timeouts in ehci.
This is complicated because:
1. There are three ways that an xfer can be completed:
(a) hardware inter
Module Name:src
Committed By: riastradh
Date: Wed Feb 12 16:01:00 UTC 2020
Modified Files:
src/sys/arch/mips/adm5120/dev: ahci.c
src/sys/dev/usb: ehci.c motg.c ohci.c uhci.c usbdi.c usbdi.h usbdivar.h
xhci.c
src/sys/external/bsd/dwc2: dwc2.c dwc2
Module Name:src
Committed By: riastradh
Date: Wed Feb 12 16:02:01 UTC 2020
Modified Files:
src/sys/arch/mips/adm5120/dev: ahci.c
src/sys/dev/usb: ehci.c ohci.c uhci.c vhci.c xhci.c
src/sys/external/bsd/dwc2: dwc2.c
Log Message:
Fix steady state of root intr
Module Name:src
Committed By: skrll
Date: Wed Feb 12 16:08:19 UTC 2020
Modified Files:
src/sys/arch/arm/arm32: pmap.c
Log Message:
Minor changes to make pmap_grow_l2_bucket look more like
pmap_alloc_l2_bucket. NFCI.
To generate a diff of this commit:
cvs rdiff -u -r1.38
Module Name:src
Committed By: sjg
Date: Wed Feb 12 16:50:37 UTC 2020
Modified Files:
src/usr.bin/make: meta.c
Log Message:
meta_compat_parent check for USE_FILEMON
patch from Soeren Tempel
To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.79 src/usr.bin/make/me
Module Name:src
Committed By: skrll
Date: Wed Feb 12 17:31:51 UTC 2020
Modified Files:
src/sys/arch/arm/arm32: pmap.c
Log Message:
Add a KASERT that we're not overwriting anything in pmap_growkernel
To generate a diff of this commit:
cvs rdiff -u -r1.389 -r1.390 src/sys/
Module Name:src
Committed By: skrll
Date: Wed Feb 12 17:34:18 UTC 2020
Modified Files:
src/sys/arch/arm/arm32: pmap.c
Log Message:
Add a CTASSERT to pmap_grow_l2_bucket that PAGE_SIZE is a multiple of
L2_TABLE_SIZE_REAL.
To generate a diff of this commit:
cvs rdiff -u -r
Module Name:src
Committed By: skrll
Date: Wed Feb 12 17:36:41 UTC 2020
Modified Files:
src/sys/arch/arm/arm32: pmap.c
Log Message:
Convert the DEBUG code in pmap_grow_map to DIAGNOSTIC
To generate a diff of this commit:
cvs rdiff -u -r1.391 -r1.392 src/sys/arch/arm/arm32
Module Name:src
Committed By: thorpej
Date: Wed Feb 12 18:11:30 UTC 2020
Modified Files:
src/sys/arch/evbarm/stand/gzboot/NSLU2_dram_0x01d0: ldscript
Log Message:
Because everything goes into the same memory region at run-time in this
configuration *and* image data con
Module Name:src
Committed By: jdolecek
Date: Wed Feb 12 18:35:02 UTC 2020
Modified Files:
src/sys/external/bsd/drm2/linux: linux_pci.c
Log Message:
re-enable MSI - this actually enables MSI only for intel/radeon/generic
which are reported to work fine, while nouveau (which
Module Name:src
Committed By: martin
Date: Wed Feb 12 19:35:31 UTC 2020
Modified Files:
src/sys/kern [netbsd-9]: kern_lwp.c
Log Message:
Pull up following revision(s) (requested by maya in ticket #697):
sys/kern/kern_lwp.c: revision 1.224
sys/kern/kern_lwp
Module Name:src
Committed By: martin
Date: Wed Feb 12 19:37:33 UTC 2020
Modified Files:
src/external/bsd/ppp/dist/pppd [netbsd-9]: eap.c
Log Message:
Pull up following revision(s) (requested by christos in ticket #698):
external/bsd/ppp/dist/pppd/eap.c: revision 1
Module Name:src
Committed By: martin
Date: Wed Feb 12 19:41:13 UTC 2020
Modified Files:
src/sys/net/npf [netbsd-9]: npf_ruleset.c
Log Message:
Pull up following revision(s) (requested by christos in ticket #699):
sys/net/npf/npf_ruleset.c: revision 1.50
PR/54950:
Module Name:src
Committed By: martin
Date: Wed Feb 12 19:44:27 UTC 2020
Modified Files:
src/share/man/man5 [netbsd-9]: fstab.5
Log Message:
Pull up following revision(s) (requested by christos in ticket #700):
share/man/man5/fstab.5: revision 1.45
fstab.5: add me
Module Name:src
Committed By: thorpej
Date: Wed Feb 12 19:55:32 UTC 2020
Modified Files:
src/sys/arch/evbarm/stand/gzboot: Makefile.gzboot gzboot.c
Log Message:
Allow a configuration to specify an arbitrary address where the
compressed kernel image is located, in the event
Module Name:src
Committed By: martin
Date: Wed Feb 12 19:55:57 UTC 2020
Modified Files:
src/external/cddl/osnet/dev/dtrace/aarch64 [netbsd-9]: dtrace_isa.c
dtrace_subr.c
src/external/cddl/osnet/dev/fbt/aarch64 [netbsd-9]: fbt_isa.c
src/external/c
Module Name:src
Committed By: martin
Date: Wed Feb 12 19:59:22 UTC 2020
Modified Files:
src/sys/miscfs/kernfs [netbsd-9]: kernfs.h kernfs_vfsops.c
kernfs_vnops.c
Log Message:
Pull up following revision(s) (requested by riastradh in ticket #702):
sys/mi
Module Name:src
Committed By: martin
Date: Wed Feb 12 20:02:20 UTC 2020
Modified Files:
src/sys/external/bsd/common/linux [netbsd-9]: linux_work.c
Log Message:
Pull up following revision(s) (requested by riastradh in ticket #703):
sys/external/bsd/common/linux/lin
Module Name:src
Committed By: martin
Date: Wed Feb 12 20:05:58 UTC 2020
Modified Files:
src/sys/dev/usb [netbsd-9]: uatp.c
Log Message:
Pull up following revision(s) (requested by riastradh in ticket #704):
sys/dev/usb/uatp.c: revision 1.20
sys/dev/usb/uat
Module Name:src
Committed By: jdolecek
Date: Wed Feb 12 20:08:32 UTC 2020
Modified Files:
src/sys/external/bsd/drm2/dist/drm/nouveau: nouveau_fbcon.c
Log Message:
fix error path when nouveaufb fails to attach (such as when it's not
actually configured into the kernel), the
Module Name:src
Committed By: martin
Date: Wed Feb 12 20:10:10 UTC 2020
Modified Files:
src/sys/arch/aarch64/aarch64 [netbsd-9]: aarch64_machdep.c
src/sys/arch/aarch64/include [netbsd-9]: machdep.h
src/sys/arch/arm/arm32 [netbsd-9]: arm32_machdep.c
s
Module Name:src
Committed By: martin
Date: Wed Feb 12 20:17:14 UTC 2020
Modified Files:
src/sys/arch/mac68k/nubus [netbsd-7]: grf_nubus.c
Log Message:
Pull up following revision(s) (requested by tsutsui in ticket #1721):
sys/arch/mac68k/nubus/grf_nubus.c: revision
Module Name:src
Committed By: martin
Date: Wed Feb 12 20:15:04 UTC 2020
Modified Files:
src/doc [netbsd-8]: CHANGES-8.2
Log Message:
Ticket #1503
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.96 -r1.1.2.97 src/doc/CHANGES-8.2
Please note that diffs are not pub
Module Name:src
Committed By: martin
Date: Wed Feb 12 20:13:57 UTC 2020
Modified Files:
src/external/bsd/ppp/dist/pppd [netbsd-8]: eap.c
Log Message:
Pull up following revision(s) (requested by christos in ticket #1503):
external/bsd/ppp/dist/pppd/eap.c: revision
Module Name:src
Committed By: martin
Date: Wed Feb 12 20:11:33 UTC 2020
Modified Files:
src/doc [netbsd-9]: CHANGES-9.0
Log Message:
Tickets #697 - #705
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.177 -r1.1.2.178 src/doc/CHANGES-9.0
Please note that diffs ar
Module Name:src
Committed By: martin
Date: Wed Feb 12 20:19:10 UTC 2020
Modified Files:
src/external/bsd/ppp/dist/pppd [netbsd-7]: eap.c
Log Message:
Pull up following revision(s) (requested by christos in ticket #1722):
external/bsd/ppp/dist/pppd/eap.c: revision
Module Name:src
Committed By: martin
Date: Wed Feb 12 20:21:12 UTC 2020
Modified Files:
src/doc [netbsd-7]: CHANGES-7.3
Log Message:
Tickets #1721 and #1722
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.75 -r1.1.2.76 src/doc/CHANGES-7.3
Please note that diffs
Module Name:src
Committed By: martin
Date: Wed Feb 12 20:22:35 UTC 2020
Modified Files:
src/doc [netbsd-7-1]: CHANGES-7.1.3
Log Message:
Ticket #1722
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.67 -r1.1.2.68 src/doc/CHANGES-7.1.3
Please note that diffs are n
Module Name:src
Committed By: jdolecek
Date: Wed Feb 12 20:22:37 UTC 2020
Modified Files:
src/sys/external/bsd/drm2/dist/drm/ttm: ttm_bo.c
Log Message:
mark case fallthrough to avoid warning
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/sys/external/b
Module Name:src
Committed By: martin
Date: Wed Feb 12 20:22:07 UTC 2020
Modified Files:
src/external/bsd/ppp/dist/pppd [netbsd-7-1]: eap.c
Log Message:
Pull up following revision(s) (requested by christos in ticket #1722):
external/bsd/ppp/dist/pppd/eap.c: revisio
Module Name:src
Committed By: martin
Date: Wed Feb 12 20:23:39 UTC 2020
Modified Files:
src/external/bsd/ppp/dist/pppd [netbsd-7-0]: eap.c
Log Message:
Pull up following revision(s) (requested by christos in ticket #1722):
external/bsd/ppp/dist/pppd/eap.c: revisio
Module Name:src
Committed By: martin
Date: Wed Feb 12 20:24:07 UTC 2020
Modified Files:
src/doc [netbsd-7-0]: CHANGES-7.0.3
Log Message:
Ticket #1722
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.159 -r1.1.2.160 src/doc/CHANGES-7.0.3
Please note that diffs are
Module Name:src
Committed By: jdolecek
Date: Wed Feb 12 20:25:48 UTC 2020
Modified Files:
src/sys/external/bsd/drm2/dist/drm/nouveau: nouveau_fbcon.c
Log Message:
don't consider it error when nouveaufbbus fails to attach, it currently
can happen only not configured into th
Module Name:src
Committed By: jdolecek
Date: Wed Feb 12 20:31:46 UTC 2020
Modified Files:
src/sys/external/bsd/drm2/dist/drm/nouveau: nouveau_fbcon.c
Log Message:
remove superfluous static variable used only to zero attach args
To generate a diff of this commit:
cvs rdif
Module Name:src
Committed By: jdolecek
Date: Wed Feb 12 22:34:51 UTC 2020
Modified Files:
src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/pci:
nouveau_nvkm_subdev_pci_base.c
Log Message:
adjust the PCI interrupt allocation code to work the same as
drm_pc
Module Name:src
Committed By: jmcneill
Date: Thu Feb 13 00:02:40 UTC 2020
Modified Files:
src/sys/arch/arm/acpi: acpi_pci_n1sdp.c
Log Message:
Enable MSI and MSI-X support on N1SDP
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/acpi/acpi_pci
Module Name:src
Committed By: jmcneill
Date: Thu Feb 13 00:02:21 UTC 2020
Modified Files:
src/sys/arch/arm/acpi: acpi_iort.c acpi_iort.h acpi_pci_machdep.c
gicv3_acpi.c
src/sys/arch/arm/include: pci_machdep.h
src/sys/arch/arm/pci: pci_msi_machdep
Module Name:src
Committed By: jmcneill
Date: Thu Feb 13 00:42:59 UTC 2020
Modified Files:
src/sys/arch/arm/cortex: gicv3.c gicv3.h gicv3_its.c
Log Message:
Since all ITS instances share a common LPI configuration table, used a
shared vmem arena to allocate pic irqs. Idea f
Module Name:src
Committed By: jmcneill
Date: Thu Feb 13 02:12:07 UTC 2020
Modified Files:
src/sys/arch/arm/cortex: gicv3.c gicv3_its.c
Log Message:
Make intr affinity work with MSIs again
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/sys/arch/arm/cort
Module Name:src
Committed By: christos
Date: Thu Feb 13 02:53:46 UTC 2020
Modified Files:
src/tests/lib/libc/sys: t_ptrace_x86_wait.h
Log Message:
Turn off optimization on a function which contains constant labels.
The optimizer splits it and we end up with 2 copies and du
Module Name:src
Committed By: kre
Date: Thu Feb 13 05:19:05 UTC 2020
Modified Files:
src/bin/sh: expand.c expand.h
Log Message:
When expanding a here-doc (NXHERE - the type with an unquoted end delim)
the output will not be further processed (at all) so there is no need
to
Module Name:src
Committed By: skrll
Date: Thu Feb 13 06:28:25 UTC 2020
Modified Files:
src/sys/arch/arm/pci: pci_msi_machdep.c
Log Message:
spaces ->
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/arm/pci/pci_msi_machdep.c
Please note that dif
Module Name:src
Committed By: skrll
Date: Thu Feb 13 07:40:24 UTC 2020
Modified Files:
src/sys/arch/arm/include/arm32: param.h
Log Message:
Bump the amount of KMEM allowed to 1/3rd of KVM. _ARCH_ARM_6 has a split
of 2:2 and others have a split of 3:1.
Tested by martin@
48 matches
Mail list logo