History log of /freebsd/lib/libsys/open.2 (Results 1 – 6 of 6)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 37bb9884 28-Aug-2024 Konstantin Belousov <kib@FreeBSD.org>

open(2): devfs is in section 4 on HEAD

Noted by: yuripv
Fixes: f5a37f8dd319e3007b126b77376e61ad96f44d8b


# 02c23c3b 27-Aug-2024 Jose Luis Duran <jlduran@gmail.com>

open(2): Extend EINVAL's description

If O_CREAT is specified, the last component of the path argument can
contain invalid characters, and return EINVAL on some file systems.

PR: 281033
Differential

open(2): Extend EINVAL's description

If O_CREAT is specified, the last component of the path argument can
contain invalid characters, and return EINVAL on some file systems.

PR: 281033
Differential revision: https://reviews.freebsd.org/D46450
MFC after: 1 week

show more ...


# f5a37f8d 27-Aug-2024 Jose Luis Duran <jlduran@gmail.com>

open(2): mandoc -T lint

Lint the manual, addressing almost all requests.

Differential revision: https://reviews.freebsd.org/D46450
MFC after: 1 week


Revision tags: release/14.1.0
# 1a720cbe 15-May-2024 Alexander Ziaee <concussious@runbox.com>

man filesystems: fix xrefs after move to section 4

Reviewed by: des, imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/1077


# d3de1bd4 03-Apr-2024 Christopher Davidson <christopher.davidson@gmail.com>

open.2: remove self-reference

Change .Xr reference to .Fn, which quiets a mandoc warning.

Reviewed by: mhorne
MFC after: 3 days
Pull Request: https://github.com/freebsd/freebsd-src/pull/1135


Revision tags: release/13.3.0
# 8269e767 14-Nov-2023 Brooks Davis <brooks@FreeBSD.org>

libsys: relocate implementations and manpages

Remove core system call implementations and documentation to lib/libsys
and lib/libsys/<arch> from lib/libc/sys and lib/libc/<arch>/<sys>.
Update paths

libsys: relocate implementations and manpages

Remove core system call implementations and documentation to lib/libsys
and lib/libsys/<arch> from lib/libc/sys and lib/libc/<arch>/<sys>.
Update paths to allow libc to find them in their new home.

Reviewed by: kib, emaste, imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/908

show more ...