CVS: cvs.openbsd.org: src

2014-11-25 Thread Brent Cook
CVSROOT:/cvs Module name:src Changes by: bc...@cvs.openbsd.org 2014/11/25 22:48:00 Modified files: regress/lib/libcrypto/pkcs7: pkcs7test.c Log message: prefer memcmp to bcmp. ok tedu@ miod@ deraadt@

CVS: cvs.openbsd.org: src

2014-11-25 Thread Brent Cook
CVSROOT:/cvs Module name:src Changes by: bc...@cvs.openbsd.org 2014/11/25 22:41:44 Modified files: lib/libssl/src/crypto/bio: bss_dgram.c Log message: remove superflous gettimeofday wrapper. ok beck@ tedu@ miod@ guenther@ doug@ deraadt@

CVS: cvs.openbsd.org: src

2014-11-25 Thread Brent Cook
CVSROOT:/cvs Module name:src Changes by: bc...@cvs.openbsd.org 2014/11/25 22:39:06 Modified files: lib/libssl/src/crypto/bio: bss_dgram.c Log message: memset like a normal human. ok beck@ tedu@ miod@

CVS: cvs.openbsd.org: src

2014-11-25 Thread Brent Cook
CVSROOT:/cvs Module name:src Changes by: bc...@cvs.openbsd.org 2014/11/25 22:37:26 Modified files: lib/libssl/src/crypto/bio: b_sock.c bss_conn.c bss_dgram.c Log message: normalize set/getsockopt usage. Remove the remaining random casts on optval. Fixups for this can b

CVS: cvs.openbsd.org: src

2014-11-25 Thread Brent Cook
CVSROOT:/cvs Module name:src Changes by: bc...@cvs.openbsd.org 2014/11/25 22:01:47 Modified files: lib/libssl/src/crypto/bio: bss_dgram.c Log message: Linux has had IP_MTU since 2005, don't force it. ok beck@ miod@ tedu@ deraadt@

CVS: cvs.openbsd.org: src

2014-11-25 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2014/11/25 19:05:58 Modified files: lib/libc/hash : sha1.3 sha2.3 Log message: macro cleanup; from kaspars at bankovskis dot net

CVS: cvs.openbsd.org: src

2014-11-25 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2014/11/25 17:57:33 Modified files: usr.bin/mandoc : cgi.c Log message: Make the code sipler and more robust by always assigning a value to q.manpath and dropping the (incomplete) later NULL checks.

CVS: cvs.openbsd.org: src

2014-11-25 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2014/11/25 17:15:36 Modified files: sbin/dhclient : dispatch.c Log message: Rename 'got_one()' to 'packethandler()'.

CVS: cvs.openbsd.org: src

2014-11-25 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2014/11/25 17:09:27 Modified files: sys/dev/pci: if_ix.c Log message: dont swap the vlan tag twice on big endian archs for transmit. ok mikeb@

CVS: cvs.openbsd.org: src

2014-11-25 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2014/11/25 16:52:10 Modified files: usr.sbin/tftpd : tftpd.c Log message: evbuffer_read and evbuffer_write are wrappers around read and write, so you have to check their return values in the same way and han

CVS: cvs.openbsd.org: src

2014-11-25 Thread Daniel Dickman
CVSROOT:/cvs Module name:src Changes by: dan...@cvs.openbsd.org 2014/11/25 16:13:54 Modified files: regress/usr.sbin/ospfd: Makefile Log message: Fix test. ok bluhm@

CVS: cvs.openbsd.org: src

2014-11-25 Thread Daniel Dickman
CVSROOT:/cvs Module name:src Changes by: dan...@cvs.openbsd.org 2014/11/25 16:09:22 Modified files: regress/bin/test: TEST.sh Log message: don't fail, even if running as root. idea from and ok ingo@

CVS: cvs.openbsd.org: src

2014-11-25 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2014/11/25 15:37:43 Modified files: lib/libc/stdio : setvbuf.3 Log message: zap trailing whitespace;

CVS: cvs.openbsd.org: src

