[odc] Daily src changes for 2007-12-08
ODC
auto at squish.net
Sun Dec 9 07:00:02 GMT 2007
OpenBSD src changes summary for 2007-12-08
==========================================
etc/relayd.conf sys/arch/aviion/include
sys/arch/luna88k/include sys/arch/m88k/include
sys/arch/m88k/m88k sys/arch/mvme88k/include
sys/dev/pci usr.sbin/pkg_add
usr.sbin/pstat usr.sbin/relayctl
usr.sbin/relayd
== etc =============================================================== 01/03 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/etc
relayd.conf
~ relayd.conf
> some changes to the relayd.conf configuration language and grammar.
> the tables will look more like pf tables, it is easier to re-use
> tables with different options, "services" will become "redirections"
> (they refer to rdr pf rules), sync configuration directives of
> redirect (l3, ex-service) relay (l7) sections (for example "virtual
> host" will become "listen on"), all target definitions will start with
> "forward to", etc. pp. (see relay.conf(5) and etc/relayd.conf)
> discussed with pyr and deraadt
> ok pyr@ (reyk@)
~ relayd.conf
> make the generic handler for TCP-based protocols the default (allows
> to use "protocol foo" without defining a type). (reyk@)
== sys =============================================================== 02/03 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/sys
arch/aviion/include
+ fpu.h
> Better siginfo fault codes for floating point exceptions on 88110, with
> more work in progress to handle these exceptions correctly, and document
> a new undocumented and evil chip bug while there. (miod@)
arch/luna88k/include
+ fpu.h
> Better siginfo fault codes for floating point exceptions on 88110, with
> more work in progress to handle these exceptions correctly, and document
> a new undocumented and evil chip bug while there. (miod@)
arch/m88k/include
+ fpu.h
> Better siginfo fault codes for floating point exceptions on 88110, with
> more work in progress to handle these exceptions correctly, and document
> a new undocumented and evil chip bug while there. (miod@)
arch/m88k/m88k
~ sig_machdep.c
> Do not pass a siginfo_t * pointer to the signal handler if no siginfo
> is required. (miod@)
~ m88110_fp.S ~ trap.c
> Better siginfo fault codes for floating point exceptions on 88110, with
> more work in progress to handle these exceptions correctly, and document
> a new undocumented and evil chip bug while there. (miod@)
arch/mvme88k/include
+ fpu.h
> Better siginfo fault codes for floating point exceptions on 88110, with
> more work in progress to handle these exceptions correctly, and document
> a new undocumented and evil chip bug while there. (miod@)
dev/pci
~ envy.c
> mixer_devinfo->type is uninitialized for classes (ratchov@)
~ envy.c
> there should be 10 stereo or 20 mono knobs (but not 20 stereo!).
> Fix this by changing monitor knobs to be mono (as all other knobs are).
> (ratchov@)
== usr.sbin ========================================================== 03/03 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/usr.sbin
pkg_add
~ pkg_info ~ OpenBSD/PackingList.pm
> let pkg_info -E see @sample objects. No sense in hiding them. (espie@)
pstat
~ pstat.c
> no need to pre-check for % in dformat, it will fail later anyways
> (deraadt@)
relayctl
~ relayctl.8
> some changes to the relayd.conf configuration language and grammar.
> the tables will look more like pf tables, it is easier to re-use
> tables with different options, "services" will become "redirections"
> (they refer to rdr pf rules), sync configuration directives of
> redirect (l3, ex-service) relay (l7) sections (for example "virtual
> host" will become "listen on"), all target definitions will start with
> "forward to", etc. pp. (see relay.conf(5) and etc/relayd.conf)
> discussed with pyr and deraadt
> ok pyr@ (reyk@)
~ parser.c ~ relayctl.8
~ relayctl.c
> service -> redirect
> ok pyr@ (reyk@)
~ parser.c ~ parser.h
~ relayctl.c
> Rename everything which reffered to services refer to rdr for internals
> (for instance: rename struct service to struct rdr), refer to redirects
> otherwise (hoststatectl output).
> ok reyk@ (pyr@)
relayd
~ parse.y ~ relay.c
~ relayd.8 ~ relayd.c
~ relayd.conf.5 ~ relayd.h
> some changes to the relayd.conf configuration language and grammar.
> the tables will look more like pf tables, it is easier to re-use
> tables with different options, "services" will become "redirections"
> (they refer to rdr pf rules), sync configuration directives of
> redirect (l3, ex-service) relay (l7) sections (for example "virtual
> host" will become "listen on"), all target definitions will start with
> "forward to", etc. pp. (see relay.conf(5) and etc/relayd.conf)
> discussed with pyr and deraadt
> ok pyr@ (reyk@)
~ parse.y ~ relayd.conf.5
> make the generic handler for TCP-based protocols the default (allows
> to use "protocol foo" without defining a type). (reyk@)
~ relayd.8 ~ relayd.conf.5
> forgotten service -> redirection
> ok reyk@ (pyr@)
~ relayd.8
> tweak (reyk@)
~ relayd.8
> the manpages need some more work (reyk@)
~ control.c ~ hce.c
~ parse.y ~ pfe.c
~ pfe_filter.c ~ relay.c
~ relayd.c ~ relayd.h
> Rename everything which reffered to services refer to rdr for internals
> (for instance: rename struct service to struct rdr), refer to redirects
> otherwise (hoststatectl output).
> ok reyk@ (pyr@)
===============================================================================
More information about the odc
mailing list