[odc] Daily src changes for 2008-05-12

ODC auto at squish.net
Tue May 13 07:00:01 BST 2008


OpenBSD src changes summary for 2008-05-12
==========================================

distrib/notes                           sbin/isakmpd
share/man                               sys/arch/socppc/include
sys/arch/socppc/stand/boot              sys/dev/pci
sys/dev/usb                             sys/scsi
usr.bin/ssh                             usr.sbin/bgpd
usr.sbin/dvmrpd                         usr.sbin/hostapd
usr.sbin/hotplugd                       usr.sbin/ifstated
usr.sbin/ospf6d                         usr.sbin/ospfd
usr.sbin/relayd                         usr.sbin/ripd
usr.sbin/sensorsd                       usr.sbin/snmpd
usr.sbin/watchdogd                      

== distrib =========================================================== 01/06 ==

  http://www.openbsd.org/cgi-bin/cvsweb/src/distrib

notes

  ~ m4.common                             

  > List socppc as a MACHINE_ARCH=powerpc platform. (miod@)

== sbin ============================================================== 02/06 ==

  http://www.openbsd.org/cgi-bin/cvsweb/src/sbin

isakmpd

  ~ isakmpd.c                             

  > Error out with usage line if additional arguments are given after the
  > option parsing. Found out the hard way by jdixon on ifstated.
  > ok sobrado@, jdixon@, millert@ (pyr@)

== share ============================================================= 03/06 ==

  http://www.openbsd.org/cgi-bin/cvsweb/src/share

man

  ~ man5/port-modules.5                   

  > much more exhaustive list of variables usually affected (espie@)

  ~ man5/port-modules.5                   

  > document some modules (espie@)

  ~ man4/umsm.4                           

  > list huawei E172 and E220 as supported (fkr@)

  ~ man5/port-modules.5                   

  > tweak previous; (jmc@)

  ~ man5/port-modules.5                   

  > typos (steven@)

  ~ man3/tree.3                           

  > Remove clauses 3 and 4 from the license to match the license on
  > tree.h.  OK'd by Niels. (millert@)

== sys =============================================================== 04/06 ==

  http://www.openbsd.org/cgi-bin/cvsweb/src/sys

arch/socppc/include

  + stdarg.h                              + va-ppc.h
  + varargs.h                             

  > More headers needed by userland. (kettenis@)

  + reloc.h                               

  > More headers needed by userland. (kettenis@)

arch/socppc/stand/boot

  ~ time.c                                

  > Provide a real getsecs() implementation. (kettenis@)

dev/pci

  ~ if_bge.c                              

  > Call mii_pollstat() instead of bge_tick() in bge_link_upd() so that link
  > state transitions are noticed and the appropriate routing socket messages
  > are generated.
  > ok kettenis@ krw@ (brad@)

  ~ if_tht.c                              

  > Pass correct argument to timeout_set so that the timeout can break the
  > loop as intended. ok dlg@ (canacar@)

  ~ if_tht.c                              

  > Make this compile again. (kettenis@)

dev/usb

  ~ umsm.c                                

  > If we find an E220 device in umass mode send the magic command
  > to enable the serial portions of the device.
  > From Yojiro UO <yuo at iijlab.net>, tested by bernd@ (jsg@)

scsi

  ~ st.c                                  

  > Fix device reference counting. Now that we try to support detachable
  > tape drives it is nice not to crash if one is detached. Basically use
  > a consistant mechanism modelled on sd to lookup devices and do the
  > device reference increments and decrements. Problem reported (PR#5811)
  > and fix tested by Jozef Hatala. Still some corner cases Jozef is
  > looking for but we'll fix those as discovered. (krw@)

== usr.bin =========================================================== 05/06 ==

  http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin

ssh

  ~ umac.c                                

  > Ensure nh_result lies on a 64-bit boundary (fixes warnings observed
  > on Itanium on Linux); from Dale Talcott (bug #1462); ok djm@ (pvalchev@)

== usr.sbin ========================================================== 06/06 ==

  http://www.openbsd.org/cgi-bin/cvsweb/src/usr.sbin

bgpd

  ~ bgpd.c                                

  > Error out with usage line if additional arguments are given after the
  > option parsing. Found out the hard way by jdixon on ifstated.
  > ok sobrado@, jdixon@, millert@ (pyr@)

dvmrpd

  ~ dvmrpd.c                              

  > Error out with usage line if additional arguments are given after the
  > option parsing. Found out the hard way by jdixon on ifstated.
  > ok sobrado@, jdixon@, millert@ (pyr@)

hostapd

  ~ hostapd.c                             

  > Error out with usage line if additional arguments are given after the
  > option parsing. Found out the hard way by jdixon on ifstated.
  > ok sobrado@, jdixon@, millert@ (pyr@)

  ~ hostapd.c                             

  > Fix cut and pasto; Steven Roberts (millert@)

hotplugd

  ~ hotplugd.c                            

  > Error out with usage line if additional arguments are given after the
  > option parsing. Found out the hard way by jdixon on ifstated.
  > ok sobrado@, jdixon@, millert@ (pyr@)

ifstated

  ~ ifstated.c                            

  > Error out with usage line if additional arguments are given after the
  > option parsing. Found out the hard way by jdixon on ifstated.
  > ok sobrado@, jdixon@, millert@ (pyr@)

ospf6d

  ~ ospf6d.c                              

  > Error out with usage line if additional arguments are given after the
  > option parsing. Found out the hard way by jdixon on ifstated.
  > ok sobrado@, jdixon@, millert@ (pyr@)

ospfd

  ~ ospfd.c                               

  > Error out with usage line if additional arguments are given after the
  > option parsing. Found out the hard way by jdixon on ifstated.
  > ok sobrado@, jdixon@, millert@ (pyr@)

relayd

  ~ relayd.c                              

  > Error out with usage line if additional arguments are given after the
  > option parsing. Found out the hard way by jdixon on ifstated.
  > ok sobrado@, jdixon@, millert@ (pyr@)

ripd

  ~ ripd.c                                

  > Error out with usage line if additional arguments are given after the
  > option parsing. Found out the hard way by jdixon on ifstated.
  > ok sobrado@, jdixon@, millert@ (pyr@)

sensorsd

  ~ sensorsd.c                            

  > Error out with usage line if additional arguments are given after the
  > option parsing. Found out the hard way by jdixon on ifstated.
  > ok sobrado@, jdixon@, millert@ (pyr@)

snmpd

  ~ snmpd.c                               

  > Error out with usage line if additional arguments are given after the
  > option parsing. Found out the hard way by jdixon on ifstated.
  > ok sobrado@, jdixon@, millert@ (pyr@)

watchdogd

  ~ watchdogd.c                           

  > Error out with usage line if additional arguments are given after the
  > option parsing. Found out the hard way by jdixon on ifstated.
  > ok sobrado@, jdixon@, millert@ (pyr@)

===============================================================================


More information about the odc mailing list