Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko | 2007-10-11 | 1 | -1/+1 |
| | | | | | EXTERNALLY_VISIBLE. 5% size reduction of libbusybox.so | ||||
* | find_stray_communal_vars: script which finds communal variables | Denis Vlasenko | 2007-06-03 | 1 | -6/+5 |
| | | | | | resize: remove globals var mdev: remove globals var | ||||
* | usage.c: remove reference to busybox.h | Denis Vlasenko | 2007-05-26 | 1 | -1/+1 |
| | | | | | *: s/include "busybox.h"/include "libbb.h" | ||||
* | resize: make it usable in in backticks; have a timeout (if display | Denis Vlasenko | 2007-03-12 | 1 | -8/+37 |
| | | | | doesn't respond to 'get cursor pos' ESC sequence...) | ||||
* | more: do not mess with "/dev/console" (!); | Denis Vlasenko | 2007-03-10 | 1 | -3/+5 |
| | | | | | | | fill whole 1st screen (was "screen sans one line"); fall back to cat if redirected or no ctty less: fall back to cat if no ctty (was exiting) resize: cosmetics | ||||
* | suppress warnings about easch <applet>_main() having | Denis Vlasenko | 2007-02-03 | 1 | -0/+1 |
| | | | | no preceding prototype | ||||
* | - revert r16191; re-add resize() applet. | Bernhard Reutner-Fischer | 2006-10-25 | 1 | -0/+38 |
| | | | | | | | text data bss dec hex filename 288 0 0 288 120 console-tools/_resize.o.gcc-2.95 258 0 0 258 102 console-tools/_resize.o.gcc-3.3 252 0 0 252 fc console-tools/_resize.o.gcc-3.4 | ||||
* | console-tools/resize.c is apparently leftover from a reverted patch. | Eric Andersen | 2006-10-19 | 1 | -0/+0 |
| | | | | | Since it is a 0 length file, it gets nuked by 'make distclean' so I suppose might as well kill it off properly. | ||||
* | "I'll think about it" != "apply it now". It means I need to think about it. | Rob Landley | 2006-09-22 | 1 | -38/+0 |
| | |||||
* | - add new applet resize. | Bernhard Reutner-Fischer | 2006-09-22 | 1 | -0/+38 |
text data bss dec hex filename 185 0 0 185 b9 console-tools/resize.o 255 0 0 255 ff console-tools/resize.o.print |