| #
dab59af3
|
| 23-Oct-2024 |
Li-Wen Hsu <lwhsu@FreeBSD.org> |
Canonicalize the name of the FreeBSD Foundation
Reviewed by: emaste Sponsored by: The FreeBSD Foundation
|
| #
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/
|
| #
560e22c8
|
| 21-Jul-2022 |
Ed Maste <emaste@FreeBSD.org> |
Remove "All Rights Reserved" from FreeBSD Foundation libc copyrights
As per the updated FreeBSD copyright template. These were unambiguous cases where the Foundation was the only listed copyright h
Remove "All Rights Reserved" from FreeBSD Foundation libc copyrights
As per the updated FreeBSD copyright template. These were unambiguous cases where the Foundation was the only listed copyright holder.
Sponsored by: The FreeBSD Foundation
show more ...
|
| #
f6d234d8
|
| 19-Dec-2020 |
Gordon Bergling <gbe@FreeBSD.org> |
libc: Fix most issues reported by mandoc
- varios "new sentence, new line" warnings - varios "sections out of conventional order" warnings - varios "unusual Xr order" warnings - varios "missing sect
libc: Fix most issues reported by mandoc
- varios "new sentence, new line" warnings - varios "sections out of conventional order" warnings - varios "unusual Xr order" warnings - varios "missing section argument" warnings - varios "no blank before trailing delimiter" warnings - varios "normalizing date format" warnings
MFC after: 1 month
show more ...
|
| #
6a701619
|
| 05-May-2020 |
Benedict Reuschling <bcr@FreeBSD.org> |
Add HISTORY sections to document when this functionality first appeared in FreeBSD.
Submitted by: Gordon Bergling gbergling_gmail.com Approved by: bcr Differential Revision: https://reviews.freebsd.
Add HISTORY sections to document when this functionality first appeared in FreeBSD.
Submitted by: Gordon Bergling gbergling_gmail.com Approved by: bcr Differential Revision: https://reviews.freebsd.org/D24677
show more ...
|
| #
a81c9692
|
| 03-Mar-2020 |
Mateusz Piotrowski <0mp@FreeBSD.org> |
thr_self.2: Fix some typos in the thread identifier range
Reported by: kaktus Approved by: bcr (mentor) Differential Revision: https://reviews.freebsd.org/D23936
|
| #
9de9fa32
|
| 01-Jun-2016 |
Jilles Tjoelker <jilles@FreeBSD.org> |
thr_*(2): Add xrefs to what libthr implements using each syscall.
Add text to thr_exit(2) and thr_new(2) discouraging their use in applications since calling these in a process with libthr loaded wi
thr_*(2): Add xrefs to what libthr implements using each syscall.
Add text to thr_exit(2) and thr_new(2) discouraging their use in applications since calling these in a process with libthr loaded will confuse libthr and is likely to cause hangs or crashes.
The thr_kill2(2) call is not used by libthr and may be useful in special applications.
The other calls can be used in applications but it should not be necessary.
show more ...
|
| #
8e44e0ab
|
| 29-May-2016 |
Jilles Tjoelker <jilles@FreeBSD.org> |
_umtx_op(2),thr_*(2): Various spelling, grammar and mdoc fixes.
|
| #
10a21ce6
|
| 14-May-2016 |
Konstantin Belousov <kib@FreeBSD.org> |
Document the non-obsoleted kernel interfaces used by libthr.
Reviewed by: emaste Sponsored by: The FreeBSD Foundation Differential revision: https://reviews.freebsd.org/D6335
|