[odc] Daily src changes for 2007-09-28

ODC auto at squish.net
Sat Sep 29 07:00:01 BST 2007


OpenBSD src changes summary for 2007-09-28
==========================================

lib/libossaudio                         sbin/newfs_msdos
share/man                               sys/dev/usb
usr.bin/pcc                             usr.sbin/hoststatectl
usr.sbin/hoststated                     usr.sbin/ospfd
usr.sbin/pkg_add                        

== lib =============================================================== 01/06 ==

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

libossaudio

  ~ ossaudio.c                            

  > implement SNDCTL_DSP_[G|S]ETTRIGGER
  > SNDCTL_DSP_SETTRIGGER is used to pause and unpause recording and
  > playback data transfers.  SNDCTL_DSP_GETTRIGGER returns the paused
  > states.
  > this implementation of SNDCTL_DSP_SETTRIGGER also sets the audio(4)
  > mode (AUMODE_[PLAY|RECORD]), depending on which direction (play, record
  > or both) is to be triggered.
  > this can be used allow OSS audio programs to work in full-duplex
  > mode without changing the audio(4) layer itself.  according to
  > OSS docs, SNDCTL_DSP_SETTRIGGER is a fairly important ioctl, and
  > should be used "when even the first read() cannot block."
  > tested to not break any ports currently using SNDCTL_DSP_SETTRIGGER
  > which has been a no-op for quite some time.
  > ok ratchov (jakemsr@)

== sbin ============================================================== 02/06 ==

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

newfs_msdos

  ~ newfs_msdos.c                         ~ newfs_msdos.8

  > sort options; (jmc@)

== share ============================================================= 03/06 ==

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

man

  ~ man9/style.9                          

  > make clear that the usage and synopsis take the same form
  > problem noticed by jakemsr@; rewording suggested by jmc@
  > ok jakemsr@, jmc@ (sobrado@)

  ~ man4/audio.4                          

  > be explicit about configuring audio devices for full-duplex mode.
  > OK jmc@ (a while back) (jakemsr@)

== sys =============================================================== 04/06 ==

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

dev/usb

  ~ uaudio.c                              

  > no longer used macros
  > spotted by brad
  > ok ratchov (jakemsr@)

== usr.bin =========================================================== 05/06 ==

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

pcc

  ~ cc/cc/cc.c                            

  > Wrap MAXFIL to 10000, so make depend works.
  > This should be dynamic but, ... not now. (ragge@)

  - cc/cpp/token.c                        

  > unused file (otto@)

  ~ cc/cpp/scanner.l                      

  > back to start state when pragma is done; ok ragge@ (otto@)

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

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

hoststatectl

  ~ hoststatectl.8                        ~ hoststatectl.c
  ~ parser.c                              ~ parser.h

  > Correct my mail address. (pyr@)

hoststated

  ~ hoststated.conf.5                     

  > Add missing "s" to https check description.
  > ok pyr@ (pascoe@)

  ~ hoststated.conf.5                     

  > "require to +inf." is not a good verb pattern, so reword; (jmc@)

  ~ hoststated.h                          ~ relay.c
  ~ ssl_privsep.c                         

  > Change the ssl_privsep code to work on char buffers.
  > The fd based code introduced weirdness since all children were accessing
  > the same fd at once. This will also greatly facilitate reloading, no
  > fd-passing will be involved between the parent and relay children.
  > While there, cleanup the code diverting from the original ssl_rsa.c code
  > a bit more.
  > Weird behavior discovery by pascoe at . (pyr@)

  ~ check_icmp.c                          ~ check_tcp.c
  ~ hce.c                                 ~ hoststated.c
  ~ hoststated.conf.5                     ~ hoststated.h
  ~ parse.y                               ~ pfe.c
  ~ pfe_filter.c                          ~ ssl.c

  > Correct my mail address. (pyr@)

  ~ hoststated.8                          

  > Better description of the daemon.
  > Initially prompted by deraadt@, with much much help from jmc@ (as always).
  > (pyr@)

  ~ hoststated.c                          

  > KNF (pyr@)

ospfd

  ~ area.c                                

  > Cleanup some #includes plus some minor other cleanup. OK norby@ (claudio@)

  ~ log.h                                 

  > spaces (claudio@)

pkg_add

  ~ OpenBSD/SharedLibs.pm                 

  > nit
  > from qgiovanni at gmail.com (espie@)

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


More information about the odc mailing list