[odc] Daily src changes for 2006-04-23
ODC
auto at squish.net
Mon Apr 24 08:14:24 BST 2006
OpenBSD src changes summary for 2006-04-23
==========================================
kerberosV sys/arch/macppc/conf
sys/dev/cardbus sys/dev/ic
sys/dev/pci sys/dev/usb
sys/kern usr.bin/usbhidaction
== kerberosV ========================================================= 01/03 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/kerberosV
kerberosV
~ libexec/ipropd-master/Makefile ~ libexec/ipropd-slave/Makefile
> Install man page. Noted by Antoine Jacoutot (biorn@)
- usr.bin/afslog/afslog.1 - usr.bin/pagsh/pagsh.1
> Heimdal provides these now. (biorn@)
~ usr.sbin/kstash/Makefile
> Another forgotten man page (biorn@)
== sys =============================================================== 02/03 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/sys
arch/macppc/conf
~ GENERIC ~ files.macppc
> Add puc(4) and com at puc.
> ok deraadt@ (kettenis@)
dev/cardbus
~ if_dc_cardbus.c
> Recognize the D-Link DRP32TXD CardBus adapter. It is another
> ADMTek AN983 clone.
> From FreeBSD (brad@)
dev/ic
~ ami.c
> Fix an embarrassing pasto that triggered a panic. Reported by henning.
> ok dlg (marco@)
~ dc.c
> Make code path for ADMTek variant endian-safe; fixes dc(4) on macppc.
> ok brad@ (kettenis@)
dev/pci
~ pciide.c
> Allow Intel SATA to map compatibility interrupts.
> This makes a bunch of ICH6M/ICH7M systems that don't present
> an IDE controller work.
> And stop treating ICH6M like an IDE controller now this works for everyone.
> Thanks to all the people who tested. (jsg@)
~ pcidevs
> add the D-Link DRP32TXD CardBus id.
> From FreeBSD (brad@)
~ pcidevs.h ~ pcidevs_data.h
> regen (brad@)
~ if_sk.c
> some more ANSI, KNF and other tidying up. (brad@)
dev/usb
~ usb_port.h
> remove all the compat stuff for the otherbsds. this is openbsd, i prefer
> reading openbsd code when im working in the openbsd source tree.
> this makes the file immediately less confusing since you can search for a
> macro and see how its implemented on openbsd without having to figure out
> if you're in the netbsd or freebsd chunk first.
> "no problem with me" deraadt@ (dlg@)
~ usbdevs
> add the Dell Bluetooth 350 module.
> From Ben Lovett <ben at tilderoot dot com> (brad@)
~ usbdevs.h ~ usbdevs_data.h
> regen (brad@)
~ if_axe.c
> Remove superfluous use of usb_callout_init() (== timeout_set()).
> Superfluous because the immediately following usb_callout() does the
> same timeout_set(). And superfluous because the same usb_callout_init
> was done during attach.
> ok dlg@ (krw@)
kern
~ vfs_vnops.c
> KNF (pedro@)
~ vfs_vnops.c
> Remove unnecessary ARGSUSED comment (pedro@)
~ vfs_vnops.c
> 'fall into' -> FALLTHROUGH (pedro@)
== usr.bin =========================================================== 03/03 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin
usbhidaction
~ usbhidaction.c
> Avoid passing the device file descriptor to executed commands; deraadt@ ok
> (fgsch@)
===============================================================================
More information about the odc
mailing list