[odc] Daily src changes for 2005-12-18

ODC auto at squish.net
Mon Dec 19 07:13:52 GMT 2005


OpenBSD src changes summary for 2005-12-18
==========================================

gnu/usr.bin/perl                        lib/librthread
libexec/login_tis                       regress/lib
sbin/fdisk                              share/man
sys/arch/arm/include                    sys/arch/sparc/include
sys/arch/sparc64/include                sys/dev/acpi
sys/dev/ic                              sys/dev/pci
sys/dev/usb                             sys/net
sys/net80211                            sys/netinet
usr.bin/netstat                         usr.bin/passwd
usr.bin/xlint                           usr.sbin/authpf
usr.sbin/hostapd                        usr.sbin/tcpdump

== gnu =============================================================== 01/09 ==

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

usr.bin/perl

  ~ sv.c                                  

  TAGGED OPENBSD_3_8
  > MFC:
  > Fix by millert@
  > Fix an int oflow bug in perl's parameter format string code.
  > Credit: Jack Louis of Dyad Security
  > ok deraadt@ millert@ (brad@)

  ~ sv.c                                  

  TAGGED OPENBSD_3_7
  > MFC:
  > Fix by millert@
  > Fix an int oflow bug in perl's parameter format string code.
  > Credit: Jack Louis of Dyad Security
  > ok deraadt@ millert@ (brad@)

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

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

librthread

  ~ rthread.c                             ~ rthread_sync.c
  ~ rthread_tls.c                         

  > initialize all spinlocks to _SPINLOCK_UNLOCKED (tedu@)

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

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

login_tis

  ~ login_tis.c                           

  > Fix some signed vs. unsigned issues found by lint.	OK krw@ (millert@)

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

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

lib

  ~ libevent/eventtest.c                  

  > rename test functions with meaningful names instead of 1 2 3, etc.
  > From libevent CVS (brad@)

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

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

fdisk

  ~ disk.c                                

  > Fix condition so "BIOS fixup botch" can, unlikely as it is, be
  > detected. Found by lint.
  > ok millert@ (krw@)

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

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

man

  ~ man4/em.4                             

  > Typo; p/o kustov at telex221.ru.range@)

  ~ man4/trunk.4                          

  > Update my e-mail address in the copyright statement, no binary changes.
  > (reyk@)

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

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

arch/arm/include

  ~ signal.h                              

  > Don't include cdefs.h if _LOCORE is defined and hide some more defines
  > unless __BSD_VISIBLE or _LOCORE are set.  OK deraadt@ (millert@)

arch/sparc/include

  ~ signal.h                              

  > Don't include cdefs.h if _LOCORE is defined and hide some more defines
  > unless __BSD_VISIBLE or _LOCORE are set.  OK deraadt@ (millert@)

arch/sparc64/include

  ~ signal.h                              

  > Don't include cdefs.h if _LOCORE is defined and hide some more defines
  > unless __BSD_VISIBLE or _LOCORE are set.  OK deraadt@ (millert@)

dev/acpi

  ~ acpi.c                                

  > add back comment about wrong code
  > ok marco (sturm@)

dev/ic

  ~ ar5210reg.h                           ~ ar5210var.h
  ~ ar5211reg.h                           ~ ar5211var.h
  ~ ar5212reg.h                           ~ ar5212var.h
  ~ ar5xxx.c                              ~ ar5xxx.h
  ~ ar5212.c                              ~ rtl8225reg.h
  ~ ar5210.c                              ~ ar5211.c

  > Update my e-mail address in the copyright statement, no binary changes.
  > (reyk@)

dev/pci

  ~ if_fxp_pci.c                          

  > if not a newer chip then print i82557, all fxp's attached to the ICH
  > chipsets are i82562. (brad@)

  ~ ichreg.h                              

  > Add SMBus controller registers. (grange@)

  ~ ichreg.h                              

  > Add bits string for smbus host status register to be able to
  > print it with %b. (grange@)

dev/usb

  ~ umass_quirks.c                        

  > Apparently the Scanlogic SL11R is not UFI, and correctly identifies itself
  > as
  > SCSI.  From NetBSD.  Tested by me.
  > ok krw@ (kettenis@)

net

  ~ if_trunk.c                            ~ if_trunk.h

  > Update my e-mail address in the copyright statement, no binary changes.
  > (reyk@)

net80211

  ~ ieee80211_regdomain.c                 ~ ieee80211_regdomain.h

  > Update my e-mail address in the copyright statement, no binary changes.
  > (reyk@)

netinet

  ~ ip_carp.c                             

  TAGGED OPENBSD_3_7
  > MFC:
  > Fix by mpf@
  > Completly remove transition path INIT -> MASTER.
  > A bug introduced in -r 1.4 led lower priotorized hosts
  > switching to MASTER state for a short time at bootup,
  > if preemption was enabled.
  > ok deraadt@ mpf@ (brad@)

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

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

netstat

  ~ net80211.c                            

  > Update my e-mail address in the copyright statement, no binary changes.
  > (reyk@)

passwd

  ~ passwd.c                              ~ passwd.1

  > Indicate that the flags are exclusive, mention realm in the description
  > for K and remove an error case for kerberos that doesn't apply nowdays.
  > with jmc@ (biorn@)

xlint

  ~ lint1/decl.c                          ~ lint1/externs1.h

  > Grok NORETURN function prototypes in addition to NORETURN function
  > definitions. (cloder@)

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

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

authpf

  ~ authpf.c                              

  TAGGED OPENBSD_3_8
  > MFC:
  > Fix by beck@
  > make authpf give up group privs before exec'ing pfctl - makes it
  > so the new taint enforcement for /dev/fd/X opens don't kill it
  > ok deraadt@ (brad@)

  ~ authpf.c                              

  TAGGED OPENBSD_3_7
  > MFC:
  > Fix by beck@
  > make authpf give up group privs before exec'ing pfctl - makes it
  > so the new taint enforcement for /dev/fd/X opens don't kill it
  > ok deraadt@ (brad@)

hostapd

  ~ apme.c                                ~ handle.c
  ~ hostapd.8                             ~ hostapd.c
  ~ hostapd.conf.5                        ~ hostapd.h
  ~ iapp.c                                ~ iapp.h
  ~ llc.c                                 ~ parse.y
  ~ print-802_11.c                        ~ privsep.c

  > Update my e-mail address in the copyright statement, no binary changes.
  > (reyk@)

tcpdump

  ~ print-802_11.c                        ~ print-iapp.c

  > Update my e-mail address in the copyright statement, no binary changes.
  > (reyk@)

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



More information about the odc mailing list