History log of /src/lib/libsys/pselect.2 (Results 1 – 11 of 11)
Revision Date Author Comments
# 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 ...


# fa9896e0 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: two-line nroff pattern

Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/


# ef86876b 02-Jul-2022 Warner Losh <imp@FreeBSD.org>

pselect(2): Document what a null pointer for the signalmask means

When pselect is passed a null pointer for the signal mask, the standard
says it shall behave like select (except for the different t

pselect(2): Document what a null pointer for the signalmask means

When pselect is passed a null pointer for the signal mask, the standard
says it shall behave like select (except for the different timeout
arg). Make a note of that here.

Sponsored by: Netflix

show more ...


# 8fbf3d50 23-Jun-2014 Baptiste Daroussin <bapt@FreeBSD.org>

use .Mt to mark up email addresses consistently (part4)

PR: 191174
Submitted by: Franco Fichtner <franco at lastsummer.de>


# fdafa784 16-Aug-2013 Jilles Tjoelker <jilles@FreeBSD.org>

pselect(2): Add xref to sigsuspend(2).


# 9a714660 28-Oct-2009 Konstantin Belousov <kib@FreeBSD.org>

Move pselect(3) man page to section 2.

Noted by: jhb
MFC after: 1 month


# 6de630f9 27-Oct-2009 Konstantin Belousov <kib@FreeBSD.org>

Commit libc files missed in r198508


# 95f4226b 18-Dec-2002 Ruslan Ermilov <ru@FreeBSD.org>

mdoc(7) police: "The .Fn function".


# 304d1f73 04-Dec-2002 Ruslan Ermilov <ru@FreeBSD.org>

mdoc(7) police: overhaul.

Approved by: re


# 54e4e385 12-Oct-2002 Mike Barcroft <mike@FreeBSD.org>

Add restrict type-qualifier.


# 50d0eead 17-Jun-2002 Garrett Wollman <wollman@FreeBSD.org>

Actually document pselect(3) so that Bruce can mention it in the release
notes. :-)