summaryrefslogtreecommitdiff
path: root/miscutils/rx.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-15whitespace fixes. no code changesDenys Vlasenko1-2/+2
2011-11-23rx: fix file corruption on block checksum failureDaniel Fandrich1-0/+1
2011-11-03rx: code shrinkDenys Vlasenko1-13/+7
2011-11-03rx: Fix file corruption with duplicate blocksDan Fandrich1-0/+1
2011-04-11move remaining help text from include/usage.src.hPere Orga1-0/+8
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko1-1/+1
2009-11-28*: remove a few more cases of argc usage. -89 bytes.Denys Vlasenko1-5/+2
2009-08-02rx: strip padding from last block. closes bug 501.Denys Vlasenko1-43/+59
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko1-1/+1
2008-03-12libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_setDenis Vlasenko1-4/+1
2008-03-12nc: remove a bit of bloatDenis Vlasenko1-133/+99
2008-02-24less,klogd,syslogd,nc,tcpudp: exit on signal by killing itself, not exit(1)Denis Vlasenko1-1/+1
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko1-1/+1
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko1-1/+1
2007-04-16style fixes, no code changesDenis Vlasenko1-1/+2
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko1-0/+1
2007-01-22- sed -i -e "/\$Id:/d;"Bernhard Reutner-Fischer1-1/+0
2006-11-26small fixes:Denis Vlasenko1-1/+1
2006-10-26remove bb_printf and the likeDenis Vlasenko1-1/+1
2006-10-05build system overhaulDenis Vlasenko1-3/+2
2006-09-11- convert a few xopen3(,,0) into xopen(,). Also peruse the fact that xopen de...Bernhard Reutner-Fischer1-1/+1
2006-09-06removed a lot of trailing \n in bb_msg() calls. It is addedDenis Vlasenko1-2/+2
2006-08-03Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley1-14/+2
2006-07-16Cleaup read() and write() variants, plus a couple of new functions likeRob Landley1-1/+1
2006-06-21Aurelien Jacobs pointed out inline functions that could be removed. Doing soRob Landley1-29/+13
2006-06-03- move #include busybox.h to the very top so we pull in the configBernhard Reutner-Fischer1-1/+1
2006-05-27- use the defines CURRENT_TTY and VC_1; also shrink xargs a tiny bit:Bernhard Reutner-Fischer1-1/+1
2006-05-19- remove emacs layout block as suggested by Robert P.J. DayBernhard Reutner-Fischer1-8/+0
2006-04-13- patch from Denis Vlasenko to add and use bb_xopen3()Bernhard Reutner-Fischer1-7/+3
2006-01-30- add some ATTRIBUTE_UNUSED.Bernhard Reutner-Fischer1-15/+2
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen1-7/+7
2003-12-20New applet, rx, by Christopher HooverGlenn L McGrath1-0/+344