[odc] Daily src changes for 2006-01-17

ODC auto at squish.net
Wed Jan 18 07:00:50 GMT 2006


OpenBSD src changes summary for 2006-01-17
==========================================

lib/libc                                libexec/fingerd
libexec/spamd-setup                     sbin/ipsecctl
sys/arch/alpha/alpha                    sys/arch/arm/arm
sys/arch/arm/include                    sys/arch/cats/cats
sys/arch/mac68k/include                 sys/arch/mac68k/mac68k
sys/arch/mvme68k/dev                    sys/arch/mvme88k/dev
sys/arch/vax/bi                         sys/arch/vax/conf
sys/arch/vax/dec                        sys/arch/vax/qbus
sys/arch/vax/uba                        sys/arch/vax/vsa
sys/arch/zaurus/zaurus                  sys/dev/acpi
sys/dev/gpio                            sys/dev/i2c
sys/dev/ic                              sys/dev/isa
sys/scsi                                usr.bin/cdio
usr.sbin/pkg_add                        usr.sbin/watchdogd

== lib =============================================================== 01/06 ==

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

libc

  ~ net/getnetent.c                       

  > Include <sys/param.h> instead of <sys/types.h> so we get MAXHOSTNAMELEN
  > (millert@)

  ~ rpc/clnt_simple.c                     

  > Include param.h for MAXHOSTNAMELEN (millert@)

  ~ net/getprotoent.c                     ~ net/getservent.c

  > Include limits.h directly instead of depending on another header
  > to include it for us. (millert@)

== libexec =========================================================== 02/06 ==

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

fingerd

  ~ fingerd.c                             

  > Incllude <sys/param.h> to get MAXHOSTNAMELEN (millert@)

spamd-setup

  ~ spamd-setup.c                         

  > Include <sys/param.h> to get MAX macro (millert@)

== sbin ============================================================== 03/06 ==

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

ipsecctl

  ~ ike.c                                 

  > spacing (deraadt@)

  ~ ipsecctl.h                            

  > no , after last element in enum (deraadt@)

  ~ ipsecctl.c                            ~ parse.y

  > wrap long lines (no binary change) (reyk@)

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

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

arch/alpha/alpha

  ~ machdep.c                             

  > Do not invoke resettodr() on shutdown if we have been sitting in ddb.
  > (miod@)

arch/arm/arm

  ~ arm32_machdep.c                       

  > Upon halt, invoke resettodr() on arm platforms, unless we have been sitting
  > in DDB; tested at least by aanriot@ (miod@)

arch/arm/include

  ~ cpu.h                                 

  > Upon halt, invoke resettodr() on arm platforms, unless we have been sitting
  > in DDB; tested at least by aanriot@ (miod@)

arch/cats/cats

  ~ cats_machdep.c                        

  > Upon halt, invoke resettodr() on arm platforms, unless we have been sitting
  > in DDB; tested at least by aanriot@ (miod@)

arch/mac68k/include

  ~ bus.h                                 

  > Remove unused ``stride'' bus_space internal functionality; nothing needs
  > it. (miod@)

arch/mac68k/mac68k

  ~ bus_space.c                           

  > Remove unused ``stride'' bus_space internal functionality; nothing needs
  > it. (miod@)

arch/mvme68k/dev

  ~ if_ie.c                               

  > since bcopy/bzero will be assigned to these pointers, get the size_t in the
  > cast right; ok millert (deraadt@)

arch/mvme88k/dev

  ~ if_ie.c                               

  > since bcopy/bzero will be assigned to these pointers, get the size_t in the
  > cast right; ok millert (deraadt@)

arch/vax/bi

  ~ if_ni.c                               ~ kdb.c

  > Use angle bracket and no relative paths for all include files which are not
  > created by config(8); no functional change. (miod@)

arch/vax/conf

  ~ files.vax                             

  > Use angle bracket and no relative paths for all include files which are not
  > created by config(8); no functional change. (miod@)

arch/vax/dec

  ~ dzkbd.c                               ~ dzms.c
  ~ lk201_ws.c                            ~ wskbdmap_lk201.c

  > Use angle bracket and no relative paths for all include files which are not
  > created by config(8); no functional change. (miod@)

arch/vax/qbus

  ~ if_de.c                               ~ qdioctl.h
  ~ qduser.h                              

  > Use angle bracket and no relative paths for all include files which are not
  > created by config(8); no functional change. (miod@)

arch/vax/uba

  ~ qv.c                                  

  > Use angle bracket and no relative paths for all include files which are not
  > created by config(8); no functional change. (miod@)

arch/vax/vsa

  ~ dz_ibus.c                             ~ smg.c

  > Use angle bracket and no relative paths for all include files which are not
  > created by config(8); no functional change. (miod@)

arch/zaurus/zaurus

  ~ zaurus_machdep.c                      

  > Upon halt, invoke resettodr() on arm platforms, unless we have been sitting
  > in DDB; tested at least by aanriot@ (miod@)

dev/acpi

  ~ acpi.c                                ~ acpibat.c
  ~ acpivar.h                             ~ amltypes.h
  ~ dsdt.c                                

  > Major overhaul of the aml parser.  Evaluater temporarily disabled.
  > ok marco@ (jordan@)

dev/gpio

  ~ gpioiic.c                             

  > Make it detachable. (grange@)

dev/i2c

  ~ i2c_scan.c                            

  > AS99127F rev 1 doesn't have i2c address in register 0x48. (kettenis@)

  ~ lm_i2c.c                              

  > Match "w83791sd". (kettenis@)

dev/ic

  ~ lm78.c                                ~ lm78var.h

  > Support W83791SD as an lm(4) without sensors. (kettenis@)

dev/isa

  ~ lm_isa.c                              

  > Check LM78/79/81 chip ID to prevent spurious matches.
  > tested by bernd@ (kettenis@)

scsi

  ~ ss_scanjet.c                          

  > Use strchr() from libkern instead of rolling our own. (miod@)

  ~ cd.c                                  

  > Need to device_unreg() the implicit device_ref() done by cdlookup() in
  > cdminphys(). (miod@)

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

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

cdio

  ~ cddb.c                                

  > Fix malloc calculation to avoid memory bounds error.  deraadt@ ok (aaron@)

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

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

pkg_add

  ~ pkg_add                               

  > special-case packages that use old-libs: always update them, even if the
  > signature didn't change. (espie@)

watchdogd

  ~ watchdogd.8                           ~ watchdogd.c

  > Use the @openbsd.org email address for the copyright and add an AUTHORS
  > section.
  > ok jmc@ (mbalmer@)

  ~ watchdogd.8                           

  > kill trailing whitespace; (jmc@)

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



More information about the odc mailing list