| Commit message (Expand) | Author | Age | Files | Lines |
* | Explicitly add unmarked bin/ binaries to the runtime package. | gjb | 2016-02-09 | 1 | -0/+1 |
* | Add META_MODE support. | sjg | 2015-06-13 | 1 | -0/+18 |
|\ |
|
| * | dirdeps.mk now sets DEP_RELDIR | sjg | 2015-06-08 | 1 | -2/+0 |
| * | Merge sync of head | sjg | 2015-05-27 | 1 | -1/+0 |
| |\
| |/
|/| |
|
| * | Updated dependencies | sjg | 2014-05-16 | 1 | -1/+0 |
| * | Updated dependencies | sjg | 2014-05-10 | 1 | -0/+2 |
| * | Merge head | sjg | 2014-04-28 | 1 | -3/+4 |
| |\ |
|
| * \ | Merge from head | sjg | 2013-09-05 | 1 | -1/+1 |
| |\ \ |
|
| * | | | Updated dependencies | sjg | 2013-03-11 | 1 | -0/+1 |
| * | | | Updated dependencies | sjg | 2013-02-16 | 1 | -2/+0 |
| * | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch. | marcel | 2012-08-22 | 1 | -0/+19 |
* | | | | sh: Fix compiler warnings related to duplicate or missing declarations. | jilles | 2015-03-01 | 1 | -1/+0 |
| |_|/
|/| | |
|
* | | | sh: Allow kill %job on jobs started without job control. | jilles | 2014-03-15 | 1 | -11/+6 |
* | | | sh: Successfully do nothing when killing a terminated job. | jilles | 2014-03-08 | 1 | -2/+8 |
| |/
|/| |
|
* | | Remove cast that was only required for K&R C. | eadler | 2013-04-28 | 1 | -1/+1 |
|/ |
|
* | kill: Note that this is used both as a normal program and a shell builtin. | jilles | 2011-03-01 | 1 | -0/+4 |
* | Make sys_signame upper case. | jilles | 2011-02-04 | 1 | -1/+1 |
* | sh: Add kill builtin. | jilles | 2010-12-21 | 2 | -11/+33 |
* | kill: Stop processing if a syntactically invalid pid is encountered. | jilles | 2010-07-29 | 1 | -4/+3 |
* | Do not restrict the allowed signals that can be specified by number | kib | 2010-02-25 | 1 | -1/+1 |
* | Fix markup. | ru | 2007-03-04 | 1 | -16/+13 |
* | Add the new standard EXIT STATUS section where appropriate. | ru | 2005-01-16 | 1 | -2/+2 |
* | /*- or .\"- or #- to begin license clauses. | imp | 2005-01-10 | 2 | -1/+2 |
* | Deal with double whitespace. | ru | 2004-07-03 | 1 | -1/+1 |
* | Remove clause 3 from the UCB licenses. | markm | 2004-04-06 | 2 | -8/+0 |
* | static and const. | jmallett | 2004-03-15 | 1 | -10/+10 |
* | Use sys_nsig instead of the static NSIG. DragonflyBSD kill.c:1.3 | njl | 2004-01-28 | 1 | -5/+5 |
* | Quiet warnings about copyright[]. | obrien | 2003-05-01 | 1 | -2/+2 |
* | Consistently use __FBSDID | obrien | 2002-06-30 | 1 | -2/+2 |
* | Markup nits: use the Ar macro when describing the -signal_name and | tjr | 2002-06-13 | 1 | -5/+7 |
* | Add examples and diagnostics sections | tjr | 2002-06-13 | 1 | -0/+17 |
* | Support the "--" end of options marker, useful to disambiguate between | tjr | 2002-06-13 | 1 | -1/+4 |
* | Correct history (again): V3 had a kill command, only it was in section 8, | tjr | 2002-06-03 | 1 | -1/+1 |
* | Correct History section: kill(1) appeared in V4, not V6. | tjr | 2002-06-03 | 1 | -1/+1 |
* | o __P has been reoved | imp | 2002-02-02 | 1 | -15/+9 |
* | Default to WARNS=2. Binary builds that cannot handle this must explicitly | obrien | 2001-12-04 | 1 | -2/+0 |
* | WARNS= -> WARNS?= | dd | 2001-06-22 | 1 | -1/+1 |
* | Silence WARNS=2 and BDECFLAGS on the i386 and alpha | kris | 2001-05-20 | 2 | -1/+4 |
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -4/+4 |
* | Correct some hard sentence breaks. Only those surrounding the previous | sheldonh | 1999-09-14 | 1 | -2/+2 |
* | Improve shell documentation: | sheldonh | 1999-09-08 | 1 | -9/+6 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-27 | 3 | -3/+3 |
* | kill.1: Remove reference to obsolete sigvec(2) man page. Removed | jkoshy | 1998-05-18 | 1 | -2/+2 |
* | Correct use of .Nm. Add rcsid. | charnier | 1998-05-13 | 2 | -8/+10 |
* | Disallow empty arguments (eg: '') as process ids. | jlemon | 1997-08-21 | 1 | -4/+4 |
* | Cosmetic change in usage string. | charnier | 1997-06-06 | 1 | -5/+6 |
* | Signal # NSIG (32) is invalid. | charnier | 1997-06-03 | 1 | -2/+2 |
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 3 | -3/+3 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 3 | -3/+3 |
* | Merge Lite2 mods, and -Wall cleaning. | steve | 1996-12-14 | 2 | -57/+122 |