[odc] Daily src changes for 2005-10-30

ODC auto at squish.net
Mon Oct 31 07:00:31 GMT 2005


OpenBSD src changes summary for 2005-10-30
==========================================

distrib/sets                            lib/libc
lib/libpthread                          regress/lib
regress/sbin                            sbin/ipsecctl
share/man                               sys/arch/alpha/alpha
sys/arch/alpha/include                  sys/arch/macppc/conf
sys/arch/macppc/dev                     sys/arch/macppc/macppc
sys/dev/pci                             usr.bin/cvs
usr.bin/ftp                             usr.bin/rcs
usr.bin/ssh                             usr.sbin/ospfd

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

  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.mac68k
  ~ lists/base/md.macppc                  ~ lists/base/md.mvme68k
  ~ lists/base/md.mvmeppc                 ~ lists/base/md.sgi
  ~ lists/base/md.sparc                   ~ lists/base/md.sparc64
  ~ lists/base/md.zaurus                  

  > sync (deraadt@)

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

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

libc

  ~ rpc/xdr_stdio.c                       

  > Make xdrstdio_getlong() and xdrstdio_putlong() work on 64-bit big-endian
  > systems.  From NetBSD and FreeBSD.
  > ok deraadt@, otto@, "looks correct to me" fgsch@ (kettenis@)

libpthread

  ~ uthread/uthread_kern.c                

  > Don't use TAILQ_NEXT() on an element that has been removed. Similar to
  > otto@'s diff for uvm_aobj.c.
  > Identical to a diff canacar@ developed independantly.
  > ok brad@ 'looks correct' fgsch@ (krw@)

  ~ shlib_version                         ~ man/Makefile.inc
  ~ man/pthreads.3                        ~ uthread/Makefile.inc
  ~ uthread/pthread_private.h             ~ uthread/uthread_fork.c
  ~ uthread/uthread_init.c                + man/pthread_atfork.3
  + uthread/uthread_atfork.c              

  > Add pthread_atfork(3)
  > From FreeBSD
  > 'looks ok' fgsch@ miod@
  > man page reviewed by jmc@ (brad@)

  ~ include/pthread.h                     

  > and make sure the header change goes in too. (brad@)

  ~ man/pthreads.3                        

  > shuffle some of the function names around into new section names. (brad@)

  ~ man/pthread_atfork.3                  

  > remove trailing spaces; (jmc@)

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

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

lib

  ~ libpthread/group/group.c              
  ~ libpthread/pthread_mutex/pthread_mutex.c
  ~ libpthread/socket/2/socket2.c         ~ libpthread/socket/3/socket3.c

  > -Wall cleanup. (fgsch@)

sbin

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

  > add a regression test for ipcomp (hshoexer@)

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

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

ipsecctl

  ~ ipsec.conf.5                          

  > describe ipcomp (hshoexer@)

  ~ ipsecctl.c                            ~ ipsecctl.h
  ~ parse.y                               ~ pfkdump.c
  ~ pfkey.c                               

  > add support for ipcomp. (hshoexer@)

  ~ ipsec.conf.5                          

  > Xr ipcomp, sort "SEE ALSO" section (hshoexer@)

  ~ parse.y                               

  > prepare for more flexible hostname resolver.  Right now just v4, more to
  > come
  > (if groups, v6, dns). (hshoexer@)

  ~ ipsec.conf.5                          

  > - SEE ALSO is sorted by section first
  > - new sentence, new line (jmc@)

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

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

man

  ~ man9/Makefile                         + man9/VOP_GETATTR.9

  > Man page for VOP_GETATTR/VOP_SETATTR vnode operations.
  > Usual tweaking by jaredy@ and jmc@, thanks. (pedro@)

  ~ man9/VOP_GETATTR.9                    

  > remove trailing whitespace; (jmc@)

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

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

arch/alpha/alpha

  ~ genassym.cf                           

  > Remove unused pcb field (this should have been part of the
  > fetch(9)/store(9)
  > removal ages ago). (miod@)

arch/alpha/include

  ~ pcb.h                                 

  > Remove unused pcb field (this should have been part of the
  > fetch(9)/store(9)
  > removal ages ago). (miod@)

arch/macppc/conf

  ~ GENERIC                               ~ files.macppc

  > add daca audio support, found in some macppc machines;
  > ok drahn@ (joris@)

arch/macppc/dev

  + daca.c                                

  > add daca audio support, found in some macppc machines;
  > ok drahn@ (joris@)

arch/macppc/macppc

  ~ machdep.c                             

  > Update RTC on reboot.
  > ok drahn@ (kettenis@)

dev/pci

  ~ if_sis.c                              

  > Simplify sis(4) TX/RX ring initialization.
  > Thanks to Ben <ben at tilderoot.comor testing. (brad@)

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

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

cvs

  ~ rcs.c                                 ~ util.c

  > nuke trailing whitespaces; (xsa@)

ftp

  ~ ftp.c                                 

  > restart_point is of type off_t, so use it with fseeko() and cast it
  > to long long for printing
  > this way we can reget partially downloaded files of more than 2GB on
  > i386
  > noticed by Thilo Hannemann <hannemann at physnet.uni-hamburg.de>
  > ok djm@ (sturm@)

rcs

  ~ ci.c                                  

  > string fix; (xsa@)

ssh

  ~ ssh_config.5                          

  > mention control socket fallback behaviour, reported by tryponraj AT
  > gmail.com (djm@)

  ~ ssh-keyscan.c                         

  > make ssh-keygen discard junk from server before SSH- ident, spotted by
  > dave AT cirt.net; ok dtucker@ (djm@)

  ~ ssh.c                                 

  > fix misleading debug message; ok dtucker@ (djm@)

  ~ sshd.c                                ~ canohost.c

  > Check for connections with IP options earlier and drop silently.  ok djm@
  > (dtucker@)

  ~ ssh_config.5                          

  > remove trailing whitespace; (jmc@)

  ~ clientloop.c                          ~ packet.c
  ~ serverloop.c                          ~ session.c
  ~ ssh-agent.c                           ~ ssh-keygen.c
  ~ ssh.c                                 ~ sshconnect.c
  ~ sshconnect1.c                         ~ sshd.c

  > no need to escape single quotes in comments, no binary change (djm@)

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

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

ospfd

  ~ parse.y                               

  > remove some unneeded #includes and correct keyword in error string;
  > ok claudio@ (stevesk@)

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



More information about the odc mailing list