[odc] Daily src changes for 2007-08-05

ODC auto at squish.net
Mon Aug 6 07:00:02 BST 2007


OpenBSD src changes summary for 2007-08-05
==========================================

distrib/sets                            lib/libc
regress/usr.bin                         sbin/isakmpd
share/man                               sys/arch/amd64/conf
sys/arch/hppa/conf                      sys/arch/hppa/dev
sys/arch/i386/conf                      sys/arch/zaurus/conf
sys/conf                                sys/dev/ic
sys/dev/pcmcia                          sys/kern
sys/net80211                            usr.bin/make
usr.bin/sudo                            usr.sbin/ypserv

== distrib =========================================================== 01/08 ==

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

sets

  ~ lists/base/md.sparc64                 ~ lists/comp/md.sparc64

  > sync (deraadt@)

== lib =============================================================== 02/08 ==

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

libc

  ~ net/res_init.c                        

  > /*FALLTHRU*/ -> /* FALLTHROUGH */ (ray@)

== regress =========================================================== 03/08 ==

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

usr.bin

  ~ make/Makefile                         + make/mk25

  > check curly targets work. No need to look at the output. If curly targets
  > don't
  > expand correctly, the Makefile will fail. If it works, then it's okay.
  > (espie@)

== sbin ============================================================== 04/08 ==

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

isakmpd

  ~ cert.c                                ~ cert.h
  ~ exchange.c                            ~ exchange.h
  ~ ike_phase_1.c                         ~ policy.c
  ~ policy.h                              ~ x509.c
  ~ x509.h                                

  > Allow key exchange with RSA signature authentication to work with
  > Cisco IOS and other initiators that only send their certs in response
  > to CERT_REQUEST.
  > With input and help from cloder@, Stuart Henderson, mpf@, and several
  > others who did lots of testing - thanks to all.
  > ok hshoexer@ (tom@)

== share ============================================================= 05/08 ==

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

man

  ~ man4/atu.4                            

  > remove unneeded part from SYNOPSIS; from brad (jmc@)

== sys =============================================================== 06/08 ==

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

arch/amd64/conf

  ~ GENERIC                               

  > Enable Compact Flash driver for the Marvell 88W8385 chip in
  > zaurus, amd64, and i386 GENERIC.
  > OK claudio@, deraadt@ (mglocker@)

arch/hppa/conf

  ~ files.hppa                            

  > Add support for Zalon NCR 53C720 FW SCSI.
  > input from mickey and miod@, dok martin@, (kettenis@)

  ~ GENERIC                               ~ RAMDISK

  > Enable siop at mainbus. (kettenis@)

arch/hppa/dev

  + siop_sgc.c                            

  > Add support for Zalon NCR 53C720 FW SCSI.
  > input from mickey and miod@, dok martin@, (kettenis@)

arch/i386/conf

  ~ GENERIC                               

  > Enable Compact Flash driver for the Marvell 88W8385 chip in
  > zaurus, amd64, and i386 GENERIC.
  > OK claudio@, deraadt@ (mglocker@)

arch/zaurus/conf

  ~ GENERIC                               

  > Enable Compact Flash driver for the Marvell 88W8385 chip in
  > zaurus, amd64, and i386 GENERIC.
  > OK claudio@, deraadt@ (mglocker@)

conf

  ~ newvers.sh                            

  > remove -beta (deraadt@)

dev/ic

  ~ siop.c                                ~ siop_common.c
  ~ siopreg.h                             ~ siopvar_common.h

  > Add support for the (non-pci) NCR 53c720/770 in big-endian mode.
  > ok martin@, krw@, deraadt@ (kettenis@)

  ~ acx111.c                              

  > Kill one more useless macro. Found while looking for something totaly
  > different. OK mglocker@ (claudio@)

  ~ acx.c                                 

  > Don't use ieee80211_beacon_alloc() in acx_set_probe_resp_tmplt() use
  > ieee80211_get_probe_resp() and code from ieee80211_mgmt_output() to build
  > a proper probe response. Found the hard way -- buffer overflow because of
  > oversized beacons -- by mglocker@ and myself.  OK mglocker@ damien@
  > (claudio@)

dev/pcmcia

  ~ if_malo.c                             

  > o Reflect active network settings to ifconfig.
  > o Enable selection of desired network by setting nwid. (mglocker@)

  ~ if_malo.c                             ~ if_malovar.h

  > o Some better variable namings.
  > o Fix some comments.
  > o Add a forgotten splx(). (mglocker@)

  ~ if_malo.c                             ~ if_maloreg.h
  ~ if_malovar.h                          

  > Add WEP support, which is done fully by the FW. (mglocker@)

  ~ if_malo.c                             

  > Remove IFQ_SET_MAXLEN() for TX queue. (mglocker@)

  ~ if_malo.c                             ~ if_malovar.h

  > Parse association command response to check if an association was
  > successfull or not. (mglocker@)

  ~ if_malo.c                             

  > Low-Noise watchdog routine (debug level 2). (mglocker@)

  ~ if_malo.c                             

  > Fix DPRINTF tweaks. (mglocker@)

kern

  ~ subr_disk.c                           

  > Use d_partitions[DISKPART(dev)] rather that d_partitions +
  > DISKPART(dev). Thus making the idiom the same everywhere.
  > pointed out by deraadt@ (krw@)

  ~ subr_disk.c                           

  > Move some printf's about disklabel disksize and RAW_PART size/offset
  > under #ifdef DEBUG. Adjust the verbiage. Some minor tweaks while in
  > the area.
  > ok deraadt@ (krw@)

net80211

  ~ ieee80211_output.c                    

  > Fix the length calculation of the TIM bitmask in ieee80211_add_tim().
  > Even no bit was set we copied the full 225bytes bitmaks into the beacon.
  > Found the hard way with acx(4) by mglocker@ and myself.
  > OK mglocker@ damien@ (claudio@)

== usr.bin =========================================================== 07/08 ==

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

make

  ~ parse.c                               

  > fix curly in targets... broke it and no-one saw the difference, so it's
  > probably not used that often. (espie@)

sudo

  ~ sudoers                               

  > - add 2 more variables to env_keep (needed for proper ports work -- i.e.
  > make plist)
  > ok millert@ (ajacoutot@)

== usr.sbin ========================================================== 08/08 ==

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

ypserv

  ~ mkalias/mkalias.c                     

  > use memchr and a memrchr like implementation on non C strings. fixes
  > a crash triggered by specific malloc.conf settings.
  > with help and ok millert@ (fgsch@)

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


More information about the odc mailing list