summaryrefslogtreecommitdiff
path: root/skill.c
Commit message (Expand)AuthorAgeFilesLines
* skill: use library for process scanningCraig Small2015-09-261-136/+120
* kill: split out from skill/sniceCraig Small2015-09-261-234/+5
* library: rework namespace callsCraig Small2015-09-031-8/+8
* skill: Remove unrequired headersCraig Small2015-09-011-3/+0
* library: Remove signal name from libraryCraig Small2015-06-291-609/+681
* skill: fix command line with signalCraig Small2015-01-241-1/+3
* Minor i18n fixesYuri Chornoivan2014-03-031-1/+1
* Update help filesCraig Small2014-02-021-3/+3
* PID -2 to -9 for kill tooCraig Small2014-01-291-7/+9
* kill for PID -1 restoredCraig Small2014-01-281-0/+6
* Split help lines to help translatorsCraig Small2013-12-281-21/+21
* misc: correct additional errors from merge request #13Jim Warner2013-09-171-2/+2
* Merge commit 'refs/merge-requests/13' of git://gitorious.org/procps/procps in...Craig Small2013-09-111-2/+86
|\
| * skill: support namespacesAristeu Rozanski2013-04-181-2/+86
* | configure: check for program_invocation_nameRainer Müller2013-03-201-1/+3
|/
* skill: fix compiler warningsSami Kerola2012-11-061-2/+2
* kill -PID fixedCraig Small2012-10-021-1/+10
* skill: check return value of getlineMike Frysinger2012-05-221-1/+2
* build-sys: uClibc does not have rpmatch()Sami Kerola2012-04-181-0/+1
* all: check stdout and stderr status at exitSami Kerola2012-03-231-0/+2
* skill: remove dead codeSami Kerola2012-03-161-25/+0
* docs: clarification to license headers in filesSami Kerola2012-03-031-7/+16
* skill: fix argument parsing regressionSami Kerola2012-02-111-3/+10
* skill: ensure optarg is not null [smatch scan]Sami Kerola2012-02-051-1/+1
* Merge remote-tracking branch 'sami/vapier'Craig Small2012-01-241-1/+1
|\
| * use helpers from c.hMike Frysinger2012-01-241-1/+1
* | skill: exclude debugging strings from nlsSami Kerola2012-01-221-7/+5
|/
* ps: unify cases and remove trailing dots in messagesSami Kerola2012-01-151-1/+1
* Changed the err and warns to macrosCraig Small2012-01-031-7/+8
* translations: group usage textsSami Kerola2012-01-021-18/+18
* nls: improve translations and provide translator help commentsSami Kerola2011-12-201-3/+5
* nls: add functions which take translations to be usedSami Kerola2011-12-201-0/+4
* skill: use rpmatch() to yes/no questionSami Kerola2011-12-201-6/+8
* skill: fix compiler warningsSami Kerola2011-12-201-35/+27
* skill: add long options to usage outputSami Kerola2011-12-201-21/+23
* skill: support usage output to stdout & stderrSami Kerola2011-12-201-46/+46
* skill: use symbolic exit valuesSami Kerola2011-12-201-7/+5
* skill: use strtosig() for -l option argumentSami Kerola2011-12-201-3/+8
* skill: add long optionsSami Kerola2011-12-201-82/+54
* skill: warning printout for non-existing processesSami Kerola2011-12-201-3/+2
* skill: add long options & new debugging optionSami Kerola2011-12-201-154/+114
* skill: parse kill signals separatelySami Kerola2011-12-201-11/+24
* skill: use strtol_or_err to nice argument parsingSami Kerola2011-12-201-18/+38
* skill: remove run time configuration global variablesSami Kerola2011-12-201-35/+44
* skill: move usage functions near each otherSami Kerola2011-12-201-51/+49
* skill: clean up which functionality is being calledSami Kerola2011-12-201-20/+19
* skill: reindent the fileSami Kerola2011-12-201-439/+545
* includes: add xalloc.h to unify memory allocationsSami Kerola2011-12-201-2/+2
* skill: add gettext supportSami Kerola2011-12-201-71/+61
* skill: new usage functionSami Kerola2011-12-201-50/+59