CVS: cvs.openbsd.org: src

2015-07-20 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2015/07/20 01:45:23 Modified files: sys/arch/alpha/alpha: locore.s Log message: go a bit further with miods last change to copy{in,out}{,str} and stash the address of the user structure to avoid having to

CVS: cvs.openbsd.org: src

2015-07-20 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2015/07/20 01:13:17 Modified files: regress/usr.sbin/syslogd: args-client-tcp-octet-badframe.pl Log message: More reliable test due to more specific regex.

CVS: cvs.openbsd.org: src

2015-07-20 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2015/07/20 01:43:27 Modified files: usr.bin/doas : doas.conf.5 Log message: whitespace;

Re: CVS: cvs.openbsd.org: src

2015-07-20 Thread Jonathan Gray
On Mon, Jul 20, 2015 at 12:27:35AM -0600, Theo de Raadt wrote: This commit broke the build on arm and likely elsewhere: ../../../../uvm/uvm_mmap.c: In function 'sys_kbind': ../../../../uvm/uvm_mmap.c:1168: error: dereferencing pointer to incomplete type *** Error 1 in

CVS: cvs.openbsd.org: src

2015-07-20 Thread Robert Peichaer
CVSROOT:/cvs Module name:src Changes by: r...@cvs.openbsd.org2015/07/20 00:59:39 Modified files: etc: netstart rc Log message: Disable Strict Bourne shell mode for /etc/rc and /etc/netstart to be able to use ksh syntax within these scripts. This way init

Re: CVS: cvs.openbsd.org: src

2015-07-20 Thread Theo de Raadt
This commit broke the build on arm and likely elsewhere: ../../../../uvm/uvm_mmap.c: In function 'sys_kbind': ../../../../uvm/uvm_mmap.c:1168: error: dereferencing pointer to incomplete type *** Error 1 in /usr/src/sys/arch/armv7/compile/GENERIC (Makefile:671 'uvm_mmap.o ') Index:

CVS: cvs.openbsd.org: src

2015-07-20 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2015/07/20 02:51:41 Modified files: usr.bin/file : xmalloc.h Log message: Remove leftover xfree() prototype.

CVS: cvs.openbsd.org: src

2015-07-20 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2015/07/20 04:34:11 Modified files: usr.bin/tmux : tmux.1 Log message: Correct the tsl/fsl sequence to ]0 not ]2 (from Marcel Korpel). While here, Xr xterm and remove some advice about elinks that is

Re: CVS: cvs.openbsd.org: src

2015-07-20 Thread Miod Vallat
Grr. Is there a way to fix this in an MD fashion? Just asking. Yes, by adding this include to machine/cpu.h on the platforms which would need it, and I'm not sure this is something we want to do, given the few places PROC_PC() is used.

CVS: cvs.openbsd.org: src

2015-07-20 Thread Remi Pointel
CVSROOT:/cvs Module name:src Changes by: rpoin...@cvs.openbsd.org2015/07/20 12:23:52 Modified files: usr.bin/openssl: dgst.c Log message: check the sigbuf value before using it. ok miod@ (thanks).

CVS: cvs.openbsd.org: src

2015-07-20 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:src Changes by: jas...@cvs.openbsd.org 2015/07/20 12:26:02 Modified files: regress/usr.bin/sed: inplace2.expected inplace2.in Log message: remove expanded rcs id

CVS: cvs.openbsd.org: src

2015-07-20 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2015/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

CVS: cvs.openbsd.org: src

2015-07-20 Thread YASUOKA Masahiko
CVSROOT:/cvs Module name:src Changes by: yasu...@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.

CVS: cvs.openbsd.org: src

2015-07-20 Thread Todd C. Miller
CVSROOT:/cvs Module name:src Changes by: mill...@cvs.openbsd.org 2015/07/20 09:39:52 Modified files: usr.bin/ssh: ssh.1 Log message: Better desciption of Unix domain socket forwarding. bz#2423; ok jmc@

CVS: cvs.openbsd.org: src

2015-07-20 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2015/07/20 10:48:07 Modified files: sys/kern : kern_tame.c Log message: Don't try to dereference fp if it is NULL, ok deraadt

