aboutsummaryrefslogtreecommitdiff
path: root/miscutils (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* "depends ..." -> "depends on ..."vapier2007-01-241-1/+1
* correct file format errorsvapier2007-01-241-9/+9
* - sed -i -e "/\$Id:/d;"aldot2007-01-221-1/+0
* - use makedev to get device number, else it gives wrong major/minor numbers t...aldot2007-01-211-2/+2
* openvt,getty,vfork_daemon_rexec,mount: tighten up fd cleanup codevda2007-01-191-5/+2
* random small size optimizationsvda2007-01-121-8/+8
* convert calloc to xzallocvda2007-01-031-2/+2
* less: fix <tab><backspace> bugletvda2006-12-311-5/+5
* less: interpret backspace.vda2006-12-311-0/+13
* fixes from Yann E. MORIN <yann.morin.1998@anciens.enib.fr>vda2006-12-311-1/+1
* done a dozen of randconfig test. guess what? ALL failed...vda2006-12-302-17/+25
* bb_xget[pw/gr]nam were horribly misnamed - fixed.vda2006-12-281-2/+2
* style fixesvda2006-12-263-12/+12
* less: fix regexp search '/' on large filesvda2006-12-251-47/+71
* small stupid changes. no code changesvda2006-12-241-7/+3
* less: implement waiting for input using select(). Rather tricky business.vda2006-12-241-454/+516
* time: -200 bytes of textvda2006-12-221-84/+96
* time: fix option parsing bug, size optimizationsvda2006-12-221-28/+22
* less: a few fixes for cases where we overflow status linevda2006-12-211-59/+31
* less: restore TAB display (was showing as inverse I after prev changes :)vda2006-12-211-29/+35
* less: "(null)" is a bit strange. "standard input" is better :)vda2006-12-211-5/+14
* less: how many different kinds of status line we need, three?!vda2006-12-211-43/+40
* less: stop dying on bad regexps, quietly pipe data w/ovda2006-12-211-110/+146
* introduce LONE_CHAR (optimized strcmp with one-char string)vda2006-12-211-1/+1
* less: total cleanup and bugfix.vda2006-12-211-248/+236
* less: somewhat buggy applet, but nice. Muchly reducedvda2006-12-202-212/+206
* remove casts from xmalloc()vda2006-12-191-1/+1
* inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]vda2006-12-161-1/+1
* bb_makedev: fix for glibc 2.3.2vda2006-12-101-1/+0
* - shrink less.aldot2006-12-041-56/+49
* style cleanup: return(a) -> return a, part 2vda2006-11-271-67/+57
* style cleanup: return(a) -> return a, part 1vda2006-11-271-10/+8
* small fixes:vda2006-11-262-3/+6
* - revert r15563 (pull current version of taskset off the busybox_scratch branch)aldot2006-11-223-0/+107
* rodata cleanup. "unable to" == "cannot". -300 bytesvda2006-11-182-8/+8
* rename: compare_string_array -> index_in_str_arrayvda2006-11-051-4/+4
* smart_ulltoa5: make available in libbbvda2006-11-051-35/+1
* mostly style fixesvda2006-11-011-1/+1
* last nail into error_msg() (de)capitalizationvda2006-10-271-1/+1
* rename functions to more understandable namesvda2006-10-262-3/+3
* remove bb_printf and the likevda2006-10-267-69/+81
* silly size savings and capitalization fixesvda2006-10-261-13/+13
* use skip_whitespace where appropriatevda2006-10-251-3/+3
* - we take exactly one argument.aldot2006-10-241-0/+3
* raidautorun: new applet, by:vda2006-10-203-0/+31
* message string changes, mostly for consistency, also -32 bytes in .rodatavda2006-10-204-6/+6
* add open_read_close() and similar stuffvda2006-10-144-16/+8
* bb_get_[chomped]line_from_file wasn't descriptive enough.vda2006-10-122-2/+2
* nmeter: new applet. ~4kvda2006-10-113-0/+898
* attempt to regularize atoi mess.vda2006-10-088-25/+22