Module Name:src
Committed By: maxv
Date: Sun Apr 12 07:16:09 UTC 2020
Modified Files:
src/sys/kern: subr_cprng.c
src/sys/sys: cprng.h
Log Message:
Don't inline cprng_strong{32,64}(), so they can be called from asm.
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: jdolecek
Date: Sun Apr 12 07:41:11 UTC 2020
Modified Files:
src/sys/dev/usb: ums.c
Log Message:
further tweaks for USB_PRODUCT_MICROSOFT_24GHZ_XCVR80 from PR kern/55161
remove case for USB_PRODUCT_MICROSOFT_24GHZ_XCVR70, likely needs similar
Module Name:src
Committed By: maxv
Date: Sun Apr 12 07:49:58 UTC 2020
Modified Files:
src/sys/arch/aarch64/aarch64: aarch64_machdep.c cpufunc.c cpuswitch.S
db_trace.c genassym.cf locore.S vectors.S vm_machdep.c
src/sys/arch/aarch64/conf: Makefile.aarch64
Module Name:src
Committed By: martin
Date: Sun Apr 12 08:29:41 UTC 2020
Modified Files:
src/doc [netbsd-9]: 3RDPARTY
src/external/bsd/dhcpcd/dist/src [netbsd-9]: arp.c arp.h bpf.c bpf.h
common.h defs.h dhcp.c dhcp6.c dhcp6.h dhcpcd.c eloop.h if-bsd.c
Module Name:src
Committed By: martin
Date: Sun Apr 12 08:35:40 UTC 2020
Modified Files:
src/lib/libpthread/arch/powerpc [netbsd-9]: pthread_md.h
src/sys/arch/powerpc/powerpc [netbsd-9]: sig_machdep.c
Log Message:
Pull up following revision(s) (requested by rin in t
Module Name:src
Committed By: martin
Date: Sun Apr 12 08:39:42 UTC 2020
Modified Files:
src/sys/external/bsd/ipf/netinet [netbsd-9]: fil.c ip_frag.c
Log Message:
Pull up following revision(s) (requested by christos in ticket #827):
sys/external/bsd/ipf/netinet/fil
Module Name:src
Committed By: martin
Date: Sun Apr 12 08:44:43 UTC 2020
Modified Files:
src/distrib/sets/lists/man [netbsd-9]: mi
src/share/man/man4 [netbsd-9]: Makefile ucom.4
src/sys/dev/usb [netbsd-9]: files.usb ukyopon.c umodem.c
umodem_commo
Module Name:src
Committed By: martin
Date: Sun Apr 12 08:45:31 UTC 2020
Modified Files:
src/sys/dev/usb [netbsd-9]: usbdevs.h usbdevs_data.h
Log Message:
Regen for ticket #828 (uxrcom addition)
To generate a diff of this commit:
cvs rdiff -u -r1.760.4.3 -r1.760.4.4 src/s
Module Name:src
Committed By: martin
Date: Sun Apr 12 08:50:25 UTC 2020
Modified Files:
src/doc [netbsd-9]: CHANGES-9.1
Log Message:
Tickets #824 - #829
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.32 -r1.1.2.33 src/doc/CHANGES-9.1
Please note that diffs are
Module Name:src
Committed By: jdolecek
Date: Sun Apr 12 08:51:41 UTC 2020
Modified Files:
src/sys/kern: vfs_wapbl.c
Log Message:
fix race between wapbl_discard() and wapbl_biodone() on forced
unmount on shutdown with slow I/O device
wapbl_discard() needs to hold both wl_m
Module Name:src
Committed By: martin
Date: Sun Apr 12 08:48:57 UTC 2020
Modified Files:
src/sys/dev/acpi [netbsd-9]: acpi_ec.c
Log Message:
Pull up following revision(s) (requested by riastradh in ticket #829):
sys/dev/acpi/acpi_ec.c: revision 1.78
sys/dev
Module Name:src
Committed By: bouyer
Date: Sun Apr 12 11:16:59 UTC 2020
Modified Files:
src/sys/arch/xen/xen [bouyer-xenpvh]: evtchn.c
Log Message:
Now that we return from hypervisor_callback via Xdoreti, no need to emulate it
in evtchn_do_event() any more.
To generate a
Module Name:src
Committed By: roy
Date: Sun Apr 12 12:13:52 UTC 2020
Modified Files:
src/sys/netinet6: nd6.c
Log Message:
nd6: RTM_MISS reports RTA_AUTHOR once more
Just moves the logic to send RTM_MISS after the ICMP6 report as we
rely on that function to extract the req
Module Name:src
Committed By: christos
Date: Sun Apr 12 13:12:42 UTC 2020
Modified Files:
src/sys/kern: vfs_vnops.c
Log Message:
Pass NOCRED instead of NULL for credentials. These routines are supposed
to be accessing system ACL's on behalf of the kernel. This code appears
Module Name:src
Committed By: christos
Date: Sun Apr 12 13:30:16 UTC 2020
Modified Files:
src/sys/kern: syscalls.master
Log Message:
Change STD[:random-whitespace:]RUMP to STD\tRUMP
To generate a diff of this commit:
cvs rdiff -u -r1.298 -r1.299 src/sys/kern/syscalls.mas
Module Name:src
Committed By: christos
Date: Sun Apr 12 13:37:12 UTC 2020
Modified Files:
src/sys/kern: syscalls.master
Log Message:
change ' \t' to '\t'
To generate a diff of this commit:
cvs rdiff -u -r1.299 -r1.300 src/sys/kern/syscalls.master
Please note that diffs
Module Name:src
Committed By: jdolecek
Date: Sun Apr 12 13:55:06 UTC 2020
Modified Files:
src/sys/arch/xen/xen: if_xennet_xenbus.c
Log Message:
fix locking against myself panic in xennet_stop() on 'ifconfig xennet0 down'
xennet_stop() is called with IFNET already held
T
Module Name:src
Committed By: jdolecek
Date: Sun Apr 12 13:57:07 UTC 2020
Modified Files:
src/sys/arch/xen/xen: if_xennet_xenbus.c
Log Message:
move IFNET_UNLOCK() immediatelly after xennet_stop() call in detach,
doesn't need to be held for the disestablish
To generate a
Module Name:src
Committed By: skrll
Date: Sun Apr 12 15:36:18 UTC 2020
Modified Files:
src/sys/uvm/pmap: pmap.c pmap_tlb.c
Log Message:
Use UVMHIST_CALLARGS
To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 src/sys/uvm/pmap/pmap.c
cvs rdiff -u -r1.31 -r1.32 s
Module Name:src
Committed By: christos
Date: Sun Apr 12 15:55:53 UTC 2020
Modified Files:
src/sys/kern: vfs_vnops.c
Log Message:
delete debugging printf.
To generate a diff of this commit:
cvs rdiff -u -r1.208 -r1.209 src/sys/kern/vfs_vnops.c
Please note that diffs are
Module Name:src
Committed By: bouyer
Date: Sun Apr 12 16:35:49 UTC 2020
Modified Files:
src/sys/arch/i386/i386 [bouyer-xenpvh]: vector.S
Log Message:
The critical section handling is gone, remove comment about it
To generate a diff of this commit:
cvs rdiff -u -r1.85.6.2
Module Name:src
Committed By: jdolecek
Date: Sun Apr 12 17:02:52 UTC 2020
Modified Files:
src/sys/kern: vfs_wapbl.c
Log Message:
fix wapbl_discard() to actually discard the queued bufs properly - need
to set BC_INVAL for them, and also need to explicitly remove them
from t
Module Name:src
Committed By: tsutsui
Date: Sun Apr 12 17:13:30 UTC 2020
Modified Files:
src/distrib/notes/hp300: hardware
Log Message:
Fix typo.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/distrib/notes/hp300/hardware
Please note that diffs are no
Module Name:src
Committed By: bouyer
Date: Sun Apr 12 17:16:58 UTC 2020
Modified Files:
src/sys/arch/xen/x86 [bouyer-xenpvh]: xenfunc.c
Log Message:
kpreempt_disable() only for x86_64 (which calls pmap_changeprot_local)).
On i386 curcpu() is not valid yet and we don't need
Module Name:src
Committed By: bouyer
Date: Sun Apr 12 17:17:38 UTC 2020
Modified Files:
src/sys/arch/xen/x86 [bouyer-xenpvh]: xen_ipi.c
Log Message:
Add XEN_IPI_KPREEMPT to list of valid IPIs
To generate a diff of this commit:
cvs rdiff -u -r1.35.6.1 -r1.35.6.2 src/sys/a
Module Name:src
Committed By: bouyer
Date: Sun Apr 12 17:25:53 UTC 2020
Modified Files:
src/sys/arch/amd64/amd64 [bouyer-xenpvh]: genassym.cf lock_stubs.S
spl.S vector.S
src/sys/arch/i386/i386 [bouyer-xenpvh]: genassym.cf i386_trap.S
locore.S
Module Name:src
Committed By: martin
Date: Sun Apr 12 17:28:57 UTC 2020
Modified Files:
src/external/bsd/nvi/usr.bin/nvi: Makefile
Log Message:
Remove no longer needed workaround for PR/54656.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/external/bsd
Module Name:src
Committed By: martin
Date: Sun Apr 12 17:33:24 UTC 2020
Modified Files:
src/doc [netbsd-9]: 3RDPARTY
src/external/bsd/dhcpcd/dist/src [netbsd-9]: defs.h dhcp6.c
Log Message:
Apply patch, requested by roy in ticket #830:
external/bsd/dhcpcd/
Module Name:src
Committed By: martin
Date: Sun Apr 12 17:34:34 UTC 2020
Modified Files:
src/doc [netbsd-9]: CHANGES-9.1
Log Message:
Ticket #830
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.33 -r1.1.2.34 src/doc/CHANGES-9.1
Please note that diffs are not publ
Module Name:src
Committed By: leot
Date: Sun Apr 12 17:49:00 UTC 2020
Modified Files:
src/doc: HACKS
Log Message:
Hack removed in src/external/bsd/nvi/usr.bin/nvi/Makefile,-r1.21
It is no longer needed, per PR bin/54656.
To generate a diff of this commit:
cvs rdiff -u -
Module Name:src
Committed By: martin
Date: Sun Apr 12 17:57:13 UTC 2020
Modified Files:
src/external/bsd/dhcpcd/dist/src [netbsd-9]: dhcp6.c
Log Message:
Fix SMALL builds (requested by roy informally)
To generate a diff of this commit:
cvs rdiff -u -r1.11.2.6 -r1.11.2.7
Module Name:src
Committed By: jdolecek
Date: Sun Apr 12 18:14:09 UTC 2020
Modified Files:
src/sys/arch/xen/xen: xbd_xenbus.c
Log Message:
add KASSERT() for unaligned case to make sure it indeed happens only
for requests via physio
To generate a diff of this commit:
cvs r
Module Name:src
Committed By: bouyer
Date: Sun Apr 12 19:53:37 UTC 2020
Modified Files:
src/sys/arch/xen/x86 [bouyer-xenpvh]: xen_intr.c
Log Message:
We need to call x86_init_preempt() for all CPUs now.
To generate a diff of this commit:
cvs rdiff -u -r1.21.2.2 -r1.21.2.
Module Name:src
Committed By: christos
Date: Sun Apr 12 19:56:14 UTC 2020
Modified Files:
src/sys/kern: vfs_vnops.c
Log Message:
Oops missed one more NULL -> NOCRED
To generate a diff of this commit:
cvs rdiff -u -r1.209 -r1.210 src/sys/kern/vfs_vnops.c
Please note that
Module Name:src
Committed By: jdolecek
Date: Sun Apr 12 20:17:36 UTC 2020
Modified Files:
src/sys/arch/xen/xen: xbd_xenbus.c
Log Message:
convert to bus_dma(9)
simplify and fix error handling in xbd_handler(), expect backend
to not use the grant once request is finished,
Module Name:src
Committed By: bouyer
Date: Sun Apr 12 21:20:16 UTC 2020
Modified Files:
src/sys/arch/amd64/conf [bouyer-xenpvh]: XEN3_DOM0
Log Message:
no MULTIPROCESSOR so NO_PREEMTION
To generate a diff of this commit:
cvs rdiff -u -r1.175 -r1.175.4.1 src/sys/arch/amd6
Module Name:src
Committed By: bouyer
Date: Sun Apr 12 21:19:49 UTC 2020
Modified Files:
src/sys/arch/xen/x86 [bouyer-xenpvh]: autoconf.c
Log Message:
remove stray 'else'
To generate a diff of this commit:
cvs rdiff -u -r1.23.8.1 -r1.23.8.2 src/sys/arch/xen/x86/autoconf.c
Module Name:src
Committed By: christos
Date: Sun Apr 12 22:06:18 UTC 2020
Modified Files:
src/sys/kern: syscalls.master
Log Message:
put back the MODULAR attributes accidentally removed.
To generate a diff of this commit:
cvs rdiff -u -r1.300 -r1.301 src/sys/kern/syscall
Module Name:src
Committed By: christos
Date: Sun Apr 12 23:52:20 UTC 2020
Modified Files:
src/tests/fs/ffs: t_extattr.c
Log Message:
make sure that 0 length files get their extattrs cleaned up on deletion
(there was an optimization to not call truncate if size == 0).
To
Module Name:src
Committed By: chs
Date: Mon Apr 13 00:27:17 UTC 2020
Modified Files:
src/share/man/man9: pool.9 pool_cache.9
src/sys/arch/arm/arm32: pmap.c
src/sys/arch/xen/x86: xen_shm_machdep.c
src/sys/arch/xen/xen: xbdback_xenbus.c
src/sys
Module Name:src
Committed By: maxv
Date: Mon Apr 13 05:40:26 UTC 2020
Modified Files:
src/sys/arch/aarch64/aarch64: aarch64_machdep.c cpuswitch.S pmap.c
pmapboot.c trap.c vectors.S
src/sys/arch/aarch64/conf: Makefile.aarch64
src/sys/arch/arm/conf
Module Name:src
Committed By: maxv
Date: Mon Apr 13 06:02:03 UTC 2020
Modified Files:
src/sys/arch/aarch64/aarch64: cpuswitch.S
Log Message:
Meant to do a store here, not a load. Ie we want to replace the initial
weak key by the stronger one we just generated.
Rototilled
Module Name:src
Committed By: maxv
Date: Mon Apr 13 06:24:52 UTC 2020
Modified Files:
src/doc: CHANGES
Log Message:
Note PAC and BTI.
To generate a diff of this commit:
cvs rdiff -u -r1.2669 -r1.2670 src/doc/CHANGES
Please note that diffs are not public domain; they are
43 matches
Mail list logo