CVS: cvs.openbsd.org: src

2015-07-20 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2015/07/20 11:47:38 Modified files: usr.sbin/syslogd: syslogd.c Log message: Do not accept sockets when syslogd reaches the file descriptor limit. Instead disable the listen event and wait for a second.

CVS: cvs.openbsd.org: src

2015-07-20 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2015/07/20 12:03:47 Added files: regress/usr.sbin/syslogd: args-client-tcp-deferred.pl args-fdexhaustion-tcp.pl Removed files: regress/usr.sbin/syslogd:

CVS: cvs.openbsd.org: src

2015-07-20 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2015/07/20 12:04:06 Modified files: sys/kern : kern_tame.c lib/libc/sys : tame.2 Log message: In _TM_SELF, permit uname(3); OK deraadt@.

CVS: cvs.openbsd.org: src

2015-07-20 Thread Todd C. Miller
CVSROOT:/cvs Module name:src Changes by: mill...@cvs.openbsd.org 2015/07/20 12:42:35 Modified files: usr.bin/ssh: ssh.c Log message: Sync usage with SYNOPSIS

CVS: cvs.openbsd.org: src

2015-07-20 Thread YASUOKA Masahiko
CVSROOT:/cvs Module name:src Changes by: yasu...@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. From Yuuichi Someya at IIJ.

CVS: cvs.openbsd.org: src

2015-07-20 Thread Jeremy Evans
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

CVS: cvs.openbsd.org: src

2015-07-20 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/07/20 12:05:04 Modified files: sys/dev/pci: pci_quirks.c Log message: Add a quirk for Cirrus Logic PD6729, for earlier silicon versions of this chip would advertize themselves as multi-function

CVS: cvs.openbsd.org: src

2015-07-20 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:src Changes by: jas...@cvs.openbsd.org 2015/07/20 12:24:15 Modified files: usr.bin/sed: process.c Log message: fix eyesore whitespace

CVS: cvs.openbsd.org: src

2015-07-20 Thread Mike Larkin
CVSROOT:/cvs Module name:src Changes by: mlar...@cvs.openbsd.org 2015/07/20 12:27:36 Modified files: sys/dev: softraid.c Log message: fix spacing

CVS: cvs.openbsd.org: src

2015-07-20 Thread Doug Hogan
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2015/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@

CVS: cvs.openbsd.org: src

2015-07-20 Thread Stuart Henderson
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 :

CVS: cvs.openbsd.org: src

2015-07-20 Thread YASUOKA Masahiko
CVSROOT:/cvs Module name:src Changes by: yasu...@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. From Yuuichi Someya at IIJ.

CVS: cvs.openbsd.org: src

2015-07-20 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/07/20 09:27:00 Modified files: lib/libssl/src/crypto/asn1: x_pkey.c Log message: In X509_PKEY_new(), make sure all allocation failures push an error to the error stack, not only the first one. ok

CVS: cvs.openbsd.org: src

2015-07-20 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2015/07/20 09:26:28 Modified files: lib/libc/sys : tame.2 sys/kern : kern_tame.c Log message: Add setgroups(2) to TAME_PROC, ok deraadt

CVS: cvs.openbsd.org: src

2015-07-20 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2015/07/20 09:50:04 Modified files: usr.bin/tmux : options-table.c server.c status.c tmux.1 tmux.c tmux.h Log message: Add an option (history-file) for a file to save/restore

CVS: cvs.openbsd.org: src

2015-07-20 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2015/07/20 11:01:26 Modified files: sys/kern : kern_tame.c Log message: Be more paranoid and don't let any ioctls through with invalid file descriptors.

CVS: cvs.openbsd.org: src

2015-07-20 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2015/07/20 10:15:40 Modified files: sys/kern : kern_tame.c Log message: tame_cmsg_send and tame_cmsg_recv are called with the data set to a file descriptor, so call fd_getfile to get a struct file *.

CVS: cvs.openbsd.org: src

2015-07-20 Thread Doug Hogan
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2015/07/20 10:48:11 Modified files: usr.bin/openssl: pkcs7.c Log message: Remove condition that never happens and fix error handling. There were two issues here: 1) in == NULL is never true because it's

