Module Name:src
Committed By: thorpej
Date: Wed May 6 05:14:27 UTC 2020
Modified Files:
src/tests/lib/libc/sys: t_futex_ops.c
Log Message:
Fix a bug in the futex_wake_highest_pri test case. Still fails as
expected.
To generate a diff of this commit:
cvs rdiff -u -r1.4
Module Name:src
Committed By: christos
Date: Wed May 6 02:30:10 UTC 2020
Modified Files:
src/usr.bin/make: str.c
src/usr.bin/make/unit-tests: sysv.exp sysv.mk
Log Message:
Behave like gmake: empty string does not match % pattern
To generate a diff of this commit
Module Name:src
Committed By: ad
Date: Tue May 5 22:12:07 UTC 2020
Modified Files:
src/sys/kern: sys_lwp.c
Log Message:
lwp_unpark(): no need to acquire LWP refs or drop the proc lock.
On the hacky benchmarks I have, held over from the transition to 1:1
threading, this r
Module Name:src
Committed By: ad
Date: Tue May 5 21:22:48 UTC 2020
Modified Files:
src/sys/arch/amiga/amiga: machdep.c
Log Message:
PR port-amiga/55233 Process hangs indefinitely if not calling syscalls for a
while
cpu_intr_p() is broken on amiga, fix it.
>From code in
Module Name:src
Committed By: skrll
Date: Tue May 5 20:47:39 UTC 2020
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
switch hppa to new binutils (2.34)
To generate a diff of this commit:
cvs rdiff -u -r1.1187 -r1.1188 src/share/mk/bsd.own.mk
Please note that dif
Module Name:src
Committed By: skrll
Date: Tue May 5 20:47:14 UTC 2020
Modified Files:
src/tests/libexec/ld.elf_so: h_ifunc.c
src/tests/libexec/ld.elf_so/helper_ifunc_dso: h_helper_ifunc.c
Log Message:
Disable attempt to use ifunc on hppa. It doesn't work and new
Module Name:src
Committed By: skrll
Date: Tue May 5 20:43:47 UTC 2020
Modified Files:
src/lib/libc/arch/hppa: SYS.h
src/lib/libc/arch/hppa/sys: __clone.S __vfork14.S
src/lib/libc/compat/arch/hppa/sys: compat_sigpending.S
compat_sigprocmask.S com
Module Name:src
Committed By: skrll
Date: Tue May 5 20:39:18 UTC 2020
Modified Files:
src/lib/libc/arch/hppa: SYS.h
Log Message:
Add a space before any non-nullified instruction. NFCI.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/lib/libc/arch/hppa
Module Name:src
Committed By: jdolecek
Date: Tue May 5 20:36:48 UTC 2020
Modified Files:
src/sys/kern: uipc_mbuf.c
Log Message:
fix KASSERT() for MHLEN case in m_defrag() - network stack usually does
m_adj(ETHER_ALIGN) so check that the mbuf chain data fits
M_LEADINGSPACE
Module Name:src
Committed By: martin
Date: Tue May 5 20:12:37 UTC 2020
Modified Files:
src/sys/kern [netbsd-9]: uipc_sem.c
Log Message:
Pull up following revision(s) (requested by maya in ticket #888):
sys/kern/uipc_sem.c: revision 1.59
Release the collision if
Module Name:src
Committed By: maxv
Date: Tue May 5 19:26:47 UTC 2020
Modified Files:
src/sys/arch/amd64/stand/prekern: elf.c prekern.h
Log Message:
Gather the section filtering in a single function, and add a sanity check
when relocating, to make sure the section we're ac
Module Name:src
Committed By: martin
Date: Tue May 5 18:52:57 UTC 2020
Modified Files:
src/doc [netbsd-8]: CHANGES-8.3
Log Message:
Ticket #1545
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.7 -r1.1.2.8 src/doc/CHANGES-8.3
Please note that diffs are not publi
Module Name:src
Committed By: martin
Date: Tue May 5 18:51:08 UTC 2020
Modified Files:
src/external/bsd/bind/dist/lib/isc [netbsd-8]: sha2.c
Log Message:
Apply patch, requested by he in ticket #1545:
Fix bug revealing itself in sha384 checksum computation: one
important
Module Name:src
Committed By: martin
Date: Tue May 5 18:34:48 UTC 2020
Modified Files:
src/doc [netbsd-9]: CHANGES-9.1
Log Message:
Tickets #888 and #889
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.52 -r1.1.2.53 src/doc/CHANGES-9.1
Please note that diffs ar
Module Name:src
Committed By: martin
Date: Tue May 5 18:32:16 UTC 2020
Modified Files:
src/sys/external/bsd/compiler_rt/dist/lib/builtins [netbsd-9]:
clear_cache.c
Log Message:
Pull up following revision(s) (requested by jmcneill in ticket #889):
sys/
Module Name:src
Committed By: kamil
Date: Tue May 5 18:12:20 UTC 2020
Modified Files:
src/tests/lib/libc/sys: t_ptrace_sigchld.c
Log Message:
Skip traceme_raise* tests rather than failing upfront
This avoid reporting the tests as unexpected failure.
To generate a diff
Module Name:src
Committed By: bouyer
Date: Tue May 5 17:02:01 UTC 2020
Modified Files:
src/sys/arch/x86/x86: pmap.c
src/sys/arch/xen/conf: files.xen files.xen.pv
src/sys/arch/xen/x86: xen_intr.c
src/sys/arch/xen/xen: hypervisor.c privcmd.c xbdback_x
Module Name:src
Committed By: bouyer
Date: Tue May 5 16:58:11 UTC 2020
Modified Files:
src/sys/dev/pci: pci_map.c
Log Message:
disable I/O or mem decode before probing BAR size.
Bar size is probed writing 0x to the BAR and reading back; but while
doing this the de
Module Name:src
Committed By: christos
Date: Tue May 5 16:04:07 UTC 2020
Modified Files:
src/distrib/i386/installimage: Makefile
Log Message:
A tiny little more.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/distrib/i386/installimage/Makefile
Please
Module Name:src
Committed By: riastradh
Date: Tue May 5 15:31:42 UTC 2020
Modified Files:
src/sys/kern: kern_entropy.c
Log Message:
New sysctl kern.entropy.gather=1 to trigger entropy gathering.
Invokes all on-demand RNG sources. This enables HWRNG driver
developers to
Module Name:src
Committed By: riastradh
Date: Tue May 5 15:25:18 UTC 2020
Modified Files:
src/sys/kern: sys_futex.c
src/sys/sys: futex.h
Log Message:
Revert "Use cv_timedwaitclock_sig in futex."
Turned out to break things; we'll do this another way.
To generate
Module Name:src
Committed By: riastradh
Date: Tue May 5 15:23:32 UTC 2020
Modified Files:
src/sys/kern: sys_futex.c
Log Message:
Revert "Make sure futex waits never return ERESTART."
Part of redoing the timedwaitclock changes, which were buggy and
committed a little too
Module Name:src
Committed By: jmcneill
Date: Tue May 5 12:47:16 UTC 2020
Modified Files:
src/sys/external/bsd/compiler_rt/dist/lib/builtins: clear_cache.c
Log Message:
Align addresses to cache lines in __clear_cache for aarch64.
This corrects an issue where if the start
Module Name:src
Committed By: jdolecek
Date: Tue May 5 09:52:13 UTC 2020
Modified Files:
src/sys/arch/xen/xen: if_xennet_xenbus.c
Log Message:
due to the locking wild west for if_ioctl can't assert IFNET_LOCKED()
in xennet_ioctl(), so just do splnet() like other drivers d
Module Name:src
Committed By: jdolecek
Date: Tue May 5 09:33:39 UTC 2020
Modified Files:
src/doc: TODO.smpnet
Log Message:
write down some observations about the locking wild west around if_mcast_op()
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/doc
Module Name:src
Committed By: jdolecek
Date: Tue May 5 09:26:29 UTC 2020
Modified Files:
src/sys/net: if.c
Log Message:
adjust comment - sosetopt() path doesn't take IFNET_LOCK()
To generate a diff of this commit:
cvs rdiff -u -r1.476 -r1.477 src/sys/net/if.c
Please no
Module Name:src
Committed By: jdolecek
Date: Tue May 5 09:22:24 UTC 2020
Modified Files:
src/sys/net: if.c
Log Message:
add a NOMPSAFE comment for if_mcast_op(), it is called from context
which doesn't hold IFNET_LOCK() in some cases, and calls if_ioctl
this needs to be
Module Name:src
Committed By: bouyer
Date: Tue May 5 09:07:35 UTC 2020
Modified Files:
src/sys/arch/i386/i386: locore.S
Log Message:
build start_xenpvh only if XEN. Fixes NET4501 build issue reported by
John D. Baker
To generate a diff of this commit:
cvs rdiff -u -r1.1
Module Name:src
Committed By: jdolecek
Date: Tue May 5 08:05:44 UTC 2020
Modified Files:
src/sys/sys: param.h
Log Message:
bump version - struct ifnet change
To generate a diff of this commit:
cvs rdiff -u -r1.662 -r1.663 src/sys/sys/param.h
Please note that diffs are
Module Name:src
Committed By: jdolecek
Date: Tue May 5 08:05:03 UTC 2020
Modified Files:
src/sys/net: if.c if.h
Log Message:
remove struct ifnet if_mcastop, it's not used by anything
To generate a diff of this commit:
cvs rdiff -u -r1.474 -r1.475 src/sys/net/if.c
cvs rd
30 matches
Mail list logo