Revision tags: release/8.4.0 |
|
#
cdbf4fee |
| 29-Apr-2013 |
Eitan Adler <eadler@FreeBSD.org> |
Remove cast that was only required for K&R C.
Reviewed by: jilles
|
Revision tags: release/9.1.0, release/8.3.0_cvs, release/8.3.0, release/9.0.0 |
|
#
3658c977 |
| 01-Mar-2011 |
Jilles Tjoelker <jilles@FreeBSD.org> |
kill: Note that this is used both as a normal program and a shell builtin.
|
Revision tags: release/7.4.0_cvs, release/8.2.0_cvs, release/7.4.0, release/8.2.0 |
|
#
12dacf62 |
| 04-Feb-2011 |
Jilles Tjoelker <jilles@FreeBSD.org> |
Make sys_signame upper case.
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
Make sys_signame upper case.
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'.
show more ...
|
#
0a62a9ca |
| 21-Dec-2010 |
Jilles Tjoelker <jilles@FreeBSD.org> |
sh: Add kill builtin.
This allows specifying a %job (which is equivalent to the corresponding process group).
Additionally, it improves reliability of kill from sh in high-load situations and ensur
sh: Add kill builtin.
This allows specifying a %job (which is equivalent to the corresponding process group).
Additionally, it improves reliability of kill from sh in high-load situations and ensures "kill" finds the correct utility regardless of PATH, as required by POSIX (unless the undocumented %builtin mechanism is used).
Side effect: fatal errors (any error other than kill(2) failure) now return exit status 2 instead of 1. (This is consistent with other sh builtins, but not in NetBSD.)
Code size increases about 1K on i386.
Obtained from: NetBSD
show more ...
|
#
9e7839f6 |
| 29-Jul-2010 |
Jilles Tjoelker <jilles@FreeBSD.org> |
kill: Stop processing if a syntactically invalid pid is encountered.
So a command like kill _HUP 1 now fails without sending SIGTERM to init.
The behaviour when kill(2) fails remains unchanged: p
kill: Stop processing if a syntactically invalid pid is encountered.
So a command like kill _HUP 1 now fails without sending SIGTERM to init.
The behaviour when kill(2) fails remains unchanged: processing continues. This matches other implementations and POSIX and is useful for killing multiple processes at once when some of them may already be gone.
PR: bin/40282
show more ...
|
Revision tags: release/8.1.0_cvs, release/8.1.0, release/7.3.0_cvs, release/7.3.0 |
|
#
1a0fda2b |
| 04-Mar-2010 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
IFH@204581
|
#
a6179399 |
| 04-Mar-2010 |
Konstantin Belousov <kib@FreeBSD.org> |
MFC r204308: Do not restrict the allowed signals that can be specified by number to the list of signals that has symbolic name. It was impossible to send rt signals with kill(1) due to the check.
|
#
c67ea27d |
| 25-Feb-2010 |
Konstantin Belousov <kib@FreeBSD.org> |
Do not restrict the allowed signals that can be specified by number to the list of signals that has symbolic name. It was impossible to send rt signals with kill(1) due to the check.
MFC after: 1 we
Do not restrict the allowed signals that can be specified by number to the list of signals that has symbolic name. It was impossible to send rt signals with kill(1) due to the check.
MFC after: 1 week
show more ...
|
Revision tags: release/8.0.0_cvs, release/8.0.0, release/7.2.0_cvs, release/7.2.0, release/7.1.0_cvs, release/7.1.0, release/6.4.0_cvs, release/6.4.0, release/7.0.0_cvs, release/7.0.0, release/6.3.0_cvs, release/6.3.0, release/6.2.0_cvs, release/6.2.0, release/5.5.0_cvs, release/5.5.0, release/6.1.0_cvs, release/6.1.0, release/6.0.0_cvs, release/6.0.0, release/5.4.0_cvs, release/5.4.0, release/4.11.0_cvs, release/4.11.0 |
|
#
9ddb49cb |
| 10-Jan-2005 |
Warner Losh <imp@FreeBSD.org> |
/*- or .\"- or #- to begin license clauses.
|
Revision tags: release/5.3.0_cvs, release/5.3.0, release/4.10.0_cvs, release/4.10.0 |
|
#
6195fb41 |
| 06-Apr-2004 |
Mark Murray <markm@FreeBSD.org> |
Remove clause 3 from the UCB licenses.
OK'ed by: imp, core
|
#
c83afe7b |
| 15-Mar-2004 |
Juli Mallett <jmallett@FreeBSD.org> |
static and const.
|
Revision tags: release/5.2.1_cvs, release/5.2.1 |
|
#
205bc863 |
| 28-Jan-2004 |
Nate Lawson <njl@FreeBSD.org> |
Use sys_nsig instead of the static NSIG. DragonflyBSD kill.c:1.3
Obtained from: DragonflyBSD
|
Revision tags: release/5.2.0_cvs, release/5.2.0, release/4.9.0_cvs, release/4.9.0, release/5.1.0_cvs, release/5.1.0 |
|
#
09a80d48 |
| 01-May-2003 |
David E. O'Brien <obrien@FreeBSD.org> |
Quiet warnings about copyright[].
|
Revision tags: release/4.8.0_cvs, release/4.8.0, release/5.0.0_cvs, release/5.0.0, release/4.7.0_cvs, release/4.6.2_cvs, release/4.6.2, release/4.6.1, release/4.6.0_cvs |
|
#
5eb43ac2 |
| 30-Jun-2002 |
David E. O'Brien <obrien@FreeBSD.org> |
Consistently use __FBSDID
|
#
08de34ac |
| 13-Jun-2002 |
Tim J. Robbins <tjr@FreeBSD.org> |
Support the "--" end of options marker, useful to disambiguate between signal numbers and process groups (negative pid arguments), and required by SUSv3.
|
Revision tags: release/4.5.0_cvs, release/4.4.0_cvs |
|
#
46251dde |
| 02-Feb-2002 |
Warner Losh <imp@FreeBSD.org> |
o __P has been reoved o Old-style K&R declarations have been converted to new C89 style o register has been removed o prototype for main() has been removed (gcc3 makes it an error) o int main(int arg
o __P has been reoved o Old-style K&R declarations have been converted to new C89 style o register has been removed o prototype for main() has been removed (gcc3 makes it an error) o int main(int argc, char *argv[]) is the preferred main definition. o Attempt to not break style(9) conformance for declarations more than they already are.
show more ...
|
#
961a739a |
| 20-May-2001 |
Kris Kennaway <kris@FreeBSD.org> |
Silence WARNS=2 and BDECFLAGS on the i386 and alpha
MFC After: 1 week
|
Revision tags: release/4.3.0_cvs, release/4.3.0, release/4.2.0, release/4.1.1_cvs, release/4.1.0, release/3.5.0_cvs, release/4.0.0_cvs, release/3.4.0_cvs, release/3.3.0_cvs |
|
#
2a456239 |
| 28-Aug-1999 |
Peter Wemm <peter@FreeBSD.org> |
$Id$ -> $FreeBSD$
|
Revision tags: release/3.2.0, release/3.1.0, release/3.0.0, release/2.2.8, release/2.2.7 |
|
#
61c9c5eb |
| 13-May-1998 |
Philippe Charnier <charnier@FreeBSD.org> |
Correct use of .Nm. Add rcsid.
|
Revision tags: release/2.2.6, release/2.2.5_cvs |
|
#
d623c5c1 |
| 21-Aug-1997 |
Jonathan Lemon <jlemon@FreeBSD.org> |
Disallow empty arguments (eg: '') as process ids. PR: 2631 Submitted by: Arne Henrik Juul <arnej@imf.unit.no>
|
#
c4694019 |
| 02-Jul-1997 |
Bruce Evans <bde@FreeBSD.org> |
Import Lite2's src/bin. All files in src/bin are off the vendor branch, so this doesn't change the active versions.
|
#
749d4bb6 |
| 06-Jun-1997 |
Philippe Charnier <charnier@FreeBSD.org> |
Cosmetic change in usage string.
|
#
7999ef2f |
| 03-Jun-1997 |
Philippe Charnier <charnier@FreeBSD.org> |
Signal # NSIG (32) is invalid. Obtained from: {Net|Open}BSD
|
Revision tags: release/2.2.2_cvs, release/2.2.1_cvs, release/2.2.0, release/2.1.7_cvs |
|
#
b97fa2ef |
| 22-Feb-1997 |
Peter Wemm <peter@FreeBSD.org> |
Revert $FreeBSD$ to $Id$
|
Revision tags: release/2.1.6_cvs, release/2.1.6.1 |
|
#
1130b656 |
| 14-Jan-1997 |
Jordan K. Hubbard <jkh@FreeBSD.org> |
Make the long-awaited change from $Id$ to $FreeBSD$
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
Make the long-awaited change from $Id$ to $FreeBSD$
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.
show more ...
|