Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Aug 2016 21:43:58 +0000 (UTC)
From:      Jilles Tjoelker <jilles@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r305090 - head/lib/libc/gen
Message-ID:  <201608302143.u7ULhwSs073705@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jilles
Date: Tue Aug 30 21:43:57 2016
New Revision: 305090
URL: https://svnweb.freebsd.org/changeset/base/305090

Log:
  getvfsbyname(3): Remove [EFAULT] error.
  
  Since r101651 in 2002, getvfsbyname() has written *vfc using userland
  memcpy(), so the [EFAULT] error no longer occurs.
  
  MFC after:	1 week

Modified:
  head/lib/libc/gen/getvfsbyname.3

Modified: head/lib/libc/gen/getvfsbyname.3
==============================================================================
--- head/lib/libc/gen/getvfsbyname.3	Tue Aug 30 21:08:45 2016	(r305089)
+++ head/lib/libc/gen/getvfsbyname.3	Tue Aug 30 21:43:57 2016	(r305090)
@@ -28,7 +28,7 @@
 .\"     @(#)kvm_getvfsbyname.3	8.3 (Berkeley) 5/4/95
 .\" $FreeBSD$
 .\"
-.Dd April 5, 2007
+.Dd August 30, 2016
 .Dt GETVFSBYNAME 3
 .Os
 .Sh NAME
@@ -97,11 +97,6 @@ sysctl is set to
 .Sh ERRORS
 The following errors may be reported:
 .Bl -tag -width Er
-.It Bq Er EFAULT
-The
-.Fa vfc
-argument
-points to an invalid address.
 .It Bq Er ENOENT
 The
 .Fa name



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