[odc] Daily src changes for 2005-08-27
ODC
auto at squish.net
Sun Aug 28 08:00:22 BST 2005
OpenBSD src changes summary for 2005-08-27
==========================================
distrib/alpha distrib/sets
etc/root/root.mail regress/misc
sbin/dhclient sbin/raidctl
share/man sys/conf
sys/dev/ata sys/dev/ic
sys/dev/mii sys/dev/pci
sys/dev/usb sys/scsi
usr.bin/less usr.sbin/user
== distrib =========================================================== 01/08 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/distrib
alpha
~ common/Makefile.inc
> backout unapproved diff (deraadt@)
sets
~ lists/base/md.alpha ~ lists/base/md.amd64
~ lists/base/md.hp300 ~ lists/base/md.hppa
~ lists/base/md.hppa64 ~ lists/base/md.i386
~ lists/base/md.luna88k ~ lists/base/md.mac68k
~ lists/base/md.macppc ~ lists/base/md.mvme68k
~ lists/base/md.mvme88k ~ lists/base/md.mvmeppc
~ lists/base/md.sgi ~ lists/base/md.sparc
~ lists/base/md.sparc64 ~ lists/base/md.vax
~ lists/comp/md.alpha ~ lists/comp/md.amd64
~ lists/comp/md.hp300 ~ lists/comp/md.hppa
~ lists/comp/md.hppa64 ~ lists/comp/md.i386
~ lists/comp/md.luna88k ~ lists/comp/md.mac68k
~ lists/comp/md.macppc ~ lists/comp/md.mvme68k
~ lists/comp/md.mvme88k ~ lists/comp/md.mvmeppc
~ lists/comp/md.sgi ~ lists/comp/md.sparc
~ lists/comp/md.sparc64 ~ lists/comp/md.vax
> reluctantly move cc1 to base. xdm uses cpp, and in some gcc releases
> cpp depends on cc1 being there; ok matthieu todd espie (deraadt@)
== etc =============================================================== 02/08 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/etc
root/root.mail
~ root/root.mail
> backout unapproved diff (deraadt@)
== regress =========================================================== 03/08 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/regress
misc
~ X11/bltone/bltone.c
> backout unapproved diff (deraadt@)
~ X11/bltone/bltone.c
> Provide prototype for the function we actually use.
> KNF.
> ok deraadt@ (kettenis@)
== sbin ============================================================== 04/08 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/sbin
dhclient
~ dhclient.c
> backout unapproved diff (deraadt@)
raidctl
~ raidctl.8
> no need to display the copyright in the formatted page;
> ok deraadt@ (jmc@)
== share ============================================================= 05/08 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/share
man
~ man8/dhcp.8
> backout unapproved diff (deraadt@)
~ man4/brgphy.4
> mention BCM5752 here.
> ok deraadt@ (brad@)
== sys =============================================================== 06/08 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/sys
conf
~ newvers.sh
> remove -beta tag (deraadt@)
dev/ata
~ wd.c
> Use the ATA security FREEZE LOCK command on disks before
> they are presented to the rest of the system to stop
> a password being set that could deny access to the disk.
> ok grange@ deraadt@ (jsg@)
dev/ic
~ ral.c ~ wdcreg.h
> backout unapproved diff (deraadt@)
~ atw.c
> move some debug messages to use the debug macros so they dont appear
> during normal operation.
> deraadt@ ok (avsm@)
~ wdcreg.h
> Define some ATA security feature set commands.
> ok grange@ deraadt@ (jsg@)
~ ral.c
> Extend basic rate set in 802.11g so that ACKs can be sent at 5.5 or 11Mbps.
> Fix IFS parameters settings (account for Rx/Tx turnaround time).
> Fix WME settings (Best Effort).
> ok deraadt@ reyk@ henning@
> tested by many
> Modified files:
> sys/dev/usb : if_ral.c
> Log message:
> Extend basic rate set in 802.11g so that ACKs can be sent at 5.5 or 11Mbps.
> Fix WME settings (Best Effort).
> ok deraadt@ reyk@ henning@
> tested by many (damien@)
dev/mii
~ miidevs.h
> regen (brad@)
~ miidevs ~ brgphy.c
> BCMunknown -> BCM5752
> ok deraadt@ (brad@)
dev/pci
~ musycc_obsd.c ~ musyccreg.h
> iosize is no longer used, use correct esc->mc_iosize instead. This fixes a
> panic on attach failure. The MUSYCC_MAXFRM_MASK was incorrectly defined and
> use correct device name in an error message.
> OK deraadt@ (claudio@)
~ musycc.c
> Tell the dma engine to not poll to often for new descriptors and initialize
> the
> groups on attach (the late attach is a design error and fails on the dual
> port
> card) and do some additional cleanup.
> OK deraadt@ (claudio@)
~ if_art.c ~ musycc.c
~ musyccvar.h
> Timeout service request in the uncommon case that the port is blocked
> (there needs to be correct clocking on the port or all service request
> will be ignored). Without the timeout the interface will just hang till
> reboot. OK deraadt@ (claudio@)
~ bt8370.c ~ if_art.c
~ if_art.h ~ musycc.c
~ musycc_obsd.c ~ musyccvar.h
> Fix some issues to make the dual port version work this should also fix the
> singleport T1 (B8Z2/ESF) mode.
> OK deraadt@ (claudio@)
~ if_bge.c ~ if_bgereg.h
> recognize 5752 A1 ASIC rev.
> Noticed by niklas@ on some newer hardware
> ok deraadt@ (brad@)
dev/usb
~ if_ral.c
> backout unapproved diff (deraadt@)
scsi
~ sd.c
> Put in missing parenthesis and thus always pass
> SCSI_IGNORE_ILLEGAL_REQUEST and SCSI_IGNORE_MEDIA_CHANGE flags to
> scsi_test_unit_ready() and scsi_start() during sdopen(). Re-enables
> use of devices that don't support START_STOP or TEST_UNIT_READY
> commands.
> Noted by and fix tested by Jason Crawford on VMWare disks.
> ok dlg@ henning@, supportive comments from miod at .rw@)
== usr.bin =========================================================== 07/08 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin
less
~ line.c
> Fix off-by-one when moving a line to the end of the buffer. Instead
> of doing our own memmove() (incorrectly) just use memmove().
> Bug found by Matthias Scheler <tron at zhadum.de > OK deraadt@ henning@ krw@ (millert@)
== usr.sbin ========================================================== 08/08 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/usr.sbin
user
~ user.c
> change default user shell to ksh as well.
> spotted by matthieu and miod
> sorry bill, but you stopped just hacking far too long ago.. (deraadt@)
===============================================================================
More information about the odc
mailing list