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

ODC auto at squish.net
Thu May 18 08:00:30 BST 2006


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

bin/rcp                                 lib/libc
libexec/ld.so                           regress/sbin
sbin/ifconfig                           sbin/sysctl
share/man                               sys/arch/mvme88k/stand/libbug
sys/arch/mvme88k/stand/libsa            sys/dev/ic
sys/dev/pci                             sys/kern
sys/net                                 sys/sys
usr.bin/kdump                           usr.bin/rcs
usr.bin/ssh                             usr.bin/time
usr.sbin/apm                            usr.sbin/openssl

== bin =============================================================== 01/09 ==

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

rcp

  ~ rcp.c                                 

  > fix leak (markus@)

== lib =============================================================== 02/09 ==

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

libc

  ~ gen/sysctl.3                          

  > Document recent sysctl additions.
  > ok jmc@, deraadt@ (gwk@)

== libexec =========================================================== 03/09 ==

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

ld.so

  ~ ldconfig/prebind_delete.c             

  > prep prebind_newfile() for reuse by dale in prebind; ok drahn (deraadt@)

== regress =========================================================== 04/09 ==

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

sbin

  ~ ipsecctl/safail1.ok                   

  > Update as a typo has been fixed there.  Noticed by david@ (hshoexer@)

== sbin ============================================================== 05/09 ==

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

ifconfig

  ~ ifconfig.8                            ~ ifconfig.c

  > implement support for sppp(4) in ifconfig. have a look at the updated
  > manual pages pppoe(4) and sppp(4) for examples.
  > the spppcontrol(8) utility is not required anymore and will probably
  > be removed in the near future.
  > ok deraadt@ (reyk@)

  ~ ifconfig.8                            

  > various fixes; (jmc@)

sysctl

  ~ sysctl.8                              

  > Document recent sysctl additions.
  > ok jmc@, deraadt@ (gwk@)

== share ============================================================= 06/09 ==

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

man

  ~ man4/pppoe.4                          ~ man4/sppp.4

  > implement support for sppp(4) in ifconfig. have a look at the updated
  > manual pages pppoe(4) and sppp(4) for examples.
  > the spppcontrol(8) utility is not required anymore and will probably
  > be removed in the near future.
  > ok deraadt@ (reyk@)

  ~ man4/sppp.4                           

  > various fixes; (jmc@)

  ~ man4/pppoe.4                          

  > sort SEE ALSO; (jmc@)

  ~ man8/diskless.8                       

  > use -enum lists instead of manually numbering them; (jmc@)

  ~ man8/diskless.8                       

  > small cleanup; (jmc@)

  ~ man8/diskless.8                       

  > remove a pile of pesky .Tn macros; (jmc@)

  ~ man8/diskless.8                       

  > final -enum replacement with text adjusted accordingly; (jmc@)

  ~ man8/diskless.8                       

  > make the phase 2 and 3 lists more consistent with each other; (jmc@)

  ~ man8/diskless.8                       

  > section fixes; (jmc@)

== sys =============================================================== 07/09 ==

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

arch/mvme88k/stand/libbug

  ~ libbug.h                              

  > Delay board type retrieval. (miod@)

arch/mvme88k/stand/libsa

  ~ exec_mvme.c                           

  > Delay board type retrieval. (miod@)

dev/ic

  ~ mfi.c                                 ~ mfivar.h

  > Refactor scsi path so that we can have a single sgl function for io and
  > non-io
  > traffic.
  > Redo parameters on functions that were passing too many parameters around.
  > (marco@)

  ~ mfi.c                                 ~ mfivar.h
  ~ mfireg.h                              

  > Add mfi_get_info to obtain all kinds of fun information from the fw.
  > Print out whole info structure when debug is enabled.
  > Add a nice print with useful info during attach. (marco@)

  ~ mfi.c                                 ~ mfivar.h
  ~ mfireg.h                              

  > Add completion routines.
  > Fix some bugs inside the interrupt handler. (marco@)

dev/pci

  ~ if_wpi.c                              ~ if_wpivar.h

  > mega-commit of unrelated changes:
  > - factor out contiguous DMA allocations (the same code was duplicated
  > in several places and was sometimes incorrect)
  > - s/EIO/ETIMEDOUT where it makes sense
  > - s/memset/bzero/g
  > - don't always bzero the ring descriptors
  > - scan channels 1-14 instead of 1-13
  > - remove the auhmode stuff since mgt frames are sent by net80211
  > - remove the SCANALL flag since the f/w notifies us when it switches
  > to another channel
  > - don't re-enable interrupts on f/w panics
  > - KASSERT that commands fit in a descriptor (damien@)

  ~ mfi_pci.c                             

  > tweak the dmesg printing a bit.
  > ok marco@ (brad@)

  ~ pcidevs                               

  > remove 10GbE from the Xframe entries. (brad@)

  ~ pcidevs.h                             ~ pcidevs_data.h

  > regen (brad@)

  ~ if_ipw.c                              ~ if_iwi.c

  > sync handling of fatal firmware errors w/ wpi(4) (damien@)

  ~ if_em_hw.c                            

  > Fix static array overrun.
  > Coverity ID:    916
  > From FreeBSD (brad@)

kern

  ~ kern_ktrace.c                         

  > change ktr_len to size_t.  put ktr_type after comm for better alignment
  > ok deraadt (tedu@)

  ~ subr_autoconf.c                       

  > Detach children devices in reverse order. This gives better display, and
  > allows cf_unit to be decremented correctly.
  > 'put it in' deraadt@ "i think it's good' tedu@ (krw@)

  ~ vfs_getcwd.c                          

  > Don't cast malloc() (pedro@)

  ~ subr_autoconf.c                       

  > cf_unit should have a value between 0 and cd_ndevs. So set cf_unit to 0
  > when
  > cd_ndevs is set to 0.
  > "No kidding!" deraadt@ "Seems to make sense to me." beck@ "Seems right."
  > miod@ (krw@)

net

  ~ pf.c                                  

  > missing rtlabel support in pf_addr_wrap_neq()
  > PR5122 Jann Fischer <jfi at openbsd.dethanks! (henning@)

sys

  ~ ktrace.h                              

  > change ktr_len to size_t.  put ktr_type after comm for better alignment
  > ok deraadt (tedu@)

== usr.bin =========================================================== 08/09 ==

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

kdump

  ~ kdump.c                               

  > use lots more size_t instead of int running around
  > ok deraadt (tedu@)

rcs

  ~ ci.c                                  ~ co.c

  > fix printf's (xsa@)

  ~ date.y                                

  > yyerror() little cleanup (xsa@)

ssh

  ~ scp.c                                 ~ sftp.c
  ~ ssh-agent.c                           ~ ssh-keygen.c
  ~ sshconnect.c                          

  > fix leak; coverity via Kylene Jo Hall (markus@)

time

  ~ time.c                                

  > remove useless case that is handled by default anyway
  > zap trailing blanks
  > ok otto@ (grunk@)

== usr.sbin ========================================================== 09/09 ==

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

apm

  ~ apm.8                                 

  > same typo fix that ian just fixed in apmd.8; (jmc@)

openssl

  ~ openssl.1                             

  > move an option to the right place; (jmc@)

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



More information about the odc mailing list