aboutsummaryrefslogtreecommitdiff
path: root/miscutils/rx.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update applet size estimatesDenys Vlasenko2023-07-101-1/+1
* build system: drop PLATFORM_LINUXRon Yorston2020-08-131-1/+0
* libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-021-3/+3
* config: deindent all help textsDenys Vlasenko2017-07-211-1/+1
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* Replace int -> uint to avoid signed integer overflowRostislav Skudnov2017-02-041-1/+1
* libbb: consolidate the code to set termios unbuffered modeDenys Vlasenko2017-01-111-0/+1
* Code style fixes, no code changesDenys Vlasenko2016-11-281-1/+1
* Convert all miscutils/* applets to "new style" applet definitionsDenys Vlasenko2016-11-221-0/+4
* Split miscutils/Config.src items into miscutils/*.c filesDenys Vlasenko2016-11-221-0/+6
* whitespace fixes. no code changesDenys Vlasenko2013-01-151-2/+2
* rx: fix file corruption on block checksum failureDaniel Fandrich2011-11-231-0/+1
* rx: code shrinkDenys Vlasenko2011-11-031-13/+7
* rx: Fix file corruption with duplicate blocksDan Fandrich2011-11-031-0/+1
* move remaining help text from include/usage.src.hPere Orga2011-04-111-0/+8
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* *: remove a few more cases of argc usage. -89 bytes.Denys Vlasenko2009-11-281-5/+2
* rx: strip padding from last block. closes bug 501.Denys Vlasenko2009-08-021-43/+59
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-1/+1
* libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_setDenis Vlasenko2008-03-121-4/+1
* nc: remove a bit of bloatDenis Vlasenko2008-03-121-133/+99
* less,klogd,syslogd,nc,tcpudp: exit on signal by killing itself, not exit(1)Denis Vlasenko2008-02-241-1/+1
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* style fixes, no code changesDenis Vlasenko2007-04-161-1/+2
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* - sed -i -e "/\$Id:/d;"Bernhard Reutner-Fischer2007-01-221-1/+0
* small fixes:Denis Vlasenko2006-11-261-1/+1
* remove bb_printf and the likeDenis Vlasenko2006-10-261-1/+1
* build system overhaulDenis Vlasenko2006-10-051-3/+2
* - convert a few xopen3(,,0) into xopen(,). Also peruse the fact that xopen de...Bernhard Reutner-Fischer2006-09-111-1/+1
* removed a lot of trailing \n in bb_msg() calls. It is addedDenis Vlasenko2006-09-061-2/+2
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-14/+2
* Cleaup read() and write() variants, plus a couple of new functions likeRob Landley2006-07-161-1/+1
* Aurelien Jacobs pointed out inline functions that could be removed. Doing soRob Landley2006-06-211-29/+13
* - move #include busybox.h to the very top so we pull in the configBernhard Reutner-Fischer2006-06-031-1/+1
* - use the defines CURRENT_TTY and VC_1; also shrink xargs a tiny bit:Bernhard Reutner-Fischer2006-05-271-1/+1
* - remove emacs layout block as suggested by Robert P.J. DayBernhard Reutner-Fischer2006-05-191-8/+0
* - patch from Denis Vlasenko to add and use bb_xopen3()Bernhard Reutner-Fischer2006-04-131-7/+3
* - add some ATTRIBUTE_UNUSED.Bernhard Reutner-Fischer2006-01-301-15/+2
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-7/+7
* New applet, rx, by Christopher HooverGlenn L McGrath2003-12-201-0/+344