CVS: cvs.openbsd.org: src

2015-07-20 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/07/20 09:29:13 Modified files: lib/libssl/src/crypto/asn1: x_crl.c Log message: When freeing an X509_CRL, if freeing the user-maintained meth_data fails, do not forgot to nevertheless keep freeing the

CVS: cvs.openbsd.org: src

2015-07-20 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2015/07/20 09:44:43 Modified files: sys/dev/pci: pccbb.c Log message: Try to assign a secondary bus number if the BIOS left the CardBus bridge unconfigured. ok miod@, mlarkin@

CVS: cvs.openbsd.org: src

2015-07-20 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/07/20 09:45:29 Modified files: lib/libssl/src/crypto/hmac: hm_ameth.c Log message: Various memory leaks upon error or unchecked allocations. ok doug@

CVS: cvs.openbsd.org: src

2015-07-20 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2015/07/20 10:10:38 Modified files: usr.sbin/bgpd : bgpd.c bgpd.h rde.c session.c session.h Log message: Make bgpd execute the RDE and session engine process instead of just forking. This way ASLR and

CVS: cvs.openbsd.org: src

2015-07-20 Thread Doug Hogan
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2015/07/20 11:10:45 Modified files: usr.bin/openssl: dgst.c Log message: Avoid dereferencing a NULL. Move NULL check before use. Fixes Coverity issue 21746. ok miod@ jsing@

CVS: cvs.openbsd.org: src

2015-07-20 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/07/20 09:41:48 Modified files: lib/libssl/src/crypto/asn1: tasn_dec.c Log message: Check the return value of asn1_enc_save(). ok bcook@ doug@

CVS: cvs.openbsd.org: src

2015-07-20 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2015/07/20 09:52:18 Modified files: sys/kern : kern_tame.c Log message: getpagesize() may occur late in programs; permit it

CVS: cvs.openbsd.org: src

2015-07-20 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2015/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@

CVS: cvs.openbsd.org: src

2015-07-20 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/07/20 15:36:27 Modified files: sys/kern : kern_tame.c Log message: crudely canonicalize paths before taming them. ok deraadt doug

CVS: cvs.openbsd.org: src

2015-07-20 Thread Rafael Zalamena
CVSROOT:/cvs Module name:src Changes by: rzalam...@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

CVS: cvs.openbsd.org: src

2015-07-20 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@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().

CVS: cvs.openbsd.org: src

2015-07-20 Thread Doug Hogan
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2015/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@

CVS: cvs.openbsd.org: src

2015-07-20 Thread Rafael Zalamena
CVSROOT:/cvs Module name:src Changes by: rzalam...@cvs.openbsd.org 2015/07/20 16:16:41 Modified files: sys/conf : GENERIC files sys/net: if_bridge.c if_vlan.c sys/netmpls: mpls.h mpls_input.c sys/sys: sockio.h

CVS: cvs.openbsd.org: src

2015-07-20 Thread Alexander Bluhm
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.

CVS: cvs.openbsd.org: src

2015-07-20 Thread Doug Hogan
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2015/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@

CVS: cvs.openbsd.org: src

2015-07-20 Thread Paul Irofti
CVSROOT:/cvs Module name:src Changes by: piro...@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

CVS: cvs.openbsd.org: src

2015-07-20 Thread Alexander Bluhm
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

CVS: cvs.openbsd.org: src

2015-07-20 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/07/20 14:18:45 Modified files: usr.bin/doas : doas.conf.5 Log message: SHELL is out, from Michael Reed

CVS: cvs.openbsd.org: src

2015-07-20 Thread YASUOKA Masahiko
CVSROOT:/cvs Module name:src Changes by: yasu...@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.

CVS: cvs.openbsd.org: src

2015-07-20 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/07/20 09:43:23 Modified files: lib/libssl/src/crypto/asn1: tasn_new.c Log message: Use V_ASN1_UNDEF instead of -1. Make sure ASN1_primitive_new() will return NULL in *pval in all error situations. ok

CVS: cvs.openbsd.org: www

