aboutsummaryrefslogtreecommitdiff
path: root/console-tools/resize.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* config: update size informationDenys Vlasenko2018-12-281-1/+1
* sv,svc: fix NOEXEC falloutDenys Vlasenko2017-08-061-0/+2
* new NOFORKs: pwdx,kill[all5],ttysize,realpath,readlink NOEXECs: date,resizeDenys Vlasenko2017-08-031-1/+1
* config: deindent all help textsDenys Vlasenko2017-07-211-6/+6
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* Convert all console-tools/* applets to "new style" applet definitionsDenys Vlasenko2016-11-231-1/+20
* *: add most of the required setup_common_bufsiz() callsDenys Vlasenko2016-04-211-0/+3
* libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko2016-04-211-1/+2
* move help text from include/usage.src.h to console-tools/*.cPere Orga2011-03-281-0/+6
* getty: explain every bit in termios; remove redundant stuff in termios_finalDenys Vlasenko2011-01-261-0/+1
* *: use _exit() in sighandlers; showkey: do not use exit-thru-sighandlerMarek Polacek2010-10-281-1/+1
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* *: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko2010-02-041-5/+5
* - update my name. No obj-code changes ;)Bernhard Reutner-Fischer2008-09-251-1/+1
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-2/+2
* - use EXIT_{SUCCESS,FAILURE}. No object-code changesBernhard Reutner-Fischer2008-05-191-1/+1
* *: add -Wunused-parameter; fix resulting breakageDenis Vlasenko2008-03-171-2/+2
* libbb: introduce bb_signals and bb_signals_recursive,Denis Vlasenko2008-02-161-4/+6
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* find_stray_communal_vars: script which finds communal variablesDenis Vlasenko2007-06-031-6/+5
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* resize: make it usable in in backticks; have a timeout (if displayDenis Vlasenko2007-03-121-8/+37
* more: do not mess with "/dev/console" (!);Denis Vlasenko2007-03-101-3/+5
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* - revert r16191; re-add resize() applet.Bernhard Reutner-Fischer2006-10-251-0/+38
* console-tools/resize.c is apparently leftover from a reverted patch.Eric Andersen2006-10-191-0/+0
* "I'll think about it" != "apply it now". It means I need to think about it.Rob Landley2006-09-221-38/+0
* - add new applet resize.Bernhard Reutner-Fischer2006-09-221-0/+38