aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
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
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
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
2006-10-24Put up BusyBox 1.2.2 and get out of Denis' way. Also minor tweak to Rob Landley
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
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
2006-10-22cp: update help textDenis Vlasenko
2006-10-21cp: add support for -s, -l. Fix free(nonmalloc) bug.Denis Vlasenko
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
2006-10-20readlink: do not emit errors if file doesnt not exist / not a linkDenis Vlasenko
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
2006-10-19console-tools/resize.c is apparently leftover from a reverted patch.Eric Andersen
2006-10-16mount: support user mounts if CONFIG_DESKTOPDenis Vlasenko
2006-10-16mdev: reduce excessive indentationDenis Vlasenko
2006-10-16strip -> $(STRIP); fix "unused variable" warningDenis Vlasenko