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

ODC auto at squish.net
Tue Feb 12 07:00:01 GMT 2008


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

distrib/miniroot                        lib/libc
sbin/ifconfig                           sbin/sysctl
share/man                               sys/arch/amd64/include
sys/arch/i386/include                   sys/arch/mips64/mips64
sys/arch/sh/include                     sys/dev/ic
sys/dev/pci                             sys/netinet
usr.bin/cvs                             usr.bin/pctr
usr.bin/pkill                           usr.bin/rdist
usr.bin/ssh                             usr.sbin/arp
usr.sbin/ospf6d                         usr.sbin/ospfd
usr.sbin/relayd                         

== distrib =========================================================== 01/07 ==

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

miniroot

  ~ install.sh                            ~ install.sub

  > For architectures with an enabled 'console' ttys entry, adjust the
  > speed of said entry to reflect the speed of the console being used to
  > install.
  > For archs with MDSERIAL defined, offer the current device and speed as
  > the defaults for switching to serial consoles.
  > Fixes new Sun gear that uses a 115200 console speed and makes for
  > better defaults without breaking current install processes.
  > ok dlg@ henning@ (krw@)

== lib =============================================================== 02/07 ==

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

libc

  ~ gen/sysctl.3                          

  > bump Mdocdate for pages committed in "febuary", necessary because
  > of a typo in rcs.c; (jmc@)

== sbin ============================================================== 03/07 ==

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

ifconfig

  ~ ifconfig.8                            

  > bump Mdocdate for pages committed in "febuary", necessary because
  > of a typo in rcs.c; (jmc@)

sysctl

  ~ sysctl.8                              

  > bump Mdocdate for pages committed in "febuary", necessary because
  > of a typo in rcs.c; (jmc@)

== share ============================================================= 04/07 ==

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

man

  ~ man4/mfi.4                            

  > add newly supported cards to the list.
  > prodded by jmc@ (dlg@)

  ~ man5/pf.conf.5                        

  > do not describe `/' as solidus; from Allen (freebsd pr120484); (jmc@)

  ~ man4/man4.amd64/pctr.4                ~ man4/man4.i386/pctr.4
  ~ man4/stp.4                            ~ man4/carp.4
  ~ man5/mk.conf.5                        ~ man9/mbuf.9

  > bump Mdocdate for pages committed in "febuary", necessary because
  > of a typo in rcs.c; (jmc@)

  ~ man4/mfi.4                            

  > bad comma; (jmc@)

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

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

arch/amd64/include

  ~ db_machdep.h                          

  > g/c db_thread_fp_used() (miod@)

arch/i386/include

  ~ db_machdep.h                          

  > g/c db_thread_fp_used() (miod@)

arch/mips64/mips64

  ~ pmap.c                                

  > A couple fixes:
  > - evict the memory from cache in pmap_page_free().
  > - make sure to sync cache in pmap_protect() if it marks a modified
  > cacheable
  > page as read-only. (miod@)

arch/sh/include

  ~ cpu.h                                 

  > Remove long dead CLKF_BASEPRI which crept in by mistake. (miod@)

  ~ db_machdep.h                          

  > g/c db_thread_fp_used() (miod@)

dev/ic

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

  > add support for the mfi controllers with the ppc iops, aka, LSI SAS1078 or
  > Dell PERC6.
  > committed off a machine booting and rooting off a perc6. tested on a perc5
  > by marco@
  > ok marco@ (dlg@)

dev/pci

  ~ mfi_pci.c                             

  > add support for the mfi controllers with the ppc iops, aka, LSI SAS1078 or
  > Dell PERC6.
  > committed off a machine booting and rooting off a perc6. tested on a perc5
  > by marco@
  > ok marco@ (dlg@)

  ~ mfi_pci.c                             

  > reinstate pci subvendor/subdevice detection so we can figure out which
  > variant of the board we're attached to.
  > for marco@ (dlg@)

netinet

  ~ tcp_input.c                           

  > The TCP server has to recalculate the client's window size taken
  > from the first ACK packet.	Otherwise the server would use the
  > unscaled window size for the fist data it is sending.
  > ok markus@ dhartmei@ (bluhm@)

== usr.bin =========================================================== 06/07 ==

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

cvs

  ~ cvs.1                                 ~ cvs.5

  > bump Mdocdate for pages committed in "febuary", necessary because
  > of a typo in rcs.c; (jmc@)

  ~ buf.c                                 ~ buf.h
  ~ client.c                              ~ commit.c
  ~ diff.c                                ~ diff3.c
  ~ file.c                                ~ import.c
  ~ init.c                                ~ logmsg.c
  ~ rcs.c                                 ~ server.c
  ~ update.c                              

  > Cleanup buf implementation:
  > * Don't check for NULL on buffer creation, because it calls fatal() when
  > something's wrong.
  > * All buffers are supposed to expand if there is no space left in them,
  > so zap flags as well.
  > * Remove code that is now dead.
  > OK joris@
  > > Inspired by a diff from Igor Zinovik about unchecked return value.
  > (tobias@)

pctr

  ~ pctr.1                                

  > bump Mdocdate for pages committed in "febuary", necessary because
  > of a typo in rcs.c; (jmc@)

pkill

  ~ pkill.1                               

  > bump Mdocdate for pages committed in "febuary", necessary because
  > of a typo in rcs.c; (jmc@)

rdist

  ~ rdist.1                               

  > bump Mdocdate for pages committed in "febuary", necessary because
  > of a typo in rcs.c; (jmc@)

ssh

  ~ ssh.1                                 ~ sshd.8
  ~ sshd_config.5                         

  > bump Mdocdate for pages committed in "febuary", necessary because
  > of a typo in rcs.c; (jmc@)

== usr.sbin ========================================================== 07/07 ==

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

arp

  ~ arp.8                                 

  > bump Mdocdate for pages committed in "febuary", necessary because
  > of a typo in rcs.c; (jmc@)

ospf6d

  ~ database.c                            ~ kroute.c
  ~ lsupdate.c                            ~ neighbor.c
  ~ rde.c                                 ~ rde_lsdb.c
  ~ rde_spf.c                             

  > Correct the output of several error and debug messages. (norby@)

ospfd

  ~ auth.c                                

  > log_debug error messages report incorrect function names
  > from Igor Zinovik (norby@)

  ~ database.c                            ~ lsupdate.c
  ~ neighbor.c                            ~ rde.c
  ~ rde_lsdb.c                            ~ rde_spf.c

  > Correct the output of several error and debug messages. (norby@)

relayd

  ~ parse.y                               

  > unbreak the dns protocol handler, closes pr 5717
  > Thanks to Nigel Taylor (reyk@)

  ~ Makefile                              ~ hce.c
  ~ imsg.c                                ~ parse.y
  ~ relayd.c                              ~ relayd.conf.5
  ~ relayd.h                              + snmp.c

  > Marry relayd with snmpd using new "send trap" option: Request to send
  > a SNMP trap when the state of a host changes.  relayd(8) will try to
  > (re-)connect to snmpd(8) and request it to send a trap to the
  > registered trap receivers, see snmpd.conf(5) for more information
  > about the configuration.
  > ok pyr@ thib@ (reyk@)

  ~ relayd.conf.5                         

  > tweak previous; (jmc@)

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


More information about the odc mailing list