| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
-d and -v are not equivalent options. The former is more verbose than the
latter and the former does not actually send the signals while the latter does.
Let them have their own paragraphs.
From the point of view of the output, -v is equivalent to -s, so describe them
close to each other. The difference is that former actually sends the signals
and the latter doesn't.
PR: 247411
Approved by: manpages(0mp)
Differential Revision: https://reviews.freebsd.org/D25413
Notes:
svn path=/head/; revision=362678
|
| |
|
|
|
|
|
|
| |
Reported by: lwhsu
Pointy hat to: bjk
Notes:
svn path=/head/; revision=361839
|
| |
|
|
|
|
|
|
| |
Submitted by: fernape
Differential Revision: https://reviews.freebsd.org/D25002
Notes:
svn path=/head/; revision=361783
|
| |
|
|
|
|
|
|
|
|
|
| |
Man-page text provided by wblock.
PR: bin/30542
Submitted by: Tony Finch <dot@dotat.at> (original version)
MFC after: 1 week
Notes:
svn path=/head/; revision=252428
|
| |
|
|
|
|
|
|
|
| |
in pkill(1).
MFC after: 2 weeks
Notes:
svn path=/head/; revision=237618
|
| |
|
|
|
|
|
| |
Reviewed by: brueffer
Notes:
svn path=/head/; revision=233510
|
| |
|
|
|
|
|
|
|
|
| |
This pertains mostly to FILES, HISTORY, EXIT STATUS and AUTHORS sections.
Found by: mdocml lint run
Reviewed by: ru
Notes:
svn path=/head/; revision=208028
|
| |
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=206622
|
| |
|
|
|
|
|
| |
Submitted by: b. f. <bf1783 googlemail com>
Notes:
svn path=/head/; revision=201010
|
| |
|
|
|
|
|
|
|
| |
commands.
MFC after: 1 month
Notes:
svn path=/head/; revision=200981
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=192896
|
| |
|
|
| |
Notes:
svn path=/head/; revision=173506
|
| |
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=173504
|
| |
|
|
| |
Notes:
svn path=/head/; revision=140368
|
| |
|
|
| |
Notes:
svn path=/head/; revision=131491
|
| |
|
|
|
|
|
| |
Spell "ID" correctly.
Notes:
svn path=/head/; revision=129406
|
| |
|
|
| |
Notes:
svn path=/head/; revision=127511
|
| |
|
|
|
|
|
|
|
| |
effective user id, instead of the real user id.
MFC after: 2 weeks
Notes:
svn path=/head/; revision=125013
|
| |
|
|
|
|
|
| |
MFC after: 1 week
Notes:
svn path=/head/; revision=124682
|
| |
|
|
|
|
|
| |
MFC after: 1 week
Notes:
svn path=/head/; revision=124681
|
| |
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=113277
|
| |
|
|
|
|
|
| |
of the option -c argument in SYNOPSIS and DESCRIPTION.
Notes:
svn path=/head/; revision=100067
|
| |
|
|
| |
Notes:
svn path=/head/; revision=97503
|
| |
|
|
| |
Notes:
svn path=/head/; revision=95124
|
| |
|
|
|
|
|
|
| |
of trying to kill zombies (which has no effect except emit a few error
messages)
Notes:
svn path=/head/; revision=94689
|
| |
|
|
|
|
|
|
|
| |
effective uid.
MFC after: 3 days
Notes:
svn path=/head/; revision=87105
|
| |
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=81251
|
| |
|
|
| |
Notes:
svn path=/head/; revision=79755
|
| |
|
|
| |
Notes:
svn path=/head/; revision=79535
|
| |
|
|
| |
Notes:
svn path=/head/; revision=71310
|
| |
|
|
| |
Notes:
svn path=/head/; revision=70197
|
| |
|
|
| |
Notes:
svn path=/head/; revision=70015
|
| |
|
|
| |
Notes:
svn path=/head/; revision=69027
|
| |
|
|
| |
Notes:
svn path=/head/; revision=68963
|
| |
|
|
| |
Notes:
svn path=/head/; revision=68575
|
| |
|
|
|
|
|
|
|
|
|
|
| |
using killall.c instead of the perl version that depends on procfs.
The C version uses sysctl(). The program is based on a hack that was
originally written about 6 years ago and has evolved somewhat since then.
(which is why it is a superset of killall.pl, rather than being a clone.)
With apologies to: wosch
Notes:
svn path=/head/; revision=65177
|
| |
|
|
| |
Notes:
svn path=/head/; revision=50477
|
| |
|
|
| |
Notes:
svn path=/head/; revision=34801
|
| |
|
|
|
|
|
|
| |
PR: docs/4911
Submitted by: Vasim Valejev <vasim@uddias.diaspro.com>
Notes:
svn path=/head/; revision=30882
|
| |
|
|
| |
Notes:
svn path=/head/; revision=23012
|
| |
|
|
|
|
|
|
|
|
|
| |
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.
Notes:
svn path=/head/; revision=21673
|
| |
|
|
| |
Notes:
svn path=/head/; revision=17849
|
| |
|
|
| |
Notes:
svn path=/head/; revision=17786
|
| |
|
|
|
|
|
|
| |
Submitted by: smpatel, wosch
Reviewed by: wosch
Notes:
svn path=/head/; revision=16016
|
| |
|
|
|
|
|
|
|
| |
Now ``killall xterm'' works :-)
Don't fail for processes with meta chars (c+++)
Notes:
svn path=/head/; revision=13893
|
| |
|
|
| |
Notes:
svn path=/head/; revision=13744
|
|
|
Kills processes by name instead of by UID.
(Man page by me.)
Submitted by: wosch@cs.tu-berlin.de (Wolfram Schneider)
Notes:
svn path=/cvs2svn/branches/wosch/; revision=9316
|