| #
f44029e3
|
| 26-Oct-2024 |
Mark Johnston <markj@FreeBSD.org> |
linker: Make linker.h more self-contained
struct kld_file_stat embeds a reference to MAXPATHLEN, defined in param.h.
PR: 280432 MFC after: 2 weeks
|
| #
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/
|
| #
3abf45a1
|
| 17-Oct-2016 |
John Baldwin <jhb@FreeBSD.org> |
Use 'cmd' rather than 'command' to match the function prototype.
|
| #
0d9deed5
|
| 08-Oct-2010 |
Ulrich Spörlein <uqs@FreeBSD.org> |
mdoc: drop redundant .Pp and .LP calls
They have no effect when coming in pairs, or before .Bl/.Bd
|
| #
2efeeba5
|
| 19-Dec-2002 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) police: "The .Fa argument.".
|
| #
2faeeff4
|
| 18-Dec-2002 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) police: Tidy up the syscall language.
Stop calling system calls "function calls".
Use "The .Fn system call" a-la "The .Nm utility".
When referring to a non-BSD implementation in the HISTOR
mdoc(7) police: Tidy up the syscall language.
Stop calling system calls "function calls".
Use "The .Fn system call" a-la "The .Nm utility".
When referring to a non-BSD implementation in the HISTORY section, call syscall a function, to be safe.
show more ...
|
| #
fd818070
|
| 01-Sep-2001 |
Chris Costello <chris@FreeBSD.org> |
Another punctuation fix (missing comma ending preposition).
|
| #
d997ce64
|
| 01-Sep-2001 |
Chris Costello <chris@FreeBSD.org> |
o Mention the fact that specifying a fileid of 0 searches all loaded modules. o Properly terminate a preposition.
|
| #
71b67d93
|
| 08-Aug-2001 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) police: markup nits.
|
| #
bd2e4334
|
| 27-Jul-2001 |
Chris Costello <chris@FreeBSD.org> |
Add a new kldsym(2) man page.
|