[odc] Daily src changes for 2006-02-19
ODC
auto at squish.net
Mon Feb 20 07:10:01 GMT 2006
OpenBSD src changes summary for 2006-02-19
==========================================
distrib/sets etc/mtree/4.4BSD.dist
gnu/usr.bin/cvs share/man
sys/dev/acpi sys/dev/pci
sys/dev/usb sys/net80211
usr.bin/ssh usr.sbin/afs
usr.sbin/ospfctl usr.sbin/ospfd
== distrib =========================================================== 01/07 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/distrib
sets
~ lists/base/mi
> sync (zoneinfo) (pvalchev@)
== etc =============================================================== 02/07 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/etc
mtree/4.4BSD.dist
~ mtree/4.4BSD.dist
> We no longer install the SystemV compatibility links. OK pvalchev@
> (millert@)
== gnu =============================================================== 03/07 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/gnu
usr.bin/cvs
~ lib/md5.c
> memset(p, 0, sizeof(p)) -> memset(p, 0, sizeof(*p)).
> From Alexey Dobriyan (otto@)
== share ============================================================= 04/07 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/share
man
~ man4/ral.4
> document support for RT2501 and RT2600 chipsets.
> many things reworked too. (damien@)
~ man4/ral.4
> fix FILES section (damien@)
~ man4/ral.4
> tweaks; (jmc@)
~ man4/cardbus.4 ~ man4/pci.4
> sync the ral(4) descriptions; (jmc@)
~ man4/atw.4 ~ man4/wi.4tbl
> hostap/HostAP -> Host AP (jmc@)
== sys =============================================================== 05/07 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/sys
dev/acpi
~ acpi.c ~ acpivar.h
~ dsdt.c ~ dsdt.h
> jordan:
> Enable interrupts.
> Added peripheral code to make this work.
> marco:
> Replace softintr and other types of interrupts with a handler with context.
> Fixed interrupt magic for GPEs.
> Some KNF
> This is work done by jordan and I but has to be a single commit. (marco@)
~ acpi.c
> Fix acpi_enter_sleep_state() by replacing current ugly hack
> with mostly correct sleeping state transition code.
> ok brad@ marco@ (grange@)
~ acpi.c ~ acpivar.h
~ dsdt.c ~ dsdt.h
> Added code for aml_notify GPE notification callback
> ok marco@ (jordan@)
dev/pci
~ pcidevs
> add the TTTech MC322 (brad@)
~ if_nfe.c ~ if_nfereg.h
~ if_nfevar.h
> - fix h/w VLAN tagging and enable it for adapters that support it (VLAN tag
> stripping job is left to the network stack).
> - enable interrupt mitigation by default.
> - add some magic to the initialization sequence in the hope that it will
> fix
> TX issues seen on some adapters. (damien@)
dev/usb
~ if_ral.c
> sync w/ rt2560.c:
> don't try to release references to nodes that have been freed by net80211.
> in HostAP mode, when switching to the INIT state, net80211 sends a DISASSOC
> and a DEAUTH frame to all associated stations and immediately free all the
> nodes while we may still hold references to them in our Tx queues.
> (damien@)
net80211
~ ieee80211_node.c
> Fix a comment in ieee80211_next_scan(). (damien@)
== usr.bin =========================================================== 06/07 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin
ssh
~ sshd.8
> move the sshrc stuff out of FILES, and into its own section:
> FILES is not a good place to document how stuff works; (jmc@)
~ sshd.8
> sync the (s)hosts.equiv FILES entries w/ those from ssh.1; (jmc@)
~ sshd.8
> grammar; (jmc@)
~ ssh_config.5
> add some vertical space; (jmc@)
== usr.sbin ========================================================== 07/07 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/usr.sbin
afs
~ src/milko/lib/mdb/ndbm.c
> Free correct pointer on error path if malloc fails. From Alexey Dobriyan.
> (millert@)
ospfctl
~ ospfctl.c
> Keep track of the duration of our relationships with neighbors.
> Displayed in "ospfctl show neighbor".
> ok claudio@ (norby@)
ospfd
~ ospfe.c ~ ospfe.h
~ packet.c
> Do not allocate a new chunk of memory every time we receive a packet.
> This should have been fixed ages ago since it really improves the
> performance of ospfd.
> ok claudio@ (norby@)
~ lsupdate.c ~ neighbor.c
~ ospfe.h
> Do not traverse the entire LS retransmission list to figure out how many
> are present on it.
> ok claudio@ (norby@)
~ neighbor.c
> Do not kick the adj_timer for neighbors that are in state 2-Way.
> ok claudio@ (norby@)
~ neighbor.c ~ ospfd.h
~ ospfe.h
> Keep track of the duration of our relationships with neighbors.
> Displayed in "ospfctl show neighbor".
> ok claudio@ (norby@)
===============================================================================
More information about the odc
mailing list