Commit History

Author SHA1 Message Date
  Bernhard Reutner-Fischer bc9d7d788b - we unconditionally need ruid. Fixes build error in line 334 17 years ago
  Denis Vlasenko 5f9468e996 lineedit: nuke two unused variables and code which sets them 17 years ago
  Denis Vlasenko f5294e1f4c hush: use NOFORK applets as appropriate. Net reduction of code size. 17 years ago
  Denis Vlasenko 831a20f512 pass a copy of argv[i] to NOFORK applets (they may permute it etc). 17 years ago
  Denis Vlasenko 51742f4bb0 style fixes. No code changes 17 years ago
  Denis Vlasenko e4f2d064b0 rename: run_applet_by_name -> run_applet_and_exit 17 years ago
  Denis Vlasenko 473dae080a add more convenient defines for [NO]MMU: 17 years ago
  Denis Vlasenko f1a7141cfc random NOMMU fixes. compressed --help really does work for NOMMU! /me happy 17 years ago
  Denis Vlasenko c6758a07c6 make compressed help code NOMMU- and NOFORK-friendly - 17 years ago
  Denis Vlasenko 335b63d8d1 make a few struct bb_applet members conditional 17 years ago
  Bernhard Reutner-Fischer 163516da3a - very minor shrinkage (-3b) 17 years ago
  Denis Vlasenko 3f3aa2a57d make xfunctions optionally longjump instead of exit. 17 years ago
  Denis Vlasenko 2dfdd44d9d busybox: fix "<applet>: applet not found" message 17 years ago
  Denis Vlasenko c44ab01b75 Improve STANDALONE_SHELL. "safe" applets are renamed NOEXEC applets 17 years ago
  Denis Vlasenko 32b633aa3f merge busybox.c into applets.c 17 years ago
  Denis Vlasenko 1b6fa4c57c applets.c, xfunc.c: style cleanup 17 years ago
  Denis Vlasenko baca175912 kill superfluous returns at the end of void functions 17 years ago
  Denis Vlasenko c7ba8b9d6c do not put all <applet>_main() declarations 18 years ago
  Denis Vlasenko a41fdf331a preparatory patch for -Wwrite-strings #1 18 years ago
  Denis Vlasenko 218f2f4882 accumulated post-1.4.0 fixes 18 years ago
  Denis Vlasenko 0ee3999d13 random tiny size savings 18 years ago
  Denis Vlasenko 83e5d6f772 A bunch of defined(__GLIBC__) added. static-linking warning expanded 18 years ago
  Denis Vlasenko 067e3f031a wget: fix error message. 18 years ago
  Denis Vlasenko 07159f0f0e add && !defined(__UCLIBC__) to static link warning check 18 years ago
  Denis Vlasenko 9225854144 mostly style fixes 18 years ago
  Denis Vlasenko afea46b4e4 "#warning: http://...." doesn't work (gcc thinks that it's a comment!) 18 years ago
  Denis Vlasenko 7c4503d223 __GLIBC__ -> defined(__GLIBC__) 18 years ago
  Denis Vlasenko df51892690 Added compile-time warning for STATIC+GLIBC build 18 years ago
  Denis Vlasenko e1a0d486e4 message string changes, mostly for consistency, also -32 bytes in .rodata 18 years ago
  Denis Vlasenko 13c5a6832f mount: support user mounts if CONFIG_DESKTOP 18 years ago