[odc] Daily src changes for 2006-01-11

ODC auto at squish.net
Thu Jan 12 07:00:33 GMT 2006


OpenBSD src changes summary for 2006-01-11
==========================================

distrib/sets                            etc/etc.hppa/MAKEDEV
etc/etc.hppa/MAKEDEV.md                 lib/libpcap
share/man                               share/mk
sys/arch/hppa/conf                      sys/arch/hppa/hppa
sys/arch/mvme68k/dev                    sys/arch/mvme68k/include
sys/arch/mvme68k/mvme68k                sys/arch/mvme88k/dev
sys/arch/mvme88k/include                sys/arch/mvme88k/mvme88k
sys/arch/sparc64/conf                   sys/arch/vax/vax
sys/dev/i2c                             sys/dev/ic
sys/dev/pci                             sys/net
sys/net80211                            sys/scsi
usr.bin/calendar                        usr.bin/cdio
usr.bin/less                            usr.sbin/hotplugd

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

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

sets

  ~ lists/base/md.alpha                   ~ lists/base/md.amd64
  ~ lists/base/md.cats                    ~ lists/base/md.hp300
  ~ lists/base/md.hppa                    ~ lists/base/md.hppa64
  ~ lists/base/md.i386                    ~ 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/man/mi                          

  > sync (deraadt@)

== etc =============================================================== 02/07 ==

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

etc.hppa/MAKEDEV

  ~ etc.hppa/MAKEDEV                      

  > regen (martin@)

etc.hppa/MAKEDEV.md

  ~ etc.hppa/MAKEDEV.md                   

  > hotplug(4) and hotplugd(8) here (martin@)

== lib =============================================================== 03/07 ==

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

libpcap

  ~ fad-getad.c                           ~ nametoaddr.c
  ~ pcap-bpf.c                            

  > - check for malloc failure
  > - plug some memleaks
  > - avoid close(-1) when open() fails in pcap_open_live()
  > sent upstream where applicable
  > ok djm moritz (jaredy@)

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

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

man

  ~ man3/queue.3                          

  > missing full stop; from ray lai (jmc@)

  ~ man4/man4.macppc/bm.4                 

  > add HARDWARE section; ok jmc at .sa@)

  ~ man4/man4.macppc/asms.4               

  > add HARDWARE and HISTORY section; ok jmc at .sa@)

  ~ man4/an.4                             

  > device does not support hostap mode; ok jsg (jmc@)

  ~ man4/man4.macppc/asms.4               

  > oops, put HISTORY in the right order; (jmc@)

  ~ man4/man4.macppc/snapper.4            

  > PowerBook5,5 has snapper too; (xsa@)

  ~ man8/man8.sparc64/MAKEDEV.8           ~ man8/man8.hppa/MAKEDEV.8

  > document hotplug(4)
  > reminded by deraadt@ (martin@)

  ~ man8/man8.alpha/MAKEDEV.8             ~ man8/man8.amd64/MAKEDEV.8
  ~ man8/man8.cats/MAKEDEV.8              ~ man8/man8.hp300/MAKEDEV.8
  ~ man8/man8.hppa/MAKEDEV.8              ~ man8/man8.hppa64/MAKEDEV.8
  ~ man8/man8.i386/MAKEDEV.8              ~ man8/man8.luna88k/MAKEDEV.8
  ~ man8/man8.mac68k/MAKEDEV.8            ~ man8/man8.macppc/MAKEDEV.8
  ~ man8/man8.mvme68k/MAKEDEV.8           ~ man8/man8.mvme88k/MAKEDEV.8
  ~ man8/man8.sgi/MAKEDEV.8               ~ man8/man8.sparc/MAKEDEV.8
  ~ man8/man8.sparc64/MAKEDEV.8           ~ man8/man8.vax/MAKEDEV.8
  ~ man8/man8.zaurus/MAKEDEV.8            

  > sync (deraadt@)

  ~ man4/man4.mac68k/ams.4                

  > remove stray character; ok miod (jmc@)

  ~ man4/vlan.4                           

  > - document vlanprio, requested by mpech
  > - document some new ioctls
  > - remove an unneccessary list
  > most of this diff is based on a mail from claudio;
  > ok norby (jmc@)

  ~ man4/vlan.4                           

  > - add the info about configuring vlans using ifconfig to the main text
  > body, rather than tacking on the info to SEE ALSO
  > - tidy up the lists (jmc@)

mk

  ~ bsd.lib.mk                            

  > skip -g libs on hp300 too, it is too heavy (deraadt@)

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

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

arch/hppa/conf

  ~ GENERIC                               

  > hotplug(4) and hotplugd(8) here (martin@)

