| Commit message (Expand) | Author | Age | Files | Lines |
* | Update applet size estimates | Denys Vlasenko | 2023-07-10 | 1 | -1/+1 |
* | build system: drop PLATFORM_LINUX | Ron Yorston | 2020-08-13 | 1 | -1/+0 |
* | libbb: reduce the overhead of single parameter bb_error_msg() calls | James Byrne | 2019-07-02 | 1 | -3/+3 |
* | config: deindent all help texts | Denys Vlasenko | 2017-07-21 | 1 | -1/+1 |
* | Update menuconfig items with approximate applet sizes | Denys Vlasenko | 2017-07-18 | 1 | -1/+1 |
* | Replace int -> uint to avoid signed integer overflow | Rostislav Skudnov | 2017-02-04 | 1 | -1/+1 |
* | libbb: consolidate the code to set termios unbuffered mode | Denys Vlasenko | 2017-01-11 | 1 | -0/+1 |
* | Code style fixes, no code changes | Denys Vlasenko | 2016-11-28 | 1 | -1/+1 |
* | Convert all miscutils/* applets to "new style" applet definitions | Denys Vlasenko | 2016-11-22 | 1 | -0/+4 |
* | Split miscutils/Config.src items into miscutils/*.c files | Denys Vlasenko | 2016-11-22 | 1 | -0/+6 |
* | whitespace fixes. no code changes | Denys Vlasenko | 2013-01-15 | 1 | -2/+2 |
* | rx: fix file corruption on block checksum failure | Daniel Fandrich | 2011-11-23 | 1 | -0/+1 |
* | rx: code shrink | Denys Vlasenko | 2011-11-03 | 1 | -13/+7 |
* | rx: Fix file corruption with duplicate blocks | Dan Fandrich | 2011-11-03 | 1 | -0/+1 |
* | move remaining help text from include/usage.src.h | Pere Orga | 2011-04-11 | 1 | -0/+8 |
* | *: make GNU licensing statement forms more regular | Denys Vlasenko | 2010-08-16 | 1 | -1/+1 |
* | *: remove a few more cases of argc usage. -89 bytes. | Denys Vlasenko | 2009-11-28 | 1 | -5/+2 |
* | rx: strip padding from last block. closes bug 501. | Denys Vlasenko | 2009-08-02 | 1 | -43/+59 |
* | *: rename ATTRIBUTE_XXX to just XXX. | Denis Vlasenko | 2008-07-05 | 1 | -1/+1 |
* | libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_set | Denis Vlasenko | 2008-03-12 | 1 | -4/+1 |
* | nc: remove a bit of bloat | Denis Vlasenko | 2008-03-12 | 1 | -133/+99 |
* | less,klogd,syslogd,nc,tcpudp: exit on signal by killing itself, not exit(1) | Denis Vlasenko | 2008-02-24 | 1 | -1/+1 |
* | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko | 2007-10-11 | 1 | -1/+1 |
* | usage.c: remove reference to busybox.h | Denis Vlasenko | 2007-05-26 | 1 | -1/+1 |
* | style fixes, no code changes | Denis Vlasenko | 2007-04-16 | 1 | -1/+2 |
* | suppress warnings about easch <applet>_main() having | Denis Vlasenko | 2007-02-03 | 1 | -0/+1 |
* | - sed -i -e "/\$Id:/d;" | Bernhard Reutner-Fischer | 2007-01-22 | 1 | -1/+0 |
* | small fixes: | Denis Vlasenko | 2006-11-26 | 1 | -1/+1 |
* | remove bb_printf and the like | Denis Vlasenko | 2006-10-26 | 1 | -1/+1 |
* | build system overhaul | Denis Vlasenko | 2006-10-05 | 1 | -3/+2 |
* | - convert a few xopen3(,,0) into xopen(,). Also peruse the fact that xopen de... | Bernhard Reutner-Fischer | 2006-09-11 | 1 | -1/+1 |
* | removed a lot of trailing \n in bb_msg() calls. It is added | Denis Vlasenko | 2006-09-06 | 1 | -2/+2 |
* | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | Rob Landley | 2006-08-03 | 1 | -14/+2 |
* | Cleaup read() and write() variants, plus a couple of new functions like | Rob Landley | 2006-07-16 | 1 | -1/+1 |
* | Aurelien Jacobs pointed out inline functions that could be removed. Doing so | Rob Landley | 2006-06-21 | 1 | -29/+13 |
* | - move #include busybox.h to the very top so we pull in the config | Bernhard Reutner-Fischer | 2006-06-03 | 1 | -1/+1 |
* | - use the defines CURRENT_TTY and VC_1; also shrink xargs a tiny bit: | Bernhard Reutner-Fischer | 2006-05-27 | 1 | -1/+1 |
* | - remove emacs layout block as suggested by Robert P.J. Day | Bernhard Reutner-Fischer | 2006-05-19 | 1 | -8/+0 |
* | - patch from Denis Vlasenko to add and use bb_xopen3() | Bernhard Reutner-Fischer | 2006-04-13 | 1 | -7/+3 |
* | - add some ATTRIBUTE_UNUSED. | Bernhard Reutner-Fischer | 2006-01-30 | 1 | -15/+2 |
* | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | 2004-03-15 | 1 | -7/+7 |
* | New applet, rx, by Christopher Hoover | Glenn L McGrath | 2003-12-20 | 1 | -0/+344 |