Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

CVS: cvs.openbsd.org: src

1 view
Skip to first unread message

Doug Hogan

unread,
Jul 20, 2015, 2:31:20 PM7/20/15
to source-...@cvs.openbsd.org
CVSROOT: /cvs
Module name: src
Changes by: do...@cvs.openbsd.org 2015/07/20 12:31:01

Modified files:
usr.bin/openssl: s_server.c

Log message:
Avoid possible NULL deref in openssl(1) s_server.

Fixes Coverity issue 78873.

ok miod@

Jonathan Gray

unread,
Jul 20, 2015, 2:42:27 PM7/20/15
to source-...@cvs.openbsd.org
CVSROOT: /cvs
Module name: src
Changes by: j...@cvs.openbsd.org 2015/07/20 12:42:08

Modified files:
sys/net : pf.c pf_lb.c pf_table.c

Log message:
Add some panics to default paths where code later assumes a non default
path was taken. This both prevents warnings from clang and acts as a
sanity check.

ok mcbride@ henning@

Todd C. Miller

unread,
Jul 20, 2015, 2:42:55 PM7/20/15
to source-...@cvs.openbsd.org
CVSROOT: /cvs
Module name: src
Changes by: mil...@cvs.openbsd.org 2015/07/20 12:42:35

Modified files:
usr.bin/ssh : ssh.c

Log message:
Sync usage with SYNOPSIS

Todd C. Miller

unread,
Jul 20, 2015, 2:44:39 PM7/20/15
to source-...@cvs.openbsd.org
CVSROOT: /cvs
Module name: src
Changes by: mil...@cvs.openbsd.org 2015/07/20 12:44:12

Modified files:
usr.bin/ssh : ssh.1

Log message:
Move .Pp before .Bl, not after to quiet mandoc -Tlint.
Noticed by jmc@

Stuart Henderson

unread,
Jul 20, 2015, 2:53:42 PM7/20/15
to source-...@cvs.openbsd.org
CVSROOT: /cvs
Module name: src
Changes by: st...@cvs.openbsd.org 2015/07/20 12:53:19

Modified files:
etc/etc.alpha : login.conf
etc/etc.amd64 : login.conf
etc/etc.armish : login.conf
etc/etc.armv7 : login.conf
etc/etc.aviion : login.conf
etc/etc.hppa : login.conf
etc/etc.hppa64 : login.conf
etc/etc.i386 : login.conf
etc/etc.landisk: login.conf
etc/etc.loongson: login.conf
etc/etc.luna88k: login.conf
etc/etc.macppc : login.conf
etc/etc.octeon : login.conf
etc/etc.sgi : login.conf
etc/etc.socppc : login.conf
etc/etc.sparc : login.conf
etc/etc.sparc64: login.conf
etc/etc.vax : login.conf
etc/etc.zaurus : login.conf

Log message:
add class used by the _pbuild user for DPB, ok ajacoutot@

YASUOKA Masahiko

unread,
Jul 20, 2015, 2:55:50 PM7/20/15
to source-...@cvs.openbsd.org
CVSROOT: /cvs
Module name: src
Changes by: yas...@cvs.openbsd.org 2015/07/20 12:55:35

Modified files:
usr.sbin/npppd/npppd: privsep.c

Log message:
Add missing initializations in privsep.c

From Yuuichi Someya at IIJ.

YASUOKA Masahiko

unread,
Jul 20, 2015, 2:58:52 PM7/20/15
to source-...@cvs.openbsd.org
CVSROOT: /cvs
Module name: src
Changes by: yas...@cvs.openbsd.org 2015/07/20 12:58:30

Modified files:
usr.sbin/npppd/npppd: npppd_iface.c

Log message:
Remove old route to the tunnel interface when the interface's address is
changed.

Jeremy Evans

unread,
Jul 20, 2015, 2:59:32 PM7/20/15
to source-...@cvs.openbsd.org
CVSROOT: /cvs
Module name: src
Changes by: jer...@cvs.openbsd.org 2015/07/20 12:58:53

Modified files:
sys/kern : kern_tame.c

Log message:
Allow the sched_yield, __thrsleep, __thrwakeup, and __threxit syscalls
when using tame(2). This allows threaded programs to work.

OK deraadt@

YASUOKA Masahiko

unread,
Jul 20, 2015, 3:04:16 PM7/20/15
to source-...@cvs.openbsd.org
CVSROOT: /cvs
Module name: src
Changes by: yas...@cvs.openbsd.org 2015/07/20 13:03:54

Modified files:
usr.sbin/npppd/l2tp: l2tp_call.c

Log message:
Pass the errcode when disconnecting L2TP call.

YASUOKA Masahiko

unread,
Jul 20, 2015, 3:26:55 PM7/20/15
to source-...@cvs.openbsd.org
CVSROOT: /cvs
Module name: src
Changes by: yas...@cvs.openbsd.org 2015/07/20 13:26:41

Modified files:
usr.sbin/npppd/common: debugutil.c

Log message:
Add size and NULL checks in debugutil.c

Poined out by Yuuichi Someya at IIJ.

Paul Irofti

unread,
Jul 20, 2015, 3:45:00 PM7/20/15
to source-...@cvs.openbsd.org
CVSROOT: /cvs
Module name: src
Changes by: pir...@cvs.openbsd.org 2015/07/20 13:44:32

