CVS: cvs.openbsd.org: src

2014-08-12 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2014/08/13 00:04:10 Modified files: lib/libcrypto/crypto: arc4random_linux.h arc4random_osx.h arc4random_solaris.h Log message: munmap correct object in (extremely unlikely, an

CVS: cvs.openbsd.org: src

2014-08-12 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2014/08/12 19:03:57 Modified files: usr.sbin/tftpd : tftpd.c Log message: use errc instead of juggling errno values in tftpd_listen.

CVS: cvs.openbsd.org: src

2014-08-12 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2014/08/12 19:00:16 Modified files: usr.sbin/tftpd : tftpd.c Log message: setsockopt sets errno on failure, so we can use err instead of errx when handling the error.

CVS: cvs.openbsd.org: src

2014-08-12 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2014/08/12 14:36:41 Modified files: lib/libssl/src/doc/crypto: ASN1_OBJECT_new.pod lib/libssl/src/doc/ssl: SSL_CTX_set_max_cert_list.pod Log message: Merge a patch that i successfully pushed

CVS: cvs.openbsd.org: src

2014-08-12 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/08/12 13:35:28 Modified files: sys/arch/octeon/include: vmparam.h Log message: Lower VM_PHYSSEG_MAX from the mips64 default to a generous 4, and change allocation strategy to VM_PSTRAT_BIGFIRST.

CVS: cvs.openbsd.org: src

2014-08-12 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/08/12 13:33:59 Modified files: sys/arch/mips64/mips64: tlbhandler.S Log message: addu -> PTR_ADDU when doing address arithmetic in the octeon-specific code path.

CVS: cvs.openbsd.org: src

2014-08-12 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2014/08/12 13:27:57 Modified files: usr.bin/mandoc : out.c Log message: In mdoc(7) and man(7), if a width is given as a bare number without specifying a unit, the implied unit is 'n' (on the terminal

CVS: cvs.openbsd.org: src

2014-08-12 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2014/08/12 13:19:42 Modified files: usr.bin/mandoc : out.h Log message: The macro SCALE_HS_INIT() is always passed the result of strlen() or an equivalent number as its argument, and strlen() measure

CVS: cvs.openbsd.org: src

2014-08-12 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2014/08/12 09:29:33 Modified files: sys/net: pf.c pf_ioctl.c pfvar.h Log message: Finally implement what's stated in the man page regarding parent anchors for "once" rules: "In case this is the only

CVS: cvs.openbsd.org: src

2014-08-12 Thread Brent Cook
CVSROOT:/cvs Module name:src Changes by: bc...@cvs.openbsd.org 2014/08/12 09:02:52 Modified files: lib/libssl/src/crypto: md32_common.h Log message: Replace intrinsic ROTATE macros with an inline. Without the cast/mask, the compiler is allowed to optimize this directly

CVS: cvs.openbsd.org: src

2014-08-12 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2014/08/12 08:42:06 Modified files: sys/net: pf.c Log message: Make sure that pf_step_into_anchor always saves a pointer to the rule that owns the anchor on the pf anchor stack. There's no reason wh

CVS: cvs.openbsd.org: src

2014-08-12 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2014/08/12 08:38:28 Modified files: sys/net: pf.c pf_ioctl.c Log message: Apart from some minor code reshuffling the big change is that we start with a ruleset pointer assigned to pf_main_ruleset so

CVS: cvs.openbsd.org: src

2014-08-12 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/08/12 07:52:08 Modified files: sys/net: route.c route.h rtsock.c Log message: route_cb is internal to rtsock.c