[odc] Daily src changes for 2005-03-11
ODC
auto at squish.net
Sat Mar 12 07:00:41 GMT 2005
OpenBSD src changes summary for 2005-03-11
==========================================
distrib/alpha distrib/amd64
distrib/cats distrib/hppa
distrib/i386 distrib/macppc
distrib/sparc distrib/sparc64
libexec/spamd sbin/isakmpd
sbin/mount share/man
sys/arch/macppc/dev sys/arch/zaurus/dev
sys/conf sys/dev/ic
sys/net80211 sys/sys
usr.bin/cvs usr.bin/midiplay
usr.bin/ssh usr.bin/tip
usr.sbin/bgpd usr.sbin/ospfd
usr.sbin/spamdb usr.sbin/tcpdump
== distrib =========================================================== 01/07 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/distrib
alpha
~ cdfs/Makefile
> never worry about the copyright date on the CD layout again, problem
> noticed by drahn (deraadt@)
amd64
~ cdfs/Makefile ~ cdfs-emu/Makefile
> never worry about the copyright date on the CD layout again, problem
> noticed by drahn (deraadt@)
cats
~ cdfs/Makefile
> never worry about the copyright date on the CD layout again, problem
> noticed by drahn (deraadt@)
hppa
~ ramdisk/Makefile
> never worry about the copyright date on the CD layout again, problem
> noticed by drahn (deraadt@)
i386
~ cdfs/Makefile ~ cdfs-emu/Makefile
> never worry about the copyright date on the CD layout again, problem
> noticed by drahn (deraadt@)
macppc
~ ramdisk/Makefile
> never worry about the copyright date on the CD layout again, problem
> noticed by drahn (deraadt@)
sparc
~ cdfs/Makefile
> never worry about the copyright date on the CD layout again, problem
> noticed by drahn (deraadt@)
sparc64
~ cdfs/Makefile
> never worry about the copyright date on the CD layout again, problem
> noticed by drahn (deraadt@)
== libexec =========================================================== 02/07 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/libexec
spamd
~ grey.c ~ grey.h
~ spamd.8 ~ spamd.c
> "Greytrapping" for spamd - allow for spamd greylisting to maintain
> a list of spamtrap destination addresses in the spamd database. When
> a spamtrap address gets an attempted greylist delivery, blacklist the
> offending host for a day. Does not affect hosts already whitelisted.
> ok deraadt@, jmc@, dhartmei@ to get it in so it can be whacked on (beck@)
== sbin ============================================================== 03/07 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/sbin
isakmpd
~ monitor.c
> simplify monitor main loop
> ok ho@ (hshoexer@)
mount
~ mount.8
> Document 'no' mechanism for mount options; with lots of help from
> jmc@ (otto@)
== share ============================================================= 04/07 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/share
man
~ man4/pcmcia.4 ~ man5/bsd.port.mk.5
~ man7/mirroring-ports.7 ~ man8/compat_ibcs2.8
~ man8/compat_linux.8 ~ man8/man8.sparc/boot_sparc.8
~ man8/man8.sparc64/boot_sparc64.8
> cdrom/CDROM -> CD-ROM; (jmc@)
~ man4/rtw.4
> Some additional cards based on Philips radios which should work. (jsg@)
== sys =============================================================== 05/07 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/sys
arch/macppc/dev
~ macintr.c
> Only print preconfigured interrupt table if option DEBUG, as done for
> openpic. (miod@)
arch/zaurus/dev
~ zaurus_apm.c
> - apm(8) can now report the estimated number of minutes left.
> - Use linear interpolation between thresholds to get better life estimates.
> - Minor changes in control flow, and renamed some constants.
> ok drahn@ (uwe@)
conf
~ newvers.sh
> cleaner paths (deraadt@)
dev/ic
~ ath.c ~ athvar.h
> fix channel initialisation. thanks to simon slater. (reyk@)
~ ral.c ~ ralvar.h
> some cosmetic tweaks
> fix debug messages level
> simplify e2prom code (damien@)
~ ral.c
> don't initialiaze BBP registers with values stored in E2PROM.
> it seems to override critical default values (like sensitivity). (damien@)
~ ral.c
> fix basic rates for 802.11g.
> initialize power mode in ral_init(). (damien@)
~ ral.c
> enter RUN state in monitor mode instead of staying in INIT state.
> make sure we are not enabling TSF synchronization and rate adaptation in
> monitor mode. (damien@)
~ ral.c
> fix tx rate of beacons and mgmt frames in 802.11a. (damien@)
~ ral.c
> implement fast channel switching for monitor mode (used by kismet).
> (damien@)
~ ral.c
> add various functions to compute duration and plcp length in 802.11a/g.
> (damien@)
~ ral.c
> fix ral_enable_tsf_sync() for future IBSS and HostAP support. (damien@)
~ ral.c
> do not disable RF tune in monitor mode. (damien@)
~ ral.c
> simplify led management code. (damien@)
~ ral.c
> distinguish null data frames from management frames. (damien@)
~ ral.c
> new ral_get_rts() function for building RTS frames. (damien@)
~ ral.c
> fix IBSS mode. clean ral_newstate() while i'm here. (damien@)
~ ral.c
> introduce new ral_setup_tx_desc() function so we can factor out filling
> of tx descriptors. (damien@)
~ ral.c
> don't forget to release nodes when they are no longer needed. (damien@)
~ ral.c ~ ralreg.h
> make use of the new ral_get_rts(), ral_txtime() and ral_setup_tx_desc()
> functions. this makes RTS protection mode and 802.11g work. (damien@)
net80211
~ ieee80211_output.c
> Make sure we associate an interface with the m_pkthdr in
> ieee80211_beacon_alloc.
> ok damien@ reyk@ (jsg@)
sys
~ param.h
> oops, off by 18 (deraadt@)
== usr.bin =========================================================== 06/07 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin
cvs
~ admin.c
> support the remaining options as well.
> ok jfb@, xsa@ (joris@)
midiplay
~ midiplay.1 ~ midiplay.c
> - synopsis according to style(9)
> - add missing -q option
> - sync usage()
> - minor tweaks while here (jmc@)
ssh
~ ssh-keygen.c
> typo, missing \n; mpech (markus@)
tip
~ cmds.c ~ tip.1
> PR 4135: detect illegal frame sizes; fix file transfer when using
> emecs editing mode on the remote end; print [EOT] on ~. again, by
> making tip_abort able to finish. Largely from Hugo Villeneuve
> <harpagon at jwales dot EINTR dotnet> ok deraadt@ "looks good" miod@
> Man page tweaks by jmc@ (otto@)
== usr.sbin ========================================================== 07/07 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/usr.sbin
bgpd
~ bgpd.conf.5 ~ bgpd.h
~ parse.y ~ printconf.c
~ rde.h ~ rde_filter.c
~ rde_rib.c ~ rde_update.c
> Finally commit the transparent-as and nexthop no-modify stuff I wrote on
> the
> way to FOSDEM. With transparent-as set to ye bgpd will not prepend his own
> AS for sent updates. NB the neighbor needs to set "enforce neighbor-as no"
> or it will not like the received AS paths. With set nexthop no-modify bgpd
> will change the nexthop as done normaly.
> OK henning@ man page update with help of jmc@ (claudio@)
~ control.c
> move umask() song and dance closer around the bind, being more careful
> about errors; ok claudio (deraadt@)
~ session.c
> shutdown() directly before close() is useless, theo (henning@)
ospfd
~ interface.c
> KNF (henning@)
~ control.c
> move umask() song and dance closer around the bind, being more careful
> about errors; ok claudio (deraadt@)
~ ospfd.conf.5
> Fix typo.
> ok claudio@ (norby@)
spamdb
~ spamdb.8 ~ spamdb.c
> "Greytrapping" for spamd - allow for spamd greylisting to maintain
> a list of spamtrap destination addresses in the spamd database. When
> a spamtrap address gets an attempted greylist delivery, blacklist the
> offending host for a day. Does not affect hosts already whitelisted.
> ok deraadt@, jmc@, dhartmei@ to get it in so it can be whacked on (beck@)
~ spamdb.c
> fix usage to reflect new reality, ok jmc@ (beck@)
~ spamdb.c
> freeaddrinfo() isn't needed on the error path from getaddrinfo().
> ok claudio@ (beck@)
tcpdump
~ print-pflog.c
> clean up printing of rule numbers. omit ruleset name and sub-rule number
> when irrelevant. print 'def' for default rule. omit numerical reason if
> description is printed. ok henning@, deraadt@ (dhartmei@)
===============================================================================
More information about the odc
mailing list