History log of /freebsd/lib/libsys/intro.2 (Results 1 – 9 of 9)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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 20-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 20-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 20-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 20-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 20-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


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 ...