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

ODC auto at squish.net
Tue Jul 24 07:00:01 BST 2007


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

etc/MAKEDEV.common                      etc/etc.i386/MAKEDEV
etc/etc.i386/MAKEDEV.md                 gnu/lib/libobjc
regress/misc                            share/man
sys/arch/hppa/conf                      sys/arch/i386/i386
sys/dev/bluetooth                       sys/dev/pci
sys/dev/usb                             sys/sys
sys/ufs/ufs                             usr.sbin/httpd
usr.sbin/ospfd                          

== etc =============================================================== 01/06 ==

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

MAKEDEV.common

  ~ MAKEDEV.common                        

  > +bthub
  > ok mk@ (todd@)

etc.i386/MAKEDEV

  ~ etc.i386/MAKEDEV                      

  > sync (todd@)

etc.i386/MAKEDEV.md

  ~ etc.i386/MAKEDEV.md                   

  > +bthub
  > ok mk@ (todd@)

== gnu =============================================================== 02/06 ==

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

lib/libobjc

  ~ Makefile.bsd-wrapper                  ~ shlib_version
  ~ libobjc/thr-posix.c                   

  > - enable thread support in libobjc
  > - disable thread priorities in libobjc to avoid thread starvation issues
  > - major bump lib due to new link dependency on pthread
  > - link objc regress with -pthread
  > Tested on i386/amd64/powerpc/landisk/vax/sparc64/hppa. okay espie@ (kurt@)

== regress =========================================================== 03/06 ==

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

misc

  ~ objc/Makefile                         

  > - enable thread support in libobjc
  > - disable thread priorities in libobjc to avoid thread starvation issues
  > - major bump lib due to new link dependency on pthread
  > - link objc regress with -pthread
  > Tested on i386/amd64/powerpc/landisk/vax/sparc64/hppa. okay espie@ (kurt@)

== share ============================================================= 04/06 ==

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

man

  ~ man8/man8.i386/MAKEDEV.8              

  > sync (todd@)

== sys =============================================================== 05/06 ==

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

arch/hppa/conf

  ~ RAMDISK                               

  > Add ssio(4) and its com(4) ports; thanks to jsg@ for reminding me.
  > (kettenis@)

  ~ RAMDISK                               

  > There seems to be enough room for rl(4) after all. (kettenis@)

arch/i386/i386

  ~ conf.c                                

  > Add glue for a control device for bthub(4).  Will be used to configure
  > device inquiry/discovery parameters, pairings, and what else might be
  > needed.
  > From discussion with gwk.  MAKEDEV goo follows later.
  > ok and lots of input from miod. (mk@)

dev/bluetooth

  ~ bthub.c                               ~ files.bluetooth

  > Add glue for a control device for bthub(4).  Will be used to configure
  > device inquiry/discovery parameters, pairings, and what else might be
  > needed.
  > From discussion with gwk.  MAKEDEV goo follows later.
  > ok and lots of input from miod. (mk@)

  ~ bthub.c                               

  > Some style/knf nits.
  > Also, don't restrict to only opening dev minor 0. (mk@)

  ~ files.bluetooth                       

  > bthub needs-count (mk@)

  ~ files.bluetooth                       

  > This shouldn't be needs-count -- especially because it breaks config.
  > Revert it to needs-flag.
  > Noticed by xsa. (mk@)

dev/pci

  ~ azalia.h                              ~ azalia_codec.c

  > We will never make a mixer item out of the pin control operation, so
  > move it out of azalia_generic_mixer_set into its own function,
  > azalia_generic_mixer_pinctrl.  From kent at netbsd.
  > In azalia_stac9200_mixer_init, let the unsolicited event handler make
  > the initial headphone vs speaker choice.  Removes some duplicate code.
  > These changes only affect STAC9200.  Tested by krw@ on a Latitude
  > D620. (deanna@)

  ~ azalia_codec.c                        

  > STAC7661:
  > - Add set_port and get_port functions and use them to create a stereo
  > master volume out of the headphone and speaker dacs.  Unbreaks setting
  > the volume in ports like xmms.
  > - Use the correct number of steps for the dac volumes. (deanna@)

  ~ azalia_codec.c                        

  > STAC7661: rename "inputs.mic" to "record.volume".  This is what the
  > audio layer wants, and is a more accurate description.  Use the
  > correct number of steps. (deanna@)

  ~ azalia_codec.c                        

  > Fix a typo in a comment: VAIO SE -> VAIO SZ. (deanna@)

  ~ azalia_codec.c                        

  > STAC7661:
  > - enable internal mic and select it as the default recording source,
  > - create mixerctl record.source for selecting between internal and
  > external mics,
  > - mute input by default. (deanna@)

dev/usb

  ~ if_cdce.c                             ~ if_cdcereg.h
  ~ usbcdc.h                              

  > This improves cdce(4) and makes some devices work that previously did not
  > (like the Sony Ericsson K610 mobile phone).
  > - Read hardware address from ethernet descriptor makes the Sony Ericsson
  > K610 work.
  > - Add support for status notifications (interrupt endpoint).
  > - Recognize if there is a union descriptori (thus remove CDCE_NO_UNION).
  > - Handle wrong union descriptors (master/slave values are swapped)
  > (Ambit NTL 250)
  > Diff done by Marc Winiger <mw at msys.ch>, tested by many on different
  > platforms and with various devices:  cable modems, mobile phones, and,
  > zaurus as USB function.
  > ok jsg, claudio, kili (mbalmer@)

sys

  ~ conf.h                                

  > Add glue for a control device for bthub(4).  Will be used to configure
  > device inquiry/discovery parameters, pairings, and what else might be
  > needed.
  > From discussion with gwk.  MAKEDEV goo follows later.
  > ok and lots of input from miod. (mk@)

ufs/ufs

  ~ ufs_dirhash.c                         

  > Since __sparc__ gets defined on sparc64 too, add a !defined (__sparc64__)
  > to the condition that protects CPU_ISSUN4OR4C.  While we currently define
  > that macro on sparc64 too, we won't in the near future.
  > ok miod@ (kettenis@)

== usr.sbin ========================================================== 06/06 ==

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

httpd

  ~ src/modules/standard/mod_mime_magic.c

  > fix a variable shadowing problem
  > PR5549, From: veins at evilkittens.org (henning@)

ospfd

  ~ kroute.c                              

  > when multipath routes exist, display them in ospfctl sh fib output.
  > ok claudio@ (pyr@)

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


More information about the odc mailing list