[odc] Daily src changes for 2007-08-03
ODC
auto at squish.net
Sat Aug 4 07:00:01 BST 2007
OpenBSD src changes summary for 2007-08-03
==========================================
etc/root/root.mail lib/libkeynote
sys/arch/i386/i386 sys/dev/pcmcia
sys/net80211 sys/netinet6
sys/ufs/ufs sys/uvm
usr.sbin/ospfctl
== etc =============================================================== 01/04 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/etc
root/root.mail
~ root/root.mail
> fix spacing error in mail header; Pierre Riteau (deraadt@)
== lib =============================================================== 02/04 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/lib
libkeynote
~ keynote.1 ~ keynote.3
~ keynote.4 ~ keynote.5
> Update URL of the keynote webpage. While there, update angelos' email
> address.
> Noticed by qgiovanni at gmail.co, thanks!
> ok jmc@ (URL snippet), angelos@ (hshoexer@)
== sys =============================================================== 03/04 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/sys
arch/i386/i386
~ p4tcc.c
> when not dealing with floats, always multiply before dividing; from
> Przemyslaw Nowaczyk (deraadt@)
dev/pcmcia
~ if_malo.c
> switch cmalo_rx() to use m_getdev() instead of something hand rolled.
> cmalo_rx() is called from the interrupt handler and therefor is running at
> IPL_NET so no need to do spl dances instead sprinkel some splassert() into
> the rx and tx path. OK mglocker@ (claudio@)
net80211
~ ieee80211_crypto.c ~ ieee80211_input.c
~ ieee80211_node.h ~ ieee80211_output.c
~ ieee80211_proto.h
> add a ni_eapol_desc field to struct ieee80211_node to know whether
> a station is using WPA1 or RSN descriptors.
> make sure that a station that advertises WPA1 capability in an IE
> uses the WPA1 EAPOL-Key descriptor type and not the RSN one.
> fix construction of EAPOL-Key frames for WPA1.
> i can now successfuly complete a 4-way and group-key handshake
> with both a WPA1 and a WPA2 access point.
> add some TKIP encapsulation code (no SW crypto yet).
> ok deraadt@ (damien@)
~ ieee80211_input.c
> fix parsing of GTK KDE. (damien@)
netinet6
~ ip6_input.c
> curly brace issues:
> - if we have curly braces within #if directive, we will have problem with
> matching using vi "%" command
> - without curly braces it becomes ambiguous which statement is within which
> effect of which "if" statement
> ok mcbride@ (itojun@)
ufs/ufs
~ ufs_quota.c
> Increase dq_cnt in struct dquot from 16 to 32bits. OK deraadt@ (millert@)
uvm
~ uvm_km.c
> Don't let pagedaemon wait for pages here. We could trigger this easily
> when we hit swap before actually fully populating the buffer cache which
> would lead to deadlocks.
> From pedro, tested by many, deraadt@ ok (art@)
== usr.sbin ========================================================== 04/04 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/usr.sbin
ospfctl
~ ospfctl.8
> document reload command.
> ok claudio@ (pyr@)
===============================================================================
More information about the odc
mailing list