[odc] Daily src changes for 2009-01-31
ODC
auto at squish.net
Sun Feb 1 07:00:01 GMT 2009
OpenBSD src changes summary for 2009-01-31
==========================================
distrib/sets lib/libc
sbin/brconfig share/man
sys/arch/amd64/amd64 sys/arch/socppc/stand/mkboot
sys/net sys/ufs/ufs
usr.sbin/ntpd usr.sbin/ospf6d
usr.sbin/ospfd
== distrib =========================================================== 01/06 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/distrib
sets
~ lists/base/md.alpha ~ lists/base/md.amd64
~ lists/base/md.armish ~ lists/base/md.aviion
~ lists/base/md.hp300 ~ lists/base/md.hppa
~ lists/base/md.hppa64 ~ lists/base/md.i386
~ lists/base/md.landisk ~ lists/base/md.luna88k
~ lists/base/md.mac68k ~ lists/base/md.macppc
~ lists/base/md.mvme68k ~ lists/base/md.mvme88k
~ lists/base/md.mvmeppc ~ lists/base/md.sgi
~ lists/base/md.socppc ~ lists/base/md.sparc
~ lists/base/md.sparc64 ~ lists/base/md.vax
~ lists/base/md.zaurus ~ lists/base/mi
~ lists/comp/mi ~ lists/man/mi
> sync (miod@)
== lib =============================================================== 02/06 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/lib
libc
~ sys/munmap.2
> fix typo
> ok jmc@ (pyr@)
== sbin ============================================================== 03/06 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/sbin
brconfig
~ brconfig.8
> write point-to-point in a consistent way.
> jmc@ has provided a complete list of manual pages to be fixed,
> and suggested using uppercase (i.e., Point-to-Point) when discussing
> the protocol, and lowercase (point-to-point) otherwise.
> ok jmc@ (sobrado@)
== share ============================================================= 04/06 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/share
man
~ man4/ppp.4 ~ man4/sppp.4
~ man4/tty.4 ~ man5/pf.conf.5
> write point-to-point in a consistent way.
> jmc@ has provided a complete list of manual pages to be fixed,
> and suggested using uppercase (i.e., Point-to-Point) when discussing
> the protocol, and lowercase (point-to-point) otherwise.
> ok jmc@ (sobrado@)
== sys =============================================================== 05/06 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/sys
arch/amd64/amd64
~ trap.c
> Don't cast pointer to int, use register_t here.
> ok miod@ tedu@ (grange@)
arch/socppc/stand/mkboot
~ mkboot.8 ~ mkboot.c
> Rename loadpoint to loadaddr and add to usage().
> suggestion and ok from kettenis@ (grange@)
net
~ pf_norm.c
> unbreak ! INET6 case by sprinking #ifdef INET6
> noticed by Vladimir Kirillov <proger at uaoug.org.ua> (henning@)
~ if.c
> No need to invent another _offset, just use the one from param.h.
> As a bonus it eliminates casting from pointer to int.
> ok miod@ tedu@ millert@ (grange@)
~ if_spppsubr.c
> u_char is not compatible with default argument promotion type thus
> can't be used with va_start. change it to u_int.
> ok miod@ (grange@)
ufs/ufs
~ dir.h
> Rewrite DIRECTSIZ macro using offsetof. As a bonus it elimitanes casting
> pointer to int.
> ok miod@ tedu@ millert@ (grange@)
== usr.sbin ========================================================== 06/06 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/usr.sbin
ntpd
~ ntpd.8
> adjtime has been logged at 32ms and greater for 2.5 years now.
> ok henning@ jmc@ (stevesk@)
ospf6d
~ ospf6d.8
> write point-to-point in a consistent way.
> jmc@ has provided a complete list of manual pages to be fixed,
> and suggested using uppercase (i.e., Point-to-Point) when discussing
> the protocol, and lowercase (point-to-point) otherwise.
> ok jmc@ (sobrado@)
ospfd
~ database.c ~ hello.c
~ lsack.c ~ lsreq.c
~ lsupdate.c ~ ospfe.h
~ packet.c
> Pass the buffer to send_packet() instead of spliting it up. This removes
> some direct access to struct buf internals in the rest of ospfe.
> Based on a larger buffer cleanup diff that was OK norby@ henning@
> (claudio@)
~ buffer.c ~ database.c
~ lsreq.c ~ lsupdate.c
~ ospfd.h
> Implement buf_left() to make some some more buffer handling easier.
> buf_left() returns the bytes left in a buffer. This makes the check to
> keep MD5_DIGEST_LENGTH bytes unallocated in some messages easier.
> From the buf cleanup diff that was OK norby@ and henning@ (claudio@)
~ ospfd.8
> write point-to-point in a consistent way.
> jmc@ has provided a complete list of manual pages to be fixed,
> and suggested using uppercase (i.e., Point-to-Point) when discussing
> the protocol, and lowercase (point-to-point) otherwise.
> ok jmc@ (sobrado@)
===============================================================================
More information about the odc
mailing list