2015-07-20 Thread Stuart Henderson
CVSROOT:/cvs Module name:www Changes by: st...@cvs.openbsd.org 2015/07/20 20:28:02 Modified files: faq: current.html Log message: mention freeradius rc script renaming

CVS: cvs.openbsd.org: src

2015-07-20 Thread Alexandr Nedvedicky
CVSROOT:/cvs Module name:src Changes by: sas...@cvs.openbsd.org 2015/07/20 20:32:04 Modified files: sys/net: pf.c pf_if.c pf_ioctl.c Log message: - added /* FALLTHROUGH */ comments, typecasts (u_int32_t)-1, ... ok mpi@

CVS: cvs.openbsd.org: src

2015-07-20 Thread YASUOKA Masahiko
CVSROOT:/cvs Module name:src Changes by: yasu...@cvs.openbsd.org 2015/07/20 20:33:00 src/usr.sbin/radiusd/radiusd Update of /cvs/src/usr.sbin/radiusd/radiusd In directory cvs.openbsd.org:/tmp/cvs-serv13276/radiusd Log Message: Directory /cvs/src/usr.sbin/radiusd/radiusd added to

CVS: cvs.openbsd.org: src

2015-07-20 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/07/20 16:41:41 Modified files: sys/uvm: uvm_mmap.c Log message: Actually return a value from sys_kbind() in the non-ld.so case, or the compiler will warn.

CVS: cvs.openbsd.org: src

2015-07-20 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/07/20 16:54:30 Modified files: sys/net: if.c if_bridge.c if_loop.c if_tun.c if_vxlan.c Log message: Remove splassert(IPL_NET) from if_input(). if_input() has been designed to be able to safely

CVS: cvs.openbsd.org: src

2015-07-20 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2015/07/20 17:04:17 Modified files: games/backgammon/common_source: one.c Log message: Sometimes, the computer's move was printed, but the computer's men didn't actually move. This happened when

CVS: cvs.openbsd.org: src

2015-07-20 Thread Florian Obser
CVSROOT:/cvs Module name:src Changes by: flor...@cvs.openbsd.org 2015/07/20 17:15:54 Modified files: sys/net: if_pflow.c if_pflow.h Log message: Use the kernel socket interface (sosend(9) etc) instead of shoving packets directly into the network stack with

CVS: cvs.openbsd.org: src

2015-07-20 Thread YASUOKA Masahiko
CVSROOT:/cvs Module name:src Changes by: yasu...@cvs.openbsd.org 2015/07/20 17:52:29 Modified files: share/mk : bsd.README bsd.prog.mk Added files: lib/libradius : Makefile radius.3 radius.c radius.h radius_attr.c radius_eapmsk.c

CVS: cvs.openbsd.org: src

2015-07-20 Thread Brent Cook
CVSROOT:/cvs Module name:src Changes by: bc...@cvs.openbsd.org 2015/07/20 16:42:56 Modified files: lib/libssl/src/crypto/gost: gostr341001_params.c Log message: prefer string.h to strings.h ok guenther@ doug@

CVS: cvs.openbsd.org: src

2015-07-20 Thread Bret Lambert
CVSROOT:/cvs Module name:src Changes by: blamb...@cvs.openbsd.org2015/07/20 16:51:11 Modified files: usr.sbin/snmpd : util.c Log message: properly encode IpAddress, Gauge32, and Counter32 varbinds received from subagents ok reyk@

CVS: cvs.openbsd.org: src

2015-07-20 Thread Sebastian Benoit
CVSROOT:/cvs Module name:src Changes by: be...@cvs.openbsd.org 2015/07/20 17:45:39 Modified files: usr.sbin/ospfd : interface.c kroute.c ospfd.c Log message: Fix a segfault at startup when if_change() ist called before imsg_init() exposed by the second part of this

CVS: cvs.openbsd.org: src

2015-07-20 Thread YASUOKA Masahiko
CVSROOT:/cvs Module name:src Changes by: yasu...@cvs.openbsd.org 2015/07/20 17:44:16 src/lib/libradius Update of /cvs/src/lib/libradius In directory cvs.openbsd.org:/tmp/cvs-serv4182/lib/libradius Log Message: Directory /cvs/src/lib/libradius added to the repository

