| #
cdecda8d
|
| 15-Nov-2023 |
Brooks Davis <brooks@FreeBSD.org> |
libc: move rfork_thread(3) to libsys
rfork_thread(3) is assembly that makes syscalls directly and uses cerror so it belongs in libsys.
Reviewed by: kib, emaste, imp Pull Request: https://github.com
libc: move rfork_thread(3) to libsys
rfork_thread(3) is assembly that makes syscalls directly and uses cerror so it belongs in libsys.
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/
|
| #
2fee45fd
|
| 06-Feb-2011 |
Jilles Tjoelker <jilles@FreeBSD.org> |
rfork_thread(3): Mark deprecated in favor of pthread_create(3).
|
| #
da0db726
|
| 27-Apr-2003 |
Robert Drehmel <robert@FreeBSD.org> |
Replace the return value of rfork_thread(3) in its manual page function prototype with `pid_t' to match the declaration in <unistd.h>.
|
| #
95f4226b
|
| 18-Dec-2002 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) police: "The .Fn function".
|
| #
32eef9ae
|
| 01-Oct-2001 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) police: Use the new .In macro for #include statements.
|
| #
86f47875
|
| 01-Aug-2001 |
Sheldon Hearn <sheldonh@FreeBSD.org> |
MFS: in HISTORY section, fix release number of first appearance
|
| #
b47d4cf9
|
| 01-Aug-2001 |
Sheldon Hearn <sheldonh@FreeBSD.org> |
Fix broken Fn calls; Fn doesn't take a manual page section as an argument.
Terminate the last sentence with a period.
|
| #
a2fd3702
|
| 11-Dec-2000 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) police: use canonical form of .Dd macro.
|
| #
db3c6b6b
|
| 29-Jul-2000 |
Peter Wemm <peter@FreeBSD.org> |
Add a skeleton rfork_thread(3) man page.
|