| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
Fix a regression introduced in r237618
MFC r260801:
Re-work r260800 to include other signals which start with 'I'
such as ILL, INFO etc.
Sponsored by: Multiplay
|
|
|
|
|
|
|
|
| |
Man-page text provided by wblock.
PR: bin/30542
Submitted by: Tony Finch <dot@dotat.at> (original version)
MFC after: 1 week
|
|
|
|
|
|
|
|
|
| |
living process as a zombie and refuses to kill it. The cause is that
the code masks ki_stat with SZOMB to compare with SZOMB, but ki_stat
is not a mask.
Possibly reported by: cperciva
MFC after: 3 days
|
|
|
|
| |
MFC after: 3 days
|
|
|
|
| |
MFC after: 3 days
|
|
|
|
|
|
|
|
| |
Free can properly handle NULL pointer (but keep free() call on the premise
that the code might be reused).
Show errno when realloc failed.
MFC after: 3 days
|
|
|
|
|
|
| |
in pkill(1).
MFC after: 2 weeks
|
|
|
|
| |
Reviewed by: brueffer
|
|
|
|
| |
This was changed in r218285.
|
|
|
|
|
|
|
|
|
|
|
|
| |
This matches the constants from <signal.h> with 'SIG' removed, which POSIX
requires kill and trap to accept and 'kill -l' to write.
'kill -l', 'trap', 'trap -l' output is now upper case.
In Turkish locales, signal names with an upper case 'I' are now accepted,
while signal names with a lower case 'i' are no longer accepted, and the
output of 'killall -l' now contains proper capital 'I' without dot instead
of a dotted capital 'I'.
|
|
|
|
|
|
|
| |
This pertains mostly to FILES, HISTORY, EXIT STATUS and AUTHORS sections.
Found by: mdocml lint run
Reviewed by: ru
|
|
|
|
|
|
|
|
| |
Although groff_mdoc(7) gives another impression, this is the ordering
most widely used and also required by mdocml/mandoc.
Reviewed by: ru
Approved by: philip, ed (mentors)
|
|
|
|
| |
Submitted by: b. f. <bf1783 googlemail com>
|
|
|
|
|
|
| |
commands.
MFC after: 1 month
|
|
|
|
| |
needed.
|
|
|
|
| |
Tested with: make universe
|
|
|
|
|
|
| |
system calls and the security.jail.param sysctls.
Approved by: bz (mentor)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
and jail_get(2). Jail(8) can now create jails using a "name=value"
format instead of just specifying a limited set of fixed parameters; it
can also modify parameters of existing jails. Jls(8) can display all
parameters of jails, or a specified set of parameters. The available
parameters are gathered from the kernel, and not hard-coded into these
programs.
Small patches on killall(1) and jexec(8) to support jail names with
jail_get(2).
Approved by: bz (mentor)
|
| |
|
| |
|
|
|
|
|
|
|
| |
to be specified together with either -u or -t to have an effect,
and exit status of 2 is not possible after a Perl->C conversion.
- While here, fix markup.
|
| |
|
| |
|
|
|
|
|
|
| |
PR: misc/69768
Submitted by: bronek
MFC after: 1 week
|
|
|
|
| |
with signed chars.
|
| |
|
| |
|
| |
|
|
|
|
| |
Spell "ID" correctly.
|
| |
|
|
|
|
|
|
| |
effective user id, instead of the real user id.
MFC after: 2 weeks
|
|
|
|
|
|
|
| |
avoid killing itself.)
PR: bin/46107
Submitted by: stacey <stacey_@starwhack.net>
|
|
|
|
| |
MFC after: 1 week
|
|
|
|
| |
MFC after: 1 week
|
| |
|
|
|
|
|
| |
that we kill each process once, not once for every thread it owns. This
avoids "No such process" warnings when killing threaded processes.
|
|
|
|
| |
Submitted by: Joe Marcus Clarke in current@
|
|
|
|
|
|
|
| |
o Add jexec(8) to execute a command in an existing jail.
o Add -j option for killall(1) to kill all processes in a specified
jail.
o Add -i option to jail(8) to output jail ID of newly created jail.
|
| |
|
|
|
|
| |
of the option -c argument in SYNOPSIS and DESCRIPTION.
|
| |
|
| |
|
|
|
|
|
| |
killall stopped after failing to kill one process or whether it kept
going.
|
| |
|
|
|
|
|
| |
of trying to kill zombies (which has no effect except emit a few error
messages)
|
|
|
|
| |
the entire string. This avoids signed/unsigned comparison.
|
|
|
|
|
|
| |
effective uid.
MFC after: 3 days
|
| |
|
|
|
|
|
|
|
| |
Avoid using parenthesis enclosure macros (.Pq and .Po/.Pc) with plain text.
Not only this slows down the mdoc(7) processing significantly, but it also
has an undesired (in this case) effect of disabling hyphenation within the
entire enclosed block.
|
| |
|