aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* find: a lot more compliant to 'standard' findvda2006-10-293-175/+269
* find: small improvementvda2006-10-291-11/+15
* find: fix -exec to work like stock find does.vda2006-10-291-98/+155
* ls: silly comment fixesvda2006-10-281-9/+9
* chmod: typo in commentsvda2006-10-281-8/+8
* ls: cleanup part 2. ifdef forest is much less scary now :)vda2006-10-282-198/+148
* ls: cleanup part 1vda2006-10-288-281/+191
* recursive_action: add depth paramvda2006-10-279-58/+123
* chgrp: just call chown! :)vda2006-10-273-41/+19
* recursive_action: preparatory changes. will introduce "int level".vda2006-10-271-50/+48
* chown: add -vcf support if CONFIG_DESKTOPvda2006-10-273-27/+71
* chmod: support -vcf if CONFIG_DESKTOPvda2006-10-272-55/+51
* modprobe: reformat to match bbox stylevda2006-10-272-296/+293
* OFF_T_FMT -> OFF_FMTvda2006-10-271-1/+1
* top: batch mode should output all processesvda2006-10-272-9/+5
* Fix largefile breakage; advance version to 1.2.2vda2006-10-272-4/+5
* reshuffle libbb.h contents so that order of decls makes sensevda2006-10-276-280/+263
* get_terminal_width_height: do not pass insanely large valuesvda2006-10-276-23/+33
* last nail into error_msg() (de)capitalizationvda2006-10-2712-88/+88
* As usual, I forgot "svn del"...vda2006-10-271-96/+0
* ...and yet another small fix. Ouch...vda2006-10-262-3/+3
* Fix minor breakage in previous commitvda2006-10-261-2/+2
* rename functions to more understandable namesvda2006-10-2627-68/+63
* remove bb_printf and the likevda2006-10-2648-314/+315
* add ipv6 developer docvda2006-10-261-0/+222
* nslookup: make it more IPv6 friendlyvda2006-10-262-126/+81
* mount: use switch (compare_string_array(..))vda2006-10-261-36/+105
* xconnect is non-conforming to "xfunc like libc" rule. Fixingvda2006-10-266-12/+20
* ip: "ip addr del" and "ip addr delete" both should workvda2006-10-261-7/+8
* silly size savings and capitalization fixesvda2006-10-2624-81/+81
* - revert r16191; re-add resize() applet.aldot2006-10-255-0/+62
* sed: mostly style fixes, very small changes in actual codevda2006-10-251-333/+354
* use skip_whitespace where appropriatevda2006-10-258-105/+98
* wget: wget $'-\207' ... should not be allowed to work. ever. :)vda2006-10-254-53/+75
* Put up BusyBox 1.2.2 and get out of Denis' way. Also minor tweak to landley2006-10-245-5/+33
* - add nmeter and raidautorun to defconfig.aldot2006-10-241-0/+2
* - we take exactly one argument.aldot2006-10-241-0/+3
* wget: -100 bytes, reduce stack usage, remove --header length limitvda2006-10-231-20/+18
* watch: fix warningvda2006-10-232-23/+25
* getty: conditionally disable handling of all-caps terminals.vda2006-10-231-57/+25
* getty: cleanup part 2vda2006-10-231-31/+28
* getty: cleanup part 1vda2006-10-231-44/+47
* __GLIBC__ -> defined(__GLIBC__)vda2006-10-231-1/+1
* grep: "grep -h pattern file1 file2" ignored -hvda2006-10-221-14/+14
* cp: update help textvda2006-10-221-4/+5
* cp: add support for -s, -l. Fix free(nonmalloc) bug.vda2006-10-216-159/+188
* watch: execute command thru shell, not fork/exec. Other fixesvda2006-10-202-32/+54
* chpst: add overlooked copyright statementvda2006-10-201-0/+29
* raidautorun: new applet, by:vda2006-10-205-0/+39
* readlink: do not emit errors if file doesnt not exist / not a linkvda2006-10-202-13/+33