CVS: cvs.openbsd.org: src

2015-07-20 Thread YASUOKA Masahiko
CVSROOT:/cvs Module name:src Changes by: yasu...@cvs.openbsd.org 2015/07/20 17:44:16 src/regress/lib/libradius Update of /cvs/src/regress/lib/libradius In directory cvs.openbsd.org:/tmp/cvs-serv4182/regress/lib/libradius Log Message: Directory /cvs/src/regress/lib/libradius

CVS: cvs.openbsd.org: src

2015-07-20 Thread YASUOKA Masahiko
CVSROOT:/cvs Module name:src Changes by: yasu...@cvs.openbsd.org 2015/07/20 17:44:16 src/usr.sbin/radiusctl Update of /cvs/src/usr.sbin/radiusctl In directory cvs.openbsd.org:/tmp/cvs-serv4182/usr.sbin/radiusctl Log Message: Directory /cvs/src/usr.sbin/radiusctl added to the

CVS: cvs.openbsd.org: src

2015-07-20 Thread YASUOKA Masahiko
CVSROOT:/cvs Module name:src Changes by: yasu...@cvs.openbsd.org 2015/07/20 17:44:16 src/usr.sbin/radiusd Update of /cvs/src/usr.sbin/radiusd In directory cvs.openbsd.org:/tmp/cvs-serv4182/usr.sbin/radiusd Log Message: Directory /cvs/src/usr.sbin/radiusd added to the repository

CVS: cvs.openbsd.org: src

2015-07-20 Thread YASUOKA Masahiko
CVSROOT:/cvs Module name:src Changes by: yasu...@cvs.openbsd.org 2015/07/20 17:55:09 src/usr.sbin/radiusd/radiusd_radius Update of /cvs/src/usr.sbin/radiusd/radiusd_radius In directory cvs.openbsd.org:/tmp/cvs-serv31050/radiusd_radius Log Message: Directory

CVS: cvs.openbsd.org: src

2015-07-20 Thread Masao Uebayashi
CVSROOT:/cvs Module name:src Changes by: uebay...@cvs.openbsd.org2015/07/20 17:55:27 Modified files: sys/sys: types.h Log message: Indent.

CVS: cvs.openbsd.org: src

2015-07-20 Thread Brent Cook
CVSROOT:/cvs Module name:src Changes by: bc...@cvs.openbsd.org 2015/07/20 16:51:11 Modified files: usr.bin/openssl: apps.c Log message: app_tminterval moved to apps_posix.c, we don't need sys/times.h

CVS: cvs.openbsd.org: src

2015-07-20 Thread Doug Hogan
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2015/07/20 17:15:28 Modified files: lib/libssl/src/crypto/bio: bss_dgram.c Log message: Correct #if/else logic in BIO's dgram_ctrl. Coverity issue 72741 noticed that ret is being overwritten before use.

CVS: cvs.openbsd.org: src

