[odc] Daily src changes for 2008-04-11

ODC auto at squish.net
Sat Apr 12 07:00:01 BST 2008


OpenBSD src changes summary for 2008-04-11
==========================================

libexec/ld.so                           sbin/ipsecctl
sys/dev/pci                             sys/dev/usb
usr.bin/pcc                             usr.bin/sudo
usr.bin/vgrind                          

== libexec =========================================================== 01/04 ==

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

ld.so

  ~ library_subr.c                        

  > Correct a bug where _dl_error was set to DL_NOT_FOUND when a shared lib
  > was found but failed to load. Adjust _dl_load_shlib() to only attempt to
  > load the first matching shared lib which allows the correct _dl_error to
  > propagate out upon load failure.
  > okay drahn@ (kurt@)

== sbin ============================================================== 02/04 ==

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

ipsecctl

  ~ ipsec.conf.5                          ~ parse.y

  > add support for the "include" directive using code from pfctl/parse.y.
  > pointed out by Prabhu Gurumurthy
  > ok deraadt@ (reyk@)

== sys =============================================================== 03/04 ==

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

dev/pci

  ~ if_tht.c                              

  > introduce THT_{RXF/TXT}_PKT_NUM macros and use them instead of the
  > hard coded value of 128 for the pkt allocations.
  > OK dlg@ (thib@)

dev/usb

  ~ uvideo.c                              

  > Correctly initialize the probe sequence buffer. (mglocker@)

  ~ uchcom.c                              

  > ditch c99 style struct initialisers that should have been removed. (jsg@)

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

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

pcc

  ~ ccconfig.h                            ~ config.h
  ~ arm/code.c                            ~ arm/local.c
  ~ arm/local2.c                          ~ arm/macdefs.h
  ~ arm/order.c                           ~ arm/table.c
  ~ cc/cc.1                               ~ cc/cc.c
  ~ ccom/ccom.1                           ~ ccom/cgram.y
  ~ ccom/gcc_compat.c                     ~ ccom/init.c
  ~ ccom/main.c                           ~ ccom/optim.c
  ~ ccom/pass1.h                          ~ ccom/pftn.c
  ~ ccom/scan.l                           ~ ccom/stabs.c
  ~ ccom/trees.c                          ~ cpp/cpp.1
  ~ cpp/cpp.c                             ~ cpp/scanner.l
  ~ hppa/code.c                           ~ hppa/local.c
  ~ hppa/local2.c                         ~ hppa/macdefs.h
  ~ hppa/order.c                          ~ hppa/table.c
  ~ i386/code.c                           ~ i386/local.c
  ~ i386/local2.c                         ~ i386/macdefs.h
  ~ i386/order.c                          ~ i386/table.c
  ~ mip/common.c                          ~ mip/manifest.h
  ~ mip/match.c                           ~ mip/mkext.c
  ~ mip/node.h                            ~ mip/pass2.h
  ~ mip/reader.c                          ~ mip/regs.c
  ~ mips/code.c                           ~ mips/local.c
  ~ mips/local2.c                         ~ mips/macdefs.h
  ~ mips/order.c                          ~ mips/table.c
  ~ powerpc/code.c                        ~ powerpc/local.c
  ~ powerpc/local2.c                      ~ powerpc/macdefs.h
  ~ powerpc/order.c                       ~ powerpc/table.c
  ~ sparc64/code.c                        ~ sparc64/local.c
  ~ sparc64/local2.c                      ~ sparc64/macdefs.h
  ~ sparc64/order.c                       ~ sparc64/table.c

  > Sync with master repo. Reminded by otto@ (stefan@)

  ~ cpp/cpp.1                             

  > OpenBSD tag is enough. (stefan@)

  + ccom/sparc64/Makefile                 

  > Add directory for sparc64 build. (stefan@)

sudo

  ~ sudoers                               

  > add a commented out entry that disables the lecture blurb the first
  > time you run sudo(8);
  > ok millert@ (thib@)

vgrind

  ~ vgrind.1                              ~ vgrind.sh

  > Pass output to groff instead of troff so we end up with postscript
  > output by default, not the ditroff intermediate format.  Remove the
  > -t option as modern troff does not send the output directly to a device
  > and add -T so the user can specify the typesetting device to use.
  > OK deraadt@ jmc@ (millert@)

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


More information about the odc mailing list