[odc] Daily src changes for 2007-07-04

ODC auto at squish.net
Thu Jul 5 07:00:01 BST 2007


OpenBSD src changes summary for 2007-07-04
==========================================

distrib/sets                            sbin/fdisk
sbin/fsck_ffs                           share/man
sys/arch/amd64/pci                      sys/arch/i386/conf
sys/arch/i386/i386                      sys/dev/ic
sys/dev/isa                             sys/dev/pci
sys/net                                 sys/net80211
sys/netinet                             usr.sbin/quot

== distrib =========================================================== 01/05 ==

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

sets

  ~ lists/base/md.alpha                   ~ lists/base/md.amd64
  ~ lists/base/md.armish                  ~ lists/base/md.aviion
  ~ lists/base/md.cats                    ~ lists/base/md.hp300
  ~ lists/base/md.hppa                    ~ lists/base/md.hppa64
  ~ lists/base/md.i386                    ~ lists/base/md.landisk
  ~ lists/base/md.luna88k                 ~ lists/base/md.mac68k
  ~ lists/base/md.macppc                  ~ lists/base/md.mvme68k
  ~ lists/base/md.mvme88k                 ~ lists/base/md.mvmeppc
  ~ lists/base/md.sgi                     ~ lists/base/md.sparc
  ~ lists/base/md.sparc64                 ~ lists/base/md.vax
  ~ lists/base/md.zaurus                  ~ lists/comp/mi

  > sync (deraadt@)

  ~ lists/base/md.alpha                   ~ lists/base/md.amd64
  ~ lists/base/md.armish                  ~ lists/base/md.aviion
  ~ lists/base/md.cats                    ~ lists/base/md.hp300
  ~ lists/base/md.hppa                    ~ lists/base/md.hppa64
  ~ lists/base/md.i386                    ~ lists/base/md.landisk
  ~ lists/base/md.luna88k                 ~ lists/base/md.mac68k
  ~ lists/base/md.macppc                  ~ lists/base/md.mvme68k
  ~ lists/base/md.mvme88k                 ~ lists/base/md.mvmeppc
  ~ lists/base/md.sgi                     ~ lists/base/md.sparc
  ~ lists/base/md.sparc64                 ~ lists/base/md.vax
  ~ lists/base/md.zaurus                  ~ lists/comp/mi

  > sync (deraadt@)

== sbin ============================================================== 02/05 ==

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

fdisk

  ~ part.c                                

  > another mbr partition type; fgsch (deraadt@)

fsck_ffs

  ~ pass5.c                               

  > workaround for [daddr64_t] issue; worked on mostly by otto, wee bit by me
  > (deraadt@)

== share ============================================================= 03/05 ==

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

man

  ~ man4/bnx.4                            

  > Revert r1.42 of if_bnx.c, "Enable IPv4 transmit TCP/UDP checksum
  > offload", and associated man page change. To use IPv4 transmit TCP/UDP
  > checksum offloading you must again define BNX_CSUM.
  > As requested by mbalmer@ via deraadt@ on suggestion of reyk@ in
  > response to PR #5437. (krw@)

  ~ man5/remote.5                         

  > give a little indent; (jmc@)

  ~ man4/tty.4                            

  > add "cua" to the NAME section; (jmc@)

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

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

arch/amd64/pci

  ~ pchb.c                                

  > fix dmesg formatting error when hardware random number generator is present
  > "Yes" deraadt (ckuethe@)

arch/i386/conf

  ~ files.i386                            

  > Remove more IPX leftovers.
  > OK henning@ (mpf@)

  ~ RAMDISK                               

  > take skc/sk off main floppy, becuase of net80211 growth (deraadt@)

arch/i386/i386

  - ipx_cksum.c                           

  > Remove more IPX leftovers.
  > OK henning@ (mpf@)

dev/ic

  - mb86960reg.h                          

  > bye bye (henning@)

dev/isa

  - if_fe.c                               - if_fereg.h

  > bye bye (henning@)

  ~ files.isa                             

  > remove fe(4). hasn't been enabled in 10 years, doesn't compile, no manpage.
  > from brad, ok millert beck miod krw igor deraadt (henning@)

dev/pci

  ~ if_bnx.c                              

  > Revert r1.42 of if_bnx.c, "Enable IPv4 transmit TCP/UDP checksum
  > offload", and associated man page change. To use IPv4 transmit TCP/UDP
  > checksum offloading you must again define BNX_CSUM.
  > As requested by mbalmer@ via deraadt@ on suggestion of reyk@ in
  > response to PR #5437. (krw@)

net

  ~ pf.c                                  

  > No m_copyback for ICMP and "other" protocols on rdr/binat.
  > Fixes ICMP packet payload corruption on rdr.
  > OK henning@, markus@ (mpf@)

  ~ if.c                                  

  > Fix a use after free crash in in_delmulti(). If a interface is detached
  > before it is removed from the multicast group in_delmulti() will try to
  > access the no longer available ifp.
  > We invalidate the ifa_ifp back pointer in the ifa in if_detach() now and
  > use
  > the ifa_ifp in in_delmulti() instead of the internal inm_ifp. By doing it
  > this way we know if the interface was removed.
  > This fixes a kernel panic triggered by ospfd and gif(4) tunnels.
  > looks good henning@ reyk@ (claudio@)

net80211

  ~ ieee80211_var.h                       

  > add RSN flags for ic_caps and ic_flags. (damien@)

  ~ ieee80211_output.c                    

  > allow USEGROUP as the pairwise cipher for RSN IE.
  > add RSN IE to beacons, probe responses and (re)association requests.
  > (damien@)

  ~ ieee80211_input.c                     

  > ignore WMM vendor IEs that are not parameter sets. (damien@)

  ~ ieee80211.h                           ~ ieee80211_proto.c

  > add subtype "Action" for management frames. (damien@)

netinet

  ~ in.c                                  

  > Fix a use after free crash in in_delmulti(). If a interface is detached
  > before it is removed from the multicast group in_delmulti() will try to
  > access the no longer available ifp.
  > We invalidate the ifa_ifp back pointer in the ifa in if_detach() now and
  > use
  > the ifa_ifp in in_delmulti() instead of the internal inm_ifp. By doing it
  > this way we know if the interface was removed.
  > This fixes a kernel panic triggered by ospfd and gif(4) tunnels.
  > looks good henning@ reyk@ (claudio@)

== usr.sbin ========================================================== 05/05 ==

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

quot

  ~ quot.c                                

  > Add ffs2 support; from FreeBSD.  OK deraadt@ (millert@)

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


More information about the odc mailing list