summaryrefslogtreecommitdiffstats
path: root/usr.bin/killall
Commit message (Expand)AuthorAgeFilesLines
* Add META_MODE support.sjg2015-06-131-0/+19
|\
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| * Merge sync of headsjg2015-05-272-5/+6
| |\ | |/ |/|
| * Updated dependenciessjg2014-05-161-1/+0
| * Updated dependenciessjg2014-05-101-0/+2
| * Merge headsjg2014-04-281-5/+10
| |\
| * \ Merge from headsjg2013-09-052-4/+11
| |\ \
| * | | Updated dependenciessjg2013-03-111-0/+1
| * | | Updated dependenciessjg2013-02-161-2/+0
| | | |
| | \ \
| *-. \ \ Sync from headsjg2012-11-042-13/+33
| |\ \ \ \
| * | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+20
| | |/ / / | |/| | |
* | | | | Adjust printf format specifiers for dev_t and ino_t in user space.gleb2014-12-171-3/+5
* | | | | Convert to usr.bin/ to LIBADDbapt2014-11-251-2/+1
| |_|_|/ |/| | |
* | | | Re-work r260800 to include other signals which start with 'I'csjp2014-01-171-11/+10
* | | | fix a regression introduced in r237618 that would result incsjp2014-01-171-3/+9
| |_|/ |/| |
* | | killall: add -q flag to suppress error message when no processes are matchedmjg2013-06-302-4/+11
| |/ |/|
* | Once in a month, when the moon is full, killall mistakenly considerskib2012-06-301-1/+1
* | killall(1) does not use libkvm.kib2012-06-301-1/+1
* | Only initialize array of mibs once.kib2012-06-301-3/+4
* | Initialize procs closer to the place were it is used.kib2012-06-301-5/+5
* | Add a -I flag which requests confirmation before action, like what is donedelphij2012-06-272-3/+22
|/
* mdoc: terminate quoted strings.joel2012-03-261-1/+1
* Simplify various code that allowed for sys_signame being lower case.jilles2011-03-061-16/+3
* Make sys_signame upper case.jilles2011-02-041-1/+1
* mdoc: move remaining sections into consistent orderuqs2010-05-131-11/+11
* mdoc: order prologue macros consistently by Dd/Dt/Osuqs2010-04-141-1/+1
* Fix grammar and reduce ambiguity.delphij2009-12-261-3/+3
* Document the difference between FreeBSD and traditional System V killalldelphij2009-12-251-1/+12
* Revert most part of 200420 as requested, as more review and polish isdelphij2009-12-131-0/+2
* Remove unneeded header includes from usr.bin/ except contributed code.delphij2009-12-111-2/+0
* Add libjail, a (somewhat) simpler interface to the jail_set and jail_getjamie2009-06-242-13/+6
* Add support for the arbitrary named jail parameters used by jail_set(2)jamie2009-05-272-11/+22
* Use strlcpy() where appropriate.delphij2008-11-191-4/+2
* Fix a typo.ru2007-11-091-1/+1
* - Fix documentation to match code. Specifically, -c doesn't haveru2007-11-091-21/+15
* Fix numerous bugs when parsing options and arguments.ru2007-11-091-9/+19
* Added the EXIT STATUS section where appropriate.ru2005-01-171-2/+2
* The signal number has to be less than NSIG strictly.maxim2004-07-291-1/+1
* Don't pass negative values into <ctype.h> functions on machinestjr2004-07-151-3/+3
* Print size_t with %zu, not %d.tjr2004-07-151-1/+1
* Respect locale settings from the environment.tjr2004-07-151-0/+3
* Mechanically kill hard sentence breaks.ru2004-07-021-5/+9
* Bump document date on behalf of the -e option.ru2004-05-181-2/+2
* Add a cross-reference to pkill(1), now that pkill is hooked up to the build.gad2004-03-271-0/+1
* New -e flag, modifies the behavior of the -u uid flag to use thedds2004-01-262-4/+16
* Serial murderers shouldn't commit suicide. (killall shouldcperciva2004-01-221-0/+4
* o -m flags contructs case sensitive RE, not case insensitive.maxim2004-01-181-1/+1
* o Sync usage() and man page synopsis with reality.maxim2004-01-182-9/+3
* Use the 3-component version of the KERN_PROC_PROC sysctl.tjr2003-09-271-1/+3
* Use KERN_PROC_PROC instead of KERN_PROC_ALL when enumerating processes sotjr2003-09-071-7/+4
OpenPOWER on IntegriCloud