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