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

ODC auto at squish.net
Thu Mar 13 07:00:01 GMT 2008


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

sbin/dhclient                           share/man
sys/arch/sparc64/include                sys/arch/sparc64/sparc64
sys/dev                                 sys/dev/ic
sys/dev/mii                             sys/net
usr.bin/cvs                             usr.sbin/arp
usr.sbin/relayd                         usr.sbin/snmpd

== sbin ============================================================== 01/05 ==

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

dhclient

  ~ dhclient.c                            

  > Code was not passing script exit status; fix with macro.
  > deraadt@ OK (hugh@)

== share ============================================================= 02/05 ==

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

man

  ~ man4/umidi.4                          

  > suggest tweaking the "usb descriptor" switch (if any) if the device
  > attaches
  > as ugen(4) rather than umidi(4).
  > from jmc@ and jakemsr@ (ratchov@)

== sys =============================================================== 03/05 ==

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

arch/sparc64/include

  ~ intr.h                                

  > Introduce a per-handler interrupt acknowledgement function. (kettenis@)

arch/sparc64/sparc64

  ~ intr.c                                ~ locore.s
  ~ genassym.cf                           

  > Introduce a per-handler interrupt acknowledgement function. (kettenis@)

dev

  ~ audio.c                               

  > Set the default high water mark to the buffer size, instead of the buffer
  > size minus one block. Otherwise, recording cannot work with 32kB blocks.
  > ok jakemsr@ (ratchov@)

dev/ic

  ~ re.c                                  ~ rtl81x9reg.h

  > Set the RX FIFO threshold to no RX threshold for re(4) adapters.
  > This resolves a number of various bad symptoms experienced by
  > numerous users especially with the adapters at Gig speed.
  > Tested by quite a few users.
  > From FreeBSD/NetBSD
  > ok deraadt@ (brad@)

  ~ re.c                                  

  > Set the RX FIFO threshold to no RX threshold for re(4) adapters.
  > This resolves a number of various bad symptoms experienced by
  > numerous users especially with the adapters at Gig speed.
  > Tested by quite a few users.
  > From FreeBSD/NetBSD
  > ok deraadt@ (brad@)

dev/mii

  ~ amphy.c                               ~ gentbi.c
  ~ nsphy.c                               ~ nsphyter.c

  > Fix comment typo, of -> if.
  > ok sthen@ (brad@)

net

  ~ if_pppoe.c                            

  > Include relay-sid in the response if one was received.
  > Reported and tested by Zach Wilkinson
  > ok brad@, claudio@ (canacar@)

== usr.bin =========================================================== 04/05 ==

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

cvs

  ~ tag.c                                 

  > missing rcsnum_free();
  > from Igor Zinovik (joris@)

== usr.sbin ========================================================== 05/05 ==

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

arp

  ~ arp.c                                 

  > "usage:" should precede the first statement only
  > ok jmc@ (sobrado@)

relayd

  ~ hce.c                                 

  > nuke unused variable. (pyr@)

snmpd

  ~ ber.c                                 

  > Return an error if more data is requested even though the buffer is empty.
  > Fixes an infinite loop seen by cloder at . OK cloder@, reyk@ (claudio@)

  ~ ber.c                                 

  > SNMP has a restricted BER encoding especially all encodings use the
  > definite-length from. So bail out with an error if this is not the case.
  > OK cloder@, reyk@
  > cvs: ----------------------------------------------------------------------
  > (claudio@)

  ~ snmpe.c                               

  > if (class != BER_CLASS_UNIVERSAL || type != BER_TYPE_SEQUENCE)
  > not
  > if (class != BER_CLASS_UNIVERSAL && type != BER_TYPE_SEQUENCE)
  > the class and type need to be of correct.
  > OK reyk@ (claudio@)

  ~ snmpe.c                               

  > mostly stylistic - always print the client host name in snmpe error
  > messages and make sure that the host string is initialized. (reyk@)

  ~ ber.c                                 

  > Check that the current ber element is a sequence or a set when '{' or '('
  > is used.
  > OK reyk@ (claudio@)

  ~ ber.c                                 

  > fix a memleak in the ber_read_elements() error case.
  > ok claudio@ (reyk@)

  ~ ber.c                                 

  > remove noisy warning message
  > ok claudio@ (reyk@)

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


More information about the odc mailing list