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@
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@
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@
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
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@
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
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.
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()'.
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@
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
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@
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@
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;
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
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
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
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
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.
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
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
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
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.
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
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
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.
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
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
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
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.
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!
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
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
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.
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()
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
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
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
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@
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
39 matches
Mail list logo