| Commit message (Expand) | Author | Age | Files | Lines |
* | Once in a month, when the moon is full, killall mistakenly considers | kib | 2012-06-30 | 1 | -1/+1 |
* | killall(1) does not use libkvm. | kib | 2012-06-30 | 1 | -1/+1 |
* | Only initialize array of mibs once. | kib | 2012-06-30 | 1 | -3/+4 |
* | Initialize procs closer to the place were it is used. | kib | 2012-06-30 | 1 | -5/+5 |
* | Add a -I flag which requests confirmation before action, like what is done | delphij | 2012-06-27 | 2 | -3/+22 |
* | mdoc: terminate quoted strings. | joel | 2012-03-26 | 1 | -1/+1 |
* | Simplify various code that allowed for sys_signame being lower case. | jilles | 2011-03-06 | 1 | -16/+3 |
* | Make sys_signame upper case. | jilles | 2011-02-04 | 1 | -1/+1 |
* | mdoc: move remaining sections into consistent order | uqs | 2010-05-13 | 1 | -11/+11 |
* | mdoc: order prologue macros consistently by Dd/Dt/Os | uqs | 2010-04-14 | 1 | -1/+1 |
* | Fix grammar and reduce ambiguity. | delphij | 2009-12-26 | 1 | -3/+3 |
* | Document the difference between FreeBSD and traditional System V killall | delphij | 2009-12-25 | 1 | -1/+12 |
* | Revert most part of 200420 as requested, as more review and polish is | delphij | 2009-12-13 | 1 | -0/+2 |
* | Remove unneeded header includes from usr.bin/ except contributed code. | delphij | 2009-12-11 | 1 | -2/+0 |
* | Add libjail, a (somewhat) simpler interface to the jail_set and jail_get | jamie | 2009-06-24 | 2 | -13/+6 |
* | Add support for the arbitrary named jail parameters used by jail_set(2) | jamie | 2009-05-27 | 2 | -11/+22 |
* | Use strlcpy() where appropriate. | delphij | 2008-11-19 | 1 | -4/+2 |
* | Fix a typo. | ru | 2007-11-09 | 1 | -1/+1 |
* | - Fix documentation to match code. Specifically, -c doesn't have | ru | 2007-11-09 | 1 | -21/+15 |
* | Fix numerous bugs when parsing options and arguments. | ru | 2007-11-09 | 1 | -9/+19 |
* | Added the EXIT STATUS section where appropriate. | ru | 2005-01-17 | 1 | -2/+2 |
* | The signal number has to be less than NSIG strictly. | maxim | 2004-07-29 | 1 | -1/+1 |
* | Don't pass negative values into <ctype.h> functions on machines | tjr | 2004-07-15 | 1 | -3/+3 |
* | Print size_t with %zu, not %d. | tjr | 2004-07-15 | 1 | -1/+1 |
* | Respect locale settings from the environment. | tjr | 2004-07-15 | 1 | -0/+3 |
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 1 | -5/+9 |
* | Bump document date on behalf of the -e option. | ru | 2004-05-18 | 1 | -2/+2 |
* | Add a cross-reference to pkill(1), now that pkill is hooked up to the build. | gad | 2004-03-27 | 1 | -0/+1 |
* | New -e flag, modifies the behavior of the -u uid flag to use the | dds | 2004-01-26 | 2 | -4/+16 |
* | Serial murderers shouldn't commit suicide. (killall should | cperciva | 2004-01-22 | 1 | -0/+4 |
* | o -m flags contructs case sensitive RE, not case insensitive. | maxim | 2004-01-18 | 1 | -1/+1 |
* | o Sync usage() and man page synopsis with reality. | maxim | 2004-01-18 | 2 | -9/+3 |
* | Use the 3-component version of the KERN_PROC_PROC sysctl. | tjr | 2003-09-27 | 1 | -1/+3 |
* | Use KERN_PROC_PROC instead of KERN_PROC_ALL when enumerating processes so | tjr | 2003-09-07 | 1 | -7/+4 |
* | make "killall -j" not core dump. | imp | 2003-04-27 | 1 | -0/+2 |
* | o Add jls(8) for listing active jails. | mike | 2003-04-09 | 2 | -4/+28 |
* | Header was included twice. Hardcode program name in usage string. | charnier | 2003-02-05 | 1 | -5/+1 |
* | s/progname/procname/ to be consistent with the other occurrences | rse | 2002-07-15 | 1 | -1/+1 |
* | Consistently use FBSDID | obrien | 2002-06-30 | 1 | -2/+3 |
* | mdoc(7) police: lint. | ru | 2002-05-29 | 1 | -1/+1 |
* | Mark a warning as such. Without this, it isn't obvious whether | dd | 2002-05-20 | 1 | -2/+2 |
* | Use `The .Nm utility' | charnier | 2002-04-20 | 1 | -3/+4 |
* | Skip zombies. Add an option (-z) to revert to the historical behaviour | des | 2002-04-14 | 2 | -0/+11 |
* | Use the method described in the strtol man page to check if it parsed | dwmalone | 2002-03-30 | 1 | -1/+1 |
* | killall operates on all processes owned by the real uid, not the | bsd | 2001-11-30 | 1 | -2/+2 |
* | Compensate for "Compensate for header dethreading" by backing it out. | bde | 2001-10-10 | 1 | -1/+0 |
* | mdoc(7) police: | ru | 2001-08-07 | 1 | -1/+2 |
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -5/+5 |
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 1 | -1/+1 |
* | Allow -u to work with UID's also. | obrien | 2001-06-12 | 1 | -6/+9 |