| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC 237847: | Konstantin Belousov | 2012-07-03 | 1 | -1/+1 |
| * | MFC r237844, r237845, r237846: | Konstantin Belousov | 2012-07-03 | 1 | -9/+10 |
| * | Simplify various code that allowed for sys_signame being lower case. | Jilles Tjoelker | 2011-03-06 | 1 | -16/+3 |
| * | Make sys_signame upper case. | Jilles Tjoelker | 2011-02-04 | 1 | -1/+1 |
| * | Revert most part of 200420 as requested, as more review and polish is | Xin LI | 2009-12-13 | 1 | -0/+2 |
| * | Remove unneeded header includes from usr.bin/ except contributed code. | Xin LI | 2009-12-11 | 1 | -2/+0 |
| * | Add libjail, a (somewhat) simpler interface to the jail_set and jail_get | Jamie Gritton | 2009-06-24 | 1 | -13/+4 |
| * | Add support for the arbitrary named jail parameters used by jail_set(2) | Jamie Gritton | 2009-05-27 | 1 | -6/+17 |
| * | Use strlcpy() where appropriate. | Xin LI | 2008-11-19 | 1 | -4/+2 |
| * | Fix numerous bugs when parsing options and arguments. | Ruslan Ermilov | 2007-11-09 | 1 | -9/+19 |
| * | The signal number has to be less than NSIG strictly. | Maxim Konovalov | 2004-07-29 | 1 | -1/+1 |
| * | Don't pass negative values into <ctype.h> functions on machines | Tim J. Robbins | 2004-07-15 | 1 | -3/+3 |
| * | Print size_t with %zu, not %d. | Tim J. Robbins | 2004-07-15 | 1 | -1/+1 |
| * | Respect locale settings from the environment. | Tim J. Robbins | 2004-07-15 | 1 | -0/+3 |
| * | New -e flag, modifies the behavior of the -u uid flag to use the | Diomidis Spinellis | 2004-01-26 | 1 | -3/+10 |
| * | Serial murderers shouldn't commit suicide. (killall should | Colin Percival | 2004-01-22 | 1 | -0/+4 |
| * | o Sync usage() and man page synopsis with reality. | Maxim Konovalov | 2004-01-18 | 1 | -2/+2 |
| * | Use the 3-component version of the KERN_PROC_PROC sysctl. | Tim J. Robbins | 2003-09-27 | 1 | -1/+3 |
| * | Use KERN_PROC_PROC instead of KERN_PROC_ALL when enumerating processes so | Tim J. Robbins | 2003-09-07 | 1 | -7/+4 |
| * | make "killall -j" not core dump. | Warner Losh | 2003-04-27 | 1 | -0/+2 |
| * | o Add jls(8) for listing active jails. | Mike Barcroft | 2003-04-09 | 1 | -2/+21 |
| * | Header was included twice. Hardcode program name in usage string. | Philippe Charnier | 2003-02-05 | 1 | -5/+1 |
| * | Consistently use FBSDID | David E. O'Brien | 2002-06-30 | 1 | -2/+3 |
| * | Mark a warning as such. Without this, it isn't obvious whether | Dima Dorfman | 2002-05-20 | 1 | -2/+2 |
| * | Skip zombies. Add an option (-z) to revert to the historical behaviour | Dag-Erling Smørgrav | 2002-04-14 | 1 | -0/+6 |
| * | Use the method described in the strtol man page to check if it parsed | David Malone | 2002-03-30 | 1 | -1/+1 |
| * | Compensate for "Compensate for header dethreading" by backing it out. | Bruce Evans | 2001-10-10 | 1 | -1/+0 |
| * | Allow -u to work with UID's also. | David E. O'Brien | 2001-06-12 | 1 | -6/+9 |
| * | Fix an array which was too small. | Poul-Henning Kamp | 2001-05-16 | 1 | -1/+1 |
| * | Compensate for header dethreading. | Mark Murray | 2001-05-01 | 1 | -0/+1 |
| * | Work around the p_comm[] size limit. If the user supplies more than | Peter Wemm | 2001-02-14 | 1 | -1/+1 |
| * | Make "killall -t p0" really works. | Andrey A. Chernov | 2001-01-21 | 1 | -1/+2 |
| * | Use the real user ID so non-root users can kill setuid processes | Paul Saab | 2000-12-25 | 1 | -1/+1 |
| * | Catch up to the new kinfo_proc. | John Baldwin | 2000-12-12 | 1 | -4/+4 |
| * | -U cannot be an option since some signals start with U. -u is the | Paul Saab | 2000-11-12 | 1 | -1/+0 |
| * | After positive feedback from a few folks, activate a switchover to | Peter Wemm | 2000-08-28 | 1 | -1/+4 |
| * | Try and fix up some bogus indentation leftovers from emacs several | Peter Wemm | 2000-08-27 | 1 | -2/+2 |
| * | Sigh, today is not my day. Convert a verbose while() .. loop into a for() | Peter Wemm | 2000-08-27 | 1 | -4/+1 |
| * | *blush*. I was *sure* I compiled this after the last change.. | Peter Wemm | 2000-08-27 | 1 | -1/+1 |
| * | killall.c is meant to be a superset replacement of killall.pl, the | Peter Wemm | 2000-08-27 | 1 | -0/+372 |