Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-05-18make "static linking against glibc" an #error, not #warningDenis Vlasenko
2007-05-04applets: fix compile-time warningDenis Vlasenko
2007-05-03fix suid config handlingDenis Vlasenko
2007-04-19make "busybox" w/o args work again, and save 10 bytes in the process.Denis Vlasenko
2007-04-17applet.c: ruid is needed only if FEATURE_SUID=yDenis Vlasenko
2007-04-16- we unconditionally need ruid. Fixes build error in line 334Bernhard Reutner-Fischer
2007-04-14lineedit: nuke two unused variables and code which sets themDenis Vlasenko
2007-04-14hush: use NOFORK applets as appropriate. Net reduction of code size.Denis Vlasenko
2007-04-12pass a copy of argv[i] to NOFORK applets (they may permute it etc).Denis Vlasenko
2007-04-12style fixes. No code changesDenis Vlasenko
2007-04-11rename: run_applet_by_name -> run_applet_and_exitDenis Vlasenko
2007-04-11add more convenient defines for [NO]MMU:Denis Vlasenko
2007-04-11random NOMMU fixes. compressed --help really does work for NOMMU! /me happyDenis Vlasenko
2007-04-11make compressed help code NOMMU- and NOFORK-friendly -Denis Vlasenko
2007-04-11make a few struct bb_applet members conditionalDenis Vlasenko
2007-04-10- very minor shrinkage (-3b)Bernhard Reutner-Fischer
2007-04-10make xfunctions optionally longjump instead of exit.Denis Vlasenko
2007-04-09busybox: fix "<applet>: applet not found" messageDenis Vlasenko
2007-04-09Improve STANDALONE_SHELL. "safe" applets are renamed NOEXEC appletsDenis Vlasenko
2007-04-09merge busybox.c into applets.cDenis Vlasenko
2007-03-24applets.c, xfunc.c: style cleanupDenis Vlasenko
2007-03-11kill superfluous returns at the end of void functionsDenis Vlasenko
2007-02-03do not put all <applet>_main() declarationsDenis Vlasenko
2007-01-30preparatory patch for -Wwrite-strings #1Denis Vlasenko
2007-01-25accumulated post-1.4.0 fixesDenis Vlasenko
2006-12-24random tiny size savingsDenis Vlasenko
2006-12-19A bunch of defined(__GLIBC__) added. static-linking warning expandedDenis Vlasenko
2006-11-11wget: fix error message.Denis Vlasenko
2006-11-09add && !defined(__UCLIBC__) to static link warning checkDenis Vlasenko
2006-11-01mostly style fixesDenis Vlasenko
2006-10-29"#warning: http://...." doesn't work (gcc thinks that it's a comment!)Denis Vlasenko
2006-10-23__GLIBC__ -> defined(__GLIBC__)Denis 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-17mount: support user mounts if CONFIG_DESKTOPDenis Vlasenko
2006-10-08attempt to regularize atoi mess.Denis Vlasenko
2006-10-05build system overhaulDenis Vlasenko
2006-10-04bb_applet_name -> applet_nameDenis Vlasenko
2006-10-04rename bb_default_error_retval -> xfunc_error_retvalDenis Vlasenko
2006-09-23applets.c: fix indentationDenis Vlasenko
2006-07-26Unbreak allbareconfig. (Todo item: rewrite dependency checker. Yeah, IRob Landley
2006-07-16Cleaup read() and write() variants, plus a couple of new functions likeRob Landley
2006-06-19skip_whitespace() shouldn't claim its return value is const, it doesn't knowRob Landley
2006-06-03- move #include busybox.h to the very top so we pull in the configBernhard Reutner-Fischer
2006-05-04Rich Felker writes:Rob Landley
2006-05-01Fixup a build break if ENABLE_SHOW_USAGE switched off. (Fallout from theRob Landley
2006-04-28Patch from Dennis Vlasenko to add the option to compress help text.Rob Landley
2006-03-31- add option to suppress the terse usage messages. Saves 6.8k for defconfig:Bernhard Reutner-Fischer
2006-03-23- correct typoBernhard Reutner-Fischer
2006-03-06Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley