CVSROOT:/cvs
Module name:src
Changes by: sas...@cvs.openbsd.org 2020/03/11 16:21:28
Modified files:
sys/kern : uipc_socket.c
Log message:
Fix unlimited recursion caused by local outbound bcast/mcast packet
sent via spliced socket.
Reported-by: syzbot+2f9616f39d3f3
CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2020/03/11 15:04:58
Modified files:
sys/arch/arm/arm: cpuswitch7.S exception.S irq_dispatch.S
Log message:
Anthony Steinhauser reports that 32-bit arm cpus have the same speculation
problems as 64-bit models
CVSROOT:/cvs
Module name:src
Changes by: k...@cvs.openbsd.org2020/03/11 13:23:09
Modified files:
sys/scsi : scsi_base.c
Log message:
No need to pass 2 to scsi_mode_sense[_big]() as the desired
xs->timeout.
Just set xs->timeout to 2 and drop the paramete
CVSROOT:/cvs
Module name:src
Changes by: n...@cvs.openbsd.org2020/03/11 12:46:42
Modified files:
usr.bin/tmux : window-copy.c
Log message:
Start a new selection if outside the existing selection after a word has
been selected. From Anindya Mukherjee.
CVSROOT:/cvs
Module name:src
Changes by: an...@cvs.openbsd.org 2020/03/11 11:27:55
Modified files:
regress/sys/kern/flock: Makefile
Log message:
output the name of each target
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2020/03/11 10:38:43
Modified files:
sys/arch/amd64/amd64: vmm.c
Log message:
Do not declare a variable inside a for () loop.
Fix build with gcc.
CVSROOT:/cvs
Module name:src
Changes by: chel...@cvs.openbsd.org 2020/03/11 09:51:15
Modified files:
sys/dev/pci: cz.c
Log message:
cz(4): tsleep(9) -> tsleep_nsec(9), timeout_add(9) -> timeout_add_msec(9)
Compile-tested on amd64. Driver is not built by default.
ok
CVSROOT:/cvs
Module name:src
Changes by: clau...@cvs.openbsd.org 2020/03/11 09:45:04
Modified files:
sys/kern : kern_sig.c
sys/sys: signalvar.h
Log message:
Move the sigprop definition and the other bits under SIGPROP into
kern_sig.c where they are
Christian Weisgerber wrote:
> CVSROOT: /cvs
> Module name: src
> Changes by: na...@cvs.openbsd.org 2020/03/11 09:41:48
>
> Modified files:
> etc/etc.amd64 : login.conf
>
> Log message:
> Bump the pbuild data size limit to 7G; Firefox 74 no longer builds in 6G.
> ok deraadt@
O
CVSROOT:/cvs
Module name:src
Changes by: na...@cvs.openbsd.org 2020/03/11 09:41:48
Modified files:
etc/etc.amd64 : login.conf
Log message:
Bump the pbuild data size limit to 7G; Firefox 74 no longer builds in 6G.
ok deraadt@
CVSROOT:/cvs
Module name:src
Changes by: n...@cvs.openbsd.org2020/03/11 08:17:56
Modified files:
usr.bin/tmux : Makefile format.c tmux.1 tmux.h
Log message:
Add some number operators for formats, from Tyler Culp.
CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2020/03/11 07:42:15
Modified files:
sys/arch/arm/arm: sigcode.S
Log message:
In the sigtramp the fallback SYS_exit always works, there is no reason
to spin trying things.
ok kettenis
CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2020/03/11 07:41:53
Modified files:
sys/arch/arm64/arm64: locore.S
Log message:
In the sigtramp the fallback SYS_exit always works, there is no reason
to spin trying things.
ok kettenis
CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2020/03/11 07:24:16
Modified files:
sys/arch/arm/arm: locore.S
Log message:
Anthony Steinhauser reports that 32-bit arm cpus have the same speculation
problems as 64-bit models. After every eret, there must
CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2020/03/11 07:09:29
Modified files:
lib/csu/arm: md_init.h
Log message:
Anthony Steinhauser reports that 32-bit arm cpus have the same speculation
problems as 64-bit models. For the syscall instruction
CVSROOT:/cvs
Module name:src
Changes by: jas...@cvs.openbsd.org 2020/03/11 07:04:02
Modified files:
sys/dev/usb: uplcom.c
Log message:
Remove dead code which is actually duplicated a few lines above
right after err is set.
Coverity CID 975917
ok kettenis@ kn@
CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2020/03/11 06:53:21
Modified files:
lib/libc/arch/arm: SYS.h
libexec/ld.so/arm: SYS.h
Log message:
Anthony Steinhauser reports that 32-bit arm cpus have the same speculation
problems as 64-bit model
CVSROOT:/cvs
Module name:src
Changes by: jas...@cvs.openbsd.org 2020/03/11 06:47:49
Modified files:
usr.sbin/vmctl : vmctl.c
Log message:
fix spelling of IMSG_VMDOP_TERMINATE_VM_RESPONSE in comment
from Matt Schultz
CVSROOT:/cvs
Module name:src
Changes by: to...@cvs.openbsd.org 2020/03/11 06:39:27
Modified files:
sys/net80211 : ieee80211_input.c
Log message:
Make sure hdrlen is initialized.
ok stsp@
CVSROOT:/cvs
Module name:src
Changes by: patr...@cvs.openbsd.org 2020/03/11 06:17:43
Modified files:
sys/dev/fdt: imxccm.c
Log message:
The NXP-provided device trees used to make use of the assigned-clocks
properties to make sure that the PCIe clocks are configured co
CVSROOT:/cvs
Module name:src
Changes by: patr...@cvs.openbsd.org 2020/03/11 06:13:47
Modified files:
sys/dev/fdt: imxgpc.c
Log message:
Power domains on i.MX8MQ can reference other power domains, which
need to be enabled first. Notable users are the PCIe domains.
ok
CVSROOT:/cvs
Module name:src
Changes by: o...@cvs.openbsd.org2020/03/11 03:59:31
Modified files:
sys/arch/alpha/stand: installboot.c
sys/arch/alpha/stand/boot: Makefile filesystem.c version
Log message:
Allow alpha boot(8) to read from an ffs2 filesystem and
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2020/03/11 02:48:11
Modified files:
lib/libc/sys : sysctl.2
Log message:
typo; from bryan stenson
CVSROOT:/cvs
Module name:src
Changes by: guent...@cvs.openbsd.org2020/03/11 01:27:08
Modified files:
sys/arch/amd64/include: codepatch.h
Log message:
Take a swing at blocking Load-Value-Injection attacks against the
kernel by using lfence in place of stac/clac on
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2020/03/11 01:01:42
Modified files:
sys/net: if_aggr.c
Log message:
properly limit indexing into the aggr_periodic_times array.
coverity CID 1486819
pointed out by and ok tobhe@
25 matches
Mail list logo