2015-07-20 Thread Masao Uebayashi
CVSROOT:/cvs Module name:src Changes by: uebay...@cvs.openbsd.org2015/07/20 17:47:20 Modified files: sys/sys: kernel.h sys/kern : subr_pool.c kern_timeout.c Log message: Move `ticks' declaration to sys/kernel.h.

CVS: cvs.openbsd.org: src

2015-07-20 Thread YASUOKA Masahiko
CVSROOT:/cvs Module name:src Changes by: yasu...@cvs.openbsd.org 2015/07/20 17:55:09 src/usr.sbin/radiusd/radiusd_bsdauth Update of /cvs/src/usr.sbin/radiusd/radiusd_bsdauth In directory cvs.openbsd.org:/tmp/cvs-serv31050/radiusd_bsdauth Log Message: Directory

CVS: cvs.openbsd.org: src

2015-07-20 Thread Paul Irofti
CVSROOT:/cvs Module name:src Changes by: piro...@cvs.openbsd.org 2015/07/20 18:16:45 Modified files: share/man/man4/man4.octeon: Makefile Added files: share/man/man4/man4.octeon: amdcf.4 Log message: Add manual page for the new amdcf(4) driver.

CVS: cvs.openbsd.org: src

2015-07-20 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/07/20 20:46:54 Modified files: sys/net: if_loop.c Log message: Put the mbuf_list inside #ifdef MPLS. reported by rpe@

CVS: cvs.openbsd.org: src

2015-07-20 Thread Florian Obser
CVSROOT:/cvs Module name:src Changes by: flor...@cvs.openbsd.org 2015/07/20 21:00:20 Modified files: sys/net: if_pflow.c Log message: use curproc instead of proc0 pointed out by and OK bluhm@

CVS: cvs.openbsd.org: src

2015-07-20 Thread Florian Obser
CVSROOT:/cvs Module name:src Changes by: flor...@cvs.openbsd.org 2015/07/20 21:03:10 Modified files: sys/net: if_pflow.c Log message: We don't do 'ARGSUSED' anymore

CVS: cvs.openbsd.org: src

2015-07-20 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2015/07/20 21:26:02 Modified files: usr.bin/mandoc : main.c tag.c tag.h Log message: When creation of the temporary tags file fails, call the pager without the -T option, because otherwise the pager

CVS: cvs.openbsd.org: src

2015-07-20 Thread Reyk Floeter
CVSROOT:/cvs Module name:src Changes by: r...@cvs.openbsd.org2015/07/20 21:28:39 src/sys/dev/pv Update of /cvs/src/sys/dev/pv In directory cvs.openbsd.org:/tmp/cvs-serv27600/pv Log Message: Directory /cvs/src/sys/dev/pv added to the repository

CVS: cvs.openbsd.org: src

2015-07-20 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2015/07/20 21:30:51 Modified files: sys/arch/amd64/stand/libsa: softraid.c sys/arch/i386/stand/libsa: softraid.c sys/dev: softraid.c softraid_concat.c softraid_crypto.c

CVS: cvs.openbsd.org: src

2015-07-20 Thread Doug Hogan
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2015/07/20 21:34:38 Modified files: lib/libssl/src/ssl: ssl_sess.c Log message: Remove duplicate check in libssl. If len == 0, it already set try_session_cache so there's no need to check len again. Fixes

CVS: cvs.openbsd.org: src

2015-07-20 Thread Reyk Floeter
CVSROOT:/cvs Module name:src Changes by: r...@cvs.openbsd.org2015/07/20 21:38:23 Modified files: sys/arch/amd64/amd64: identcpu.c mainbus.c sys/arch/amd64/conf: GENERIC files.amd64 sys/arch/i386/conf: GENERIC files.i386 sys/arch/i386/i386:

CVS: cvs.openbsd.org: src

2015-07-20 Thread Reyk Floeter
CVSROOT:/cvs Module name:src Changes by: r...@cvs.openbsd.org2015/07/20 21:40:01 Modified files: share/man/man4 : Makefile vmt.4 Added files: share/man/man4 : pvbus.4 Log message: Add manpage for pvbus(4) and update vmt(4). OK sf@

CVS: cvs.openbsd.org: src

2015-07-20 Thread Brent Cook
CVSROOT:/cvs Module name:src Changes by: bc...@cvs.openbsd.org 2015/07/20 21:47:17 Modified files: usr.bin/openssl: apps.c Log message: remove superfluous strings.h

CVS: cvs.openbsd.org: src

2015-07-20 Thread YASUOKA Masahiko
CVSROOT:/cvs Module name:src Changes by: yasu...@cvs.openbsd.org 2015/07/20 21:59:44 Modified files: etc: master.passwd group Log message: Add _radius to etc/master.passwd and etc/group for coming radiusd. ok deraadt

CVS: cvs.openbsd.org: src

2015-07-20 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:src Changes by: jas...@cvs.openbsd.org 2015/07/20 22:04:06 Modified files: usr.bin/jot: jot.c Log message: whitespace

CVS: cvs.openbsd.org: src

2015-07-20 Thread YASUOKA Masahiko
CVSROOT:/cvs Module name:src Changes by: yasu...@cvs.openbsd.org 2015/07/20 22:06:04 Modified files: etc/mtree : 4.4BSD.dist Added files: usr.sbin/radiusctl: Makefile chap_ms.c chap_ms.h parser.c parser.h radiusctl.c

CVS: cvs.openbsd.org: src

2015-07-20 Thread Rafael Zalamena
CVSROOT:/cvs Module name:src Changes by: rzalam...@cvs.openbsd.org 2015/07/20 22:14:52 Modified files: sys/sys: sockio.h Log message: Fix ioctl number conflict and sort ioctl numbers. ok mpi@.

CVS: cvs.openbsd.org: src

2015-07-20 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:src Changes by: jas...@cvs.openbsd.org 2015/07/20 22:14:48 Modified files: sys/kern : Makefile Log message: hookup octeon ok deraadt@

CVS: cvs.openbsd.org: src

2015-07-20 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:src Changes by: ajacou...@cvs.openbsd.org 2015/07/20 22:20:29 Modified files: etc/mail : aliases Log message: Add the _radiusd user. ok sthen@

Re: CVS: cvs.openbsd.org: src

2015-07-20 Thread Antoine Jacoutot
On Mon, Jul 20, 2015 at 10:20:29PM -0600, Antoine Jacoutot wrote: CVSROOT: /cvs Module name: src Changes by: ajacou...@cvs.openbsd.org 2015/07/20 22:20:29 Modified files: etc/mail : aliases Log message: Add the _radiusd user. ok sthen@ and jca@ --

CVS: cvs.openbsd.org: src

2015-07-20 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2015/07/20 22:21:50 Modified files: sys/net: if.c Log message: No more AF_LINK addresses on the per-ifp address lists. ok mpi@

CVS: cvs.openbsd.org: src

2015-07-20 Thread Renato Westphal
CVSROOT:/cvs Module name:src Changes by: ren...@cvs.openbsd.org 2015/07/20 22:46:51 Modified files: usr.sbin/ldpd : lde.c lde.h lde_lib.c Log message: Rename structures and functions to be more generic. LDP work with FECs, where a FEC can be a prefix, a pseudowire and

CVS: cvs.openbsd.org: src

2015-07-20 Thread Renato Westphal
CVSROOT:/cvs Module name:src Changes by: ren...@cvs.openbsd.org 2015/07/20 22:52:29 Modified files: usr.sbin/ldpd : address.c adjacency.c control.c hello.c kroute.c labelmapping.c lde.c lde.h lde_lib.c ldp.h ldpd.c

CVS: cvs.openbsd.org: src

2015-07-20 Thread Masao Uebayashi
CVSROOT:/cvs Module name:src Changes by: uebay...@cvs.openbsd.org2015/07/20 22:48:33 Modified files: sys/arch/amd64/include: i82489reg.h Log message: Define some LAPIC timer register values.

CVS: cvs.openbsd.org: src

2015-07-20 Thread Renato Westphal
CVSROOT:/cvs Module name:src Changes by: ren...@cvs.openbsd.org 2015/07/20 23:01:46 Modified files: usr.sbin/ldpd : ldpd.h neighbor.c Log message: Remove more unused defines. ok claudio@

CVS: cvs.openbsd.org: src

2015-07-20 Thread Renato Westphal
CVSROOT:/cvs Module name:src Changes by: ren...@cvs.openbsd.org 2015/07/20 23:02:57 Modified files: usr.sbin/ldpd : labelmapping.c ldpe.c ldpe.h neighbor.c Log message: Rename, move and reuse mapping list functions. ok claudio@

CVS: cvs.openbsd.org: src

2015-07-20 Thread Renato Westphal
CVSROOT:/cvs Module name:src Changes by: ren...@cvs.openbsd.org 2015/07/20 23:04:13 Modified files: usr.sbin/ldpd : ldpd.c ldpe.c Log message: Call control_cleanup() from the ldpe process, where it belongs. ok claudio@

CVS: cvs.openbsd.org: src

2015-07-20 Thread Renato Westphal
CVSROOT:/cvs Module name:src Changes by: ren...@cvs.openbsd.org 2015/07/20 22:45:21 Modified files: usr.sbin/ldpd : lde.c ldpd.c ldpd.h ldpe.c parse.y Log message: Reuse merge_config() logic to simplify the shutdown of each process. ok claudio@

  1   2   >