Modified files:
sys/arch/octeon/conf: GENERIC files.octeon
sys/arch/octeon/dev: octeon_iobus.c
sys/arch/octeon/include: octeonreg.h octeonvar.h
sys/arch/octeon/octeon: autoconf.c conf.c
Added files:
sys/arch/octeon/dev: amdcf.c

Log message:
Add a new flash driver for Octeon that allows access to the internal
memory on (at least) D-Link DSR500 machines.

This follows the CFI specification with code borrowed from zrouter
(FreeBSD). The idea, once the current driver is thoroughly tested, would
be to move it to MI land.

The prerequisites to MI are width, shift and row detection and handling.
In the long run I hope to be able to also add wdc support.

For now write support is disabled.

Okay miod@, deraadt@.

Alexander Bluhm

unread,
Jul 20, 2015, 3:49:47 PM7/20/15
to source-...@cvs.openbsd.org
CVSROOT: /cvs
Module name: src
Changes by: bl...@cvs.openbsd.org 2015/07/20 13:49:33

Modified files:
usr.sbin/syslogd: syslogd.c

Log message:
Do not reconnect outgoing TCP connections too aggressively. In
case the receiver closes the connection, wait for a second to give
him a chance to recover.
OK benno@

Ted Unangst

unread,
Jul 20, 2015, 4:19:19 PM7/20/15
to source-...@cvs.openbsd.org
CVSROOT: /cvs
Module name: src
Changes by: te...@cvs.openbsd.org 2015/07/20 14:18:45

Modified files:
usr.bin/doas : doas.conf.5

Log message:
SHELL is out, from Michael Reed

Philip Guenther

unread,
Jul 20, 2015, 4:46:45 PM7/20/15
to source-...@cvs.openbsd.org
CVSROOT: /cvs
Module name: src
Changes by: guen...@cvs.openbsd.org 2015/07/20 14:46:24

Modified files:
bin/ksh : c_sh.c

Log message:
Zero-pad the seconds in the output of 'time' to make columns line up

ok pirofti@ halex@ krw@ deraadt@ jca@ doug@

Alexander Bluhm

unread,
Jul 20, 2015, 4:54:10 PM7/20/15
to source-...@cvs.openbsd.org
CVSROOT: /cvs
Module name: src
Changes by: bl...@cvs.openbsd.org 2015/07/20 14:53:44

Modified files:
regress/sys/net/pf_forward: Makefile
regress/sys/net/pf_fragment: Makefile

Log message:
When test pf.conf changes, check its syntax and use the new one.

Rafael Zalamena

unread,
Jul 20, 2015, 5:17:04 PM7/20/15
to source-...@cvs.openbsd.org
CVSROOT: /cvs
Module name: src
Changes by: rzal...@cvs.openbsd.org 2015/07/20 15:16:39

Modified files:
sys/net : if.c if_ethersubr.c if_loop.c netisr.c netisr.h
sys/netinet : ip_ether.c ip_gre.c
sys/netmpls : mpls.h mpls_input.c mpls_raw.c

Log message:
Kill NETISR_MPLS, from now on we will use interface input handlers to deal
with MPLS packets.

ok mpi@, claudio@

Theo de Raadt

unread,
Jul 20, 2015, 5:32:31 PM7/20/15
to source-...@cvs.openbsd.org
CVSROOT: /cvs
Module name: src
Changes by: der...@cvs.openbsd.org 2015/07/20 15:31:57

Modified files:
sys/kern : vfs_syscalls.c

Log message:
Move the construction of p_tamenote from sys_open() to doopenat(), so that
it also applies to sys_openat().

Ted Unangst

unread,
Jul 20, 2015, 5:36:41 PM7/20/15
to source-...@cvs.openbsd.org
CVSROOT: /cvs
Module name: src
Changes by: te...@cvs.openbsd.org 2015/07/20 15:36:27

Modified files:
sys/kern : kern_tame.c

Log message:
crudely canonicalize paths before taming them. ok deraadt doug

Doug Hogan

unread,
Jul 20, 2015, 5:52:27 PM7/20/15
to source-...@cvs.openbsd.org
CVSROOT: /cvs
Module name: src
Changes by: do...@cvs.openbsd.org 2015/07/20 15:52:07

Modified files:
usr.bin/openssl: s_cb.c

Log message:
Avoid NULL deref in openssl(1) s_cb.

Fixes Coverity issue 24956.

ok bcook@

Doug Hogan

unread,
Jul 20, 2015, 5:55:32 PM7/20/15
to source-...@cvs.openbsd.org
CVSROOT: /cvs
Module name: src
Changes by: do...@cvs.openbsd.org 2015/07/20 15:55:13

Modified files:
usr.bin/openssl: speed.c

Log message:
Don't try to run ECDH if ecdh_checks fails in openssl(1) speed.

Coverity 72744 noticed that rsa_count was overwitten. The underlying
issue is that this code is supposed to be in an else block.

ok bcook@

Doug Hogan

unread,
Jul 20, 2015, 5:57:09 PM7/20/15
to source-...@cvs.openbsd.org
CVSROOT: /cvs
Module name: src
Changes by: do...@cvs.openbsd.org 2015/07/20 15:56:47

Modified files:
usr.bin/openssl: ecparam.c

Log message:
No need to recheck for NULL in openssl(1) ecparam.

Fixes Coverity issue 78802.

ok bcook@

0 new messages