[odc] Daily src changes for 2006-02-17
ODC
auto at squish.net
Sat Feb 18 07:00:36 GMT 2006
OpenBSD src changes summary for 2006-02-17
==========================================
share/man sys/arch/i386/i386
sys/compat/ossaudio sys/dev/acpi
sys/dev/i2c sys/dev/ic
sys/dev/pci usr.bin/rcs
usr.bin/vi
== share ============================================================= 01/03 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/share
man
~ man4/aps.4
> Reword for clarity, from a discussion with Constantine A. Murenin. (jsg@)
== sys =============================================================== 02/03 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/sys
arch/i386/i386
~ esm.c
> jordan says the volt sensors on the powersupply esm device are always off
> by a factor of 10, no matter which machine its found on. therefore i dont
> need all that crazy glue to special case its values on the 4400. instead
> i created a new VOLTSx10 esm sensor which is the same as the volts sensor
> but gets multiplied by 10 after being read. (dlg@)
~ esm.c
> add a comment to explain how to keep things working, remove a stray char
> from another comment (dlg@)
compat/ossaudio
~ ossaudio.c
> espie@ backed out the library part of brad's commit which broke stuff,
> but not the kernel part. now sound in opera via the flashplugin works
> again. (jolan@)
dev/acpi
~ acpibat.c
> Detect if battery slot is available but without a battery in it.
> ok jordan (marco@)
~ acpi.c ~ acpiac.c
~ acpidev.h ~ dsdt.c
> Fixed code for handling _INI
> Rearranged debug statements
> ok marco@ (jordan@)
~ acpi.c
> Argh, we need delays between reads/writes. The backend reads (i2c most
> likely)
> are so slow that values come back as 0 sometimes. We have to do this
> despite the spec saying we shouldnt have to. Guess having a faster
> parser than others can hurt sometimes.
> Idea from jordan. (marco@)
~ acpi.c
> Use tsleep instead of delay when !cold. (marco@)
~ acpibat.c
> Propogate some values through the sysctl hw.sesnsors interface for debug
> purposes. This will be removed later and replaced with something better.
> (marco@)
~ acpibat.c
> Better comments. (marco@)
~ acpiac.c
> Add sensors output. This is for debug only and will be removed later.
> (marco@)
~ acpi.c ~ acpivar.h
~ dsdt.c
> Add a generic delay function as per the ACPI spec.
> from jordan@ (marco@)
~ acpi.c
> Remove earlier introduced delays. We really only need them during autconf.
> ok jordan@ (marco@)
dev/i2c
~ w83l784r.c
> Fix another typo. From Constantine A. Murenin. (kettenis@)
dev/ic
~ atw.c
> Use ieee80211_compute_duration() instead of homerolled function.
> From a change to NetBSD by David Young.
> Tested by aanriot@ on ADM8211A and me on ADM8211B. (jsg@)
~ atwvar.h
> Missed part of last atw commit. (jsg@)
dev/pci
~ if_em.c
> - simplify link state handling code.
> - update interface baud rate properly so userland programs such as a
> SNMP daemon or bgpctl/ospfctl for example will display the correct
> interface speed instead of always saying 1 Gbps.
> From FreeBSD (brad@)
~ if_em.c
> If there is no link then set IFM_NONE so ifconfig will show a media
> status of (none) whether in auto or forced speed/duplex mode. (brad@)
== usr.bin =========================================================== 03/03 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin
rcs
~ ci.1
> remove trailing whitespace; (jmc@)
vi
~ vi/v_ex.c
> Fix use after free. Problem hunted down by wilfried@; ok fgsch@
> millert@ (otto@)
===============================================================================
More information about the odc
mailing list