[odc] Daily src changes for 2011-03-04
ODC
auto at squish.net
Sat Mar 5 07:00:01 GMT 2011
OpenBSD src changes summary for 2011-03-04
==========================================
bin/ls libexec/spamlogd
sys/dev/bluetooth sys/dev/ic
sys/dev/pci sys/dev/usb
sys/net80211 usr.bin/grep
usr.bin/netstat usr.bin/tmux
usr.sbin/ospfd
== bin =============================================================== 01/05 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/bin
ls
~ ls.1 ~ ls.c
~ util.c
> add support for the (POSIX) -H flag
> feedback and ok millert@, sobrado@, jmc@ (okan@)
== libexec =========================================================== 02/05 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/libexec
spamlogd
~ spamlogd.8 ~ spamlogd.c
> add -W flag (whiteexp), as opposed to pulling in a hardcoded default
> value from spamd/grey.c; mostly from ohauer at gmx.de in PR/6142.
> ok beck@ (okan@)
== sys =============================================================== 03/05 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/sys
dev/bluetooth
~ btms.c
> Add TouchScreen support. Makes newer Gunze USB TouchScreen devices work.
> ok deraadt@ (kettenis@)
dev/ic
~ mpi.c
> Peek at the interrupt status register before poking with the reply post
> queue. In some situations this prevents us from reading a garbled reply.
> If this commit breaks your mpi, please report ASAP.
> The issue was reported and the fix was verified by Emeric Boit. Thanks!
> Ok dlg, kettenis, marco (who warned us and wanted to test more) (mikeb@)
dev/pci
~ azalia.c
> gather most pci conf register manipulation into a new function,
> azalia_configure_pci(). use that function in azalia_attach() and
> azalia_resume(). fixes post-resume "static" during playback for
> some machines with ATI chipsets. (jakemsr@)
dev/usb
~ usb.h
> Apparently keeping some USB devices in reset for too long makes them
> non-functional. Reduce the root port reset delay to 100 ms. This is still
> twice as long as the delay mandated by the standard, but makes the Gunze
> TouchScreen on the Sony Vaio VGN-UX91S and a few other devices work.
> ok jakemsr@ (kettenis@)
~ ums.c ~ hidms.c
~ hidmsvar.h
> Add TouchScreen support. Makes newer Gunze USB TouchScreen devices work.
> ok deraadt@ (kettenis@)
net80211
~ ieee80211_input.c ~ ieee80211_ioctl.h
> kill is_rx_elem_unknown.
> damien@ ok. ports checked by sthen at . (fgsch@)
== usr.bin =========================================================== 04/05 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin
grep
~ grep.1 ~ grep.c
~ grep.h
> add -H (opposite of -h) to always print name. ok deraadt millert (tedu@)
netstat
~ net80211.c
> kill is_rx_elem_unknown.
> damien@ ok. ports checked by sthen at . (fgsch@)
tmux
~ tmux.c ~ tty-keys.c
> Two fixes by Micah Cowan: make mouse work properly beyond >127 on signed
> char architectures and properly parse $TMUX by stopping the socket path
> at the first comma. (nicm@)
== usr.sbin ========================================================== 05/05 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/usr.sbin
ospfd
~ database.c
> Indent block correctly. (claudio@)
===============================================================================
More information about the odc
mailing list