[odc] Daily src changes for 2007-11-21
ODC
auto at squish.net
Thu Nov 22 07:00:01 GMT 2007
OpenBSD src changes summary for 2007-11-21
==========================================
sbin/bioctl share/man
sys/arch/aviion/aviion sys/arch/m88k/include
sys/arch/m88k/m88k sys/arch/mvme88k/mvme88k
sys/dev/ic sys/dev/pci
sys/dev/usb sys/net
usr.sbin/hoststatectl usr.sbin/hoststated
== sbin ============================================================== 01/04 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/sbin
bioctl
~ bioctl.8
> note that -q is the default if no other options are specified; ok dlg
> (jmc@)
~ bioctl.8
> back out previous: henning says it's wrong; (jmc@)
== share ============================================================= 02/04 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/share
man
~ man5/pf.conf.5
> Fix grammar, pointed out by Jim Razmus and RW.
> OK jmc. (ray@)
== sys =============================================================== 03/04 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/sys
arch/aviion/aviion
~ autoconf.c
> Use bcopy instead of assignment to avoid a possible misaligned access.
> (miod@)
arch/m88k/include
~ trap.h
> Move external interrupt and ast handling from m881[01]0_trap() to their
> own functions, which do not need to be processor-specific.
> This speeds up the exception return sequence a bit. (miod@)
~ pmap.h
> Move pmap_set_modify() prototype to a header file (miod@)
~ mmu.h
> Typo (miod@)
arch/m88k/m88k
~ sig_machdep.c
> A really horrible fix for sigreturn on 88110. This will probably be
> replaced
> by something better in the future, but for now this will do. Just don't
> tell anyone I did this. (miod@)
~ eh_common.S ~ trap.c
> Move external interrupt and ast handling from m881[01]0_trap() to their
> own functions, which do not need to be processor-specific.
> This speeds up the exception return sequence a bit. (miod@)
~ trap.c
> Move pmap_set_modify() prototype to a header file (miod@)
~ pmap.c
> Don't bother flushing caches in pmap_{copy,zero}_page(), since our caches
> are physically addressed.
> Might be revisited for 88110 SMP, but we're not there yet. (miod@)
arch/mvme88k/mvme88k
~ m88110.c
> Better cache invalidation functions (still horribly unoptimal, but less
> broken now). (miod@)
dev/ic
~ rtw.c
> Remove superfluous function declaration
> ok jsg@ (blambert@)
dev/pci
~ azalia_codec.c
> Collect subid #defines at the top. (deanna@)
dev/usb
~ usbdevs.h ~ usbdevs_data.h
> regen (robert@)
~ usbdevs
> add Logitech QuickCam Pro 5000 (robert@)
~ usb_quirks.c
> attach Logitech QuickCam Pro 5000 as ugen for now (robert@)
net
~ if_spppsubr.c
> simplify sppp_chap_scr() now that we are using arc4random_bytes()
> (canacar@)
== usr.sbin ========================================================== 04/04 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/usr.sbin
hoststatectl
~ hoststatectl.8
> document hoststatectl poll.
> prompted by reyk@ (pyr@)
hoststated
~ hce.c
> make sure all hosts are checked when hoststatectl poll is issued, now
> that check interval can differ from table to table.
> ok reyk@ (pyr@)
~ hoststated.conf.5
> document the fact that port can be specified in table statements inside
> service sections.
> ok reyk@ (pyr@)
~ relay.c
> more work on the "filter" action: close the connection instantly when
> receiving a filtered entity, fix some remaining issues. (reyk@)
~ check_tcp.c ~ hoststated.conf.5
~ hoststated.h ~ parse.y
> allow the http digest type to be either SHA1 or MD5 determined by the
> digest string length; it is compatible to any existing SHA1-only
> configurations.
> ok pyr@ gilles@ (reyk@)
~ hoststated.conf.5 ~ hoststated.h
~ parse.y ~ relay.c
> rename the "url" filter action to "query" to use the correct term.
> please update your hoststated.conf configurations. also add more
> examples to the manpage.
> alright pyr@ (reyk@)
~ hoststated.conf.5
> tweak previous; (jmc@)
~ relay.c
> fix the tree comparison function. it turned out that it could fail
> with large trees of protocol actions. (reyk@)
~ check_tcp.c ~ hoststated.c
~ hoststated.h ~ parse.y
> move digest string handling into an extra function. (reyk@)
~ hoststated.conf.5 ~ parse.y
> extend action grammar with "filter value" and "expect value" as a
> short form for "filter * from value" or "expect * from value". (reyk@)
~ hoststated.h
> spacing (reyk@)
~ parse.y
> spacing (reyk@)
~ relay.c
> move HTTP cookie and query lookup code from the into separate functions
> (the if () else if () block was getting very big). (reyk@)
===============================================================================
More information about the odc
mailing list