[odc] Daily src changes for 2005-09-20

ODC auto at squish.net
Wed Sep 21 08:00:23 BST 2005


OpenBSD src changes summary for 2005-09-20
==========================================

distrib/sets                            regress/sbin
sbin/ipsecctl                           sbin/mountd
share/doc                               sys/arch/amd64/include
sys/arch/arm/include                    sys/arch/hppa64/include
sys/arch/i386/include                   sys/dev/pci
sys/dev/usb                             sys/kern
usr.bin/rcs                             usr.sbin/bgpctl
usr.sbin/bgpd                           usr.sbin/pkg_add

== distrib =========================================================== 01/07 ==

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

sets

  ~ lists/base/md.alpha                   ~ lists/base/md.amd64
  ~ lists/base/md.cats                    ~ lists/base/md.hp300
  ~ lists/base/md.hppa                    ~ lists/base/md.hppa64
  ~ lists/base/md.i386                    ~ 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.sparc                   ~ lists/base/md.sparc64
  ~ lists/base/md.vax                     ~ lists/base/md.zaurus
  ~ lists/comp/mi                         

  > sync (deraadt@)

== regress =========================================================== 02/07 ==

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

sbin

  ~ ipsecctl/ike1.ok                      ~ ipsecctl/ike2.ok
  ~ ipsecctl/ike3.ok                      ~ ipsecctl/ike4.ok
  ~ ipsecctl/ike5.ok                      ~ ipsecctl/ike6.ok
  ~ ipsecctl/ike7.ok                      

  > reflect latest changes ("Phase 1" and "Conneciton=...") (hshoexer@)

== sbin ============================================================== 03/07 ==

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

ipsecctl

  ~ ike.c                                 

  > add a "Connection=..." entry for active connections (hshoexer@)

  ~ ike.c                                 

  > add an entry to "Phase 1" section for each remote peer. (hshoexer@)

mountd

  ~ mountd.c                              

  > if we must un-export, only un-export when we do the first call for
  > each filesystem; ok drahn, specific issue found by otto (deraadt@)

== share ============================================================= 04/07 ==

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

doc

  ~ psd/21.ipc/5.t                        

  > 'router demon' -> 'router daemon' (krw@)

== sys =============================================================== 05/07 ==

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

arch/amd64/include

  ~ cpu.h                                 

  > Turn CPU_INFO_FOREACH into a real construct, like all queue(3) iterators,
  > instead of the contents of a for() loop. No functional change.
  > From the m88k SMP tree; ok art@ deraadt@ (miod@)

  ~ cpu.h                                 

  > unbreak tree, how did you do that miod (deraadt@)

arch/arm/include

  ~ pci_machdep.h                         

  > remove unused pci_intr_evcnt() macro.
  > ok drahn@ (brad@)

arch/hppa64/include

  ~ cpu.h                                 

  > Turn CPU_INFO_FOREACH into a real construct, like all queue(3) iterators,
  > instead of the contents of a for() loop. No functional change.
  > From the m88k SMP tree; ok art@ deraadt@ (miod@)

  ~ cpu.h                                 

  > unbreak tree, how did you do that miod (deraadt@)

arch/i386/include

  ~ cpu.h                                 

  > Turn CPU_INFO_FOREACH into a real construct, like all queue(3) iterators,
  > instead of the contents of a for() loop. No functional change.
  > From the m88k SMP tree; ok art@ deraadt@ (miod@)

  ~ cpu.h                                 

  > unbreak tree, how did you do that miod (deraadt@)

dev/pci

  ~ if_sk.c                               ~ if_skreg.h
  + if_skvar.h                            

  > shuffle some stuff from skreg to skvar (brad@)

  - xmaciireg.h                           - yukonreg.h
  ~ if_sk.c                               ~ if_skreg.h

  > merge xmaciireg.h and yukonreg.h into if_skreg.h (brad@)

  ~ if_sk.c                               ~ if_skreg.h

  > memory, media handling and a bunch of register definitions for Yukon-2.
  > From jason@ (brad@)

dev/usb

  ~ usbdi.c                               ~ usbdi.h

  > add iterators for usb descriptors. from Tony Lambris and Staffan Ulfberg.
  > (dlg@)

kern

  ~ kern_sysctl.c                         

  > Turn CPU_INFO_FOREACH into a real construct, like all queue(3) iterators,
  > instead of the contents of a for() loop. No functional change.
  > From the m88k SMP tree; ok art@ deraadt@ (miod@)

  ~ kern_sysctl.c                         

  > unbreak tree, how did you do that miod (deraadt@)

== usr.bin =========================================================== 06/07 ==

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

rcs

  ~ rcsprog.c                             

  > sort headers (joris@)

  ~ rcsprog.c                             

  > loop through argv[] correctly instead of reusing argv[0] all the time.
  > (joris@)

  ~ rcsprog.c                             

  > be a bit more compatible with gnu rcs in our output. (joris@)

  ~ rcsprog.c                             

  > - create the correct RCS filename before calling rcs_open().
  > - don't bail out if we cannot open an RCS file, instead try to continue
  > with the others (if there are any). (joris@)

  ~ rcsprog.c                             

  > missing 'ident' command in the programs table. (joris@)

== usr.sbin ========================================================== 07/07 ==

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

bgpctl

  ~ bgpctl.c                              

  > let "bgpctl network show" print v6 addresses correctly (henning@)

  ~ bgpctl.8                              ~ parser.c

  > allow the "show network" output to be limited to a given address family
  > (henning@)

  ~ parser.c                              

  > for consistency, make "show network" and alias for "network show"
  > (henning@)

  ~ bgpctl.c                              

  > don't try to print v6 nexthops as v4 address (henning@)

  ~ bgpctl.8                              ~ bgpctl.c
  ~ parser.c                              

  > allow "show rib" to be limited to an address family too (henning@)

bgpd

  ~ bgpd.h                                ~ rde.c
  ~ session.c                             

  > let "bgpctl network show" print v6 addresses correctly (henning@)

  ~ rde.c                                 

  > allow "show rib" to be limited to an address family too (henning@)

pkg_add

  ~ OpenBSD/Ustar.pm                      

  > refuse building archive if we don't have user names for the uids. (espie@)

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



More information about the odc mailing list