Module Name:src
Committed By: yamaguchi
Date: Mon May 25 07:20:15 UTC 2020
Modified Files:
src/sys/arch/amd64/conf: ALL
src/sys/arch/i386/conf: ALL
src/sys/dev/pci: if_vioif.c
Log Message:
Obsolete VIOIF_SOFTINT_INTR
The kernel option is introduced to real
Module Name:src
Committed By: yamaguchi
Date: Mon May 25 07:29:52 UTC 2020
Modified Files:
src/sys/dev/pci: virtio.c virtio_pci.c virtiovar.h
Log Message:
Remove VIRTIO_F_PCI_INTR_SOFTINT support for multiqueue
The functionality is no longer used by obsolating VIOIF_SOFTI
Module Name:src
Committed By: yamaguchi
Date: Mon May 25 07:37:47 UTC 2020
Modified Files:
src/sys/dev/pci: virtio.c virtio_pci.c virtiovar.h
Log Message:
Register an interrupt handler for virtqueue to that for pci
to reduce function call
To generate a diff of this commi
Module Name:src
Committed By: yamaguchi
Date: Mon May 25 07:52:16 UTC 2020
Modified Files:
src/sys/dev/pci: if_vioif.c virtio.c virtio_pci.c virtiovar.h
Log Message:
Set handlers implemented in child device of virtio(4) to virtqueue
instead of the commonized function
To
Module Name:src
Committed By: yamaguchi
Date: Mon May 25 08:16:23 UTC 2020
Modified Files:
src/sys/dev/pci: if_vioif.c
Log Message:
Introduce packet handling in softint or kthread for vioif(4)
To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 src/sys/dev/pci/
Module Name:src
Committed By: yamaguchi
Date: Mon May 25 08:22:39 UTC 2020
Modified Files:
src/sys/dev/pci: if_vioif.c
Log Message:
Fix the wrong segment size in vioif(4)
To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 src/sys/dev/pci/if_vioif.c
Please not
Module Name:src
Committed By: yamaguchi
Date: Mon May 25 08:25:29 UTC 2020
Modified Files:
src/sys/dev/pci: if_vioif.c
Log Message:
Fix typo in comments
To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 src/sys/dev/pci/if_vioif.c
Please note that diffs are n
Module Name:src
Committed By: yamaguchi
Date: Mon May 25 08:41:13 UTC 2020
Modified Files:
src/sys/dev/pci: if_vioif.c
Log Message:
Replace macros with static functions for refactoring
To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 src/sys/dev/pci/if_vioif
Module Name:src
Committed By: yamaguchi
Date: Mon May 25 09:07:43 UTC 2020
Modified Files:
src/sys/dev/pci: if_vioif.c
Log Message:
Remove redundant checks.
There is the same check in vioif_send_common_locked()
To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.5
Module Name:src
Committed By: yamaguchi
Date: Mon May 25 09:25:31 UTC 2020
Modified Files:
src/sys/dev/pci: if_vioif.c
Log Message:
Always hold tx lock in deferred transmit to send all packets
There may be packets that enqueued before another transmission
releases the loc
Module Name:src
Committed By: yamaguchi
Date: Mon May 25 09:31:09 UTC 2020
Modified Files:
src/sys/dev/pci: if_vioif.c
Log Message:
Populate mbufs in the packet receiving process, not in a softint
To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 src/sys/dev
Module Name:src
Committed By: yamaguchi
Date: Mon May 25 09:36:18 UTC 2020
Modified Files:
src/sys/dev/pci: if_vioif.c
Log Message:
Introduce the lock for vioif_softc to avoid a race condition
in vioif_update_link_status()
The function is called in both vioif_init() and s
Module Name:src
Committed By: yamaguchi
Date: Mon May 25 09:41:27 UTC 2020
Modified Files:
src/sys/dev/pci: if_vioif.c
Log Message:
Use evcnt(9) to record error status in vioif(4)
To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 src/sys/dev/pci/if_vioif.c
P
Module Name:src
Committed By: yamaguchi
Date: Mon May 25 09:45:40 UTC 2020
Modified Files:
src/sys/dev/pci: if_vioif.c
Log Message:
Stop all processing related to rx before that related to tx for safety
To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 src/sy
Module Name:src
Committed By: nonaka
Date: Mon May 25 10:14:58 UTC 2020
Modified Files:
src/sys/dev/hyperv: hvs.c vmbus.c
Log Message:
Use howmany() macro.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/dev/hyperv/hvs.c
cvs rdiff -u -r1.8 -r1.9 src/s
Module Name:src
Committed By: jmcneill
Date: Mon May 25 10:35:17 UTC 2020
Modified Files:
src/sys/dev/pci: if_mcx.c
Log Message:
Add __KERNEL_RCSID
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/dev/pci/if_mcx.c
Please note that diffs are not publ
Module Name:src
Committed By: ryo
Date: Mon May 25 10:39:49 UTC 2020
Modified Files:
src/sys/arch/aarch64/aarch64: disasm.c
Log Message:
disassemblable pointer authentication insns
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/aarch64/aarch64/d
Module Name:src
Committed By: jmcneill
Date: Mon May 25 11:06:49 UTC 2020
Modified Files:
src/distrib/utils/embedded/conf: armv7.conf
Log Message:
Switch to GPT w/ hybrid MBR for armv7 images
To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 src/distrib/utils
Module Name:src
Committed By: jmcneill
Date: Mon May 25 11:11:52 UTC 2020
Modified Files:
src/distrib/utils/embedded/conf: armv7.conf
Log Message:
No need to rename netbsd-GENERIC.img to kernel7.img
To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 src/distri
Module Name:src
Committed By: skrll
Date: Mon May 25 13:55:31 UTC 2020
Modified Files:
src/sys/dev/usb: uhci.c
Log Message:
Be more careful with transfer descriptors and crossing page boundaries
Enable USBMALLOC_MULTISEG
To generate a diff of this commit:
cvs rdiff -u -
Module Name:src
Committed By: christos
Date: Mon May 25 14:52:48 UTC 2020
Modified Files:
src/lib/libc/time: Makefile NEWS localtime.c private.h strftime.c
theory.html tz-art.html tz-link.html tzfile.5 version zdump.8
zdump.c zic.8 zic.c
Log Message
Module Name:src
Committed By: christos
Date: Mon May 25 14:54:26 UTC 2020
Modified Files:
src/doc: 3RDPARTY CHANGES
Log Message:
new tzcode2020a
To generate a diff of this commit:
cvs rdiff -u -r1.1717 -r1.1718 src/doc/3RDPARTY
cvs rdiff -u -r1.2692 -r1.2693 src/doc/CHAN
Module Name:src
Committed By: christos
Date: Mon May 25 15:13:25 UTC 2020
Modified Files:
src/external/mpl/bind/dist/lib/ns: client.c
src/external/mpl/bind/dist/lib/ns/include/ns: client.h
Log Message:
Fix stats counters to be 32 bits on ILP32
To generate a diff
Module Name:src
Committed By: christos
Date: Mon May 25 15:12:54 UTC 2020
Modified Files:
src/external/mpl/bind: Makefile.inc
Log Message:
Fix static linking.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/mpl/bind/Makefile.inc
Please note that
Module Name:src
Committed By: christos
Date: Mon May 25 15:14:04 UTC 2020
Modified Files:
src/external/mpl/bind/dist/lib/dns: zone.c
src/external/mpl/bind/dist/lib/dns/include/dns: zone.h
Log Message:
Pointless to force use of 64 bit atomics on flags fields that fi
Module Name:src
Committed By: martin
Date: Mon May 25 15:26:05 UTC 2020
Modified Files:
src/lib/libc/compat/gen [netbsd-9]: compat_ldexp_ieee754.c
Log Message:
Pull up following revision(s) (requested by riastradh in ticket #920):
lib/libc/compat/gen/compat_ldexp_
Module Name:src
Committed By: martin
Date: Mon May 25 15:31:45 UTC 2020
Modified Files:
src/sys/dev/usb [netbsd-9]: xhci.c
Log Message:
Pull up following revision(s) (requested by jakllsch in ticket #921):
sys/dev/usb/xhci.c: revision 1.129
xhci(4): only usbd_xfe
Module Name:src
Committed By: christos
Date: Mon May 25 15:37:51 UTC 2020
Modified Files:
src/external/mpl/dhcp: Makefile.inc
Log Message:
Fix static build
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/mpl/dhcp/Makefile.inc
Please note that di
Module Name:src
Committed By: martin
Date: Mon May 25 15:39:54 UTC 2020
Modified Files:
src/sys/arch/x86/x86 [netbsd-9]: cpu_topology.c
Log Message:
Pull up following revision(s) (requested by mlelstv in ticket #922):
sys/arch/x86/x86/cpu_topology.c: revision 1.18
Module Name:src
Committed By: martin
Date: Mon May 25 15:54:15 UTC 2020
Modified Files:
src/external/gpl3/gdb/dist/gdb [netbsd-9]: alpha-tdep.c
Log Message:
Pull up following revision(s) (requested by rin in ticket #924):
external/gpl3/gdb/dist/gdb/alpha-tdep.c: r
Module Name:src
Committed By: martin
Date: Mon May 25 17:00:20 UTC 2020
Modified Files:
src/tests/lib/libc/sys [netbsd-9]: t_ptrace_wait.c
Log Message:
Apply patch, requested by kamil in ticket #925:
Cherry-pick from:
tests/lib/libc/sys/t_ptrace_fork_wait.h 1.2
Module Name:src
Committed By: martin
Date: Mon May 25 17:06:52 UTC 2020
Modified Files:
src/tests/lib/libc/sys [netbsd-9]: t_ptrace_wait.c
Log Message:
Apply patch, requested by kamil in ticket #925:
Adaption of:
tests/lib/libc/sys/t_ptrace_fork_wait.h 1.3,1.4,1.6
Module Name:src
Committed By: martin
Date: Mon May 25 17:12:26 UTC 2020
Modified Files:
src/sys/arch/sparc/sparc [netbsd-9]: process_machdep.c
Log Message:
Pull up following revision(s) (requested by kamil in ticket #926):
sys/arch/sparc/sparc/process_machdep.c: r
Module Name:src
Committed By: martin
Date: Mon May 25 17:19:37 UTC 2020
Modified Files:
src/sys/kern [netbsd-9]: subr_thmap.c
Log Message:
Pull up following revision(s) (requested by rmind in ticket #929):
sys/kern/subr_thmap.c: revision 1.6
thmap(9): merge chang
Module Name:src
Committed By: martin
Date: Mon May 25 17:25:28 UTC 2020
Modified Files:
src/sys/net/npf [netbsd-9]: npf_conf.c npf_conn.c npf_conn.h
npf_conndb.c npf_inet.c npf_nat.c
src/usr.sbin/npf/npfctl [netbsd-9]: npf_build.c npf_show.c npfctl.h
Lo
Module Name:src
Committed By: martin
Date: Mon May 25 17:27:19 UTC 2020
Modified Files:
src/usr.sbin/npf/npfctl [netbsd-9]: npf_show.c
Log Message:
Pull up following revision(s) (requested by rmind in ticket #931):
usr.sbin/npf/npfctl/npf_show.c: revision 1.30
PR
Module Name:src
Committed By: martin
Date: Mon May 25 17:29:28 UTC 2020
Modified Files:
src/usr.sbin/npf/npfctl [netbsd-9]: npf_scan.l
Log Message:
Pull up following revision(s) (requested by rmind in ticket #932):
usr.sbin/npf/npfctl/npf_scan.l: revision 1.31
PR
Module Name:src
Committed By: martin
Date: Mon May 25 17:31:36 UTC 2020
Modified Files:
src/doc [netbsd-9]: CHANGES-9.1
Log Message:
Tickets #920 - #922, #924 - #926, #929 - #932
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.61 -r1.1.2.62 src/doc/CHANGES-9.1
P
Module Name:src
Committed By: martin
Date: Mon May 25 17:48:16 UTC 2020
Modified Files:
src/sys/kern [netbsd-8]: kern_time.c
src/sys/netinet [netbsd-8]: igmp.c
Log Message:
Pull up following revision(s) (requested by christos in ticket #1549):
sys/netinet/
Module Name:src
Committed By: martin
Date: Mon May 25 17:49:03 UTC 2020
Modified Files:
src/doc [netbsd-8]: CHANGES-8.3
Log Message:
Ticket #1549
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.10 -r1.1.2.11 src/doc/CHANGES-8.3
Please note that diffs are not pub
Module Name:src
Committed By: riastradh
Date: Mon May 25 17:56:19 UTC 2020
Modified Files:
src/sys/arch/evbmips/loongson/dev: kb3310.c
Log Message:
Switch to CFATTACH_DECL_NEW.
This driver doesn't compile -- never has since it was imported from
OpenBSD -- but in case anyo
Module Name:src
Committed By: jdolecek
Date: Mon May 25 18:29:25 UTC 2020
Modified Files:
src/sys/dev/ata: ata.c atavar.h
Log Message:
make ata_downgrade_mode() static, it's not used anywhere else
To generate a diff of this commit:
cvs rdiff -u -r1.157 -r1.158 src/sys/de
Module Name:src
Committed By: thorpej
Date: Mon May 25 19:01:15 UTC 2020
Modified Files:
src/sys/dev/gpib: hil_gpib.c
Log Message:
This driver is incomplete and doens't even compile, but make it
use CFATTACH_DECL_NEW() anyway.
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: jdolecek
Date: Mon May 25 19:05:30 UTC 2020
Modified Files:
src/sys/dev/ata: ata.c
Log Message:
disable downgrade of ATA mode from DMA, as generally not relevant
any more - while it has been instrumental to inadvertedly discover
driver bugs in
Module Name:src
Committed By: thorpej
Date: Mon May 25 19:13:28 UTC 2020
Modified Files:
src/sys/dev/pci: ubsec.c
Log Message:
unifdef everything-but-NetBSD. Gets rid of a naked cfattach decl.
To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 src/sys/dev/pci
Module Name:src
Committed By: ad
Date: Mon May 25 19:29:09 UTC 2020
Modified Files:
src/sys/uvm: uvm_bio.c
Log Message:
ubc_uiomove_direct(): if UBC_FAULTBUSY, the left-over portion of the final
page needs to be zeroed.
To generate a diff of this commit:
cvs rdiff -u -r1
Module Name:src
Committed By: ad
Date: Mon May 25 19:46:20 UTC 2020
Modified Files:
src/sys/uvm: uvm_pdaemon.c
Log Message:
uvm_pageout_done(): do nothing when npages is zero.
To generate a diff of this commit:
cvs rdiff -u -r1.126 -r1.127 src/sys/uvm/uvm_pdaemon.c
Plea
Module Name:src
Committed By: jmcneill
Date: Mon May 25 19:47:59 UTC 2020
Modified Files:
src/sys/dev/mii: miivar.h
Log Message:
Add MIIF_RXID and MIIF_TXID flags to signal that RX or TX delays are required,
from OpenBSD.
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: jmcneill
Date: Mon May 25 19:48:38 UTC 2020
Modified Files:
src/sys/dev/mii: brgphy.c brgphyreg.h
Log Message:
Add support for BCM54213PE RGMII clock delays, from OpenBSD
To generate a diff of this commit:
cvs rdiff -u -r1.89 -r1.90 src/sys/
Module Name:src
Committed By: jmcneill
Date: Mon May 25 19:49:28 UTC 2020
Modified Files:
src/sys/dev/acpi: genet_acpi.c
src/sys/dev/fdt: genet_fdt.c
src/sys/dev/ic: bcmgenet.c bcmgenetvar.h
Log Message:
Improve RGMII TX / RX delay handling, from OpenBSD.
Module Name:src
Committed By: ad
Date: Mon May 25 20:13:00 UTC 2020
Modified Files:
src/sys/uvm: uvm_aobj.c
Log Message:
PR kern/55300: ubciomove triggers page not dirty assertion
If overwriting an existing page, mark it dirty since there may be no
managed mapping to trac
Module Name:src
Committed By: christos
Date: Mon May 25 20:40:58 UTC 2020
Update of /cvsroot/src/external/bsd/ntp/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv3563
Log Message:
(4.2.8p14) 2020/03/03 Released by Harlan Stenn
* [Sec 3610] process_control() should bail earlier
Module Name:src
Committed By: christos
Date: Mon May 25 20:47:38 UTC 2020
Modified Files:
src/external/bsd/ntp: importdate ntp2netbsd
src/external/bsd/ntp/bin/ntp-keygen: ntp-keygen.8
src/external/bsd/ntp/bin/ntpd: ntpd.8
src/external/bsd/ntp/bin/ntp
Module Name:src
Committed By: christos
Date: Mon May 25 20:54:08 UTC 2020
Modified Files:
src/external/bsd/ntp/dist/sntp/libopts: boolean.c configfile.c
Log Message:
Add FALLTHROUGH
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/bsd/ntp/dist/snt
Module Name:src
Committed By: christos
Date: Mon May 25 20:56:11 UTC 2020
Modified Files:
src/doc: CHANGES
Log Message:
new ntp
To generate a diff of this commit:
cvs rdiff -u -r1.2693 -r1.2694 src/doc/CHANGES
Please note that diffs are not public domain; they are subje
Module Name:src
Committed By: christos
Date: Mon May 25 20:56:54 UTC 2020
Modified Files:
src/doc: 3RDPARTY
Log Message:
new ntp
To generate a diff of this commit:
cvs rdiff -u -r1.1718 -r1.1719 src/doc/3RDPARTY
Please note that diffs are not public domain; they are sub
Module Name:src
Committed By: thorpej
Date: Mon May 25 21:05:01 UTC 2020
Modified Files:
src/sys/kern: subr_autoconf.c
Log Message:
Remove support for the !DVF_PRIV_ALLOC case; device_t and driver private
storage separation are now mandatory.
To generate a diff of this c
Module Name:src
Committed By: ad
Date: Mon May 25 21:15:10 UTC 2020
Modified Files:
src/sys/arch/hppa/hppa: pmap.c
src/sys/miscfs/genfs: genfs_io.c
src/sys/nfs: nfs_subs.c
src/sys/uvm: uvm_aobj.c uvm_object.c uvm_page_array.c uvm_page_array.h
Module Name:src
Committed By: ad
Date: Mon May 25 21:22:40 UTC 2020
Modified Files:
src/sys/uvm: uvm_page_array.c
Log Message:
Minor correction to previous.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/uvm/uvm_page_array.c
Please note that diffs a
Module Name:src
Committed By: ad
Date: Mon May 25 22:01:27 UTC 2020
Modified Files:
src/sys/uvm: uvm_page_array.c
Log Message:
Make previous work as intended. Bad programmer.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/uvm/uvm_page_array.c
Pleas
Module Name:src
Committed By: ad
Date: Mon May 25 22:04:51 UTC 2020
Modified Files:
src/sys/uvm: uvm_aobj.c
Log Message:
uao_get(): in the PGO_SYNCIO case use uvm_page_array and simplify control
flow a little bit.
To generate a diff of this commit:
cvs rdiff -u -r1.146 -
Module Name:src
Committed By: christos
Date: Mon May 25 23:16:35 UTC 2020
Update of /cvsroot/src/sys/external/bsd/acpica/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv850
Log Message:
30 April 2020. Summary of changes for version 20200430:
1) ACPICA kernel-resident subsystem
Module Name:src
Committed By: christos
Date: Mon May 25 23:19:28 UTC 2020
Modified Files:
src/sys/external/bsd/acpica/dist/compiler: aslcompiler.l aslload.c
aslpredef.c aslxref.c dtutils.c
src/sys/external/bsd/acpica/dist/disassembler: dmbuffer.c
Module Name:src
Committed By: christos
Date: Mon May 25 23:23:09 UTC 2020
Modified Files:
src/doc: 3RDPARTY CHANGES
Log Message:
new acpica
To generate a diff of this commit:
cvs rdiff -u -r1.1719 -r1.1720 src/doc/3RDPARTY
cvs rdiff -u -r1.2694 -r1.2695 src/doc/CHANGES
Module Name:src
Committed By: christos
Date: Mon May 25 23:40:44 UTC 2020
Update of /cvsroot/src/external/ibm-public/postfix/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv12760
Log Message:
Postfix versions 3.5.2, 3.4.12, 3.3.10, 3.2.15:
A TLS error for a database client caus
Module Name:src
Committed By: christos
Date: Mon May 25 23:47:14 UTC 2020
Modified Files:
src/external/ibm-public/postfix/dist: makedefs
src/external/ibm-public/postfix/dist/html: postconf.5.html
src/external/ibm-public/postfix/dist/man/man1: postfix.1
Module Name:src
Committed By: christos
Date: Mon May 25 23:48:26 UTC 2020
Modified Files:
src/doc: 3RDPARTY CHANGES
Log Message:
new postfix
To generate a diff of this commit:
cvs rdiff -u -r1.1720 -r1.1721 src/doc/3RDPARTY
cvs rdiff -u -r1.2695 -r1.2696 src/doc/CHANGES
Module Name:src
Committed By: kamil
Date: Tue May 26 00:50:54 UTC 2020
Modified Files:
src/sys/dev/iscsi: iscsi_ioctl.c
src/sys/kern: kern_proc.c sys_process.c
src/sys/uvm: uvm_extern.h uvm_map.h
Log Message:
Catch up with the usage of struct vmspace::vm_re
Module Name:src
Committed By: ryo
Date: Tue May 26 05:25:21 UTC 2020
Modified Files:
src/sys/arch/aarch64/aarch64: disasm.c
Log Message:
disassemblable bti insns
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/aarch64/aarch64/disasm.c
Please not
69 matches
Mail list logo