[odc] Daily src changes for 2004-03-31
ODC
auto at squish.net
Thu Apr 1 08:00:46 BST 2004
OpenBSD src changes summary for 2004-03-31
==========================================
Makefile gnu/usr.bin/ld
include/protocols/dumprestore.h lib/libc
lib/libssl sbin/isakmpd
sbin/restore sbin/sysctl
share/man sys/crypto
sys/dev/eisa sys/dev/ic
sys/msdosfs sys/net
sys/netinet usr.bin/apropos
usr.bin/ssh usr.bin/strip
usr.sbin/bgpd usr.sbin/inetd
== Makefile ========================================================== 01/09 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/Makefile
Makefile
> repair cross-tools (mickey@)
== gnu =============================================================== 02/09 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/gnu
usr.bin/ld
~ Makefile ~ ld.c
> byteswap strtab length on writing w/o affecting variable's
> byte order as it seems to be used later on again.
> does not affect native linker at all.
> also fix includes order to avoid picking up native machine/
> includes instead of the target (for cross-ld build). (mickey@)
== include =========================================================== 03/09 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/include
protocols/dumprestore.h
~ protocols/dumprestore.h
> dumped is really spelled with one p and not two
> from Daniel Lucq (henning@)
== lib =============================================================== 04/09 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/lib
libc
~ gen/sysctl.3
> note that hw.cpuspeed displays the current cpu frequency (from cpu(4));
> ok deraadt@ (jmc@)
~ hash/sha1.c
> remove sparc64/gcc2 workaround.
> ok millert@ deraadt@ jason@ (brad@)
libssl
~ src/apps/s_apps.h ~ src/apps/s_client.c
~ src/apps/s_socket.c
> support IPv6 connections in "openssl s_client", adding -4 and -6 options to
> force protocol; ok itojun@ (djm@)
== sbin ============================================================== 05/09 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/sbin
isakmpd
~ isakmpd.c ~ sysdep/openbsd/Makefile.sysdep
> Don't assume closefrom(2) exists everywhere. hshoexer@, markus@ ok. (ho@)
~ monitor.c
> Use sysdep_sa_len() instead of sa->sa_len, also correct a log_fatal()
> message. hshoexer@ ok. (ho@)
~ cert.c ~ crypto.c
~ exchange.c ~ hash.c
~ ike_auth.c
> -Wsign-compare nits. hshoexer@ ok. (ho@)
restore
~ restore.h
> dumped is really spelled with one p and not two
> from Daniel Lucq (henning@)
sysctl
~ sysctl.8
> typo; (jmc@)
== share ============================================================= 06/09 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/share
man
~ man4/mpt.4
> Pimp-off VMWare ESX Server 2 support using mpt. Ok deraadt@ (marco@)
~ man4/pf.4
> from Jared Yanovich:
> - sync w/ header
> - consistency fixes
> - better macro usage
> - wording corrections/improvements
> ok dhartmei@ (jmc@)
~ man4/pfsync.4
> a little cleanup; (jmc@)
~ man4/man4.alpha/intro.4 ~ man4/man4.alpha/le.4
~ man4/man4.hp300/intro.4 ~ man4/man4.hp300/le.4
~ man4/man4.i386/le.4 ~ man4/man4.mvme68k/intro.4
~ man4/man4.mvme68k/le.4 ~ man4/man4.mvme88k/le.4
~ man4/man4.sparc/le.4 ~ man4/man4.sparc64/le.4
~ man4/man4.vax/le.4
> consistency fixes for le(4) description;
> started by a diff from xsa@, with help from (and ok) miod@ (jmc@)
~ man5/pf.conf.5 ~ man5/pf.os.5
> vender -> vendor, from John Bajana-Bacalle (dhartmei@)
~ man4/Makefile ~ man4/pci.4
~ man4/isa.4 + man4/pcib.4
> Simple pcib(4) man page.
> Help and ok miod@ jmc@ (grange@)
~ man4/pcib.4
> Simplify; jmc@ ok (grange@)
== sys =============================================================== 07/09 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/sys
crypto
~ sha1.c
> remove sparc64/gcc2 workaround.
> ok millert@ deraadt@ jason@ (brad@)
dev/eisa
~ eisadevs
> a few more hp cards (mickey@)
~ eisadevs.h ~ eisadevs_data.h
> regen (mickey@)
dev/ic
~ osiop.c
> cleanup some whitespaces (mickey@)
msdosfs
~ msdosfs_conv.c
> Fix false positives when comparing long file names that have the
> same first 13 (or some multiple thereof) characters.
> Fix was verified by reporter (Kong Long); from NetBSD (millert@)
net
~ pfkeyv2_parsemessage.c
> in the tcp md5sig case allow empty (wildcard) src or dst
> ok markus@ (henning@)
netinet
~ ip_ipsp.c
> in gettdbbysrcdst(), allow matching with either src or dst beeing a
> wildcard
> (emtpy) entry
> ok markus@ (henning@)
== usr.bin =========================================================== 08/09 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin
apropos
~ apropos.1
> apropos outputs name (section), not name(section);
> adjust -width of options list; (jmc@)
ssh
~ canohost.c
> don't skip ip options check when UseDNS=no; ok markus@ (djm@)
strip
~ Makefile ~ strip.c
> allow cross-compiling for m68k and better usage(); miod@ ok (mickey@)
== usr.sbin ========================================================== 09/09 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/usr.sbin
bgpd
~ pfkey.c
> allow empty (wildcard) sockaddr for src or dst (henning@)
~ config.c
> it is no longer required to have local-address set with tcp md5sig,
> so remove the check. (henning@)
inetd
~ inetd.c
> For non-internal services, if no program arguments are specified use
> the program's basename as argv[0]. Problem found by mpech at . > OK deraadt@ beck@ (millert@)
===============================================================================
More information about the odc
mailing list