CVS: cvs.openbsd.org: src

2014-07-17 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2014/07/17 00:25:12 Modified files: sbin/mount : mount.c Log message: Convert a couple calloc()s that were originally malloc()s to reallocarray()s. The child after fork() should use _exit()

CVS: cvs.openbsd.org: src

2014-07-17 Thread Loganaden Velvindron
CVSROOT:/cvs Module name:src Changes by: lo...@cvs.openbsd.org 2014/07/17 01:13:02 Modified files: lib/libssl/src/crypto/x509: x509_vfy.c Log message: Free sktmp when it's no longer needed. By doing so, we fix a bunch of memory leaks. From miod@ OK from miod@ and

CVS: cvs.openbsd.org: src

2014-07-17 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2014/07/17 01:22:19 Modified files: usr.bin/ssh: mux.c ssh.c Log message: reflect stdio-forward (ssh -W host:port ...) failures in exit status. previously we were always returning 0. bz#2255 reported by

CVS: cvs.openbsd.org: src

2014-07-17 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:src Changes by: ajacou...@cvs.openbsd.org 2014/07/17 05:28:29 Modified files: etc/mtree : 4.4BSD.dist Log message: No more /var/db/sysmerge

CVS: cvs.openbsd.org: src

2014-07-17 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2014/07/17 05:32:14 Modified files: usr.sbin/httpd : httpd.conf.5 Log message: Fix typo in example httpd config which caused error on startup. /etc/httpd.conf:8: failed to add media type ok reyk

CVS: cvs.openbsd.org: src

2014-07-17 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/07/17 05:32:21 Modified files: lib/libssl/src/ssl: s3_clnt.c Log message: Missing bounds check in ssl3_get_certificate_request(), was not spotted in 1.78; reported by Ilja Van Sprundel.

CVS: cvs.openbsd.org: src

2014-07-17 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2014/07/17 05:35:26 Modified files: usr.sbin/httpd : server_http.c usr.sbin/relayd: relay_http.c Log message: Move comment about strcasecmp() to a more suitable spot. ok reyk benno

CVS: cvs.openbsd.org: src

2014-07-17 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/07/17 06:37:46 Modified files: sys/arch/hppa/stand/libsa: itecons.c sys/arch/hppa64/stand/libsa: itecons.c Log message: immidiatelly - immediately

CVS: cvs.openbsd.org: src

2014-07-17 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2014/07/17 06:56:07 Modified files: sys/arch/i386/i386: ioapic.c Log message: interrupt handlers established via the ioapic didnt get their ih_flags set. ih_flags are used by the intr_handler() code to

CVS: cvs.openbsd.org: www

2014-07-17 Thread Ingo Schwarze
CVSROOT:/cvs Module name:www Changes by: schwa...@cvs.openbsd.org2014/07/17 07:11:14 Modified files: . : events.html Log message: List all 15 OpenBSD-related EuroBSDCon 2014 events, Sep 25-28, Sofia. Registrations are now open. While here, fix two

CVS: cvs.openbsd.org: src

2014-07-17 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/07/17 07:14:06 Modified files: sys/arch/landisk/stand/boot: conf.c devs.c libsa.h scifcons.c srt0.S Log message: Turn the console code into regular cons_decl()

CVS: cvs.openbsd.org: src

2014-07-17 Thread Stuart Henderson
CVSROOT:/cvs Module name:src Changes by: st...@cvs.openbsd.org 2014/07/17 07:13:45 Modified files: sys/arch/i386/i386: Tag: OPENBSD_5_5 ioapic.c Log message: merge ioapic.c fix from -current (r1.32), suggested by miod via dlg, ok deraadt@ interrupt handlers

CVS: cvs.openbsd.org: src

2014-07-17 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2014/07/17 07:18:10 Modified files: etc/mtree : special Log message: add optional keywords all over the place, and some missing files. likely to be more changes here to match the new layout. ok ingo

Re: CVS: cvs.openbsd.org: src

2014-07-17 Thread Stuart Henderson
On 2014/07/17 07:13, Stuart Henderson wrote: CVSROOT: /cvs Module name: src Changes by: st...@cvs.openbsd.org 2014/07/17 07:13:45 Modified files: sys/arch/i386/i386: Tag: OPENBSD_5_5 ioapic.c Log message: merge ioapic.c fix from -current (r1.32), suggested by miod via

CVS: cvs.openbsd.org: src

