aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-10-27chgrp: just call chown! :)Denis Vlasenko
2006-10-27recursive_action: preparatory changes. will introduce "int level".Denis Vlasenko
2006-10-27chown: add -vcf support if CONFIG_DESKTOPDenis Vlasenko
chmod: stop following symlinks
2006-10-27chmod: support -vcf if CONFIG_DESKTOPDenis Vlasenko
2006-10-27modprobe: reformat to match bbox styleDenis Vlasenko
2006-10-27OFF_T_FMT -> OFF_FMTDenis Vlasenko
2006-10-27top: batch mode should output all processesDenis Vlasenko
2006-10-27Fix largefile breakage; advance version to 1.2.2Denis Vlasenko
2006-10-27reshuffle libbb.h contents so that order of decls makes senseDenis Vlasenko
Found bad typo in largefile support :)
2006-10-27get_terminal_width_height: do not pass insanely large valuesDenis Vlasenko
2006-10-27last nail into error_msg() (de)capitalizationDenis Vlasenko
2006-10-27As usual, I forgot "svn del"...Denis Vlasenko
2006-10-26...and yet another small fix. Ouch...Denis Vlasenko
2006-10-26Fix minor breakage in previous commitDenis Vlasenko
2006-10-26rename functions to more understandable namesDenis Vlasenko
2006-10-26remove bb_printf and the likeDenis Vlasenko
2006-10-26add ipv6 developer docDenis Vlasenko
2006-10-26nslookup: make it more IPv6 friendlyDenis Vlasenko
2006-10-26mount: use switch (compare_string_array(..))Denis Vlasenko
where appropriate, saves >100 bytes.
2006-10-26xconnect is non-conforming to "xfunc like libc" rule. FixingDenis Vlasenko
2006-10-26ip: "ip addr del" and "ip addr delete" both should workDenis Vlasenko
2006-10-26silly size savings and capitalization fixesDenis Vlasenko
2006-10-25- revert r16191; re-add resize() applet.Bernhard Reutner-Fischer
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
2006-10-25sed: mostly style fixes, very small changes in actual codeDenis Vlasenko
2006-10-25use skip_whitespace where appropriateDenis Vlasenko
2006-10-25wget: wget $'-\207' ... should not be allowed to work. ever. :)Denis Vlasenko
So fix wget & getopt32. Also fix multiple --header options order: add and use rev_llist.
2006-10-24Put up BusyBox 1.2.2 and get out of Denis' way. Also minor tweak to Rob Landley
autodocifier.pl so USAGE_ macros that haven't been converted to USE_ yet get correctly stripped out when generating BusyBox.html.
2006-10-24- add nmeter and raidautorun to defconfig.Bernhard Reutner-Fischer
2006-10-24- we take exactly one argument.Bernhard Reutner-Fischer
2006-10-23wget: -100 bytes, reduce stack usage, remove --header length limitDenis Vlasenko
2006-10-23watch: fix warningDenis Vlasenko
getty: fix breakage; fix excessive stack usage
2006-10-23getty: conditionally disable handling of all-caps terminals.Denis Vlasenko
2006-10-23getty: cleanup part 2Denis Vlasenko
2006-10-23getty: cleanup part 1Denis Vlasenko
2006-10-23__GLIBC__ -> defined(__GLIBC__)Denis Vlasenko
2006-10-22grep: "grep -h pattern file1 file2" ignored -hDenis Vlasenko
(precluded kernel's "make modules")
2006-10-22cp: update help textDenis Vlasenko
2006-10-21cp: add support for -s, -l. Fix free(nonmalloc) bug.Denis Vlasenko
Add doc on POSIX's rules on -i and -f (insane!). ln: make "ln dangling_symlink new_link" work.
2006-10-20watch: execute command thru shell, not fork/exec. Other fixesDenis Vlasenko
2006-10-20chpst: add overlooked copyright statementDenis Vlasenko
2006-10-20raidautorun: new applet, by:Denis Vlasenko
Thomas Jarosch (email?) and Bernhard Fischer <rep.nop@aon.at>
2006-10-20readlink: do not emit errors if file doesnt not exist / not a linkDenis Vlasenko
getopt32: add =N support
2006-10-20Added compile-time warning for STATIC+GLIBC buildDenis Vlasenko
2006-10-20message string changes, mostly for consistency, also -32 bytes in .rodataDenis Vlasenko
2006-10-20- remove duplicate flags (-funsigned-char -fno-builtin-strlen)Bernhard Reutner-Fischer
2006-10-19build system: (try to) get rid of bb_config.h hackDenis Vlasenko
2006-10-19build system: check for ENABLE_, USE_ and SKIP_ (not only for CONFIG_)Denis Vlasenko
2006-10-19move usage_compressed.h generation into applets/Denis Vlasenko
2006-10-19applets/applets.o must be rebuilt if usage.h is modified.Denis Vlasenko
2006-10-19scripts/usage.c: de-uglify #includesDenis Vlasenko