aboutsummaryrefslogtreecommitdiff
path: root/libbb/u_signal_names.c
AgeCommit message (Expand)Author
2018-10-31libbb/u_signal_names.c: don't check errno after bb_strtouRasmus Villemoes
2018-10-31libbb: optionally honour libc provided SIGRTMIN/SIGRTMAX in get_signum()Rasmus Villemoes
2017-09-18regularize format of source file headers, no code changesDenys Vlasenko
2017-07-25ash: allow "trap NUM [SIG]..." syntaxDenys Vlasenko
2017-07-21config: deindent all help textsDenys Vlasenko
2016-04-22*: slap on a few ALIGN1/2s where appropriateDenys Vlasenko
2011-01-03kill[all[5]],pkill: make signal list show signal numbers, and show RTMIN/MAXDenys Vlasenko
2011-01-03kill[all[5]],pkill: more correct, and smaller, SIGRTMIN/MAX codeDenys Vlasenko
2010-12-30libbb: optionally support RTMIN[+n] and RTMAX[-n] signal namesDenys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2008-06-27*: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko
2008-05-15more of -Wall fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko
2008-05-13more -Wall warning fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko
2007-12-04signal names hack was wrong, it broke "get signal name" function.Denis Vlasenko
2007-12-04Make signal table a bit smallerDenis Vlasenko
2007-12-04guard against SIGxxx >= 32 (no code changes on i386)Denis Vlasenko
2007-09-30print_signames_and_exit -> print_signames (because of "ash calls kill_main")Denis Vlasenko
2007-09-29pgrep,pkill: new applets by Loic Grenie <loic.grenie@gmail.com>Denis Vlasenko
2007-06-25Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <w...Denis Vlasenko
2007-05-01test: code size saving, no logic changesDenis Vlasenko
2007-03-14stop using (yet another) static bufferDenis Vlasenko
2006-12-23fix recognitions of -SIGname signalsDenis Vlasenko
2006-12-04- cosmetic change to avoid warnings about eventual padding/packing.Bernhard Reutner-Fischer
2006-09-27kill: fix bugs (kill -l output was horrible), fix style, constify dataDenis Vlasenko
2006-09-17whitespace cleanupDenis Vlasenko
2006-07-12A couple things that got tangled up in my tree, easier to check in both thanRob Landley
2006-05-19- include strings.hBernhard Reutner-Fischer
2006-04-03- move buffer allocation schemes to libbb.hBernhard Reutner-Fischer
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen
2003-07-14Update a bunch of docs. Run a script to update my email addr.Eric Andersen
2001-10-24Major rework of the directory structure and the entire build system.Eric Andersen
2001-08-02Oops. I forgot to commit this part of vodz' patch.Eric Andersen