2014-07-17 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2014/07/17 07:38:22 Modified files: sys/dev: rnd.c Log message: zero entropy buf

CVS: cvs.openbsd.org: src

2014-07-17 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2014/07/17 07:44:21 Modified files: sys/kern : kern_sysctl.c Log message: zero random buf for sysctl too, just in case

CVS: cvs.openbsd.org: xenocara

2014-07-17 Thread Jonathan Gray
CVSROOT:/cvs Module name:xenocara Changes by: j...@cvs.openbsd.org2014/07/17 07:53:23 Modified files: lib/libGL/dri : Makefile.inc Log message: use CPPFLAGS instead of CFLAGS for additional defines/includes

CVS: cvs.openbsd.org: src

2014-07-17 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2014/07/17 08:30:42 Modified files: lib/libc/crypt : arc4random.c Log message: Race-free because we're running single-threaded in a new address space, and once allocated rs is never deallocated. document

CVS: cvs.openbsd.org: src

2014-07-17 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:src Changes by: ajacou...@cvs.openbsd.org 2014/07/17 09:00:06 Modified files: etc/rc.d : spamd Log message: Unbreak after the rc_do-_rc_do and rc_wait-_rc_wait renaming. If someone wants to take a shot a modifying this rc script so

CVS: cvs.openbsd.org: src

2014-07-17 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2014/07/17 09:08:29 Modified files: etc: rc Log message: sh netstart, instead of using . We don't want any of the variables created inside netstart to infect the rc script. ok claudio sthen aja

Re: CVS: cvs.openbsd.org: src

2014-07-17 Thread Ted Unangst
On Thu, Jul 17, 2014 at 06:56, David Gwynne wrote: CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org2014/07/17 06:56:07 Modified files: sys/arch/i386/i386: ioapic.c Log message: interrupt handlers established via the ioapic didnt get their ih_flags set.

Re: CVS: cvs.openbsd.org: src

2014-07-17 Thread Theo de Raadt
On Thu, Jul 17, 2014 at 06:56, David Gwynne wrote: CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org2014/07/17 06:56:07 Modified files: sys/arch/i386/i386: ioapic.c Log message: interrupt handlers established via the ioapic didnt get their ih_flags set. ih_flags

CVS: cvs.openbsd.org: src

2014-07-17 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2014/07/17 12:55:42 Modified files: etc/mtree : special Log message: match current permissions

CVS: cvs.openbsd.org: src

2014-07-17 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/07/17 13:51:58 Modified files: sys/arch/sgi/sgi: bus_dma.c ip22.h ip22_machdep.c Log message: Rework management of the external L2 cache on the few Indy/Indigo2 systems which have it. Instead of

CVS: cvs.openbsd.org: src

2014-07-17 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2014/07/17 13:58:05 Modified files: sbin/dump : dump.8 Log message: files-to-dump can be a duid; From: Maximilian Fillinger

CVS: cvs.openbsd.org: src

2014-07-17 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2014/07/17 17:12:28 Modified files: lib/libc/stdlib: rand.3 random.3 Log message: it is 2014, and we still need to encourage people away from srand() and random(). Sigh.

CVS: cvs.openbsd.org: src

2014-07-17 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2014/07/17 17:48:24 Modified files: lib/libssl/src/crypto: ppccap.c lib/libssl/src/ssl: d1_lib.c Log message: avoid sys/param.h; Jonas Termansen

CVS: cvs.openbsd.org: src

2014-07-17 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2014/07/17 17:50:07 Modified files: lib/libssl/src/apps: openssl.c Log message: avoid errx(); Jonas Termansen

CVS: cvs.openbsd.org: src

2014-07-17 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2014/07/17 20:05:55 Modified files: lib/libc/crypt : arc4random.c Added files: lib/libcrypto/crypto: arc4random_linux.h arc4random_osx.h arc4random_solaris.h

CVS: cvs.openbsd.org: src

2014-07-17 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2014/07/17 20:46:01 Modified files: usr.bin/ssh: ssh-agent.c Log message: restore umask around listener socket creation (dropped in streamlocal patch merge)

CVS: cvs.openbsd.org: src

2014-07-17 Thread Matthew Dempsky
CVSROOT:/cvs Module name:src Changes by: matt...@cvs.openbsd.org 2014/07/17 22:16:09 Modified files: include: search.h lib/libc/stdlib: lsearch.c Log message: Change lsearch()'s base argument to require a non-const pointer to align with POSIX and other