[odc] Daily src changes for 2004-11-23
ODC
auto at squish.net
Wed Nov 24 07:00:29 GMT 2004
OpenBSD src changes summary for 2004-11-23
==========================================
distrib/alpha distrib/amd64
distrib/macppc distrib/sets
sbin/iwicontrol share/man
sys/arch/i386/pci sys/arch/macppc/dev
sys/compat/linux sys/compat/netbsd
sys/conf sys/dev/cardbus
sys/dev/gpio sys/dev/ic
sys/dev/pci sys/dev/pcmcia
sys/dev/usb sys/kern
sys/netinet sys/sys
usr.sbin/bgpd usr.sbin/pkg_add
usr.sbin/ppp
== distrib =========================================================== 01/05 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/distrib
alpha
~ bsd.rd/list
> need kue firmware too (deraadt@)
amd64
~ ramdisk_cd/list.local
> need kue firmware too (deraadt@)
macppc
~ ramdisk/list
> need kue firmware too (deraadt@)
sets
~ lists/base/md.sgi
> sync (deraadt@)
== sbin ============================================================== 02/05 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/sbin
iwicontrol
~ iwicontrol.8 ~ iwicontrol.c
> tweaks;
> ok damien@ (jmc@)
== share ============================================================= 03/05 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/share
man
~ man4/iwi.4 ~ man4/ipw.4
> document how to get the Intel firmware files (ie. who to mail and phone, hi
> Peter (deraadt@)
~ man4/gpio.4 ~ man4/ath.4
> support the gpio found on ath(4) devices.
> ok grange@ (reyk@)
~ man4/atu.4 ~ man4/wi.4tbl
> typo (naddy@)
~ man4/aac.4
> Add Adaptec ASR2200S U320 RAID
> prompted by deraadt@ (marco@)
~ man4/iwi.4
> tweak FILES; (jmc@)
~ man4/ipw.4
> tweak FILES; (jmc@)
== sys =============================================================== 04/05 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/sys
arch/i386/pci
~ pchb.c
> Use pci_matchbyid() for matching crazy VIA power management controllers
> and add a few ones.
> ``valiay'' mickey@ (grange@)
arch/macppc/dev
~ if_wi_obio.c
> replace old net/if_ieee80211.h header with the net80211 ones, kernel part.
> millert@ mcbride@ jsg@ (fgsch@)
compat/linux
~ linux_sched.c
> Create the init process earlier, before the root filesystem is mounted,
> and have it stall on a semaphore. This allows all kthread creations which
> could have been requested during autoconf to be processed before root
> is mounted as well.
> This causes umass devices attached to any usb with flags 1 (such as on
> macppc)
> to configure properly instead of panicing the kernel at mountroot time.
> From NetBSD; tested by various. (miod@)
compat/netbsd
~ netbsd_misc.c
> Create the init process earlier, before the root filesystem is mounted,
> and have it stall on a semaphore. This allows all kthread creations which
> could have been requested during autoconf to be processed before root
> is mounted as well.
> This causes umass devices attached to any usb with flags 1 (such as on
> macppc)
> to configure properly instead of panicing the kernel at mountroot time.
> From NetBSD; tested by various. (miod@)
conf
~ files
> support the gpio found on ath(4) devices.
> ok grange@ (reyk@)
dev/cardbus
~ if_ath_cardbus.c
> support the gpio found on ath(4) devices.
> ok grange@ (reyk@)
dev/gpio
~ gpio.c
> Let gpio_detach() do something useful.
> Tested by reyk@ on gpio at ath.range@)
dev/ic
~ aic79xx.c ~ aic79xx.h
~ aic79xx_openbsd.c ~ aic79xx_openbsd.h
> More FreeBSD delta reduction. Use aic_* defines rather than ahd_* one
> line and zero line functions. Fix a potential bug
> (ahd_set_transaction_status was used where ahd_set_scsi_status was
> intended) inside a currently #ifdef 0/#endif section of code.
> No functional changes intended except for a bit of extra locking via
> ahd_list_lock*.
> ok marco at .rw@)
~ ath.c ~ athvar.h
> support the gpio found on ath(4) devices.
> ok grange@ (reyk@)
~ ar5xxx.h ~ ar5210.c
> store number of supported gpio pins (reyk@)
~ awi.c ~ awi_wep.c
~ if_wi.c ~ if_wi_hostap.c
> replace old net/if_ieee80211.h header with the net80211 ones, kernel part.
> millert@ mcbride@ jsg@ (fgsch@)
dev/pci
~ aac_pci.c
> Add Adaptec ASR2200S U320 RAID (marco@)
~ if_ath_pci.c
> support the gpio found on ath(4) devices.
> ok grange@ (reyk@)
~ pcidevs
> support PRO/Wireless 2915ABG; ok deraadt@ (damien@)
~ pcidevs.h ~ pcidevs_data.h
> sync (damien@)
~ if_wi_pci.c
> replace old net/if_ieee80211.h header with the net80211 ones, kernel part.
> millert@ mcbride@ jsg@ (fgsch@)
~ if_iwi.c ~ if_iwireg.h
> add support for 2915ABG adapters (damien@)
dev/pcmcia
~ if_awi_pcmcia.c ~ if_ray.c
~ if_wi_pcmcia.c
> replace old net/if_ieee80211.h header with the net80211 ones, kernel part.
> millert@ mcbride@ jsg@ (fgsch@)
dev/usb
~ if_atu.c ~ if_atureg.h
> use ieee80211com to store the mac (dlg@)
~ usb_port.h
> Create the init process earlier, before the root filesystem is mounted,
> and have it stall on a semaphore. This allows all kthread creations which
> could have been requested during autoconf to be processed before root
> is mounted as well.
> This causes umass devices attached to any usb with flags 1 (such as on
> macppc)
> to configure properly instead of panicing the kernel at mountroot time.
> From NetBSD; tested by various. (miod@)
~ if_wi_usb.c
> replace old net/if_ieee80211.h header with the net80211 ones, kernel part.
> millert@ mcbride@ jsg@ (fgsch@)
kern
~ exec_subr.c
> fix typo in comment
> ok deraadt@ markus@ (hshoexer@)
~ init_main.c ~ kern_fork.c
~ kern_kthread.c ~ subr_autoconf.c
> Create the init process earlier, before the root filesystem is mounted,
> and have it stall on a semaphore. This allows all kthread creations which
> could have been requested during autoconf to be processed before root
> is mounted as well.
> This causes umass devices attached to any usb with flags 1 (such as on
> macppc)
> to configure properly instead of panicing the kernel at mountroot time.
> From NetBSD; tested by various. (miod@)
netinet
~ in_pcb.c
> remove wrong comments; ok deraadt (markus@)
sys
~ device.h ~ proc.h
> Create the init process earlier, before the root filesystem is mounted,
> and have it stall on a semaphore. This allows all kthread creations which
> could have been requested during autoconf to be processed before root
> is mounted as well.
> This causes umass devices attached to any usb with flags 1 (such as on
> macppc)
> to configure properly instead of panicing the kernel at mountroot time.
> From NetBSD; tested by various. (miod@)
== usr.sbin ========================================================== 05/05 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/usr.sbin
bgpd
~ bgpd.c ~ bgpd.h
~ control.c ~ parse.y
~ printconf.c ~ rde.c
~ rde.h ~ rde_filter.c
~ rde_rib.c ~ session.c
> Switch from a single filter_set to a linked list of sets. With this change
> it is possible to specify multiple communities. This is also the first step
> to better bgpd filters. OK henning@ (claudio@)
pkg_add
~ OpenBSD/SharedLibs.pm
> allow for registration of libraries from an existing plist.
> make sure lookup_libspec result is defined.
> allow for registering pkgpath instead of pkgname. (espie@)
~ pkg_add
> fix name of lib (espie@)
ppp
~ ppp/iface.c ~ ppp/ipv6cp.c
> Set link-local address of tun interface with prefixlen = 64
> instead of 128.
> From FreeBSD
> ok deraadt@ todd@ (brad@)
===============================================================================
More information about the odc
mailing list