2014-11-25 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2014/11/25 15:20:22 Modified files: usr.bin/mandoc : Makefile Log message: fix (disabled) build of man.cgi

CVS: cvs.openbsd.org: www

2014-11-25 Thread Tobias Stoeckmann
CVSROOT:/cvs Module name:www Changes by: tob...@cvs.openbsd.org 2014/11/25 15:12:40 Modified files: . : plus.html Log message: Fixed 5.4 typo (was supposed to be 5.6). ok brett

CVS: cvs.openbsd.org: src

2014-11-25 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/11/25 13:31:41 Modified files: sys/arch/vax/vax: pmap.c Log message: A few reliability fixes: - protect pv lists with splvm. - try to return as soon as possible from pmap_rmproc(). - correctly maintain

CVS: cvs.openbsd.org: src

2014-11-25 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/11/25 13:26:13 Modified files: libexec/ld.so/m88k: rtld_machine.c Log message: When a public symbol in a library is referenced by the main program's plt, the address of the symbol must always resolve to

CVS: cvs.openbsd.org: src

2014-11-25 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/11/25 12:08:42 Modified files: sys/arch/sgi/sgi: ip27_machdep.c l1.c l1.h Log message: Brag about what OS we are running on the LCD panel, if there is one.

CVS: cvs.openbsd.org: src

2014-11-25 Thread Todd C. Miller
CVSROOT:/cvs Module name:src Changes by: mill...@cvs.openbsd.org 2014/11/25 12:08:14 Modified files: lib/libc/stdio : setbuf.3 setvbuf.3 Log message: C99 says setvbuf() returns non-zero, not EOF. Also, POSIX documents that it returns an error for invalid mode which match

CVS: cvs.openbsd.org: src

2014-11-25 Thread Todd C. Miller
CVSROOT:/cvs Module name:src Changes by: mill...@cvs.openbsd.org 2014/11/25 10:41:12 Modified files: lib/libc/stdlib: rand.3 Log message: rand() is a pseudo-random number generator

CVS: cvs.openbsd.org: src

2014-11-25 Thread Todd C. Miller
CVSROOT:/cvs Module name:src Changes by: mill...@cvs.openbsd.org 2014/11/25 10:40:38 Modified files: lib/libc/stdlib: random.3 Log message: Don't describe random() as "better". Remove the bug about rand() being faster. Add a bug about historical implementations seeding ve

CVS: cvs.openbsd.org: src

2014-11-25 Thread Todd C. Miller
CVSROOT:/cvs Module name:src Changes by: mill...@cvs.openbsd.org 2014/11/25 10:26:34 Modified files: lib/libc/stdlib: rand48.3 Log message: Warn people to use arc4random() in DESCRIPTION so they see it using the same text from random.3.

CVS: cvs.openbsd.org: src

2014-11-25 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2014/11/25 10:03:03 Modified files: sbin/dhclient : dhclient.c Log message: r1.118 starting using LINK_STATE_IS_UP() to check the link status info provided in RTM_IFINFO messages. But it didn't replicate th

CVS: cvs.openbsd.org: src

2014-11-25 Thread Todd C. Miller
CVSROOT:/cvs Module name:src Changes by: mill...@cvs.openbsd.org 2014/11/25 10:01:49 Modified files: lib/libc/stdio : Makefile.inc setbuf.3 Added files: lib/libc/stdio : setvbuf.3 Log message: Move guts of setbuf.3 into setvbuf.3 to make it clear which one should

CVS: cvs.openbsd.org: src

2014-11-25 Thread Todd C. Miller
CVSROOT:/cvs Module name:src Changes by: mill...@cvs.openbsd.org 2014/11/25 09:45:24 Modified files: lib/libc/crypt : arc4random.3 Log message: rand48(3) not drand48(3) to align with the actual man page and Xr entries.

CVS: cvs.openbsd.org: src

2014-11-25 Thread Tobias Stoeckmann
CVSROOT:/cvs Module name:src Changes by: tob...@cvs.openbsd.org 2014/11/25 09:01:08 Modified files: regress/usr.bin/patch: Makefile Added files: regress/usr.bin/patch: t14.diff t14.in t14.out t15.diff t15.in t15.out t16.diff t16.in

