| #
dcc180c5
|
| 20-Apr-2024 |
Konstantin Belousov <kib@FreeBSD.org> |
sigqueue(2): Document __SIGQUEUE_TID
Reviewed by: markj Sponsored by: The FreeBSD Foundation MFC after: 1 week Differential revision: https://reviews.freebsd.org/D44867
|
| #
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/
|
| #
f19351aa
|
| 05-May-2017 |
Brooks Davis <brooks@FreeBSD.org> |
Provide a freebsd32 implementation of sigqueue()
The previous misuse of sys_sigqueue() was sending random register or stack garbage to 64-bit targets. The freebsd32 implementation preserves the siv
Provide a freebsd32 implementation of sigqueue()
The previous misuse of sys_sigqueue() was sending random register or stack garbage to 64-bit targets. The freebsd32 implementation preserves the sival_int member of value when signaling a 64-bit process.
Document the mixed ABI implementation of union sigval and the incompability of sival_ptr with pointer integrity schemes.
Reviewed by: kib, wblock MFC after: 1 week Sponsored by: DARPA, AFRL Differential Revision: https://reviews.freebsd.org/D10605
show more ...
|
| #
08851ea2
|
| 10-Feb-2013 |
Jilles Tjoelker <jilles@FreeBSD.org> |
sigqueue(2): Fix typo (EEPERM -> EPERM).
MFC after: 3 days
|
| #
9f63b422
|
| 08-May-2012 |
Glen Barber <gjb@FreeBSD.org> |
General mdoc(7) and typo fixes.
PR: 167713 Submitted by: Nobuyuki Koganemaru (kogane!jp.freebsd.org)
|
| #
6975edd9
|
| 10-Mar-2012 |
Edward Tomasz Napierala <trasz@FreeBSD.org> |
Cross-reference sigqueue(2) and kill(2).
|
| #
a73a3ab5
|
| 17-Sep-2006 |
Ruslan Ermilov <ru@FreeBSD.org> |
Markup fixes.
|
| #
412295fd
|
| 13-Dec-2005 |
David Xu <davidxu@FreeBSD.org> |
Sort .Xr by section number.
Submitted by: ru
|
| #
e9e74956
|
| 13-Dec-2005 |
David Xu <davidxu@FreeBSD.org> |
Add cross references to siginfo.3.
|
| #
6f59c4c0
|
| 30-Nov-2005 |
David Xu <davidxu@FreeBSD.org> |
Update conformance and history sections.
|
| #
5507a2ae
|
| 18-Nov-2005 |
Ruslan Ermilov <ru@FreeBSD.org> |
Fix up markup etc. in recently born manpage.
|
| #
b1e515a3
|
| 12-Nov-2005 |
David Xu <davidxu@FreeBSD.org> |
Insert missing copyright headers.
|
| #
b71ec5be
|
| 11-Nov-2005 |
David Xu <davidxu@FreeBSD.org> |
Only signo should be marked with .Fa.
|
| #
e84ece6b
|
| 11-Nov-2005 |
David Xu <davidxu@FreeBSD.org> |
Add manuals for sigqueue, sigtimedwait, sigwaitinfo.
|