[odc] Daily src changes for 2010-10-11
ODC
auto at squish.net
Tue Oct 12 07:00:01 BST 2010
OpenBSD src changes summary for 2010-10-11
==========================================
lib/libc sbin/route
sbin/sysctl share/man
sys/arch/octeon/include sys/dev/ic
sys/net usr.bin/netstat
usr.sbin/bgpd usr.sbin/ikectl
usr.sbin/ypldap
== lib =============================================================== 01/06 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/lib
libc
~ gen/sysctl.3
> tcp.sendspace & tcp.recvspace buttons are gone. (claudio@)
== sbin ============================================================== 02/06 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/sbin
route
~ route.c ~ show.c
~ show.h
> Make route(8) use the ROUTE_TABLEFILTER and change the code so that
> route(8) will default to the process rtableid.
> route -T 1 exec route add default 192.168.1.1
> route -T 1 exec route -n show
> These commands will now operate outmatically on rtable 1 and not on
> rtable 0 as it was done before.
> OK henning@ (claudio@)
sysctl
~ sysctl.8
> Remove net.inet.tcp.recvspace and net.inet.tcp.sendspace here as well.
> Reminded by jmc@ (claudio@)
== share ============================================================= 03/06 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/share
man
~ man8/man8.alpha/MAKEDEV.8 ~ man8/man8.amd64/MAKEDEV.8
~ man8/man8.armish/MAKEDEV.8 ~ man8/man8.aviion/MAKEDEV.8
~ man8/man8.hp300/MAKEDEV.8 ~ man8/man8.hppa/MAKEDEV.8
~ man8/man8.hppa64/MAKEDEV.8 ~ man8/man8.i386/MAKEDEV.8
~ man8/man8.landisk/MAKEDEV.8 ~ man8/man8.loongson/MAKEDEV.8
~ man8/man8.luna88k/MAKEDEV.8 ~ man8/man8.mac68k/MAKEDEV.8
~ man8/man8.macppc/MAKEDEV.8 ~ man8/man8.mvme68k/MAKEDEV.8
~ man8/man8.mvme88k/MAKEDEV.8 ~ man8/man8.palm/MAKEDEV.8
~ man8/man8.sgi/MAKEDEV.8 ~ man8/man8.socppc/MAKEDEV.8
~ man8/man8.sparc/MAKEDEV.8 ~ man8/man8.sparc64/MAKEDEV.8
~ man8/man8.vax/MAKEDEV.8 ~ man8/man8.zaurus/MAKEDEV.8
> Ugh, I forgot to commit these after my last MAKEDEV regen.
> Updated to include the midi(4) addition in sparc64. (claudio@)
== sys =============================================================== 04/06 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/sys
arch/octeon/include
~ param.h
> correct MACHINE, MACHINE_ARCH (syuu@)
dev/ic
~ trm.h
> 16-byte commands just won't fit in 12-byte buffers. So make the
> buffer 16 bytes. Fixes READ_CAPACITY_16 commands. (krw@)
net
~ if_ethersubr.c
> Remove some commented code we will never have. (claudio@)
~ route.h ~ rtsock.c
> Implement an rtsocket filter for rtableids. A process will initially
> only get messages that are for the rtable the process is bound to.
> Depending on the rtm_type the rdomain or rtable id are used for
> comparison. It is possible to change the filter with a setsockopt(s,
> AF_ROUTE, ROUTE_TABLEFILTER,...) and if set to RTABLE_ANY the filter
> is deactivated. Additionally set the tableid in struct if_msghdr
> to the rdomain id and use the process rtableid in the sysctl if no
> table was specified.
> OK henning@ (claudio@)
== usr.bin =========================================================== 05/06 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin
netstat
~ main.c ~ netstat.h
~ show.c
> Do similar changes to netstat as done to route(8). Try to show the
> most expected rtable when doing a netstat -rn.
> OK henning@ (claudio@)
== usr.sbin ========================================================== 06/06 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/usr.sbin
bgpd
~ kroute.c
> bgpd needs to see all routing messages so set the ROUTE_TABLEFILTER to
> RTABLE_ANY.
> OK henning@ (claudio@)
ikectl
~ ikectl.8
> typo, s/10.1.2.3/10.2.3.4/, from jy-p (sthen@)
~ ikectl.8
> and another one... s/10.4.5.6/10.3.4.5/, also from jy-p. (sthen@)
ypldap
~ ypldap.h
> zap unused definitions (pyr@)
===============================================================================
More information about the odc
mailing list