| #
9a62cdc0
|
| 04-May-2024 |
Alexander Ziaee <concussious@runbox.com> |
intro.2 as errno.2: Use the name macro for errno
Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/1192
|
| #
69ff2d75
|
| 04-May-2024 |
Alexander Ziaee <concussious@runbox.com> |
intro.2: Add sys/syscall.h to SYNOPSIS
MFC after: 1 week Co-authored-by: brooks Reviewed by: brooks, emaste, imp Pull Request: https://github.com/freebsd/freebsd-src/pull/1192
|
| #
6dfbe695
|
| 04-May-2024 |
Alexander Ziaee <concussious@runbox.com> |
intro.2 as errno.2: Update maximum hard link limit
MFC after: 1 week Co-authored-by: brooks Reviewed by: brooks, emaste, imp Pull Request: https://github.com/freebsd/freebsd-src/pull/1192
|
| #
de525c50
|
| 19-Apr-2024 |
Alexander Ziaee <concussious@runbox.com> |
intro.2: Integrate introduction with state of page
Reviewed by: imp, brooks Pull Request: https://github.com/freebsd/freebsd-src/pull/1065
|
| #
d846f33b
|
| 19-Apr-2024 |
Alexander Ziaee <concussious@runbox.com> |
intro.2: Section RETURN VALUES is actually ERRORS
Reviewed by: imp, brooks Pull Request: https://github.com/freebsd/freebsd-src/pull/1065
|
| #
4696ca7b
|
| 19-Apr-2024 |
Alexander Ziaee <concussious@runbox.com> |
intro.2: Add FILES mentioning table of syscalls
Reviewed by: imp, brooks Pull Request: https://github.com/freebsd/freebsd-src/pull/1065
|
| #
9e8df790
|
| 19-Apr-2024 |
Alexander Ziaee <concussious@runbox.com> |
intro.2: Tweak grammar and syntax for consistency
Reviewed by: imp, brooks Pull Request: https://github.com/freebsd/freebsd-src/pull/1065
|
| #
bcc57e97
|
| 19-Apr-2024 |
Alexander Ziaee <concussious@runbox.com> |
intro.2: Import HISTORY from OpenBSD but our style
Reviewed by: imp, brooks Pull Request: https://github.com/freebsd/freebsd-src/pull/1065
|
| #
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 ...
|
| #
dc36d6f9
|
| 23-Nov-2023 |
Warner Losh <imp@FreeBSD.org> |
lib: Remove ancient SCCS tags.
Remove ancient SCCS tags from the tree, automated scripting, with two minor fixup to keep things compiling. All the common forms in the tree were removed with a perl s
lib: Remove ancient SCCS tags.
Remove ancient SCCS tags from the tree, automated scripting, with two minor fixup to keep things compiling. All the common forms in the tree were removed with a perl script.
Sponsored by: Netflix
show more ...
|
| #
b2c76c41
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: one-line nroff pattern
Remove /^\.\\"\s*\$FreeBSD\$$\n/
|
| #
1fa68dae
|
| 29-Dec-2021 |
Kirk McKusick <mckusick@FreeBSD.org> |
Clarify the description of the EINTEGRITY error in intro(2).
Requested by: pauamma_gundo.com Sponsored by: Netflix Differential Revision: https://reviews.freebsd.org/D18765
|
| #
88640c0e
|
| 17-Jan-2019 |
Kirk McKusick <mckusick@FreeBSD.org> |
Create new EINTEGRITY error with message "Integrity check failed".
An integrity check such as a check-hash or a cross-correlation failed. The integrity error falls between EINVAL that identifies err
Create new EINTEGRITY error with message "Integrity check failed".
An integrity check such as a check-hash or a cross-correlation failed. The integrity error falls between EINVAL that identifies errors in parameters to a system call and EIO that identifies errors with the underlying storage media. EINTEGRITY is typically raised by intermediate kernel layers such as a filesystem or an in-kernel GEOM subsystem when they detect inconsistencies. Uses include allowing the mount(8) command to return a different exit value to automate the running of fsck(8) during a system boot.
These changes make no use of the new error, they just add it. Later commits will be made for the use of the new error number and it will be added to additional manual pages as appropriate.
Reviewed by: gnn, dim, brueffer, imp Discussed with: kib, cem, emaste, ed, jilles Differential Revision: https://reviews.freebsd.org/D18765
show more ...
|
| #
fbbd9655
|
| 28-Feb-2017 |
Warner Losh <imp@FreeBSD.org> |
Renumber copyright clause 4
Renumber cluase 4 to 3, per what everybody else did when BSD granted them permission to remove clause 3. My insistance on keeping the same numbering for legal reasons is
Renumber copyright clause 4
Renumber cluase 4 to 3, per what everybody else did when BSD granted them permission to remove clause 3. My insistance on keeping the same numbering for legal reasons is too pedantic, so give up on that point.
Submitted by: Jan Schaumann <jschauma@stevens.edu> Pull Request: https://github.com/freebsd/freebsd/pull/96
show more ...
|
| #
527094b9
|
| 08-Sep-2016 |
Jilles Tjoelker <jilles@FreeBSD.org> |
intro(2),_exit(2): Update for reaper (procctl(PROC_REAP_ACQUIRE)).
MFC after: 1 week
|
| #
df2d82e0
|
| 23-Jun-2014 |
Joel Dahl <joel@FreeBSD.org> |
mdoc: remove superfluous paragraph macros.
|
| #
e0906c9a
|
| 04-May-2013 |
Sergey Kandaurov <pluknet@FreeBSD.org> |
POSIX 1003.1-2008: add ENOTRECOVERABLE, EOWNERDEAD errnos.
|
| #
3143f63a
|
| 27-Apr-2013 |
Jilles Tjoelker <jilles@FreeBSD.org> |
intro(2): Fix some errors in ENFILE and EMFILE descriptions.
MFC after: 1 week
|
| #
31cd487f
|
| 03-Mar-2011 |
Robert Watson <rwatson@FreeBSD.org> |
Add description of ECAPMODE to errno(2) man page.
Discussed with: anderson Obtained from: Capsicum Project Sponsored by: Google, Inc. MFC after: 3 months
|
| #
6cc40ae5
|
| 11-Oct-2009 |
David Schultz <das@FreeBSD.org> |
Document errno codes added in r144530.
|
| #
44a43f00
|
| 07-Oct-2009 |
Robert Watson <rwatson@FreeBSD.org> |
Add a new errno, ENOTCAPABLE, to be returned when a process requests an operation on a file descriptor that is not authorized by the descriptor's capability flags.
MFC after: 1 month Sponsored by: G
Add a new errno, ENOTCAPABLE, to be returned when a process requests an operation on a file descriptor that is not authorized by the descriptor's capability flags.
MFC after: 1 month Sponsored by: Google
show more ...
|
| #
cfef209a
|
| 06-Sep-2009 |
Pawel Jakub Dawidek <pjd@FreeBSD.org> |
Synchornize description in manual page with strerror() output.
|
| #
c879ae35
|
| 09-Jan-2007 |
Warner Losh <imp@FreeBSD.org> |
Per Regents of the University of Calfornia letter, remove advertising clause.
# If I've done so improperly on a file, please let me know.
|
| #
b13b4f6f
|
| 12-Oct-2006 |
Ruslan Ermilov <ru@FreeBSD.org> |
Use normal parentheses.
PR: docs/84549 Submitted by: Gary W. Swearingen MFC after: 3 days
|
| #
71dac3fb
|
| 19-Nov-2005 |
Simon L. B. Nielsen <simon@FreeBSD.org> |
Do not explicitly state how many bytes an argument list can be in the description of E2BIG, since it's now larger on some platforms.
MFC after: 3 days
|