| #
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/
|
| #
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 ...
|
| #
da881cad
|
| 29-Aug-2010 |
Konstantin Belousov <kib@FreeBSD.org> |
Use NULL instead of 0 for pointer in example.
MFC after: 3 days
|
| #
29b7bdea
|
| 06-May-2010 |
Jilles Tjoelker <jilles@FreeBSD.org> |
sigaltstack(2): document some modernizations: * un-document 'struct sigaltstack' tag for stack_t as this is BSD-specific; this doesn't seem useful enough to document as such * alternate stacks are
sigaltstack(2): document some modernizations: * un-document 'struct sigaltstack' tag for stack_t as this is BSD-specific; this doesn't seem useful enough to document as such * alternate stacks are per thread, not per process * update error codes to what the kernel does and POSIX requires
MFC after: 1 week
show more ...
|
| #
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.
|
| #
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 ...
|
| #
e31d11c3
|
| 02-Oct-2002 |
Robert Drehmel <robert@FreeBSD.org> |
Add the 'restrict' type qualifier to the prototypes of `sigaction', `sigprocmask', `sigaltstack', and `sigwait' as well as to the prototypes of the apparantly unimplemented functions `sigtimedwait' a
Add the 'restrict' type qualifier to the prototypes of `sigaction', `sigprocmask', `sigaltstack', and `sigwait' as well as to the prototypes of the apparantly unimplemented functions `sigtimedwait' and `sigwaitinfo'. This complies with IEEE Std 1003.1-2001.
show more ...
|
| #
a9f615db
|
| 10-Sep-2002 |
Archie Cobbs <archie@FreeBSD.org> |
Adjust to reflect reality, which is that sigaltstack() takes stack_t *'s.
MFC after: 3 days
|
| #
32eef9ae
|
| 01-Oct-2001 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) police: Use the new .In macro for #include statements.
|
| #
b1250632
|
| 09-Aug-2001 |
Yaroslav Tykhiy <ytykhiy@gmail.com> |
Use the ``.Rv -std'' mdoc(7) macro in appropriate cases.
Reviewed by: ru
|
| #
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.
|
| #
c23155a4
|
| 22-Nov-2000 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) police: Er macro usage cleanup.
|
| #
4f79a411
|
| 04-May-2000 |
Alexey Zelkin <phantom@FreeBSD.org> |
Use `Er' variable to define first column width in ERRORS section. It was initially suggested by mdoc(7) style, but was broken over the years
|
| #
25bb73e0
|
| 21-Apr-2000 |
Alexey Zelkin <phantom@FreeBSD.org> |
Introduce ".Lb" macro to libc manpages.
More libraries manpages updates following.
|
| #
7f3dea24
|
| 28-Aug-1999 |
Peter Wemm <peter@FreeBSD.org> |
$Id$ -> $FreeBSD$
|
| #
8f823235
|
| 25-May-1999 |
Pierre Beyssac <pb@FreeBSD.org> |
Typo.
PR: docs/11832 Submitted by: Ralf S. Engelschall <rse@engelschall.com>
|
| #
d82478ba
|
| 01-Jan-1999 |
Bruce Evans <bde@FreeBSD.org> |
Updated type of ss_size in struct sigaltstack.
Removed bogus prerequisite <sys/types.h>.
|
| #
9786bca9
|
| 12-Mar-1997 |
Bruce Evans <bde@FreeBSD.org> |
Make this man page really match the current <sys/signal.h> again and the 2.x <sys/signal.h> for the first time :-). The type of ss_sp was lexically different.
|
| #
1ec7f27c
|
| 12-Mar-1997 |
Mike Pritchard <mpp@FreeBSD.org> |
Make this man page match the current <sys/signal.h> again :-).
Bruce says that since NetBSD, OpenBSD and Linux currently use ss_sp, we won't be changing it to the lite2 ss_base. The type may change
Make this man page match the current <sys/signal.h> again :-).
Bruce says that since NetBSD, OpenBSD and Linux currently use ss_sp, we won't be changing it to the lite2 ss_base. The type may change at some later date.
show more ...
|
| #
d6582c67
|
| 12-Mar-1997 |
Mike Pritchard <mpp@FreeBSD.org> |
Update the structure to match how things are going to appear after bde commits some changes later tonight.
|
| #
ed1fa5e0
|
| 12-Mar-1997 |
Mike Pritchard <mpp@FreeBSD.org> |
Cleanup some of the Lite2 merge. Most of it is mdoc cleanup, but in one case the Lite2 changes were flat out wrong and caused the man page to disagree with a header file.
There are still some *roff
Cleanup some of the Lite2 merge. Most of it is mdoc cleanup, but in one case the Lite2 changes were flat out wrong and caused the man page to disagree with a header file.
There are still some *roff macro calls that were added that I have yet to figure out what to do with in some of the man pages.
show more ...
|
| #
5faf00b5
|
| 11-Mar-1997 |
Peter Wemm <peter@FreeBSD.org> |
Merge from Lite2 onto mainline - - add undelete() and undelete.2 (requires libc minor bump some time) - man page updates
|