aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* raidautorun: new applet, by:Denis Vlasenko2006-10-205-0/+39
| | | | | Thomas Jarosch (email?) and Bernhard Fischer <rep.nop@aon.at>
* readlink: do not emit errors if file doesnt not exist / not a linkDenis Vlasenko2006-10-202-13/+33
| | | | getopt32: add =N support
* Added compile-time warning for STATIC+GLIBC buildDenis Vlasenko2006-10-201-0/+7
|
* message string changes, mostly for consistency, also -32 bytes in .rodataDenis Vlasenko2006-10-2071-130/+127
|
* - remove duplicate flags (-funsigned-char -fno-builtin-strlen)Bernhard Reutner-Fischer2006-10-201-2/+1
|
* build system: (try to) get rid of bb_config.h hackDenis Vlasenko2006-10-196-1942/+5
|
* build system: check for ENABLE_, USE_ and SKIP_ (not only for CONFIG_)Denis Vlasenko2006-10-192-15/+24
|
* move usage_compressed.h generation into applets/Denis Vlasenko2006-10-194-9/+6
|
* applets/applets.o must be rebuilt if usage.h is modified.Denis Vlasenko2006-10-192-3/+9
|
* scripts/usage.c: de-uglify #includesDenis Vlasenko2006-10-192-2/+4
|
* console-tools/resize.c is apparently leftover from a reverted patch.Eric Andersen2006-10-191-0/+0
| | | | | Since it is a 0 length file, it gets nuked by 'make distclean' so I suppose might as well kill it off properly.
* mount: support user mounts if CONFIG_DESKTOPDenis Vlasenko2006-10-163-28/+68
|
* mdev: reduce excessive indentationDenis Vlasenko2006-10-161-105/+112
|
* strip -> $(STRIP); fix "unused variable" warningDenis Vlasenko2006-10-162-2/+2
| | | | (patch by Diekema, Jon (AGRE) <Jon.Diekema@smiths-aerospace.com>)
* ash: fix segfault in ash.Denis Vlasenko2006-10-161-1/+5
| | | | patch by walter harms <wharms@bfs.de>
* nc: fix 2 my own buglets, and few someone else's too.Denis Vlasenko2006-10-163-48/+75
|
* grep: -r didn't close files, producing "Too many open files"Denis Vlasenko2006-10-151-1/+2
|