[odc] Daily src changes for 2008-04-26
ODC
auto at squish.net
Sun Apr 27 07:00:01 BST 2008
OpenBSD src changes summary for 2008-04-26
==========================================
sys/arch/i386/i386 sys/arch/i386/include
sys/arch/i386/isa sys/arch/macppc/dev
sys/arch/macppc/macppc sys/arch/powerpc/include
sys/arch/powerpc/powerpc sys/dev/ic
sys/dev/mii sys/net
sys/net80211 usr.bin/dc
usr.bin/rcs
== sys =============================================================== 01/02 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/sys
arch/i386/i386
~ apicvec.s ~ lapic.c
~ vector.s
> Remove softast; it's no longer used.
> ok krw@ (kettenis@)
arch/i386/include
~ i82489var.h ~ intrdefs.h
> Remove softast; it's no longer used.
> ok krw@ (kettenis@)
arch/i386/isa
~ icu.s ~ isa_machdep.c
> Remove softast; it's no longer used.
> ok krw@ (kettenis@)
arch/macppc/dev
~ openpic.c
> Changes to get closer to SMP.
> add biglock before interrupt calls into the kernel.
> switch the clock to using cpuinfo variables instead of globals
> move cpu_switchto into C code so that on multiprocessor the FPU
> and Altivec can be saved before switching CPUs.
> add a lock into pmap when modifying the hash table. (drahn@)
arch/macppc/macppc
~ clock.c ~ cpu.c
~ locore.S ~ machdep.c
> Changes to get closer to SMP.
> add biglock before interrupt calls into the kernel.
> switch the clock to using cpuinfo variables instead of globals
> move cpu_switchto into C code so that on multiprocessor the FPU
> and Altivec can be saved before switching CPUs.
> add a lock into pmap when modifying the hash table. (drahn@)
arch/powerpc/include
~ cpu.h
> Changes to get closer to SMP.
> add biglock before interrupt calls into the kernel.
> switch the clock to using cpuinfo variables instead of globals
> move cpu_switchto into C code so that on multiprocessor the FPU
> and Altivec can be saved before switching CPUs.
> add a lock into pmap when modifying the hash table. (drahn@)
arch/powerpc/powerpc
~ pmap.c
> Changes to get closer to SMP.
> add biglock before interrupt calls into the kernel.
> switch the clock to using cpuinfo variables instead of globals
> move cpu_switchto into C code so that on multiprocessor the FPU
> and Altivec can be saved before switching CPUs.
> add a lock into pmap when modifying the hash table. (drahn@)
dev/ic
~ com_subr.c
> Keep order of "#if defined..." consistent. (kettenis@)
~ rt2860.c
> hardware TKIP (including MIC) + CCMP (damien@)
dev/mii
~ brgphy.c ~ brgphyreg.h
> Adjust the output voltage for BCM5906 PHY otherwise it might not be
> possible to obtain a link under some circumstances which are unknown
> at the moment.
> From the Linux tg3 driver.
> Issue reported by Kamil Andrusz <wizz at mniam dot net>
> ok kettenis@ (brad@)
net
~ if_gif.c
> Typo, paket -> packet. (brad@)
net80211
~ ieee80211_input.c
> unbreak hostap mode.
> do not parse RSN IE from beacons/probe responses if not scanning. (damien@)
~ ieee80211_crypto_tkip.c
> small optimization of TKIP mixing phase 2 (for little-endian
> architectures). (damien@)
~ ieee80211.c ~ ieee80211_crypto.c
> move things from ieee80211_ifattach() to ieee80211_crypto_attach().
> (damien@)
== usr.bin =========================================================== 02/02 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin
dc
~ bcode.c
> use correct printf format for size_t (debug only code) (otto@)
rcs
~ rcsprog.c
> Duplicate envstr and free it on error instead of allocating for
> each argument and freeing each argument on error.
> OK joris, tobias (ray@)
===============================================================================
More information about the odc
mailing list