[odc] Daily src changes for 2010-08-25
ODC
auto at squish.net
Thu Aug 26 07:00:01 BST 2010
OpenBSD src changes summary for 2010-08-25
==========================================
Makefile.cross distrib/sets
sys/arch/sparc64/stand/ofwboot sys/dev/cardbus
sys/dev/ic sys/dev/pci
sys/net sys/scsi
usr.bin/awk usr.bin/ftp
usr.bin/pr usr.bin/tmux
== Makefile.cross ==================================================== 01/04 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/Makefile.cross
Makefile.cross
> sync the list of gcc4 archs with bsd.own.mk
> ok miod@ (jsg@)
== distrib =========================================================== 02/04 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/distrib
sets
~ lists/base/mi ~ lists/man/mi
> sync (deraadt@)
== sys =============================================================== 03/04 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/sys
arch/sparc64/stand/ofwboot
~ Makefile ~ boot.c
~ elf64_exec.c
> Remove the SPARC_BOOT_ELF define and associated machinery since it does
> not make sense to compile ofwboot without support for ELF. Whilst here,
> nuke the unused SPARC_BOOT_NFS define and compile elf64_exec.c as an
> object rather than including it in boot.c.
> ok miod@ (jsing@)
dev/cardbus
~ cardbus.c ~ cardslot.c
~ if_ral_cardbus.c
> Make CardBus ral(4) suspend and resume properly on machines that keep the
> CardBus bridge powered up during suspend. Step zero on the long road
> towards fully suspending CardBus on all machines.
> ok deraadt@, damien@ (kettenis@)
dev/ic
~ ami.c
> try giving all devices on ami access to all the ccbs. iopools will share
> them out safely. (dlg@)
~ rt2560.c ~ rt2661.c
~ rt2860.c
> Make CardBus ral(4) suspend and resume properly on machines that keep the
> CardBus bridge powered up during suspend. Step zero on the long road
> towards fully suspending CardBus on all machines.
> ok deraadt@, damien@ (kettenis@)
dev/pci
~ pccbb.c
> Make CardBus ral(4) suspend and resume properly on machines that keep the
> CardBus bridge powered up during suspend. Step zero on the long road
> towards fully suspending CardBus on all machines.
> ok deraadt@, damien@ (kettenis@)
net
~ if.c
> When setting a rdomain also force -inet6 aka IFXF_NOINET6 on the interface
> since IPv6 is not rdomain aware and freaks out about it.
> OK henning (claudio@)
~ if.c ~ if_mpe.c
> Move the iface specific ioctl call for SIOCSIFRDOMAIN further down so that
> all the magic cleanup happens before. This is needed because mpe(4) needs
> to add a route which would be removed by the cleanup code.
> OK henning (claudio@)
~ if.c ~ route.c
~ route.h ~ rtsock.c
> Let rtable_add() return usefull errnos so that the ioctl handler and the
> rtsock code can return a more reasonable error to the user.
> OK henning (claudio@)
scsi
~ scsiconf.c ~ scsiconf.h
~ scsi_base.c
> add scsi_iopool_destroy and scsi_link_shutdown. when a link or
> device are going away, this will walk the pool and link queues and
> wake up processes that are sleeping while waiting for an io or xs.
> they will return NULL to the scsi_{xs,io}_get callers, which should
> then check if they device is still alive. all other handlers that
> are registered on the queues should be removed by their owners
> before the destroy/shutdown funcs are called.
> lots of help and discussion with matthew@
> ok matthew@ (dlg@)
== usr.bin =========================================================== 04/04 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin
awk
~ Makefile ~ awk.1
> get rid of the nawk hard link
> ok millert guenther (deraadt@)
ftp
~ fetch.c
> don't free proxyurl and cookie twice in the location code; with halex@
> (martynas@)
pr
~ pr.c
> fix potential use of uninitialized variable.
> reported by gcc.
> ok jasper@ (chl@)
tmux
~ window.c
> When destroying a pane, reset any mode (which reenables pane
> bufferevent) before freeing the bufferevent. (nicm@)
===============================================================================
More information about the odc
mailing list