aboutsummaryrefslogtreecommitdiff
path: root/miscutils (follow)
Commit message (Expand)AuthorAgeFilesLines
* Config.in: remove menus that apparently will not work on Windows (except mayb...Nguyễn Thái Ngọc Duy2009-04-231-0/+1
* less: less <HUGEFILE + [End] busy loops, fix itvda2007-05-311-1/+3
* less: forgot trivial #if ENABLE_xxxxvda2007-05-311-0/+2
* delete tons of extra #includesvda2007-05-313-12/+11
* use "glibc errno" trick not only for ash, but for entire busyboxvda2007-05-311-11/+0
* more: stop using bssvda2007-05-311-0/+2
* less: fix very obscure memory corruption bugvda2007-05-311-7/+38
* less: stop using data/bss. Code got smaller too.vda2007-05-311-47/+82
* nmeter: stop using data/bss; reduce amount of reads from /procvda2007-05-301-48/+89
* whitespace fixesvda2007-05-301-2/+2
* usage.c: remove reference to busybox.hvda2007-05-2624-27/+25
* hdparm: make -T -t code smaller (-194 bytes), and output prettiervda2007-05-221-97/+75
* less: fix case when regex search finds nothingvda2007-05-091-1/+7
* style fixes, no code changesvda2007-04-163-3/+6
* teach find_root_device to deal with /dev/ subdirsvda2007-04-131-1/+1
* style fixes. No code changesvda2007-04-121-1/+1
* bb_full_fd_action: remove potential xmalloc from NOFORK pathvda2007-04-111-7/+6
* - use skip_non_whitespace() where appropriatealdot2007-04-101-3/+1
* - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"aldot2007-04-043-6/+6
* hdparm: fix multisector mode settingvda2007-03-311-2/+2
* hdparm: flag variables can easily be smaller than longvda2007-03-281-96/+101
* hdparm: remove stray static (-200 bytes bss)vda2007-03-281-1/+1
* hdparm: whitespace style fixesvda2007-03-281-90/+89
* make pidfile writing configurable.vda2007-03-271-0/+1
* Attempt to get more applets compile for NOMMU.vda2007-03-261-12/+3
* move everything to new NOMMU helpers, except udhcpvda2007-03-262-60/+19
* nmeter: should die if stdout doesn't like him anymorevda2007-03-261-1/+1
* dc: use common_bufsiz1 for evaluation stackvda2007-03-241-18/+17
* NOMMU re-exec trick shuld not depend on existence of "don't daemonize"vda2007-03-242-5/+7
* fix accumulated whitespace and indentation damagevda2007-03-201-1/+1
* adjtimex: fix argument types (most importantly, allow negative ones)vda2007-03-141-4/+4
* watchdog: don't use static variablevda2007-03-141-9/+9
* kill superfluous returns at the end of void functionsvda2007-03-111-2/+0
* more: do not mess with "/dev/console" (!);vda2007-03-101-2/+3
* - add chrt applet.aldot2007-03-093-0/+132
* - move bbconfig into alphabetical orderaldot2007-03-091-1/+1
* less: handle yet another Home/End key sequence; expand a commentvda2007-03-091-4/+13
* less: make '/' (regex search) scan input if no matches are foundvda2007-03-081-8/+6
* less: yet another attempt to make search bettervda2007-03-081-1/+17
* less: fix 'n'ext match: sometimes was going to 999999th linevda2007-03-081-10/+19
* clean up accumulated whitespace damagevda2007-03-071-2/+2
* hdparm: style fixes, no code changesvda2007-02-181-405/+271
* less: support xterm's home/end; improve forward searchvda2007-02-141-8/+28
* EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu>vda2007-02-064-4/+4
* suppress warnings about easch <applet>_main() havingvda2007-02-0323-0/+25
* preparatory patch for -Wwrite-strings #5vda2007-01-293-24/+23
* preparatory patch for -Wwrite-strings #3vda2007-01-291-6/+4
* preparatory patch for -Wwrite-strings #2vda2007-01-293-13/+9
* taskset: fix incorrect rage spec and allow 0xXXX inputvda2007-01-291-1/+1
* - readahead depends on LFSaldot2007-01-261-0/+1