[odc] Daily src changes for 2006-05-12

ODC auto at squish.net
Sat May 13 08:00:58 BST 2006


OpenBSD src changes summary for 2006-05-12
==========================================

bin/pax                                 lib/libssl
libexec/ld.so                           sbin/pdisk
sys/arch/alpha/dev                      sys/arch/alpha/include
sys/arch/alpha/isa                      sys/dev
sys/dev/ic                              sys/dev/pci

== bin =============================================================== 01/05 ==

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

pax

  ~ pax.1                                 

  > 32256 is the (posix) block size limit, not archive size limit;
  > from coleman kane;
  > ok otto (jmc@)

== lib =============================================================== 02/05 ==

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

libssl

  ~ man/Makefile                          

  > remove an 'is' from the comment to make the sentence correct.
  > ok jmc@, mbalmer@ (fkr@)

== libexec =========================================================== 03/05 ==

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

ld.so

  ~ ldconfig/ldconfig.8                   

  > one less Ar; (jmc@)

  ~ prebind/objarray.c                    ~ prebind/prebind.c
  ~ prebind/prebind_struct.h              

  > Major code rewrite, now uses about 1/6th of the memory it used before.
  > produces logically the same output (just a few fields reordered). (drahn@)

  ~ prebind/prebind.c                     ~ prebind/prebind_struct.h

  > fix 'merge mode'.
  > #if 0 removal (drahn@)

  ~ dl_prebind.c                          ~ prebind.h

  > Commit the rest of the api change that started in prebind. (drahn@)

  - prebind/Makefile                      - prebind/debug.c
  - prebind/objarray.c                    - prebind/prebind.8
  - prebind/prebind.c                     - prebind/prebind_struct.h
  - prebind/sod.c                         ~ ldconfig/Makefile
  ~ ldconfig/etc.c                        ~ ldconfig/ldconfig.c
  ~ ldconfig/prebind_delete.c             + ldconfig/debug.c
  + ldconfig/dl_prebind.c                 + ldconfig/library.c
  + ldconfig/prebind.8                    + ldconfig/prebind.c
  + ldconfig/prebind.h                    + ldconfig/prebind_struct.h
  + ldconfig/sod.c                        

  > move the prebind code into ldconfig as the -P option.
  > next we will want to enhance the verbose mode, fix error handling,
  > and change the prebind delete code to use the same directory handling
  > code
  > ok drahn (deraadt@)

  ~ ldconfig/ldconfig.8                   

  > document new -P option (deraadt@)

  ~ ldconfig/etc.c                        

  > do not call abort() (deraadt@)

== sbin ============================================================== 04/05 ==

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

pdisk

  ~ pdisk.c                               

  > put back original getopt(3) handling lost during the update (martin@)

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

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

arch/alpha/dev

  ~ bus_dma.c                             ~ sgmap_typedep.c

  > Keep track of which DMA window was actually used to map the
  > request (not always the passed in DMA tag if we try direct-map
  > and then fall back to sgmap-mapped).  Use the actual window
  > when performing dmamap_sync and dmamap_unload operations.
  > From NetBSD
  > ok martin@ (brad@)

arch/alpha/include

  ~ bus.h                                 

  > Keep track of which DMA window was actually used to map the
  > request (not always the passed in DMA tag if we try direct-map
  > and then fall back to sgmap-mapped).  Use the actual window
  > when performing dmamap_sync and dmamap_unload operations.
  > From NetBSD
  > ok martin@ (brad@)

arch/alpha/isa

  ~ isadma_bounce.c                       

  > Keep track of which DMA window was actually used to map the
  > request (not always the passed in DMA tag if we try direct-map
  > and then fall back to sgmap-mapped).  Use the actual window
  > when performing dmamap_sync and dmamap_unload operations.
  > From NetBSD
  > ok martin@ (brad@)

dev

  ~ ipmi.c                                

  > code we can read (deraadt@)

dev/ic

  ~ ami.c                                 

  > Fix a misreporting bug after bioctl -H is used to create a hotspare.  This
  > was
  > reported by several people.  What happens is that the firmware sometimes
  > misreports what SCSI type a device is.  The driver was only allowing a
  > create
  > hotspare function when the type was set to hard disk.  Since the firmware
  > will,
  > obviously, not allow the driver to create a hotspare on any other type of
  > device
  > the driver doesn't need these smarts and now will ignore the type.
  > Tested by henning todd and Ben Lovett.
  > ok dlg (marco@)

dev/pci

  ~ pci_subr.c                            

  > add the PCI hdaudio subclass. (brad@)

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



More information about the odc mailing list