CVS: cvs.openbsd.org: src

2014-11-25 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/11/25 08:35:10 Modified files: sys/netinet: in.c in.h tcp_usrreq.c Log message: Since in_broadcast() is now used to always iterate on all the interfaces of your system, put it on a diet and kill the

CVS: cvs.openbsd.org: src

2014-11-25 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2014/11/25 08:02:13 Modified files: lib/libc/sys : open.2 close.2 Log message: macro and typo fixes from kaspars at bankovskis dot net

CVS: cvs.openbsd.org: src

2014-11-25 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/11/25 07:50:46 Modified files: sys/net: radix_mpath.h Log message: No need to forward declare "struct route" anymore, rtalloc_mpath() no longer take such argument.

CVS: cvs.openbsd.org: www

2014-11-25 Thread Igor Sobrado
CVSROOT:/cvs Module name:www Changes by: sobr...@cvs.openbsd.org 2014/11/25 07:35:47 Modified files: . : donations.html Log message: Agustin Nieto has donated a 12-inch PowerBook G4 computer. Thanks!

CVS: cvs.openbsd.org: src

2014-11-25 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2014/11/25 07:16:15 Modified files: usr.sbin/pkg_add/OpenBSD: Add.pm Delete.pm PkgAdd.pm UpdateSet.pm Log message: minor clean-up: the stuff not to display is tied to the s

CVS: cvs.openbsd.org: src

2014-11-25 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/11/25 06:10:03 Modified files: sys/net: pfkeyv2.c sys/netinet: ip_ipsp.h ip_spd.c Log message: The proliferation of "struct route" in all its flavors didn't make any good to our net

CVS: cvs.openbsd.org: src

2014-11-25 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/11/25 05:13:59 Modified files: sys/netinet: udp_usrreq.c Log message: unifdef -USCOPEDROUTING, no object change.

CVS: cvs.openbsd.org: src

2014-11-25 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/11/25 03:45:07 Modified files: sys/arch/powerpc/powerpc: pmap.c Log message: Speed up page zeroing by using a loop of dcbz/dcbzl instead of bzero(). While here, use the direct map for pmap_copy_page()

CVS: cvs.openbsd.org: src

2014-11-25 Thread Tobias Stoeckmann
CVSROOT:/cvs Module name:src Changes by: tob...@cvs.openbsd.org 2014/11/25 03:26:07 Modified files: usr.bin/patch : common.h pch.c Log message: Introduce strtolinenum to properly check line numbers while parsing: no signs, no spaces, just digits, 0 <= x <= LONG_MAX ok

CVS: cvs.openbsd.org: src

2014-11-25 Thread Tobias Stoeckmann
CVSROOT:/cvs Module name:src Changes by: tob...@cvs.openbsd.org 2014/11/25 03:22:08 Modified files: usr.bin/patch : inp.c Log message: Prevent null pointer dereference on empty input files when diff requires a specific version. ok millert

CVS: cvs.openbsd.org: src

2014-11-25 Thread Tobias Stoeckmann
CVSROOT:/cvs Module name:src Changes by: tob...@cvs.openbsd.org 2014/11/25 03:20:24 Modified files: usr.bin/paste : paste.c Log message: Release file descriptors as soon as they are not needed anymore. ok millert

CVS: cvs.openbsd.org: src

2014-11-25 Thread Bret Lambert
CVSROOT:/cvs Module name:src Changes by: blamb...@cvs.openbsd.org2014/11/25 02:17:00 Modified files: usr.sbin/relayd: snmp.c Log message: use correct divisor when converting microseconds to 100ths of a second found by yasuoka@

CVS: cvs.openbsd.org: src

2014-11-25 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2014/11/25 01:22:10 Modified files: usr.bin/ftp: fetch.c Log message: set ttyout to line buffered, because the signal handler writes are non-buffered. They were getting out of order. from Kaspars Bankovs