[odc] Daily src changes for 2006-03-24
ODC
auto at squish.net
Sat Mar 25 07:00:30 GMT 2006
OpenBSD src changes summary for 2006-03-24
==========================================
bin/mkdir gnu/usr.sbin/sendmail
libexec/ld.so regress/usr.bin
share/man sys/arch/amd64/conf
sys/arch/hppa/conf sys/arch/hppa64/conf
sys/arch/i386/conf sys/arch/i386/i386
sys/arch/i386/include sys/arch/macppc/conf
sys/arch/sparc64/dev sys/dev/pci
sys/dev/usb usr.bin/cal
usr.bin/cvs usr.bin/dc
usr.bin/m4 usr.bin/rcs
usr.bin/tail usr.sbin/ospfctl
usr.sbin/rtsold
== bin =============================================================== 01/08 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/bin
mkdir
~ mkdir.c
> Make sure `path' variable is always NUL-terminated.
> Totally different diff (but functionally equivalent) by Loic Tortay
> and okayed by tedu at . > ``Looks sane to me'' moritz@ (ray@)
== gnu =============================================================== 02/08 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/gnu
usr.sbin/sendmail
~ libsm/fflush.c ~ libsm/local.h
~ libsm/refill.c ~ sendmail/collect.c
~ sendmail/conf.c ~ sendmail/deliver.c
~ sendmail/headers.c ~ sendmail/mime.c
~ sendmail/parseaddr.c ~ sendmail/savemail.c
~ sendmail/sendmail.h ~ sendmail/sfsasl.c
~ sendmail/sfsasl.h ~ sendmail/srvrsmtp.c
~ sendmail/usersmtp.c ~ sendmail/util.c
TAGGED OPENBSD_3_7
> Apply the patch for the async signals race condition in Sendmail. (brad@)
~ libsm/fflush.c ~ libsm/local.h
~ libsm/refill.c ~ sendmail/collect.c
~ sendmail/conf.c ~ sendmail/deliver.c
~ sendmail/headers.c ~ sendmail/mime.c
~ sendmail/parseaddr.c ~ sendmail/savemail.c
~ sendmail/sendmail.h ~ sendmail/sfsasl.c
~ sendmail/sfsasl.h ~ sendmail/srvrsmtp.c
~ sendmail/usersmtp.c ~ sendmail/util.c
TAGGED OPENBSD_3_8
> Apply the patch for the async signals race condition in Sendmail. (brad@)
== libexec =========================================================== 03/08 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/libexec
ld.so
~ dir.c
> Remove telldir/seekdir support from the internal ld.so lib, it's not
> used. ok drahn@ (otto@)
== regress =========================================================== 04/08 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/regress
usr.bin
~ rcs/Makefile + rcs/rcs-aflag.out
+ rcs/rcs-eflag.out
TAGGED ray
> Allow the -x flag to be used without an extension.
> ``that makes sense'' xsa@ (ray@)
~ rcs/Makefile + rcs/rcs-Aflag.out
TAGGED ray
> add test for `rcs -Aoldfile'; not enabled yet. ray@ likes it. (xsa@)
== share ============================================================= 05/08 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/share
man
~ man4/ixgb.4
> typo; ray at humanrights.gov.aueraadt@)
~ man4/rtw.4
> The Buffalo WLI-CB-B11 card uses SA2400 radio. (robert@)
~ man4/Makefile ~ man4/usb.4
+ man4/umsm.4
> Driver for the serial interface to Qualcomm MSM EVDO modems.
> Tested with Verizon Wireless by jolan@
> ok dlg@ (jsg@)
~ man4/usb.4
> sort; (jmc@)
~ man4/cdce.4
> update supported device list and sort it while im here. (dlg@)
~ man4/lmenv.4
> oops, chip misnamed; roman.hunt at comcast.neteraadt@)
== sys =============================================================== 06/08 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/sys
arch/amd64/conf
~ GENERIC
> Enable umsm(4) on archs that support CardBus. (jsg@)
arch/hppa/conf
~ GENERIC
> hppa has CardBus and USB as well so add umsm(4).
> Pointed out by mickey. (jsg@)
arch/hppa64/conf
~ GENERIC
> hppa has CardBus and USB as well so add umsm(4).
> Pointed out by mickey. (jsg@)
arch/i386/conf
~ GENERIC
> Enable umsm(4) on archs that support CardBus. (jsg@)
arch/i386/i386
~ machdep.c
> move the mp tramp higher to avoid trashing boot args and also to fight
> strange memory zeroing happennning on some amd machines; toby@ ok (mickey@)
arch/i386/include
~ mpbiosvar.h
> move the mp tramp higher to avoid trashing boot args and also to fight
> strange memory zeroing happennning on some amd machines; toby@ ok (mickey@)
arch/macppc/conf
~ GENERIC
> Enable umsm(4) on archs that support CardBus. (jsg@)
arch/sparc64/dev
~ pci_machdep.c
> - Set the PCI latency timer for bus master devices.
> - Turn on parity checking for the PCI bus.
> From NetBSD
> Tested on U5/U10/U30/Netra X1/T1 105/Leopard-V (brad@)
dev/pci
~ pcidevs
> add the Globespan PCI vendor id.
> From Stuart Henderson (brad@)
~ pcidevs.h ~ pcidevs_data.h
> regen (brad@)
dev/usb
~ usbdevs
> Acer Labs USB 2.0 Data Link cable. its a host to host cable (dlg@)
~ usbdevs.h ~ usbdevs_data.h
> regen (dlg@)
~ files.usb + umsm.c
> Driver for the serial interface to Qualcomm MSM EVDO modems.
> Tested with Verizon Wireless by jolan@
> ok dlg@ (jsg@)
~ if_cdce.c
> i wish all new hardware was this easy to support. acer labs usb2 data
> link cable seems happy. thanks to sevan janiyan for the gear. (dlg@)
== usr.bin =========================================================== 07/08 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin
cal
~ cal.c
> KNF, no binary change.
> From Han Boetes. (ray@)
cvs
~ rcs.h
> Fix RCS_KWEXP_INVAL() macro.
> Pointed out by Theo.
> Okay xsa at .ay@)
~ admin.c ~ checkout.c
~ diff.c
> Remove unused variables, better integer types, prevent fallthroughs.
> Found by lint.
> Compare char * variables against NULL for consistency and add
> parentheses around complicated comparisons, suggested by xsa at . > OK xsa@ (ray@)
~ rcs.c
> change rcs_parse_deltas() and rcs_parse_deltatexts() return value
> to void as they never return non-zero. OK ray at .sa@)
dc
~ dc.c
> For those of us (including me) who can't type: show an error message if
> the argument is a dir. ok tom@
> commit #1000 in slighlty less than 1000 days of commit access :-) (otto@)
m4
~ eval.c ~ gnum4.c
~ main.c ~ trace.c
> oops, noticed by David Hill. (espie@)
rcs
~ ci.c ~ co.c
~ rcsclean.c ~ rcsdiff.c
~ rcsmerge.c ~ rcsprog.c
~ rlog.c
TAGGED ray
> Allow the -x flag to be used without an extension.
> ``that makes sense'' xsa@ (ray@)
~ rcsclean.c
TAGGED ray
> change rcsclean_file() return type to void as it does not need
> to be checked. OK ray at .sa@)
tail
~ forward.c ~ read.c
~ reverse.c
> ANSIfy. Ok ray@ (kjell@)
== usr.sbin ========================================================== 08/08 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/usr.sbin
ospfctl
~ ospfctl.8
> Document fib couple and decouple. Mostly form bgpctl.8 but with a warning
> that fib decouple my break you network. OK norby@ (claudio@)
~ ospfctl.8
> typo; (jmc@)
rtsold
~ if.c
> Plug leak in error path; from Alexey Dobriyan; ok ray@ (otto@)
===============================================================================
More information about the odc
mailing list