[odc] Daily src changes for 2007-05-10

ODC auto at squish.net
Fri May 11 07:00:01 BST 2007


OpenBSD src changes summary for 2007-05-10
==========================================

distrib/sets                            lib/libc
regress/sbin                            sbin/ipsecctl
share/man                               sys/arch/alpha/include
sys/arch/amd64/amd64                    sys/arch/amd64/include
sys/arch/arm/arm                        sys/arch/arm/include
sys/arch/armish/dev                     sys/arch/hppa/dev
sys/arch/macppc/dev                     sys/arch/sh/include
sys/arch/sh/sh                          sys/arch/sparc/sparc
sys/arch/vax/bi                         sys/arch/vax/mba
sys/arch/vax/qbus                       sys/arch/vax/vax
sys/dev/pci                             sys/kern
sys/sys                                 usr.bin/cvs
usr.bin/find                            usr.sbin/ospfd

== distrib =========================================================== 01/08 ==

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

sets

  ~ lists/comp/mi                         

  > sync (deraadt@)

== lib =============================================================== 02/08 ==

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

libc

  ~ net/getaddrinfo.c                     

  > Use syslog_r instead of syslog in getaddrinfo.  Slowly making
  > getaddrinfo reentrant.
  > OK millert@ and deraadt at . (ray@)

  ~ gen/sysctl.3                          

  > document net.inet.tcp.keepinittime;
  > spotted by Daniel Ouellet; help/ok claudio (jmc@)

  ~ stdio/mktemp.3                        

  > grammar,
  > okay jmc@ (espie@)

== regress =========================================================== 03/08 ==

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

sbin

  ~ ipsecctl/Makefile                     + ipsecctl/ike58.in
  + ipsecctl/ike58.ok                     

  > Do not crash when lists include the "any" keyword.	Reported by
  > <ralf.horstmann at gmx.net>, thanks!
  > Slightly different fix.  Also add a regression test.
  > ok mpf@ (hshoexer@)

== sbin ============================================================== 04/08 ==

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

ipsecctl

  ~ parse.y                               

  > Do not crash when lists include the "any" keyword.	Reported by
  > <ralf.horstmann at gmx.net>, thanks!
  > Slightly different fix.  Also add a regression test.
  > ok mpf@ (hshoexer@)

== share ============================================================= 05/08 ==

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

man

  ~ man4/pppoe.4                          

  > PPP Over Ethernet (not "over"). More consistent with pppoe(8) and the rfc.
  > ok jmc@ (kili@)

== sys =============================================================== 06/08 ==

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

arch/alpha/include

  ~ mutex.h                               

  > Alpha needs (will need) MUTEX_OLDIPL as well. (art@)

arch/amd64/amd64

  ~ genassym.cf                           ~ intr.c
  ~ ipi.c                                 ~ vector.S

  > evcnt & friends were replaced by a proper interrupt counting mechanism 3
  > years ago; ok miod (deraadt@)

arch/amd64/include

  ~ cpu.h                                 ~ intr.h

  > evcnt & friends were replaced by a proper interrupt counting mechanism 3
  > years ago; ok miod (deraadt@)

arch/arm/arm

  ~ softintr.c                            

  > evcnt & friends were replaced by a proper interrupt counting mechanism 3
  > years ago; ok miod (deraadt@)

arch/arm/include

  ~ softintr.h                            

  > evcnt & friends were replaced by a proper interrupt counting mechanism 3
  > years ago; ok miod (deraadt@)

arch/armish/dev

  ~ iq80321_pci.c                         

  > evcnt & friends were replaced by a proper interrupt counting mechanism 3
  > years ago; ok miod (deraadt@)

arch/hppa/dev

  ~ mongoosevar.h                         

  > evcnt & friends were replaced by a proper interrupt counting mechanism 3
  > years ago; ok miod (deraadt@)

arch/macppc/dev

  ~ openpic.c                             

  > The road to supporting bigendian openpic starts. (drahn@)

arch/sh/include

  ~ intr.h                                

  > evcnt & friends were replaced by a proper interrupt counting mechanism 3
  > years ago; ok miod (deraadt@)

arch/sh/sh

  ~ interrupt.c                           

  > evcnt & friends were replaced by a proper interrupt counting mechanism 3
  > years ago; ok miod (deraadt@)

arch/sparc/sparc

  ~ cpu.c                                 

  > Don't zero out the cpu_info in cpu_attach. We've already set a field in
  > it (curproc) and it's allocated from zeroed memory anyway.
  > deraadt@ ok and test. (art@)

arch/vax/bi

  ~ bivar.h                               ~ if_ni.c
  ~ kdb.c                                 

  > evcnt & friends were replaced by a proper interrupt counting mechanism 3
  > years ago; ok miod (deraadt@)

arch/vax/mba

  ~ mbavar.h                              

  > evcnt & friends were replaced by a proper interrupt counting mechanism 3
  > years ago; ok miod (deraadt@)

arch/vax/qbus

  ~ if_de.c                               

  > evcnt & friends were replaced by a proper interrupt counting mechanism 3
  > years ago; ok miod (deraadt@)

arch/vax/vax

  ~ intvec.s                              ~ subr.s

  > evcnt & friends were replaced by a proper interrupt counting mechanism 3
  > years ago; ok miod (deraadt@)

dev/pci

  ~ ahci.c                                

  > remove and hide code that isn't used.
  > found by deraadt@ (dlg@)

  ~ pciide.c                              

  > Don't skip channels that don't have the WDCF_IRQ_WAIT flag set.  Apparently
  > some chips generate interrupts we don't expect, but we need to ack those.
  > Fixes the cdrom hangs on various sparc64 systems.
  > tested by some, ok deraadt@ (kettenis@)

kern

  ~ subr_disk.c                           

  > also print where (primary) swap and dumps are; ok miod (deraadt@)

sys

  ~ device.h                              

  > evcnt & friends were replaced by a proper interrupt counting mechanism 3
  > years ago; ok miod (deraadt@)

== usr.bin =========================================================== 07/08 ==

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

cvs

  ~ log.c                                 

  > Simplify cvs_vlog() to avoid endless fatal() loop on some error case.
  > Problem spotted and fix submitted by Tobias Stoeckmann.
  > OK niallo at . (xsa@)

find

  ~ find.c                                ~ main.c

  > ftsopen -> fts_open; partly from Alexander Holupirek, documentation/5472
  > ok simon art (jmc@)

== usr.sbin ========================================================== 08/08 ==

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

ospfd

  ~ ospfd.conf.5                          

  > transposition; ok jmc@ (stevesk@)

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


More information about the odc mailing list