Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Feb 2011 00:36:46 +0000 (UTC)
From:      Matthew D Fleming <mdf@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src UPDATING src/sys/kern subr_uio.c src/sys/sys param.h uio.h
Message-ID:  <201102080037.p180bZdT082848@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
mdf         2011-02-08 00:36:46 UTC

  FreeBSD src repository

  Modified files:
    .                    UPDATING 
    sys/kern             subr_uio.c 
    sys/sys              param.h uio.h 
  Log:
  SVN rev 218425 on 2011-02-08 00:36:46Z by mdf
  
  Remove the uio_yield prototype and symbol.  This function has been
  misnamed since it was introduced and should not be globally exposed
  with this name.  The equivalent functionality is now available using
  kern_yield(curthread->td_user_pri).  The function remains
  undocumented.
  
  Bump __FreeBSD_version.
  
  Revision  Changes    Path
  1.678     +7 -0      src/UPDATING
  1.6       +0 -7      src/sys/kern/subr_uio.c
  1.474     +1 -1      src/sys/sys/param.h
  1.45      +0 -1      src/sys/sys/uio.h



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