[odc] Daily src changes for 2008-02-16
ODC
auto at squish.net
Sun Feb 17 07:00:01 GMT 2008
OpenBSD src changes summary for 2008-02-16
==========================================
games/fortune sys/arch/alpha/alpha
sys/arch/m88k/m88k sys/arch/mips64/mips64
sys/arch/sgi/pci sys/arch/sparc/sparc
sys/arch/vax/vax sys/dev
sys/dev/ic sys/dev/usb
sys/net usr.bin/cvs
usr.sbin/snmpd
== games ============================================================= 01/04 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/games
fortune
~ datfiles/fortunes
> typo; from he at netbsd, -r1.44 (jmc@)
== sys =============================================================== 02/04 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/sys
arch/alpha/alpha
~ in_cksum.c
> Move panic tests under #ifdef DEBUG (miod@)
arch/m88k/m88k
~ in_cksum.c
> On these platforms, REDUCEing unconditionnaly a second time is faster and
> shorter code than a conditional ADDCARRY, so use it; inspired by hppa.
> (miod@)
arch/mips64/mips64
~ context.S
> Remove the wait instruction from cpu_idle_cycle(), as it causes problems on
> RM7000 machines. (miod@)
arch/sgi/pci
~ macepcibridge.c ~ pci_machdep.h
> Remove unused fields of struct mips_pci_chipset. (miod@)
arch/sparc/sparc
~ in_cksum.c
> On these platforms, REDUCEing unconditionnaly a second time is faster and
> shorter code than a conditional ADDCARRY, so use it; inspired by hppa.
> (miod@)
arch/vax/vax
~ machdep.c ~ vm_machdep.c
> Only create phys_map on systems which need it, and test for phys_map being
> non-null instead of for a variety of vax_boardtype values in vmapbuf() and
> vunmapbuf(). (miod@)
~ in4_cksum.c
> Move panic tests under #ifdef DEBUG (miod@)
dev
~ ipmi.c
> Call sensordev_install() iff we find and sensor_attach() the individual
> sensors.
> The call got misplaced in ipmi.c#rev1.59 on 2007-08-31.
> ok marco; tested todd (cnst@)
dev/ic
~ bwi.c
> Always print device name in front of debug messages. (mglocker@)
~ bwi.c
> Remove some double prototype definitions. (mglocker@)
~ bwi.c ~ bwivar.h
> Better support for 11b mode.
> From the DragonFlyBSD driver. (mglocker@)
~ mfi.c
> Return NO_CCB and not TRY_AGAIN_LATER when running out of ccb's.
> Eliminates 'not queued' errors reported on the mailing lists.
> Tested by Michael (belenus at bsdmail dot de).
> ok marco@ (krw@)
~ bwi.c ~ bwivar.h
> Report rssi and rate in rx radio tap.
> From the DragonFlyBSD driver. (mglocker@)
~ bwi.c
> While importing the driver a lot of printf's have been converted to
> DPRINTF's by mistake. Fix this so we can see fatal errors without beeing
> in DEBUG mode. (mglocker@)
~ bwi.c
> Fix spacing / comments. (mglocker@)
~ bwi.c
> Replace bwi_rate2plcp() with ieee80211_rate2plcp(). (mglocker@)
~ bwi.c
> Count output packets. (mglocker@)
~ bwi.c
> Zap KKASSERT porting macro and use KASSERT instead. (mglocker@)
dev/usb
~ if_upgt.c
> Remove if_ipackets++ since ieee80211_input() already does that. (mglocker@)
net
~ pf.c
> switch to RFC 1948 style ISN, too; ok mcbride, dhartmei, henning (markus@)
== usr.bin =========================================================== 03/04 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin
cvs
~ date.y
> * yyInput doesn't seem to contain anything meaningful at the time when
> yyerror() is called, so there's no point in printing it
> * unbreak `env CFLAGS='-DTEST' make date`
> ok joris@ (cnst@)
== usr.sbin ========================================================== 04/04 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/usr.sbin
snmpd
~ snmpd.8 ~ snmpd.c
> sort flags in both synopsis and usage
> ok reyk@ (sobrado@)
===============================================================================
More information about the odc
mailing list