Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Jun 2004 18:19:05 +0000 (UTC)
From:      John Polstra <jdp@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src UPDATING src/share/man/man9 sema.9 src/sys/dev/ips ips_commands.c src/sys/kern kern_sema.c src/sys/sys param.h
Message-ID:  <200406141819.i5EIJ5xe075369@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jdp         2004-06-14 18:19:05 UTC

  FreeBSD src repository

  Modified files:
    .                    UPDATING 
    share/man/man9       sema.9 
    sys/dev/ips          ips_commands.c 
    sys/kern             kern_sema.c 
    sys/sys              param.h 
  Log:
  Change the return value of sema_timedwait() so it returns 0 on
  success and a proper errno value on failure.  This makes it
  consistent with cv_timedwait(), and paves the way for the
  introduction of functions such as sema_timedwait_sig() which can
  fail in multiple ways.
  
  Bump __FreeBSD_version and add a note to UPDATING.
  
  Approved by:    scottl (ips driver), arch
  
  Revision  Changes    Path
  1.312     +6 -0      src/UPDATING
  1.7       +17 -4     src/share/man/man9/sema.9
  1.11      +3 -3      src/sys/dev/ips/ips_commands.c
  1.5       +5 -7      src/sys/kern/kern_sema.c
  1.194     +1 -1      src/sys/sys/param.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406141819.i5EIJ5xe075369>