summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-11-23Convert all console-tools/* applets to "new style" applet definitionsDenys Vlasenko18-203/+213
2016-04-21*: add most of the required setup_common_bufsiz() callsDenys Vlasenko53-19/+63
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko91-131/+414
2011-03-28move help text from include/usage.src.h to console-tools/*.cPere Orga16-111/+119
2011-01-26getty: explain every bit in termios; remove redundant stuff in termios_finalDenys Vlasenko2-36/+32
2010-10-28*: use _exit() in sighandlers; showkey: do not use exit-thru-sighandlerMarek Polacek8-72/+78
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-02-04*: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko49-58/+65
2008-09-25- update my name. No obj-code changes ;)Bernhard Reutner-Fischer33-35/+36
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko228-479/+479
2008-05-19- use EXIT_{SUCCESS,FAILURE}. No object-code changesBernhard Reutner-Fischer45-85/+85
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko138-327/+352
2008-02-16libbb: introduce bb_signals and bb_signals_recursive,Denis Vlasenko26-154/+249
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko260-307/+325
2007-06-03find_stray_communal_vars: script which finds communal variablesDenis Vlasenko4-18/+25
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko251-269/+270
2007-03-12resize: make it usable in in backticks; have a timeout (if displayDenis Vlasenko1-8/+37
2007-03-10more: do not mess with "/dev/console" (!);Denis Vlasenko3-47/+43
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko245-25/+268
2006-10-25- revert r16191; re-add resize() applet.Bernhard Reutner-Fischer5-0/+62
2006-10-19console-tools/resize.c is apparently leftover from a reverted patch.Eric Andersen1-0/+0
2006-09-22"I'll think about it" != "apply it now". It means I need to think about it.Rob Landley5-62/+1
2006-09-22- add new applet resize.Bernhard Reutner-Fischer5-0/+62