arch/hppa/hppa

  ~ conf.c                                

  > hotplug(4) and hotplugd(8) here (martin@)

arch/mvme68k/dev

  ~ if_ie.c                               ~ if_le.c

  > Switch to __HAVE_DEVICE_REGISTER to find the device we're booted from.
  > Simpler, better. (miod@)

arch/mvme68k/include

  ~ _types.h                              

  > Switch to __HAVE_DEVICE_REGISTER to find the device we're booted from.
  > Simpler, better. (miod@)

arch/mvme68k/mvme68k

  ~ autoconf.c                            ~ disksubr.c

  > Switch to __HAVE_DEVICE_REGISTER to find the device we're booted from.
  > Simpler, better. (miod@)

arch/mvme88k/dev

  ~ if_ie.c                               ~ if_le.c

  > Switch to __HAVE_DEVICE_REGISTER to find the device we're booted from.
  > Simpler, better. (miod@)

arch/mvme88k/include

  ~ _types.h                              

  > Switch to __HAVE_DEVICE_REGISTER to find the device we're booted from.
  > Simpler, better. (miod@)

arch/mvme88k/mvme88k

  ~ autoconf.c                            ~ disksubr.c

  > Switch to __HAVE_DEVICE_REGISTER to find the device we're booted from.
  > Simpler, better. (miod@)

arch/sparc64/conf

  ~ GENERIC                               

  > hotplug(4) and hotplugd(8) here (martin@)

arch/vax/vax

  - uvaxII.c                              

  > Let's move the orphans to the Attic. (miod@)

  ~ db_disasm.c                           

  > Use bounded string functions while constructing the disassembly lines; plus
  > this compiles into smaller code! (miod@)

dev/i2c

  ~ i2c_scan.c                            

  > Identify Winbond chips that are in a non-zero register bank as w83781d.
  > Let the driver sort out the proper chip detection in that case.
  > "I like it" deraadt@, tested by robert@ (kettenis@)

dev/ic

  ~ ciss.c                                

  TAGGED OPENBSD_3_8
  > fix a mistake in the last commit.
  > noticed by mickey@ (brad@)

  ~ xl.c                                  

  TAGGED OPENBSD_3_8
  > In the case that we've used up all 63 fragments then try to allocate an
  > mbuf
  > cluster and copy the mbuf chain. The codepath for older xl's already dealt
  > with this condition. (brad@)

  ~ xl.c                                  

  TAGGED OPENBSD_3_8
  > remove a printf here. (brad@)

  ~ xl.c                                  

  TAGGED OPENBSD_3_8
  > only set Ok flag for RX checksums. (brad@)

  ~ rt2560.c                              ~ rt2661.c

  TAGGED OPENBSD_3_8
  > fix RTS protection mode. (damien@)

  ~ rt2661reg.h                           

  TAGGED OPENBSD_3_8
  > fix my previous commit.  fallback to CCK rates was broken. (damien@)

  ~ rt2661.c                              ~ rt2661reg.h

  TAGGED OPENBSD_3_8
  > enable multi-rate retries for frames sent at OFDM rates (with CCK
  > fallback).
  > fix setting of basic rates. (damien@)

dev/pci

  ~ nviic.c                               

  > make the timeout printf a debug message (dlg@)

  ~ nviic.c                               

  > Fix compilation without NVIIC_DEBUG defined, ok dlg@ (jsg@)

net

  ~ if_tun.c                              

  > Do not use m_adj() on empty mbufs (m->m_len is uninitialised), instead bump
  > m->m_data directly. This fixes the tun(4) / bridge(4) crash reported in
  > PR4963. OK djm@ mpf@ markus@ (claudio@)

net80211

  ~ ieee80211_input.c                     ~ ieee80211_output.c

  > Disable shared key mode until we have a way for the user to specify
  > that they explicitly want it.  What we have currently doesn't seem
  > to work anyway.  Add support for specifying a status type when
  > sending managemnent frames; adapted from FreeBSD.  OK jsg@ (millert@)

scsi

  ~ safte.c                               ~ ses.c

  > dont print anything if we're unable to read the status page
  > requested by deraadt@ (dlg@)

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

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

calendar

  ~ calendars/de_DE.ISO_8859-1/calendar.geschichte

  > fix xi olympic games; from mischa diehm (mickey@)

cdio

  ~ cdio.c                                

  > Whitespace nits. (krw@)

less

  ~ line.c                                

  > Fix recovery of realloc failure, which causes a segv on files with
  > very lone lines, as reported by Steffen Wendzel.  ok deraadt@ (otto@)

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

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

hotplugd

  ~ Makefile                              

  > hotplug(4) and hotplugd(8) here (martin@)

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



More information about the odc mailing list