[odc] Daily src changes for 2007-06-13
ODC
auto at squish.net
Thu Jun 14 07:00:01 BST 2007
OpenBSD src changes summary for 2007-06-13
==========================================
sbin/ifconfig sys/arch/macppc/stand
sys/arch/macppc/stand/boot.mac sys/arch/macppc/stand/ofwboot
sys/dev/pci sys/dev/usb
sys/netinet sys/nfs
sys/stand sys/uvm
usr.bin/ftp usr.bin/rcs
usr.bin/ssh usr.sbin/ospfd
== sbin ============================================================== 01/04 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/sbin
ifconfig
~ ifconfig.8 ~ ifconfig.c
> allow IPv4 addresses to be specified in CIDR notation, no need for seperate
> mask in that case. initially from rivo nurges <rix at estpak.ee>, but changed
> quite a bit. this has annoyed me so long that I wonder why I hadn't fixed
> that earlier... input & ok markus deraadt, manpage also jmc (henning@)
== sys =============================================================== 02/04 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/sys
arch/macppc/stand
- boot.c ~ Locore.c
~ ofdev.c + conf.c
+ libsa.h + main.c
> Switch macppc to the interactive bootloader in stand/boot.
> Much more useable on serial console systems. (drahn@)
arch/macppc/stand/boot.mac
~ Makefile
> Switch macppc to the interactive bootloader in stand/boot.
> Much more useable on serial console systems. (drahn@)
arch/macppc/stand/ofwboot
~ Makefile
> Switch macppc to the interactive bootloader in stand/boot.
> Much more useable on serial console systems. (drahn@)
dev/pci
~ azalia_codec.c
> Support the Macbook, Macbook Pro, Mac Mini and possibly the iMac.
> Tested by many. (deanna@)
~ azalia.c
> Don't attempt multichannel playback. This workaround allows a stream
> to connect to multiple outputs, which is needed for some codecs like
> the Sigmatel ones found in Macs and on my VAIO. There is a bigger
> problem with how DACs are grouped that should be solved when we get
> around to supporting multichannel formats.
> Tested by many. (deanna@)
dev/usb
~ moscom.c ~ uark.c
~ uaudio.c ~ ubsa.c
~ ucycom.c ~ udsbr.c
~ uftdi.c ~ uipaq.c
~ umassvar.h ~ umct.c
~ umodem.c ~ umsm.c
~ uow.c ~ uplcom.c
~ usb.c ~ usbdivar.h
~ usbf.c ~ usbfvar.h
~ uslcom.c ~ usscanner.c
~ uts.c ~ uvisor.c
~ uvscom.c
> Apply some KNF after the recent removal of macros and type definitions.
> No binary change.
> ok ray. (mbalmer@)
~ uaudio.c ~ usb_port.h
> Remove the defintion and use of some byteswap macros.
> No binary change.
> ok dlg. (mbalmer@)
~ umass.c ~ umass_quirks.c
~ umass_scsi.c ~ usb_port.h
> Remove the definition and use of umass/umass_quirks related macros.
> No binary change.
> ok dlg. (mbalmer@)
~ if_aue.c ~ if_axe.c
~ if_cdce.c ~ if_cdcef.c
~ if_cue.c ~ if_kue.c
~ if_udav.c ~ if_upl.c
~ if_url.c ~ usb_port.h
> Remove the definition and usage of the IF_INPUT macro which was defined
> as ether_input_mbuf which is itself a macro for ether_input.
> No binary change.
> ok dlg. (mbalmer@)
~ usb_port.h ~ usbdivar.h
> Remove the definition and (single) use of the DECLARE_USB_DMA_T macro.
> No binary change.
> ok dlg. (mbalmer@)
netinet
~ ip_carp.c
> There is no need to set RTAX_NETMASK on RTF_HOST routes. RTAX_NETMASK will
> be set to NULL as first in rtrequest1() for all host routes.
> With and OK reyk@ (claudio@)
nfs
~ nfsmount.h ~ nfs_vfsops.c
> - Remove the nm_inprog member from struct nfsmount;
> NQNFS leftover.
> - Remove setting of the NFSMNT_DISMINPROG flag, its set
> and unset in the same function servering no purpose,
> im however going to reuse it shortly.
> - kill an if thats always true (NFSMNT_KERB cant be set)
> - misc cleanup and KNF.
> ok beck@ (thib@)
stand
~ boot/boot.c ~ boot/cmd.h
> Switch macppc to the interactive bootloader in stand/boot.
> Much more useable on serial console systems. (drahn@)
uvm
~ uvm_map.c
> Remove some statics and inlines (mostly to get a readable profile output).
> "reads ok" dlg@ (art@)
== usr.bin =========================================================== 03/04 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin
ftp
~ Makefile ~ extern.h
~ fetch.c ~ ftp.1
~ ftp_var.h ~ main.c
+ cookie.c
> Enable cookie support. This allows parsing of netscape-like cookie jars
> and sending of appropriate cookies. No retrieval of new cookies is done.
> Careful review and lots of input by millert and ray.
> ok millert@, ray@ (pyr@)
~ ftp.1 ~ main.c
> - shorten -c's argument name to avoid ugly line split
> - tidy up the description of -c and http_cookies
> - add -c to usage() (jmc@)
rcs
~ rcs.c
> value of 'author' in an rcs file is effectively a system username.
> therefore, we should allow it to contain the same characters as a username.
> pointed out by jcs@
> ok ray@ xsa@ (niallo@)
ssh
~ scp.c
> don't ftruncate() non-regular files; bz#1236 reported by wood AT
> xmission.com;
> ok dtucker@ (djm@)
== usr.sbin ========================================================== 04/04 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/usr.sbin
ospfd
~ kroute.c
> Ingnore updates that did not change the route. This enhances the signal to
> nois ratio on the routing socket. OK norby@ reyk@ (claudio@)
~ area.c
> Don't RB_REMOVE() vertices in area_del() this will be done by
> vertex_free().
> With this the RDE no longer crashes on shutdown. (claudio@)
~ neighbor.c
> NBR_ACT_HELLO_CHK was missing in the nbr_action_names list. (claudio@)
===============================================================================
More information about the odc
mailing list