[odc] Daily src changes for 2007-10-14
ODC
auto at squish.net
Mon Oct 15 07:00:01 BST 2007
OpenBSD src changes summary for 2007-10-14
==========================================
distrib/sets regress/sbin
share/man sys/arch/amd64/conf
sys/arch/i386/conf sys/arch/m68k/m68k
sys/arch/mac68k/dev sys/arch/macppc/conf
sys/arch/macppc/macppc sys/arch/mips64/mips64
sys/arch/sgi/include sys/arch/sgi/localbus
sys/arch/sparc64/sparc64 sys/dev/i2c
sys/dev/ic sys/dev/ofw
sys/dev/pci sys/dev/usb
sys/kern sys/net
sys/nfs usr.bin/make
usr.bin/pcc usr.sbin/bgpctl
usr.sbin/httpd usr.sbin/ospf6ctl
usr.sbin/ospf6d usr.sbin/ospfctl
usr.sbin/ospfd
== distrib =========================================================== 01/06 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/distrib
sets
~ lists/man/mi
> sync (deraadt@)
== regress =========================================================== 02/06 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/regress
sbin
~ pfctl/Makefile ~ pfctl/pf95.in
~ pfctl/pf95.ok + pfctl/pf95.include
> regression test for include directive (if anyone has a better way to do
> this messy include file copy, let me know) (deraadt@)
== share ============================================================= 03/06 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/share
man
~ man4/zyd.4
> add GW-US54GD to the list of supported devices (fkr@)
~ man4/Makefile ~ man4/iic.4
+ man4/wbng.4
> wbng(4) manual page for Winbond W83793G; 'commit it' deraadt (cnst@)
~ man5/pf.conf.5
> include in bnf, wanted by jmc (deraadt@)
~ man4/wbng.4
> keep the Nd lines consistent; (jmc@)
== sys =============================================================== 04/06 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/sys
arch/amd64/conf
~ GENERIC
> enable wbng (deraadt@)
arch/i386/conf
~ GENERIC
> enable wbng (deraadt@)
arch/m68k/m68k
- proc_subr.s
> One more cpu_switchto() leftover. (miod@)
arch/mac68k/dev
~ if_mc.c
> 'expresion' -> 'expression'. Reported by Jung on tech at . (krw@)
arch/macppc/conf
~ GENERIC ~ files.macppc
> Provide a way to attach spdmem(4) by faking an I2C bus with EEPROMs with
> contents from OpenFirmware.
> ok deraadt@ (kettenis@)
arch/macppc/macppc
~ openfirm.c
> Implement OF_getproplen().
> ok deraadt@ (kettenis@)
~ mainbus.c ~ mem.c
> Provide a way to attach spdmem(4) by faking an I2C bus with EEPROMs with
> contents from OpenFirmware.
> ok deraadt@ (kettenis@)
arch/mips64/mips64
~ interrupt.c
> registred -> registered (miod@)
arch/sgi/include
~ intr.h
> registred -> registered (miod@)
arch/sgi/localbus
~ macebus.c
> Disable timer/compare interrupts on the macebus. This prevents interrupt
> storms from occurring on IRQ 6. ok miod@ (jsing@)
arch/sparc64/sparc64
~ autoconf.c
> Don't bail out after finding the first cpu. (kettenis@)
dev/i2c
~ thmc50.c
> print the name of the chip on attach; ok deraadt (cnst@)
~ files.i2c + w83793g.c
> wbng(4) driver for Winbond W83793G Hardware Monitor; 'commit it' deraadt
> (cnst@)
~ w83793g.c
> fix newlines (deraadt@)
~ spdmem.c
> correctly print PC and PC2- prefixes; ok jsg (deraadt@)
dev/ic
~ acx.c
> Fix a panic which happens with ACX100 chipsets in ieee80211_add_xrates()
> because the drivers tries to set extended rates for a 11b chip.
> Tested and OK winiger@ (mglocker@)
dev/ofw
~ openfirm.h
> Implement OF_getproplen().
> ok deraadt@ (kettenis@)
dev/pci
~ azalia_codec.c
> audio(4)-compatible mixer items for ALC883.
> Tested jmc, jakemsr (deanna@)
~ azalia.c
> The spec says to wait 40 microseconds for the run bit to clear before
> performing a stream reset. Fixes stream reset errors on ALC883,
> reported by jmc.
> Tested jmc, jakemsr, ok ratchov (deanna@)
dev/usb
~ usbdevs
> add device id for Planex GWUS54GD, from freebsd
> ok damien@ (fkr@)
~ usbdevs.h ~ usbdevs_data.h
> regen (fkr@)
~ if_zyd.c
> attach Planex GWUS54GD, from freebsd
> ok damien@ (fkr@)
kern
~ sysv_msg.c ~ sysv_sem.c
> remove tests for EIDRM and ENOMSG existence now that they're in the tree.
> miod@ ok. (fgsch@)
net
~ bridgestp.c
> 'syncronize' -> 'synchronize'. From Diego Casati. (krw@)
nfs
~ nfs_syscalls.c ~ nfs_var.h
> Remove now unused functions dealing with kerberos
> authentication.
> ok beck@ (thib@)
== usr.bin =========================================================== 05/06 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin
make
~ compat.c ~ job.c
> allows node to be run twice, by not destroying the cmdnode contents.
> This way, you can run `make .BEGIN'. Okay, this will run .BEGIN twice.
> (espie@)
pcc
~ x86/local2.c ~ x86/macdefs.h
~ x86/table.c
> From master repo:
> Use xor to clear 32/16-bit registers instead of mov. ok ragge@, otto@
> (stefan@)
~ cc/Makefile
> don't hardcode TARGMACH (otto@)
~ ccom/Makefile
> by default just build ccom for the current host (otto@)
== usr.sbin ========================================================== 06/06 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/usr.sbin
bgpctl
~ parser.c
> do not fallthrough (deraadt@)
httpd
~ src/modules/ssl/mod_ssl.c
> 'expresion' -> 'expression'. Reported by Jung on tech at . (krw@)
ospf6ctl
~ ospf6ctl.c ~ parser.c
> please lint (deraadt@)
ospf6d
~ ospf6d.8
> 'syncronize' -> 'synchronize'. From Diego Casati. (krw@)
~ log.h ~ log.c
~ packet.c
> Switch log_sockaddr() to take a void * so it is not necessary to cast the
> sockaddr_in6 or sockaddr_in to a sockaddr. (claudio@)
ospfctl
~ ospfctl.c ~ parser.c
> please lint (deraadt@)
ospfd
~ ospfd.8
> 'syncronize' -> 'synchronize'. From Diego Casati. (krw@)
~ ospfd.c
> Missing space (claudio@)
===============================================================================
More information about the odc
mailing list