[odc] Daily src changes for 2008-03-13
ODC
auto at squish.net
Fri Mar 14 07:00:01 GMT 2008
OpenBSD src changes summary for 2008-03-13
==========================================
gnu/usr.bin/binutils kerberosV
lib/libc libexec/ftpd
libexec/login_skey libexec/login_tis
libexec/tftp-proxy libexec/tftpd
regress/sys sbin/isakmpd
sbin/mount_portal sbin/nfsd
sbin/pflogd sbin/ping6
share/man sys/arch/sparc64/conf
sys/arch/sparc64/dev sys/arch/sparc64/sparc64
sys/dev/ic sys/dev/usb
usr.bin/cvs usr.bin/ssh
usr.sbin/bgpd usr.sbin/bind
usr.sbin/ospf6d usr.sbin/ospfd
usr.sbin/ppp usr.sbin/relayd
usr.sbin/ripd usr.sbin/route6d
usr.sbin/sensorsd usr.sbin/snmpd
usr.sbin/syslogd usr.sbin/tcpdump
== gnu =============================================================== 01/10 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/gnu
usr.bin/binutils
~ ld/emulparams/elf64btsmip_obsd.sh ~ ld/emulparams/elf64ltsmip_obsd.sh
~ ld/emulparams/elf_obsd.sh ~ ld/emulparams/hppaobsd.sh
> Add __data_start symbol to all ELF archs to consistently mark the beginning
> of the writable sections. This is useful for garbage collectors such as
> boehm-gc to locate these sections in a uniform way.
> input and okay drahn@, miod@ (kurt@)
== kerberosV ========================================================= 02/10 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/kerberosV
kerberosV
~ src/kcm/connect.c
> Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due to
> an extensive discussion with otto, kettenis, millert, and hshoexer
> (deraadt@)
== lib =============================================================== 03/10 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/lib
libc
~ gen/auth_subr.c
> Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due to
> an extensive discussion with otto, kettenis, millert, and hshoexer
> (deraadt@)
== libexec =========================================================== 04/10 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/libexec
ftpd
~ monitor_fdpass.c
> Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due to
> an extensive discussion with otto, kettenis, millert, and hshoexer
> (deraadt@)
login_skey
~ login_skey.c
> Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due to
> an extensive discussion with otto, kettenis, millert, and hshoexer
> (deraadt@)
login_tis
~ login_tis.c
> Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due to
> an extensive discussion with otto, kettenis, millert, and hshoexer
> (deraadt@)
tftp-proxy
~ tftp-proxy.c
> Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due to
> an extensive discussion with otto, kettenis, millert, and hshoexer
> (deraadt@)
tftpd
~ tftpd.c
> Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due to
> an extensive discussion with otto, kettenis, millert, and hshoexer
> (deraadt@)
== regress =========================================================== 05/10 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/regress
sys
~ kern/unfdpass/unfdpass.c
> Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due to
> an extensive discussion with otto, kettenis, millert, and hshoexer
> (deraadt@)
== sbin ============================================================== 06/10 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/sbin
isakmpd
~ monitor_fdpass.c
> Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due to
> an extensive discussion with otto, kettenis, millert, and hshoexer
> (deraadt@)
mount_portal
~ activate.c
> Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due to
> an extensive discussion with otto, kettenis, millert, and hshoexer
> (deraadt@)
nfsd
~ nfsd.c
> make sure we start 4 servers on udp if called with
> no arguments, like the man page promises.
> ok deraadt@, blambert@
> From tcuji at pwns.ms (thib@)
pflogd
~ privsep_fdpass.c
> Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due to
> an extensive discussion with otto, kettenis, millert, and hshoexer
> (deraadt@)
ping6
~ ping6.c
> Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due to
> an extensive discussion with otto, kettenis, millert, and hshoexer
> (deraadt@)
== share ============================================================= 07/10 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/share
man
~ man3/CMSG_DATA.3
> Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due to
> an extensive discussion with otto, kettenis, millert, and hshoexer
> (deraadt@)
~ man4/man4.sparc64/Makefile + man4/man4.sparc64/prtc.4
> prtc(4) (kettenis@)
== sys =============================================================== 08/10 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/sys
arch/sparc64/conf
~ files.sparc64
> Add prtc(4). (kettenis@)
~ GENERIC ~ RAMDISK
> Add prtc(4). (kettenis@)
arch/sparc64/dev
+ prtc.c
> First shot at a driver to get the time-of-day on the e10k. (kettenis@)
arch/sparc64/sparc64
~ locore.s
> Remove code to set mmu context to 0. It should already be set to 0 at that
> point; this code is probably a leftover from some code that tried to find
> out the number of available context dynamically.
> tested by ckuethe@, jsg@, sthen@ (kettenis@)
~ autoconf.c
> Attach prtc(4) if no (hardware) real-time clock was found. (kettenis@)
~ db_interface.c
> Make this catch up with some changed structs. Fix indentation while I'm
> there. (kettenis@)
dev/ic
~ acx.c ~ atw.c
~ pgt.c
> Do not increment the input packet counter in these drivers as
> ieee80211_input() already does this.
> Mentioned by Peter Philipp in PR 5248.
> ok claudio@ mglocker@ (brad@)
dev/usb
~ if_cdce.c
> when attaching a cdce(4) device that does not have a proper mac address,
> use the tv_usec part of a getmicrotime(9) call instead of 'int ticks' to
> create a mac address. as ticks is 0 during boot, this resulted in both
> ends
> of a USB link cable to have the same mac address.
> problem found/diff tested winiger, feedback/ok deraadt (mbalmer@)
== usr.bin =========================================================== 09/10 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin
cvs
~ rcs.c
> properly initialize variables (joris@)
~ file.c
> use RCS_PARSE_FULLY for CVS_OP_ADMIN as well. (joris@)
~ diff.c
> when a file was locally removed and a diff was done against
> an opencvs server (with either gnu or opencvs as the client),
> no actual diff output was produced. traced to the typo fixed
> in this diff.
> ok joris (sthen@)
ssh
~ monitor_fdpass.c
> Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due to
> an extensive discussion with otto, kettenis, millert, and hshoexer
> (deraadt@)
== usr.sbin ========================================================== 10/10 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/usr.sbin
bgpd
~ buffer.c ~ imsg.c
> Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due to
> an extensive discussion with otto, kettenis, millert, and hshoexer
> (deraadt@)
bind
~ lib/isc/unix/privsep_fdpass.c
> Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due to
> an extensive discussion with otto, kettenis, millert, and hshoexer
> (deraadt@)
ospf6d
~ packet.c
> Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due to
> an extensive discussion with otto, kettenis, millert, and hshoexer
> (deraadt@)
ospfd
~ packet.c
> Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due to
> an extensive discussion with otto, kettenis, millert, and hshoexer
> (deraadt@)
ppp
~ ppp/bundle.c
> Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due to
> an extensive discussion with otto, kettenis, millert, and hshoexer
> (deraadt@)
relayd
~ buffer.c ~ imsg.c
> Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due to
> an extensive discussion with otto, kettenis, millert, and hshoexer
> (deraadt@)
ripd
~ packet.c
> Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due to
> an extensive discussion with otto, kettenis, millert, and hshoexer
> (deraadt@)
route6d
~ route6d.c
> Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due to
> an extensive discussion with otto, kettenis, millert, and hshoexer
> (deraadt@)
sensorsd
~ sensorsd.c ~ sensorsd.conf.5
> Allow a program invoked on state change to receive sensor status. Perhaps
> you might want to toggle an error light when a sensor is not OK. Perhaps
> you might want to schedule a shutdown if a sensor is reporting bad news.
> Now you can do this, and cancel that pending shutdown (or turn off the
> error
> light) if the sensor decides all is well.
> ok mbalmer (who came up with an almost identical diff months ago)
> useful feedback and generally positive responses from deraadt, henning, msf
> (ckuethe@)
~ sensorsd.conf.5
> document the just-committed %s token.
> ok mbalmer (ckuethe@)
snmpd
~ buffer.c ~ imsg.c
> Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due to
> an extensive discussion with otto, kettenis, millert, and hshoexer
> (deraadt@)
syslogd
~ privsep_fdpass.c
> Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due to
> an extensive discussion with otto, kettenis, millert, and hshoexer
> (deraadt@)
tcpdump
~ privsep_fdpass.c
> Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due to
> an extensive discussion with otto, kettenis, millert, and hshoexer
> (deraadt@)
===============================================================================
More information about the odc
mailing list