Module Name:src
Committed By: maxv
Date: Fri May 1 07:03:02 UTC 2020
Modified Files:
src/sys/arch/amd64/amd64: vector.S
Log Message:
Explicitly align to 8 bytes, found by kUBSan.
Reported-by: syzbot+f1e1561ed739db869...@syzkaller.appspotmail.com
To generate a diff of t
Module Name:src
Committed By: simonb
Date: Fri May 1 07:27:52 UTC 2020
Modified Files:
src/sys/dev/ic: com.c
Log Message:
Get rid of needless __predict_true() and move a comment slightly.
To generate a diff of this commit:
cvs rdiff -u -r1.357 -r1.358 src/sys/dev/ic/com
Module Name:src
Committed By: martin
Date: Fri May 1 07:29:03 UTC 2020
Modified Files:
src/doc [netbsd-9]: CHANGES-9.1
Log Message:
Add Ticket #879 (this time for real)
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.48 -r1.1.2.49 src/doc/CHANGES-9.1
Please not
Module Name:src
Committed By: isaki
Date: Fri May 1 08:21:27 UTC 2020
Modified Files:
src/sys/arch/hppa/include: param.h
src/sys/arch/m68k/include: param.h
src/sys/arch/sh3/include: param.h
src/sys/arch/sparc/include: param.h
src/sys/arch/va
Module Name:src
Committed By: maxv
Date: Fri May 1 08:32:50 UTC 2020
Modified Files:
src/common/lib/libc/arch/i386/atomic: atomic.S
src/sys/arch/i386/include: frameasm.h
src/sys/arch/x86/x86: patch.c
Log Message:
Use the hotpatch framework when patching _a
Module Name:src
Committed By: hannken
Date: Fri May 1 08:43:00 UTC 2020
Modified Files:
src/sys/nfs: nfs_node.c
Log Message:
Resolve delayed truncation from nfs_inactive() too.
Should prevent "locking against self" from nfs_unlock().
To generate a diff of this commit:
Module Name:src
Committed By: hannken
Date: Fri May 1 08:43:37 UTC 2020
Modified Files:
src/sys/ufs/ufs: ufs_vfsops.c
Log Message:
There is no difference between a zero-sized and not yet
reclaimed directory vnode and a non-existent vnode.
Teach ufs_fhtovp() to treat zero
Module Name:src
Committed By: hannken
Date: Fri May 1 08:45:01 UTC 2020
Modified Files:
src/sys/kern: vfs_mount.c
Log Message:
Undo Rev. 1.79, it breaks root-on-raid where it destroys the component
disks before the raid:
forcefully unmounting / (/dev/raid0a)...
sd1:
Module Name:src
Committed By: maxv
Date: Fri May 1 09:17:58 UTC 2020
Modified Files:
src/sys/arch/i386/i386: lock_stubs.S spl.S
src/sys/arch/x86/x86: patch.c
Log Message:
Use absolute jumps, and drop the PC-relative patching. We want exact
templates.
To generate
Module Name:src
Committed By: maxv
Date: Fri May 1 09:23:43 UTC 2020
Modified Files:
src/sys/arch/i386/i386: spl.S
Log Message:
Remove dead code, we are in an #ifndef XENPV block here.
To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 src/sys/arch/i386/i386/
Module Name:src
Committed By: maxv
Date: Fri May 1 09:40:48 UTC 2020
Modified Files:
src/sys/arch/i386/i386: lock_stubs.S spl.S
src/sys/arch/i386/include: frameasm.h
src/sys/arch/x86/x86: patch.c
Log Message:
Switch the rest of i386 to the x86_hotpatch mec
Module Name:src
Committed By: nia
Date: Fri May 1 10:06:09 UTC 2020
Modified Files:
src/share/man/man7: sysctl.7
Log Message:
Update documentation of kern.arandom. It uses cprng_strong(9).
To generate a diff of this commit:
cvs rdiff -u -r1.142 -r1.143 src/share/man/man
Module Name:src
Committed By: jmcneill
Date: Fri May 1 10:39:00 UTC 2020
Modified Files:
src/sys/dev/pci: pcidevs.h pcidevs_data.h
Log Message:
regen
To generate a diff of this commit:
cvs rdiff -u -r1.1399 -r1.1400 src/sys/dev/pci/pcidevs.h
cvs rdiff -u -r1.1398 -r1.13
Module Name:src
Committed By: jmcneill
Date: Fri May 1 10:38:35 UTC 2020
Modified Files:
src/sys/dev/pci: pcidevs
Log Message:
Add IDs for Ampere eMAG PCIe Root Ports
To generate a diff of this commit:
cvs rdiff -u -r1.1412 -r1.1413 src/sys/dev/pci/pcidevs
Please note
Module Name:src
Committed By: martin
Date: Fri May 1 11:53:08 UTC 2020
Modified Files:
src/sys/arch/hp300/stand/common [netbsd-9]: netio.c
src/sys/arch/hp300/stand/inst [netbsd-9]: version
src/sys/arch/hp300/stand/uboot [netbsd-9]: version
Log Message:
Pul
Module Name:src
Committed By: martin
Date: Fri May 1 11:54:53 UTC 2020
Modified Files:
src/sys/kern [netbsd-9]: vfs_mount.c
Log Message:
Pull up following revision(s) (requested by hannken in ticket #881):
sys/kern/vfs_mount.c: revision 1.82
Undo Rev. 1.79, it b
Module Name:src
Committed By: martin
Date: Fri May 1 11:55:45 UTC 2020
Modified Files:
src/doc [netbsd-9]: CHANGES-9.1
Log Message:
Tickets #880 and #881
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.49 -r1.1.2.50 src/doc/CHANGES-9.1
Please note that diffs ar
Module Name:src
Committed By: nia
Date: Fri May 1 12:30:16 UTC 2020
Modified Files:
src/share/man/man4: rnd.4
Log Message:
rnd.4: Explain why libraries should use kern.arandom over /dev/urandom
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/share/man/
Module Name:src
Committed By: nia
Date: Fri May 1 12:43:33 UTC 2020
Modified Files:
src/share/man/man4: rnd.4
Log Message:
rnd.4: Bump dates.
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/share/man/man4/rnd.4
Please note that diffs are not public do
Module Name:src
Committed By: hannken
Date: Fri May 1 14:15:41 UTC 2020
Modified Files:
src/sys/arch/i386/conf: ALL
Log Message:
Remove wd* at umass?, it was dropped.
To generate a diff of this commit:
cvs rdiff -u -r1.490 -r1.491 src/sys/arch/i386/conf/ALL
Please note
Module Name:src
Committed By: hannken
Date: Fri May 1 14:16:15 UTC 2020
Modified Files:
src/sys/arch/x86/x86: x86_machdep.c
Log Message:
Use PRIxPADDR for paddr_t to make i386/ALL compile.
To generate a diff of this commit:
cvs rdiff -u -r1.139 -r1.140 src/sys/arch/x86/
Module Name:src
Committed By: riastradh
Date: Fri May 1 15:52:38 UTC 2020
Modified Files:
src/etc/rc.d: random_seed
Log Message:
Don't delete the random seed before issuing `rndctl -S'.
`rndctl -S' can replace the file just fine, and deleting it ahead of
time adds a wind
Module Name:src
Committed By: rillig
Date: Fri May 1 16:26:41 UTC 2020
Modified Files:
src/usr.bin/make/unit-tests: cond-late.exp
Log Message:
usr.bin/make: fix test for late evaluated condition
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/usr.bin/mak
Module Name:src
Committed By: rillig
Date: Fri May 1 16:29:34 UTC 2020
Modified Files:
src/usr.bin/make/unit-tests: forloop.exp forloop.mk
Log Message:
usr.bin/make: add test demonstrating that .for stops at newline
To generate a diff of this commit:
cvs rdiff -u -r1.1
Module Name:src
Committed By: christos
Date: Fri May 1 17:00:43 UTC 2020
Modified Files:
src/sys/gdbscripts: modload
Log Message:
mention the need to reload the kernel symbols
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/gdbscripts/modload
Please
Module Name:src
Committed By: christos
Date: Fri May 1 17:14:28 UTC 2020
Modified Files:
src/distrib/sets/lists/debug: mi module.mi
Log Message:
Move the rump module test programs in the regular mi file. These are not
really kernel modules and the other md module test is
Module Name:src
Committed By: tnn
Date: Fri May 1 17:58:48 UTC 2020
Modified Files:
src/sys/arch/aarch64/aarch64: cpu_machdep.c sig_machdep.c
Log Message:
aarch64: handle _UC_SETSTACK and _UC_CLRSTACK like on arm32
ok ryo@
To generate a diff of this commit:
cvs rdiff -
Module Name:src
Committed By: jdolecek
Date: Fri May 1 19:53:17 UTC 2020
Modified Files:
src/sys/arch/xen/include: xennet_checksum.h
src/sys/arch/xen/xen: if_xennet_xenbus.c xennet_checksum.c
xennetback_xenbus.c
Log Message:
make the csum blank/undefer
Module Name:src
Committed By: riastradh
Date: Fri May 1 19:54:37 UTC 2020
Modified Files:
src/share/man/man4: rnd.4
Log Message:
Tighten language so it fits in one paragraph again.
This way the first two paragraphs have parallel structure:
- _Applications_ should read f
Module Name:src
Committed By: riastradh
Date: Fri May 1 19:56:08 UTC 2020
Modified Files:
src/share/man/man4: rnd.4
Log Message:
Combine some related paragraphs.
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/share/man/man4/rnd.4
Please note that dif
Module Name:src
Committed By: jdolecek
Date: Fri May 1 19:59:47 UTC 2020
Modified Files:
src/sys/arch/xen/xen: xennetback_xenbus.c
Log Message:
destroy dma maps in xennetback_xenbus_destroy() to avoid memory leak
when xvif(4) is destroyed
To generate a diff of this comm
Module Name:src
Committed By: christos
Date: Fri May 1 21:35:30 UTC 2020
Modified Files:
src/tests/lib/libc/sys: t_sigaltstack.c
Log Message:
no need for alloca() (breaks SSP)
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libc/sys/t_sigaltsta
Module Name:src
Committed By: christos
Date: Fri May 1 21:42:34 UTC 2020
Modified Files:
src/sys/modules/examples/pollpal: pollpal.c
Log Message:
s/&&/&/ and also return POLLRDNORM (pointed out by joerg@)
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/s
Module Name:src
Committed By: jdolecek
Date: Fri May 1 21:43:24 UTC 2020
Modified Files:
src/distrib/sets/lists/comp: mi
src/share/man/man9: Makefile
Log Message:
link also m_apply(9) to mbuf(9)
To generate a diff of this commit:
cvs rdiff -u -r1.2323 -r1.2324 s
Module Name:src
Committed By: christos
Date: Fri May 1 21:58:16 UTC 2020
Modified Files:
src/lib/libpam/libpam: Makefile
Log Message:
Fix the vax build and explain why...
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/lib/libpam/libpam/Makefile
Pleas
Module Name:src
Committed By: christos
Date: Fri May 1 22:21:49 UTC 2020
Modified Files:
src/distrib/sets: sets.subr
Log Message:
add more module sets.
To generate a diff of this commit:
cvs rdiff -u -r1.188 -r1.189 src/distrib/sets/sets.subr
Please note that diffs are
Module Name:src
Committed By: christos
Date: Fri May 1 22:21:11 UTC 2020
Modified Files:
src/distrib/sets/lists/debug: module.mi
Added Files:
src/distrib/sets/lists/debug: module.ad.aarch64 module.ad.arm
module.ad.m68k module.ad.mips module.ad.powerpc m
Module Name:src
Committed By: christos
Date: Fri May 1 22:23:00 UTC 2020
Modified Files:
src/share/mk: bsd.kmodule.mk
Log Message:
Install .kmod.debug files for kernel crash debugging.
To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 src/share/mk/bsd.kmodul
Module Name:src
Committed By: christos
Date: Fri May 1 22:24:19 UTC 2020
Modified Files:
src/tests/modules/k_helper: Makefile
src/tests/modules/k_helper2: Makefile
src/tests/modules/k_uvm: Makefile
src/tests/modules/threadpool_tester: Makefile
Module Name:src
Committed By: christos
Date: Fri May 1 22:25:19 UTC 2020
Modified Files:
src/distrib/sets/lists/base: mi
Log Message:
/usr/libdata/debug/stand is where the debug modules go
To generate a diff of this commit:
cvs rdiff -u -r1.1241 -r1.1242 src/distrib/set
Module Name:src
Committed By: christos
Date: Fri May 1 22:26:11 UTC 2020
Modified Files:
src/etc/mtree: NetBSD.dist.base
Log Message:
Add a place for the debug modules.
To generate a diff of this commit:
cvs rdiff -u -r1.213 -r1.214 src/etc/mtree/NetBSD.dist.base
Pleas
Module Name:src
Committed By: jdolecek
Date: Fri May 1 22:27:42 UTC 2020
Modified Files:
src/sys/net: if_bridge.c
Log Message:
report no enabled capabilities when no interface is part of bridge
To generate a diff of this commit:
cvs rdiff -u -r1.172 -r1.173 src/sys/net/
Module Name:src
Committed By: mrg
Date: Sat May 2 00:50:07 UTC 2020
Modified Files:
src/sys/dev/usb: if_urtwn.c
Log Message:
don't forget to destroy the new sc_media_mtx mutex.
now re-plugging and re-using the same softc doesn't give mutex
already initialised error.
To
Module Name:src
Committed By: jdc
Date: Sat May 2 06:45:53 UTC 2020
Modified Files:
src/sys/dev/scsipi: scsiconf.c
Log Message:
Don't attempt to read opcodes and their timeouts at attach time for
old devices. The MAINTENANCE IN command was introduced with SCSI-3
and send
44 matches
Mail list logo