aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* website: fix linkDenis Vlasenko2006-10-291-1/+1
|
* website: announce 1.2.2.1Denis Vlasenko2006-10-291-0/+7
|
* find: a lot more compliant to 'standard' findDenis Vlasenko2006-10-293-175/+269
| | | | | (we were not respecting order of actions!). Add -o and -a handling.
* find: small improvementDenis Vlasenko2006-10-291-11/+15
|
* find: fix -exec to work like stock find does.Denis Vlasenko2006-10-291-98/+155
|
* ls: silly comment fixesDenis Vlasenko2006-10-281-9/+9
|
* chmod: typo in commentsDenis Vlasenko2006-10-281-8/+8
|
* ls: cleanup part 2. ifdef forest is much less scary now :)Denis Vlasenko2006-10-282-198/+148
|
* ls: cleanup part 1Denis Vlasenko2006-10-288-281/+191
|
* recursive_action: add depth paramDenis Vlasenko2006-10-279-58/+123
| | | | chmod: match coreutils versus following links
* chgrp: just call chown! :)Denis Vlasenko2006-10-273-41/+19
|
* recursive_action: preparatory changes. will introduce "int level".Denis Vlasenko2006-10-271-50/+48
|
* chown: add -vcf support if CONFIG_DESKTOPDenis Vlasenko2006-10-273-27/+71
| | | | chmod: stop following symlinks
* chmod: support -vcf if CONFIG_DESKTOPDenis Vlasenko2006-10-272-55/+51
|
* modprobe: reformat to match bbox styleDenis Vlasenko2006-10-272-296/+293
|
* OFF_T_FMT -> OFF_FMTDenis Vlasenko2006-10-271-1/+1
|
* top: batch mode should output all processesDenis Vlasenko2006-10-272-9/+5
|
* Fix largefile breakage; advance version to 1.2.2Denis Vlasenko2006-10-272-4/+5
|
* reshuffle libbb.h contents so that order of decls makes senseDenis Vlasenko2006-10-276-280/+263
| | | | Found bad typo in largefile support :)
* get_terminal_width_height: do not pass insanely large valuesDenis Vlasenko2006-10-276-23/+33
|
* last nail into error_msg() (de)capitalizationDenis Vlasenko2006-10-2712-88/+88
|
* As usual, I forgot "svn del"...Denis Vlasenko2006-10-271-96/+0
|
* ...and yet another small fix. Ouch...Denis Vlasenko2006-10-262-3/+3
|
* Fix minor breakage in previous commitDenis Vlasenko2006-10-261-2/+2
|
* rename functions to more understandable namesDenis Vlasenko2006-10-2627-68/+63
|
* remove bb_printf and the likeDenis Vlasenko2006-10-2648-314/+315
|
* add ipv6 developer docDenis Vlasenko2006-10-261-0/+222
|
* nslookup: make it more IPv6 friendlyDenis Vlasenko2006-10-262-126/+81
|
* mount: use switch (compare_string_array(..))Denis Vlasenko2006-10-261-36/+105
| | | | where appropriate, saves >100 bytes.
* xconnect is non-conforming to "xfunc like libc" rule. FixingDenis Vlasenko2006-10-266-12/+20
|
* ip: "ip addr del" and "ip addr delete" both should workDenis Vlasenko2006-10-261-7/+8
|
* silly size savings and capitalization fixesDenis Vlasenko2006-10-2624-81/+81
|
* - revert r16191; re-add resize() applet.Bernhard Reutner-Fischer2006-10-255-0/+62
| | | | | | | text data bss dec hex filename 288 0 0 288 120 console-tools/_resize.o.gcc-2.95 258 0 0 258 102 console-tools/_resize.o.gcc-3.3 252 0 0 252 fc console-tools/_resize.o.gcc-3.4
* sed: mostly style fixes, very small changes in actual codeDenis Vlasenko2006-10-251-333/+354
|
* use skip_whitespace where appropriateDenis Vlasenko2006-10-258-105/+98
|
* wget: wget $'-\207' ... should not be allowed to work. ever. :)Denis Vlasenko2006-10-254-53/+75
| | | | | So fix wget & getopt32. Also fix multiple --header options order: add and use rev_llist.
* Put up BusyBox 1.2.2 and get out of Denis' way. Also minor tweak to Rob Landley2006-10-245-5/+33
| | | | | autodocifier.pl so USAGE_ macros that haven't been converted to USE_ yet get correctly stripped out when generating BusyBox.html.
* - add nmeter and raidautorun to defconfig.Bernhard Reutner-Fischer2006-10-241-0/+2
|
* - we take exactly one argument.Bernhard Reutner-Fischer2006-10-241-0/+3
|
* wget: -100 bytes, reduce stack usage, remove --header length limitDenis Vlasenko2006-10-231-20/+18
|
* watch: fix warningDenis Vlasenko2006-10-232-23/+25
| | | | getty: fix breakage; fix excessive stack usage
* getty: conditionally disable handling of all-caps terminals.Denis Vlasenko2006-10-231-57/+25
|
* getty: cleanup part 2Denis Vlasenko2006-10-231-31/+28
|
* getty: cleanup part 1Denis Vlasenko2006-10-231-44/+47
|
* __GLIBC__ -> defined(__GLIBC__)Denis Vlasenko2006-10-231-1/+1
|
* grep: "grep -h pattern file1 file2" ignored -hDenis Vlasenko2006-10-221-14/+14
| | | | (precluded kernel's "make modules")
* cp: update help textDenis Vlasenko2006-10-221-4/+5
|
* cp: add support for -s, -l. Fix free(nonmalloc) bug.Denis Vlasenko2006-10-216-159/+188
| | | | | Add doc on POSIX's rules on -i and -f (insane!). ln: make "ln dangling_symlink new_link" work.
* watch: execute command thru shell, not fork/exec. Other fixesDenis Vlasenko2006-10-202-32/+54
|
* chpst: add overlooked copyright statementDenis Vlasenko2006-10-201-0/+29
|