[odc] Daily src changes for 2007-05-20
ODC
auto at squish.net
Mon May 21 07:00:01 BST 2007
OpenBSD src changes summary for 2007-05-20
==========================================
distrib/sets etc/man.conf
gnu/usr.bin/perl lib/libc
sbin/newfs sbin/wsconsctl
sys/arch/i386/i386 sys/arch/landisk/include
sys/arch/m88k/m88k sys/arch/mac68k/mac68k
sys/arch/macppc/dev sys/arch/mips64/include
sys/arch/mips64/mips64 sys/arch/sgi/conf
sys/arch/sgi/dev sys/arch/sgi/include
sys/arch/sgi/pci sys/arch/sh/include
sys/arch/sparc64/sparc64 sys/arch/vax/vax
sys/dev/cardbus sys/dev/pci
sys/dev/usb sys/net
usr.bin/compress usr.bin/env
usr.sbin/pkg_add
== distrib =========================================================== 01/08 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/distrib
sets
~ lists/base/mi ~ lists/man/mi
> sync (deraadt@)
== etc =============================================================== 02/08 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/etc
man.conf
~ man.conf
> - move 3f down the search order list for _subdir
> - update paths for 3{F,f,P,p}
> ok espie millert steven (jmc@)
== gnu =============================================================== 03/08 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/gnu
usr.bin/perl
~ lib/ExtUtils/MM_Any.pm
> hack generated Makefile so that section is properly 3p.
> Not really clean, but this code is bound to change in the next
> perl version anyways.
> okay millert@ (espie@)
== lib =============================================================== 04/08 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/lib
libc
~ net/getaddrinfo.c
> Typos.
> OK jmc at . (ray@)
== sbin ============================================================== 05/08 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/sbin
newfs
~ newfs.c
> Update usage wrt -c option when called as mount_mfs. (millert@)
wsconsctl
~ wsconsctl.8 ~ wsconsctl.c
> add a -f option to allow specifing an alternative
> control device; "put it in" miod@ (robert@)
== sys =============================================================== 06/08 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/sys
arch/i386/i386
~ pmap.c
> addess -> address (miod@)
arch/landisk/include
~ vmparam.h
> Fix KERNBASE, so that profiling kernels initialize (but profiling is broken
> at the moment). (miod@)
arch/m88k/m88k
~ m88100_machdep.c ~ m8820x_machdep.c
> Since we no longer use 3 bits but the whole 7 to get the processor revision
> number, we should test for 10, not 2, as the revision for which the xxx.usr
> errata applies; also, going through the errata, revision 2/10 (1010x) _is_
> affected. (miod@)
arch/mac68k/mac68k
~ intr.c
> On AV-class machines, SCSI interrupts still come from VIA2, not PSC, so
> IPL_BIO should not be modified.
> Found the hard way by martin@ (miod@)
arch/macppc/dev
~ kiicvar.h ~ kiic.c
~ piic.c ~ smu.c
> lockmgr -> rwlock for piic(4), kiic(4) and smu(4);
> smu(4) tested by kettenis@, ok krw@ (thib@)
arch/mips64/include
~ trap.h
> Remove unused badaddr(). (miod@)
arch/mips64/mips64
~ lcore_access.S
> Remove unused badaddr(). (miod@)
arch/sgi/conf
~ GENERIC ~ RAMDISK
> option AHC_CTRL_ID is not used. (miod@)
arch/sgi/dev
~ mavb.c
> Check for codec presence in match(), and don't attach if none is found.
> ok kettenis@ (miod@)
arch/sgi/include
~ autoconf.h
> Remove unused badaddr(). (miod@)
arch/sgi/pci
- pciide_machdep.c ~ pci_machdep.h
> Remove irrelevant code and defines. (miod@)
arch/sh/include
~ vmparam.h
> Fix KERNBASE, so that profiling kernels initialize (but profiling is broken
> at the moment). (miod@)
arch/sparc64/sparc64
~ pmap.c
> Replace ASSERT with KDASSERT and get rid of its definition; while there,
> remove some #if 0 dead code which won't get ressurrected anytime soon.
> (miod@)
arch/vax/vax
~ pmap.c
> addess -> address (miod@)
dev/cardbus
~ ehci_cardbus.c
> Convert ehci and ucom to rwlock.
> Kill the usb specific lockmgr wrapper as nothing uses it now.
> ok thib@ (jsg@)
dev/pci
~ ehci_pci.c
> Convert ehci and ucom to rwlock.
> Kill the usb specific lockmgr wrapper as nothing uses it now.
> ok thib@ (jsg@)
~ arc.c
> Add missing arguments to printf.
> OK tedu@, dlg at . (ray@)
dev/usb
~ ehci.c ~ ehcivar.h
~ ucom.c ~ usb_port.h
> Convert ehci and ucom to rwlock.
> Kill the usb specific lockmgr wrapper as nothing uses it now.
> ok thib@ (jsg@)
~ usbdevs.h ~ usbdevs_data.h
> regen (robert@)
~ usbdevs
> add Brother MFC 210C and Logitech QuickCam Notebook Deluxe IDs;
> from brad. (robert@)
~ usbdivar.h
> addess -> address (miod@)
net
~ if_spppsubr.c
> Handle IP address stuff in tls/tlf state messages
> instead of open/close events. Fixes PR 5457 where
> an extra open event arrived due to an authentication
> timeout/retransmission and confused things. Tested
> by RD Thrush and mpf@, discussions and ok mpf@ (canacar@)
== usr.bin =========================================================== 07/08 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin
compress
~ Makefile ~ zmore
~ zmore.1
> Add support for zmore being called as zless,
> same behaviour but pager defaults to less instead of more.
> Incorporating feedback from millert@ and jmc@
> ok millert@ simon@ (jsg@)
~ zmore.1
> since less(1) and more(1) are the same point, don;t list them both
> in SEE ALSO; (jmc@)
env
~ env.1
> rewrite DIAGNOSTICS to avoid confusion about which application returns
> what, and when;
> started by Jeffrey 'jf' Lim, with some correction from Ingo Schwarze;
> ok otto (jmc@)
== usr.sbin ========================================================== 08/08 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/usr.sbin
pkg_add
~ OpenBSD/Replace.pm
> zap old depend code I missed (espie@)
~ OpenBSD/Replace.pm
> remove extra forwarding method that is no longer needed (espie@)
~ OpenBSD/Replace.pm
> libs_to_check ? actually, never use it... (espie@)
~ pkg_add ~ OpenBSD/Replace.pm
> compute list of dependencies to adjust just-in-time.
> This lets the pkg_add regress pass, finally. (espie@)
~ pkg_delete
> both pkg_add and pkg_delete use Vstat, make it explicit. (espie@)
~ pkg_add ~ pkg_delete
> placeholders for UpdateSet, once we have it. (espie@)
~ pkg_add ~ pkg_delete
> create specific `state' objects for pkg_add and pkg_delete, so that I can
> write shortcuts for common behavior, and start hiding some details.
> (espie@)
~ pkg_add
> move deptree and installed into state object (espie@)
~ OpenBSD/PackingElement.pm
> make the package tools more aware of manpages: handle names correctly,
> and figure out how to process manpages. (espie@)
===============================================================================
More information about the odc
mailing list