| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
| |
Point to the existence of reapers and mention that init is the default
reaper.
Sponsored by: The FreeBSD Foundation
MFC after: 3 days
Notes:
svn path=/head/; revision=350861
|
| |
|
|
|
|
|
|
| |
Sponsored by: The FreeBSD Foundation
MFC after: 3 days
Notes:
svn path=/head/; revision=350860
|
| |
|
|
|
|
|
|
|
|
|
|
| |
There are multiple ways to wait for any child process to return a
status (e.g., waitpid(-1, ...), waitid(P_ALL, ...)), so don't be so
specific.
MFC after: 1 week
Sponsored by: The FreeBSD Foundation
Notes:
svn path=/head/; revision=339692
|
| |
|
|
|
|
|
|
|
|
| |
HISTORY section. Note: Any system calls that were added prior to v7,
but after v1 weren't changed.
Obtained from: http://www.tuhs.org/cgi-bin/utree.pl?file=V1/man/man2
Notes:
svn path=/head/; revision=326435
|
| |
|
|
|
|
|
|
|
|
| |
This syscall has never existed and is not at risk of existing any time soon.
Remove documentation referencing it, which has been wrong since FreeBSD 9.
Reported by: allanjude@
Notes:
svn path=/head/; revision=320058
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
| |
Suggested by: glebius
Reviewed by: wblock, bjk
Differential Revision: https://reviews.freebsd.org/D6080
Notes:
svn path=/head/; revision=301159
|
| |
|
|
|
|
|
| |
Mostly on comments.
Notes:
svn path=/head/; revision=298830
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
SIGCHLD signal, should keep full 32 bits of the status passed to the
_exit(2).
Split the combined p_xstat of the struct proc into the separate exit
status p_xexit for normal process exit, and signalled termination
information p_xsig. Kernel-visible macro KW_EXITCODE() reconstructs
old p_xstat from p_xexit and p_xsig. p_xexit contains complete status
and copied out into si_status.
Requested by: Joerg Schilling
Reviewed by: jilles (previous version), pho
Tested by: pho
Sponsored by: The FreeBSD Foundation
Notes:
svn path=/head/; revision=285670
|
| |
|
|
| |
Notes:
svn path=/head/; revision=259041
|
| |
|
|
|
|
|
|
|
| |
PR: docs/183904
Submitted by: Michael Galassi <michaelgalassi@gmail.com>
Reviewed by: kib, wblock (earlier version)
Notes:
svn path=/head/; revision=258891
|
| |
|
|
|
|
|
| |
Userland should get these definitions by including <signal.h>.
Notes:
svn path=/head/; revision=258793
|
| |
|
|
| |
Notes:
svn path=/head/; revision=255358
|
| |
|
|
|
|
|
|
|
| |
PR: standards/170346
Submitted by: "Jukka A. Ukkonen" <jau@iki.fi>
MFC after: 1 month
Notes:
svn path=/head/; revision=242961
|
| |
|
|
|
|
|
|
|
| |
three to four.
MFC after: 1 week
Notes:
svn path=/head/; revision=240132
|
| |
|
|
| |
Notes:
svn path=/head/; revision=223217
|
| |
|
|
| |
Notes:
svn path=/head/; revision=202721
|
| |
|
|
|
|
|
|
|
|
|
|
| |
is returned shall be kept in the waitable state.
Add WSTOPPED as an alias for WUNTRACED.
Submitted by: Jukka Ukkonen <jau at iki fi>
PR: standards/116221
MFC after: 2 weeks
Notes:
svn path=/head/; revision=182193
|
| |
|
|
|
|
|
|
|
| |
clause.
# If I've done so improperly on a file, please let me know.
Notes:
svn path=/head/; revision=165903
|
| |
|
|
|
|
|
|
| |
have such a reference. Add a reference instead to SA_RESTART in
sigaction(2).
Notes:
svn path=/head/; revision=158776
|
| |
|
|
|
|
|
| |
Submitted by: ru
Notes:
svn path=/head/; revision=153376
|
| |
|
|
| |
Notes:
svn path=/head/; revision=153370
|
| |
|
|
| |
Notes:
svn path=/head/; revision=152551
|
| |
|
|
| |
Notes:
svn path=/head/; revision=152325
|
| |
|
|
| |
Notes:
svn path=/head/; revision=152294
|
| |
|
|
| |
Notes:
svn path=/head/; revision=152293
|
| |
|
|
| |
Notes:
svn path=/head/; revision=140505
|
| |
|
|
| |
Notes:
svn path=/head/; revision=131594
|
| |
|
|
| |
Notes:
svn path=/head/; revision=131504
|
| |
|
|
|
|
|
| |
through ignoring SIGCHLD.
Notes:
svn path=/head/; revision=130186
|
| |
|
|
| |
Notes:
svn path=/head/; revision=108087
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
| |
WIFCONTINUED macro.
Notes:
svn path=/head/; revision=97715
|
| |
|
|
| |
Notes:
svn path=/head/; revision=84306
|
| |
|
|
| |
Notes:
svn path=/head/; revision=79754
|
| |
|
|
| |
Notes:
svn path=/head/; revision=79531
|
| |
|
|
| |
Notes:
svn path=/head/; revision=79366
|
| |
|
|
| |
Notes:
svn path=/head/; revision=69051
|
| |
|
|
| |
Notes:
svn path=/head/; revision=60349
|
| |
|
|
|
|
|
| |
More libraries manpages updates following.
Notes:
svn path=/head/; revision=59460
|
| |
|
|
| |
Notes:
svn path=/head/; revision=50476
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
track.
The $Id$ line is normally at the bottom of the main comment block in the
man page, separated from the rest of the manpage by an empty comment,
like so;
.\" $Id$
.\"
If the immediately preceding comment is a @(#) format ID marker than the
the $Id$ will line up underneath it with no intervening blank lines.
Otherwise, an additional blank line is inserted.
Approved by: bde
Notes:
svn path=/head/; revision=48794
|
| |
|
|
| |
Notes:
svn path=/head/; revision=32193
|
| |
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
| |
try and silence "manck".
ncurses, rpc, and some of the gnu stuff are still a big mess, however.
Notes:
svn path=/head/; revision=14038
|
|
|
Notes:
svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=1573
|