aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/sys/sigaltstack.2
Commit message (Collapse)AuthorAgeFilesLines
* libsys: relocate implementations and manpagesBrooks Davis2024-02-051-159/+0
| | | | | | | | | 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
* lib: Remove ancient SCCS tags.Warner Losh2023-11-271-2/+0
| | | | | | | | 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
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-161-1/+0
| | | | Remove /^\.\\"\s*\$FreeBSD\$$\n/
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
| | | | | | | | | | | | 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 Notes: svn path=/head/; revision=314436
* Use NULL instead of 0 for pointer in example.Konstantin Belousov2010-08-291-1/+1
| | | | | | | MFC after: 3 days Notes: svn path=/head/; revision=211966
* sigaltstack(2): document some modernizations:Jilles Tjoelker2010-05-061-17/+15
| | | | | | | | | | | | * 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 Notes: svn path=/head/; revision=207734
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-091-4/+0
| | | | | | | | | clause. # If I've done so improperly on a file, please let me know. Notes: svn path=/head/; revision=165903
* mdoc(7) police: Tidy up the syscall language.Ruslan Ermilov2002-12-181-3/+7
| | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=108028
* Add the 'restrict' type qualifier to the prototypes of `sigaction',Robert Drehmel2002-10-021-1/+1
| | | | | | | | | `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. Notes: svn path=/head/; revision=104368
* Adjust to reflect reality, which is that sigaltstack() takes stack_t *'s.Archie Cobbs2002-09-101-6/+6
| | | | | | | MFC after: 3 days Notes: svn path=/head/; revision=103202
* mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-011-1/+1
| | | | Notes: svn path=/head/; revision=84306
* Use the ``.Rv -std'' mdoc(7) macro in appropriate cases.Yaroslav Tykhiy2001-08-091-4/+1
| | | | | | | Reviewed by: ru Notes: svn path=/head/; revision=81352
* Remove whitespace at EOL.Dima Dorfman2001-07-151-2/+2
| | | | Notes: svn path=/head/; revision=79754
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
| | | | Notes: svn path=/head/; revision=79531
* mdoc(7) police: Er macro usage cleanup.Ruslan Ermilov2000-11-221-1/+1
| | | | Notes: svn path=/head/; revision=69051
* Use `Er' variable to define first column width in ERRORS section. It wasAlexey Zelkin2000-05-041-1/+1
| | | | | | | initially suggested by mdoc(7) style, but was broken over the years Notes: svn path=/head/; revision=59954
* Introduce ".Lb" macro to libc manpages.Alexey Zelkin2000-04-211-0/+2
| | | | | | | More libraries manpages updates following. Notes: svn path=/head/; revision=59460
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50476
* Typo.Pierre Beyssac1999-05-251-2/+2
| | | | | | | | PR: docs/11832 Submitted by: Ralf S. Engelschall <rse@engelschall.com> Notes: svn path=/head/; revision=47489
* Updated type of ss_size in struct sigaltstack.Bruce Evans1999-01-011-3/+2
| | | | | | | Removed bogus prerequisite <sys/types.h>. Notes: svn path=/head/; revision=42229
* Make this man page really match the current <sys/signal.h> again andBruce Evans1997-03-121-2/+2
| | | | | | | | the 2.x <sys/signal.h> for the first time :-). The type of ss_sp was lexically different. Notes: svn path=/head/; revision=23800
* Make this man page match the current <sys/signal.h> again :-).Mike Pritchard1997-03-121-3/+4
| | | | | | | | | 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. Notes: svn path=/head/; revision=23793
* Update the structure to match how things are going to appear afterMike Pritchard1997-03-121-3/+3
| | | | | | | bde commits some changes later tonight. Notes: svn path=/head/; revision=23787
* Cleanup some of the Lite2 merge. Most of it is mdoc cleanup,Mike Pritchard1997-03-121-3/+3
| | | | | | | | | | | 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. Notes: svn path=/head/; revision=23778
* Merge from Lite2 onto mainline -Peter Wemm1997-03-111-5/+5
| | | | | | | | - add undelete() and undelete.2 (requires libc minor bump some time) - man page updates Notes: svn path=/head/; revision=23660
* Correctly use .Fn instead of .Nm to reference function namesMike Pritchard1996-08-221-2/+2
| | | | | | | | | | | in a bunch of man pages. Use the correct .Bx (BSD UNIX) or .At (AT&T UNIX) macros instead of explicitly specifying the version in the text in a bunch of man pages. Notes: svn path=/head/; revision=17782
* Update the docs after the rename of SA_DISABLE and SA_ONSTACK when used forPeter Wemm1996-03-021-3/+3
| | | | | | | | | ss_flags to SS_DISABLE and SS_ONSTACK. SA_ONSTACK is still used in struct sigaction. Nowhere in our entire source tree could I find a single place these were used. Notes: svn path=/head/; revision=14336
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+165
Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=1573