summaryrefslogtreecommitdiff
path: root/libbb/u_signal_names.c
Commit message (Expand)AuthorAgeFilesLines
* libbb/u_signal_names.c: don't check errno after bb_strtouRasmus Villemoes2018-10-311-3/+7
* libbb: optionally honour libc provided SIGRTMIN/SIGRTMAX in get_signum()Rasmus Villemoes2018-10-311-23/+53
* regularize format of source file headers, no code changesDenys Vlasenko2017-09-181-1/+0
* ash: allow "trap NUM [SIG]..." syntaxDenys Vlasenko2017-07-251-1/+1
* config: deindent all help textsDenys Vlasenko2017-07-211-2/+2
* *: slap on a few ALIGN1/2s where appropriateDenys Vlasenko2016-04-221-1/+1
* kill[all[5]],pkill: make signal list show signal numbers, and show RTMIN/MAXDenys Vlasenko2011-01-031-1/+16
* kill[all[5]],pkill: more correct, and smaller, SIGRTMIN/MAX codeDenys Vlasenko2011-01-031-10/+19
* libbb: optionally support RTMIN[+n] and RTMAX[-n] signal namesDenys Vlasenko2010-12-301-5/+37
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* *: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko2008-06-271-3/+3
* more of -Wall fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko2008-05-151-4/+4
* more -Wall warning fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko2008-05-131-2/+2
* signal names hack was wrong, it broke "get signal name" function.Denis Vlasenko2007-12-041-43/+40
* Make signal table a bit smallerDenis Vlasenko2007-12-041-3/+6
* guard against SIGxxx >= 32 (no code changes on i386)Denis Vlasenko2007-12-041-34/+39
* print_signames_and_exit -> print_signames (because of "ash calls kill_main")Denis Vlasenko2007-09-301-2/+1
* pgrep,pkill: new applets by Loic Grenie <loic.grenie@gmail.com>Denis Vlasenko2007-09-291-0/+15
* Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <w...Denis Vlasenko2007-06-251-2/+2
* test: code size saving, no logic changesDenis Vlasenko2007-05-011-22/+126
* stop using (yet another) static bufferDenis Vlasenko2007-03-141-3/+1
* fix recognitions of -SIGname signalsDenis Vlasenko2006-12-231-7/+8
* - cosmetic change to avoid warnings about eventual padding/packing.Bernhard Reutner-Fischer2006-12-041-9/+9
* kill: fix bugs (kill -l output was horrible), fix style, constify dataDenis Vlasenko2006-09-271-7/+6
* whitespace cleanupDenis Vlasenko2006-09-171-4/+4
* A couple things that got tangled up in my tree, easier to check in both thanRob Landley2006-07-121-160/+40
* - include strings.hBernhard Reutner-Fischer2006-05-191-0/+1
* - move buffer allocation schemes to libbb.hBernhard Reutner-Fischer2006-04-031-14/+3
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-1/+1
* Update a bunch of docs. Run a script to update my email addr.Eric Andersen2003-07-141-2/+2
* Major rework of the directory structure and the entire build system.Eric Andersen2001-10-241-0/+23
* Oops. I forgot to commit this part of vodz' patch.Eric Andersen2001-08-021-0/+166