| #
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/
|
| #
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 ...
|
| #
32eef9ae
|
| 01-Oct-2001 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) police: Use the new .In macro for #include statements.
|
| #
3fb49e7d
|
| 27-Jul-2001 |
Chris Costello <chris@FreeBSD.org> |
Add cross-references for the new kldsym(2) man page.
|
| #
4bc14ac2
|
| 24-Jul-2001 |
Yaroslav Tykhiy <ytykhiy@gmail.com> |
Unify SEE ALSO sections of the kld*.2 and mod*.2 manpages. Previously, some useful xrefs were missing. Now each of the pages refers to all remaining section 2 pages, to the kld(4) page, and to a rela
Unify SEE ALSO sections of the kld*.2 and mod*.2 manpages. Previously, some useful xrefs were missing. Now each of the pages refers to all remaining section 2 pages, to the kld(4) page, and to a related utility's (section 8) page.
show more ...
|
| #
7ebcc426
|
| 15-Jul-2001 |
Dima Dorfman <dd@FreeBSD.org> |
Remove whitespace at EOL.
|
| #
a307d598
|
| 10-Jul-2001 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) police: removed HISTORY info from the .Os call.
|
| #
42635956
|
| 29-Dec-2000 |
Ruslan Ermilov <ru@FreeBSD.org> |
Prepare for mdoc(7)NG.
|
| #
5edc3572
|
| 28-Sep-2000 |
Peter Wemm <peter@FreeBSD.org> |
Add man pages for mod*(2). Shamelessly cut/pasted from the kld*(2) man pages by Chris Costello.
|
| #
bb33e422
|
| 23-Jun-2000 |
Chris Costello <chris@FreeBSD.org> |
Replace .Va, .Ar and .Nm with .Fa or .Va where necessary, examples: ``.Ar errno'' -> ``.Va errno'' ``.Nm ops'' -> ``.Fa ops'' ``.Va fd'' -> ``.Fa fd''
|
| #
25bb73e0
|
| 21-Apr-2000 |
Alexey Zelkin <phantom@FreeBSD.org> |
Introduce ".Lb" macro to libc manpages.
More libraries manpages updates following.
|
| #
b6c461d7
|
| 05-Sep-1999 |
Alexey Zelkin <phantom@FreeBSD.org> |
mdoc(7) style fix: FreeBSD -> .Fx
Reviewed by: mpp
|
| #
7f3dea24
|
| 28-Aug-1999 |
Peter Wemm <peter@FreeBSD.org> |
$Id$ -> $FreeBSD$
|
| #
940b9c82
|
| 01-Jul-1999 |
Sheldon Hearn <sheldonh@FreeBSD.org> |
Fix the NAME section of the kldload.2 manpage, which made reference to kldunload. Add proper cross-references to the whole family.
PR: 12472 Submitted by: Chris Costello <chris@calldei.com>
|
| #
1dc547e7
|
| 09-Apr-1999 |
Bruce Evans <bde@FreeBSD.org> |
Fixed missing include in synopsis.
Fixed some mdoc usage errors.
|
| #
67022433
|
| 04-Apr-1999 |
Doug Rabson <dfr@FreeBSD.org> |
Manpages for the KLD system calls.
PR: docs/10412 Submitted by: Chris Costello <chris@calldei.com>
|