aboutsummaryrefslogtreecommitdiff
path: root/miscutils
AgeCommit message (Expand)Author
2007-08-17assorted fixes for breakage found by randomconfigDenis Vlasenko
2007-08-16hdparm: shrink rodata by ~250 bytesDenis Vlasenko
2007-08-16whitespace fixes, no code changesDenis Vlasenko
2007-08-13httpd: round down sendfile byte count to 64kDenis Vlasenko
2007-08-13s/#ifdef CONFIG_/#if ENABLE_/gDenis Vlasenko
2007-08-12trylink: produce even more info about final link stageDenis Vlasenko
2007-08-03less: add a bit more robustness in keyboard reading codeDenis Vlasenko
2007-08-03ttysize: update copyrightDenis Vlasenko
2007-08-02ttysize: new applet. +200 bytesDenis Vlasenko
2007-07-24Replace index_in_[sub]str_array with index_in_[sub]strings,Denis Vlasenko
2007-07-21style fix (stray space before ';')Denis Vlasenko
2007-07-21Three patches from FreeWRT peopleDenis Vlasenko
2007-07-21libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive optionsDenis Vlasenko
2007-07-19stray trailing tabs removedDenis Vlasenko
2007-07-17remove accumulated stray trailing whitespaceDenis Vlasenko
2007-07-14xioctl and friends by Tito <farmatito@tiscali.it>Denis Vlasenko
2007-07-01devfsd: futher sanitization by Tito <farmatito@tiscali.it>Denis Vlasenko
2007-07-01devfsd: indentation fixesDenis Vlasenko
2007-06-30introduce and use bb_basename()Denis Vlasenko
2007-06-27devfsd: style cleanup; size reduction (Tito <farmatito@tiscali.it>)Denis Vlasenko
2007-06-25devfsd: fix formatting (Tito <farmatito@tiscali.it>)Denis Vlasenko
2007-06-25Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <w...Denis Vlasenko
2007-06-17wget: use monotonic_sec instead of gettimeofdayDenis Vlasenko
2007-06-17hwclock: size optimizationsDenis Vlasenko
2007-06-17time: *const str = "xxx" ==> str[] = "xxx"Denis Vlasenko
2007-06-17strings: strings a b was processing a twice, fix thatDenis Vlasenko
2007-06-12move several applets to more correct ex-project. No code changes.Denis Vlasenko
2007-06-04diff: stop using data/bssDenis Vlasenko
2007-06-04Audit bb_common_bufsiz usage, add script which looks for misuse.Denis Vlasenko
2007-05-31less: less <HUGEFILE + [End] busy loops, fix itDenis Vlasenko
2007-05-31less: forgot trivial #if ENABLE_xxxxDenis Vlasenko
2007-05-31delete tons of extra #includesDenis Vlasenko
2007-05-31use "glibc errno" trick not only for ash, but for entire busyboxDenis Vlasenko
2007-05-31more: stop using bssDenis Vlasenko
2007-05-31less: fix very obscure memory corruption bugDenis Vlasenko
2007-05-31less: stop using data/bss. Code got smaller too.Denis Vlasenko
2007-05-30nmeter: stop using data/bss; reduce amount of reads from /procDenis Vlasenko
2007-05-30whitespace fixesDenis Vlasenko
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko
2007-05-22hdparm: make -T -t code smaller (-194 bytes), and output prettierDenis Vlasenko
2007-05-09less: fix case when regex search finds nothingDenis Vlasenko
2007-04-16style fixes, no code changesDenis Vlasenko
2007-04-13teach find_root_device to deal with /dev/ subdirsDenis Vlasenko
2007-04-12style fixes. No code changesDenis Vlasenko
2007-04-11bb_full_fd_action: remove potential xmalloc from NOFORK pathDenis Vlasenko
2007-04-10- use skip_non_whitespace() where appropriateBernhard Reutner-Fischer
2007-04-04- sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"Bernhard Reutner-Fischer
2007-03-31hdparm: fix multisector mode settingDenis Vlasenko
2007-03-28hdparm: flag variables can easily be smaller than longDenis Vlasenko
2007-03-28hdparm: remove stray static (-200 bytes bss)Denis Vlasenko