| #
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 ...
|
| #
dc36d6f9
|
| 23-Nov-2023 |
Warner Losh <imp@FreeBSD.org> |
lib: Remove ancient SCCS tags.
Remove ancient SCCS tags from the tree, automated scripting, with two minor fixup to keep things compiling. All the common forms in the tree were removed with a perl s
lib: Remove ancient SCCS tags.
Remove ancient SCCS tags from the tree, automated scripting, with two minor fixup to keep things compiling. All the common forms in the tree were removed with a perl script.
Sponsored by: Netflix
show more ...
|
| #
b2c76c41
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: one-line nroff pattern
Remove /^\.\\"\s*\$FreeBSD\$$\n/
|
| #
eb8a0638
|
| 25-Jun-2020 |
Pawel Biernacki <kaktus@FreeBSD.org> |
man page of select(2) should mention pselect(2)
Reviewed by: bcr (manpages), kib, trasz Approved by: kib (mentor) MFC after: 7 days Sponsored by: Mysterious Code Ltd. Differential Revision: https://
man page of select(2) should mention pselect(2)
Reviewed by: bcr (manpages), kib, trasz Approved by: kib (mentor) MFC after: 7 days Sponsored by: Mysterious Code Ltd. Differential Revision: https://reviews.freebsd.org/D25169
show more ...
|
| #
fbbd9655
|
| 28-Feb-2017 |
Warner Losh <imp@FreeBSD.org> |
Renumber copyright clause 4
Renumber cluase 4 to 3, per what everybody else did when BSD granted them permission to remove clause 3. My insistance on keeping the same numbering for legal reasons is
Renumber copyright clause 4
Renumber cluase 4 to 3, per what everybody else did when BSD granted them permission to remove clause 3. My insistance on keeping the same numbering for legal reasons is too pedantic, so give up on that point.
Submitted by: Jan Schaumann <jschauma@stevens.edu> Pull Request: https://github.com/freebsd/freebsd/pull/96
show more ...
|
| #
50d675f7
|
| 29-Mar-2012 |
Eitan Adler <eadler@FreeBSD.org> |
Remove trailing whitespace per mdoc lint warning
Disussed with: gavin No objection from: doc Approved by: joel MFC after: 3 days
|
| #
19166a39
|
| 19-Dec-2007 |
Warner Losh <imp@FreeBSD.org> |
Add note about other systems.
|
| #
c879ae35
|
| 09-Jan-2007 |
Warner Losh <imp@FreeBSD.org> |
Per Regents of the University of Calfornia letter, remove advertising clause.
# If I've done so improperly on a file, please let me know.
|
| #
24a0682c
|
| 20-Jan-2005 |
Ruslan Ermilov <ru@FreeBSD.org> |
Sort sections.
|
| #
f56be64f
|
| 23-Dec-2004 |
Giorgos Keramidas <keramida@FreeBSD.org> |
``NULL is a specific instance of a null pointer constant; the generic is a "null pointer".''
Making good use of the excellent explanations sent to me by Ruslan Ermilov, Garrett Wollman and Bruce Eva
``NULL is a specific instance of a null pointer constant; the generic is a "null pointer".''
Making good use of the excellent explanations sent to me by Ruslan Ermilov, Garrett Wollman and Bruce Evans, correct the descriptions of null pointers. They are just "null pointers", not nil, not NULL or ".Dv NULL".
Suggested by: ru, wollman, bde Reviewed by: ru, wollman Pointy hat: keramida
show more ...
|
| #
411d727c
|
| 22-Dec-2004 |
Giorgos Keramidas <keramida@FreeBSD.org> |
Use .Dv NULL when referring to NULL C pointers, instead of "nil".
|
| #
1a0a9345
|
| 02-Jul-2004 |
Ruslan Ermilov <ru@FreeBSD.org> |
Mechanically kill hard sentence breaks.
|
| #
78a5f747
|
| 19-Mar-2004 |
Diomidis Spinellis <dds@FreeBSD.org> |
Shave-off troff cycles by invoking .Fa only once.
Submitted by: ru MFC after: 1 week
|
| #
5eb48ad9
|
| 03-Mar-2004 |
Diomidis Spinellis <dds@FreeBSD.org> |
Document missing EFAULT errno value.
MFC after: 2 weeks
|
| #
93a876df
|
| 26-Jan-2004 |
Eivind Eklund <eivind@FreeBSD.org> |
Xref kqueue and poll
|
| #
fe08efe6
|
| 08-Sep-2003 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7): Use the new feature of the .In macro.
|
| #
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 ...
|
| #
4624c61c
|
| 17-Nov-2002 |
Mike Barcroft <mike@FreeBSD.org> |
Update SYNOPSIS to reflect the standardized header. Add STANDARDS section.
PR: 43270
|
| #
32eef9ae
|
| 01-Oct-2001 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) police: Use the new .In macro for #include statements.
|
| #
94ba280c
|
| 10-Aug-2001 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) police: join split punctuation to macro calls.
|
| #
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.
|
| #
f741619c
|
| 04-Sep-2000 |
Warner Losh <imp@FreeBSD.org> |
Use .St -susv2 rather than "The Single UNIX Specification".
Submitted by: sheldonh
|
| #
71300cb5
|
| 04-Sep-2000 |
Warner Losh <imp@FreeBSD.org> |
Soften the statement about select's timeout argument. This part of the system likely won't change in the future, but the warning is a good idea.
|