summaryrefslogtreecommitdiff
path: root/miscutils (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* bb_makedev: fix for glibc 2.3.2Denis Vlasenko2006-12-101-1/+0
* - shrink less.Bernhard Reutner-Fischer2006-12-041-56/+49
* style cleanup: return(a) -> return a, part 2Denis Vlasenko2006-11-271-67/+57
* style cleanup: return(a) -> return a, part 1Denis Vlasenko2006-11-271-10/+8
* small fixes:Denis Vlasenko2006-11-262-3/+6
* - revert r15563 (pull current version of taskset off the busybox_scratch branch)Bernhard Reutner-Fischer2006-11-223-0/+107
* rodata cleanup. "unable to" == "cannot". -300 bytesDenis Vlasenko2006-11-182-8/+8
* rename: compare_string_array -> index_in_str_arrayDenis Vlasenko2006-11-051-4/+4
* smart_ulltoa5: make available in libbbDenis Vlasenko2006-11-051-35/+1
* mostly style fixesDenis Vlasenko2006-11-011-1/+1
* last nail into error_msg() (de)capitalizationDenis Vlasenko2006-10-271-1/+1
* rename functions to more understandable namesDenis Vlasenko2006-10-262-3/+3
* remove bb_printf and the likeDenis Vlasenko2006-10-267-69/+81
* silly size savings and capitalization fixesDenis Vlasenko2006-10-261-13/+13
* use skip_whitespace where appropriateDenis Vlasenko2006-10-251-3/+3
* - we take exactly one argument.Bernhard Reutner-Fischer2006-10-241-0/+3
* raidautorun: new applet, by:Denis Vlasenko2006-10-203-0/+31
* message string changes, mostly for consistency, also -32 bytes in .rodataDenis Vlasenko2006-10-204-6/+6
* add open_read_close() and similar stuffDenis Vlasenko2006-10-144-16/+8
* bb_get_[chomped]line_from_file wasn't descriptive enough.Denis Vlasenko2006-10-122-2/+2
* nmeter: new applet. ~4kDenis Vlasenko2006-10-113-0/+898
* attempt to regularize atoi mess.Denis Vlasenko2006-10-088-25/+22
* eject: remove unmounting. It is buggy for many non-trivialDenis Vlasenko2006-10-071-12/+8
* eject: -T fixDenis Vlasenko2006-10-051-16/+20
* build system overhaulDenis Vlasenko2006-10-055-145/+93
* bb_applet_name -> applet_nameDenis Vlasenko2006-10-032-5/+5
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-039-37/+37
* rename bb_default_error_retval -> xfunc_error_retvalDenis Vlasenko2006-10-031-1/+1
* eject: -T (implements single button open/close)Denis Vlasenko2006-10-021-7/+22
* silly switch style fixDenis Vlasenko2006-09-271-1/+1
* crontab: we indent using tabsDenis Vlasenko2006-09-271-272/+277
* remove unneeded #includes, fix indentationDenis Vlasenko2006-09-231-16/+15
* bb_askpass: shorten static password buffer. 256 is way too large.Denis Vlasenko2006-09-231-7/+7
* adjtimex: getopt_ulflags'isationDenis Vlasenko2006-09-221-31/+26
* Change license statements (and clean up headers) on some of the files thatRob Landley2006-09-222-14/+2
* whitespace cleanupDenis Vlasenko2006-09-175-36/+36
* - convert a few xopen3(,,0) into xopen(,). Also peruse the fact that xopen de...Bernhard Reutner-Fischer2006-09-113-3/+3
* Add CONFIG_FEATURE_SYSLOG which controls whetherDenis Vlasenko2006-09-071-0/+2
* removed a lot of trailing \n in bb_msg() calls. It is addedDenis Vlasenko2006-09-062-3/+3
* Michael Opdenacker spotted that makefile should use () instead of {}.Rob Landley2006-08-211-1/+1
* Oops, Michael pointed out that my cleanup left some dead code in there.Rob Landley2006-08-211-2/+0
* Michael Opdenacker contributed a readahead applet.Rob Landley2006-08-203-0/+53
* - merge -r15463:15564 from busybox_scratch branch through these changesets:Bernhard Reutner-Fischer2006-08-202-9/+1
* Patch from tito to improve options parsing.Rob Landley2006-08-031-2/+2
* These should have been part of 15767 too.Rob Landley2006-08-031-4/+1
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-0311-146/+49
* Tito said that strings is a complete rewrite.Rob Landley2006-07-311-41/+2
* Cleaup read() and write() variants, plus a couple of new functions likeRob Landley2006-07-161-1/+1
* More minor tweaks.Rob Landley2006-07-121-4/+3
* Add one-line GPL boilerplate to numerous (but not all yet) source files."Robert P. J. Day"2006-07-123-0/+12