Module Name:src
Committed By: kamil
Date: Wed May 6 07:25:26 UTC 2020
Modified Files:
src/lib/librumpuser: rumpuser_sp.c
Log Message:
Avoid buffer overflow
Disable the offending code.
OK by kre@
To generate a diff of this commit:
cvs rdiff -u -r1.75 -r1.76 src/lib/lib
Module Name:src
Committed By: sborrill
Date: Wed May 6 07:40:17 UTC 2020
Modified Files:
src/external/bsd/bind/dist/lib/isc [netbsd-7]: sha2.c
Log Message:
Fix bug in sha384 checksum computation introduced when converting the code
to avoid alignment issues.
To generate
Module Name:src
Committed By: sborrill
Date: Wed May 6 07:42:14 UTC 2020
Modified Files:
src/doc [netbsd-7]: CHANGES-7.3
Log Message:
Ticket #1730
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.81 -r1.1.2.82 src/doc/CHANGES-7.3
Please note that diffs are not p
Module Name:src
Committed By: kre
Date: Wed May 6 09:07:15 UTC 2020
Modified Files:
src/bin/kill: kill.1
Log Message:
kill is built-in to more than just csh(1).
While here, add missing Xr sh 1 (which was previously needed, moreso now)
and also include STOP and CONT in the
Module Name:src
Committed By: bouyer
Date: Wed May 6 09:18:10 UTC 2020
Modified Files:
src/distrib/i386/installimage: Makefile
Log Message:
Bump INSTIMAGEMB, hopefully fix releng autobuilds
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/distrib/i386/i
Module Name:src
Committed By: kim
Date: Wed May 6 11:58:33 UTC 2020
Modified Files:
src/usr.sbin/lastlogin: lastlogin.8 lastlogin.c
Log Message:
Size output columns dynamically by default to fit contents.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src
Module Name:src
Committed By: christos
Date: Wed May 6 12:44:37 UTC 2020
Modified Files:
src/lib/librumpuser: rumpuser_sp.c sp_common.c
Log Message:
Allocate one more byte so that we are always NUL-terminated, and remove
the extra commented out NUL-terminations. As sugges
Module Name:src
Committed By: kre
Date: Wed May 6 13:13:50 UTC 2020
Modified Files:
src/bin/kill: kill.1
Log Message:
Bump date for previous change... I frequently forget that bit.
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/bin/kill/kill.1
Pleas
Module Name:src
Committed By: bouyer
Date: Wed May 6 13:43:48 UTC 2020
Modified Files:
src/sys/arch/xen/xen: evtchn.c
Log Message:
remove the per-channel spin lock and instead make sure that events
add/remove will only be done on the CPU the handler is bound to, with
inte
Module Name:src
Committed By: kim
Date: Wed May 6 13:47:40 UTC 2020
Modified Files:
src/usr.sbin/lastlogin: lastlogin.c
Log Message:
If the passwd entry is not found for a lastlogx entry, cons up a fake
struct passwd where pw_name is the numeric uid in parentheses. This w
Module Name:src
Committed By: snj
Date: Wed May 6 14:33:52 UTC 2020
Modified Files:
src/doc: HACKS TODO.smpnet
Log Message:
netsmb is no more
To generate a diff of this commit:
cvs rdiff -u -r1.205 -r1.206 src/doc/HACKS
cvs rdiff -u -r1.35 -r1.36 src/doc/TODO.smpnet
Pl
Module Name:src
Committed By: snj
Date: Wed May 6 14:59:51 UTC 2020
Modified Files:
src/external/bsd/blacklist/bin: blacklistd.8
Log Message:
The name of the action used with blacklistd's control script is rem,
not remove. From Jose Luis Duran in PR bin/55195.
To gener
Module Name:src
Committed By: nia
Date: Wed May 6 16:17:37 UTC 2020
Modified Files:
src/distrib/sets/lists/comp: mi
src/include: unistd.h
src/lib/libc/gen: Makefile.inc
src/lib/libc/include: namespace.h
Added Files:
src/lib/libc/gen: getentr
Module Name:src
Committed By: bouyer
Date: Wed May 6 16:50:13 UTC 2020
Modified Files:
src/sys/arch/xen/xenbus: xenbus_comms.c xenbus_comms.h xenbus_probe.c
xenbus_xs.c
Log Message:
Convert remaining splfoo/splx and tsleep/wakeup to mutex and condvar.
Mark ker
Module Name:src
Committed By: bouyer
Date: Wed May 6 17:27:39 UTC 2020
Modified Files:
src/sys/arch/xen/xen: balloon.c
Log Message:
No need to run hypercalls at IPL_VM.
XXX still not MP-safe
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sys/arch/xen/
Module Name:src
Committed By: bouyer
Date: Wed May 6 17:28:26 UTC 2020
Modified Files:
src/sys/arch/xen/x86: x86_xpmap.c
Log Message:
KASSERT() that the per-cpu queues are run at IPL_VM after boot.
To generate a diff of this commit:
cvs rdiff -u -r1.86 -r1.87 src/sys/ar
Module Name:src
Committed By: aymeric
Date: Wed May 6 18:15:40 UTC 2020
Modified Files:
src/bin/rcp: rcp.c
Log Message:
In sink(), upon error, avoid multiple replies to the source as this
would lead to a desynchronization of the protocol and further files or
directories t
Module Name:src
Committed By: riastradh
Date: Wed May 6 18:31:05 UTC 2020
Modified Files:
src/sys/kern: kern_entropy.c
Log Message:
Don't reject seed file entropy estimates, until one is nonzero.
We try to avoid counting the seed file's entropy twice, e.g. once
from the
Module Name:src
Committed By: riastradh
Date: Wed May 6 18:38:21 UTC 2020
Modified Files:
src/share/man/man4: rnd.4
Log Message:
Update to reflect change to message.
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/share/man/man4/rnd.4
Please note that
Module Name:src
Committed By: riastradh
Date: Wed May 6 18:49:26 UTC 2020
Modified Files:
src/etc/rc.d: random_seed
src/sbin/rndctl: rndctl.8 rndctl.c
Log Message:
Tweak logic to decide whether a medium is safe for an rndseed.
- Teach rndctl to load the seed, but
Module Name:src
Committed By: kim
Date: Wed May 6 19:31:32 UTC 2020
Modified Files:
src/usr.sbin/lastlogin: lastlogin.c
Log Message:
Use memcpy for copying out lastlog and lastlogx text
Lastlog and lastlogx text fields are not NUL-terminated when original data
is truncat
Module Name:src
Committed By: bouyer
Date: Wed May 6 19:45:12 UTC 2020
Modified Files:
src/sys/arch/x86/conf: files.x86
Log Message:
x86/x86/ipi.c should not be built for XENPV, even if dom0ops is defined.
To generate a diff of this commit:
cvs rdiff -u -r1.110 -r1.111
Module Name:src
Committed By: kim
Date: Wed May 6 19:45:39 UTC 2020
Modified Files:
src/usr.sbin/lastlogin: lastlogin.c
Log Message:
Output records in original order
Append to the list of output records instead of pushing on it, so we
don't reverse the order of records (
Module Name:src
Committed By: bouyer
Date: Wed May 6 19:47:05 UTC 2020
Modified Files:
src/sys/arch/xen/x86: x86_xpmap.c xenfunc.c
Log Message:
xpq_queue_* use per-cpu queue; splvm() is enough to protect them.
remove the XXX SMP comments.
To generate a diff of this comm
Module Name:src
Committed By: bouyer
Date: Wed May 6 19:49:00 UTC 2020
Modified Files:
src/sys/arch/xen/xen: xbdback_xenbus.c
Log Message:
We can't take v_interlock with a spin lock held. Release xbdi_lock
before scheduling the I/O, and take again once queued.
It looks sa
Module Name:src
Committed By: bouyer
Date: Wed May 6 19:50:26 UTC 2020
Modified Files:
src/sys/arch/xen/x86: xen_bus_dma.c
Log Message:
Make MP-safe: make sure the xpq_queue* are flushed before making the
pages visible to UVM.
To generate a diff of this commit:
cvs rdif
Module Name:src
Committed By: bouyer
Date: Wed May 6 19:52:19 UTC 2020
Modified Files:
src/sys/arch/xen/xen: balloon.c
Log Message:
Attempts to make MP-safe:
xpmap_ptom_unmap() doens't need to be called at splvm; we own the pa.
Use atomic ops to change pmap_pa_end
Make su
Module Name:src
Committed By: bouyer
Date: Wed May 6 20:09:26 UTC 2020
Modified Files:
src/sys/arch/xen/xen: xbdback_xenbus.c
Log Message:
Drop xbdi_lock() before calling intr_disestablish(), it needs to take
cpu_lock.
To generate a diff of this commit:
cvs rdiff -u -r1
Module Name:src
Committed By: rkujawa
Date: Wed May 6 20:15:15 UTC 2020
Modified Files:
src/share/man/man4: hdaudio.4
Log Message:
Document the HDAUDIO_ENABLE_HDMI and HDAUDIO_ENABLE_DISPLAYPORT options.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/
Module Name:src
Committed By: bouyer
Date: Wed May 6 20:40:33 UTC 2020
Modified Files:
src/sys/arch/xen/xen: xenevt.c
Log Message:
The event channel is not necesserely bound to the primary CPU.
Use the CPU returned in the interrupt handler instead.
To generate a diff of
Module Name:src
Committed By: riastradh
Date: Thu May 7 00:55:13 UTC 2020
Modified Files:
src/sys/kern: kern_entropy.c
Log Message:
Fix two mistakes in entropy accounting.
1. When consolidating entropy from per-CPU pools, drop the amount
pending to zero; otherwise the
31 matches
Mail list logo