Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Sep 2023 20:37:38 GMT
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 99f8ee196deb - stable/14 - libcasper: reference system.fileargs service
Message-ID:  <202309082037.388KbcqH073498@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by emaste:

URL: https://cgit.FreeBSD.org/src/commit/?id=99f8ee196deb0ca2b2a19602a317ac61e9ca25a0

commit 99f8ee196deb0ca2b2a19602a317ac61e9ca25a0
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2023-09-06 13:45:31 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2023-09-08 19:39:09 +0000

    libcasper: reference system.fileargs service
    
    Reviewed by:    oshogbo
    Fixes:          cdd6ea94b0a4 ("libcasper: introduce cap_fileargs...")
    Sponsored by:   The FreeBSD Foundation
    Differential Revision: https://reviews.freebsd.org/D41761
    
    (cherry picked from commit 56e3123fc864b6d08ee5b3752538d2f9be52027b)
---
 lib/libcasper/libcasper/libcasper.3 | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/lib/libcasper/libcasper/libcasper.3 b/lib/libcasper/libcasper/libcasper.3
index c98a3044df25..ccd347232777 100644
--- a/lib/libcasper/libcasper/libcasper.3
+++ b/lib/libcasper/libcasper/libcasper.3
@@ -26,7 +26,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd January 10, 2023
+.Dd September 6, 2023
 .Dt LIBCASPER 3
 .Os
 .Sh NAME
@@ -212,6 +212,8 @@ Casper supports the following services in the base system:
 .Bl -tag -width "system.random" -compact -offset indent
 .It system.dns
 provides libc compatible DNS API
+.It system.fileargs
+provides an API for opening files specified on a command line
 .It system.grp
 provides a
 .Xr getgrent 3
@@ -272,6 +274,7 @@ functions always succeed.
 .Xr poll 2 ,
 .Xr select 2 ,
 .Xr cap_dns 3 ,
+.Xr cap_fileargs 3 ,
 .Xr cap_grp 3 ,
 .Xr cap_net 3 ,
 .Xr cap_netdb 3 ,



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