aboutsummaryrefslogtreecommitdiff
path: root/miscutils/rx.c
AgeCommit message (Expand)Author
2020-08-13build system: drop PLATFORM_LINUXRon Yorston
2019-07-02libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne
2017-07-21config: deindent all help textsDenys Vlasenko
2017-07-18Update menuconfig items with approximate applet sizesDenys Vlasenko
2017-02-04Replace int -> uint to avoid signed integer overflowRostislav Skudnov
2017-01-11libbb: consolidate the code to set termios unbuffered modeDenys Vlasenko
2016-11-28Code style fixes, no code changesDenys Vlasenko
2016-11-22Convert all miscutils/* applets to "new style" applet definitionsDenys Vlasenko
2016-11-22Split miscutils/Config.src items into miscutils/*.c filesDenys Vlasenko
2013-01-15whitespace fixes. no code changesDenys Vlasenko
2011-11-23rx: fix file corruption on block checksum failureDaniel Fandrich
2011-11-03rx: code shrinkDenys Vlasenko
2011-11-03rx: Fix file corruption with duplicate blocksDan Fandrich
2011-04-11move remaining help text from include/usage.src.hPere Orga
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2009-11-28*: remove a few more cases of argc usage. -89 bytes.Denys Vlasenko
2009-08-02rx: strip padding from last block. closes bug 501.Denys Vlasenko
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko
2008-03-12libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_setDenis Vlasenko
2008-03-12nc: remove a bit of bloatDenis Vlasenko
2008-02-24less,klogd,syslogd,nc,tcpudp: exit on signal by killing itself, not exit(1)Denis Vlasenko
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko
2007-04-16style fixes, no code changesDenis Vlasenko
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko
2007-01-22- sed -i -e "/\$Id:/d;"Bernhard Reutner-Fischer
2006-11-26small fixes:Denis Vlasenko
2006-10-26remove bb_printf and the likeDenis Vlasenko
2006-10-05build system overhaulDenis Vlasenko
2006-09-11- convert a few xopen3(,,0) into xopen(,). Also peruse the fact that xopen de...Bernhard Reutner-Fischer
2006-09-06removed a lot of trailing \n in bb_msg() calls. It is addedDenis Vlasenko
2006-08-03Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley
2006-07-16Cleaup read() and write() variants, plus a couple of new functions likeRob Landley
2006-06-21Aurelien Jacobs pointed out inline functions that could be removed. Doing soRob Landley
2006-06-03- move #include busybox.h to the very top so we pull in the configBernhard 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. DayBernhard 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-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen
2003-12-20New applet, rx, by Christopher HooverGlenn L McGrath