[odc] Daily src changes for 2008-02-14

ODC auto at squish.net
Fri Feb 15 07:00:01 GMT 2008


OpenBSD src changes summary for 2008-02-14
==========================================

regress/usr.bin                         sys/arch/arm/xscale
sys/arch/sparc64/include                sys/arch/sparc64/sparc64
sys/dev                                 sys/dev/pci
usr.bin/ssh                             usr.sbin/arp
usr.sbin/authpf                         

== regress =========================================================== 01/04 ==

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

usr.bin

  ~ cvs/Makefile                          

  > Add `cvs release -d' test but commented out. OK tobiasregress at . (xsa@)

== sys =============================================================== 02/04 ==

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

arch/arm/xscale

  ~ i80321_clock.c                        

  > Some armish machines do not have very accurate clock generators,
  > instead of using a fixed number for the time base, measure the
  > "accurate" value based on the rtc.
  > ok kettenis@ mbalmer@ (drahn@)

arch/sparc64/include

  ~ intr.h                                

  > Make sure an interrupt handler does not get on the per-cpu list of pending
  > interrupts twice, with one exception: interrupt handlers are allowed to be
  > on
  > the tail of said lists (needed for clock interrupts on MP kernels).
  > Prevents losing interrupts.  Makes usb keyboard as console work on Sun
  > Blade
  > 1000/2000 with MP kernels. (kettenis@)

arch/sparc64/sparc64

  ~ genassym.cf                           ~ intr.c
  ~ locore.s                              

  > Make sure an interrupt handler does not get on the per-cpu list of pending
  > interrupts twice, with one exception: interrupt handlers are allowed to be
  > on
  > the tail of said lists (needed for clock interrupts on MP kernels).
  > Prevents losing interrupts.  Makes usb keyboard as console work on Sun
  > Blade
  > 1000/2000 with MP kernels. (kettenis@)

dev

  ~ softraid.c                            ~ softraid_crypto.c
  ~ softraidvar.h                         

  > Actually implement the crypto.
  > ok tedu@ marco@ (ckuethe@)

dev/pci

  ~ if_skreg.h                            

  > Missed updating the SK_IS_YUKON2 macro when adding Yukon Supreme support.
  > ok kettenis@ dlg@ (brad@)

  ~ if_bwi_pci.c                          

  > deal with a 64-bit BAR such as with PCIe chipsets.
  > Tested by Bayu Krisnawan <krisna at versalite dot com> with the
  > BCM4312 chipset.
  > ok mglocker@ dlg@ (brad@)

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

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

ssh

  ~ sshd.c                                

  > When started in configuration test mode (-t) do not check that sshd is
  > being started with an absolute path.
  > ok djm (mbalmer@)

== usr.sbin ========================================================== 04/04 ==

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

arp

  ~ arp.8                                 ~ arp.c

  > backout the change to make arp(8) default to -an;
  > Remove that blurp from the man page also.
  > requested by deraadt@; (thib@)

authpf

  ~ Makefile                              ~ authpf.8
  ~ authpf.c                              ~ pathnames.h

  > Add authpf-noip, which allows multiple users to connect from a single IP;
  > forces users to write sane rulesets for this by not providing $user_ip or
  > updating the authpf table.
  > testing and prodding by mtu, manpage heavily worked over by jmc
  > ok beck dhartmei henning (mcbride@)

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


More information about the odc mailing list