Historique des commits

Auteur SHA1 Message Date
  Denis Vlasenko 80297d5f0c Apply all post-1.8.1 patches il y a 17 ans
  Denis Vlasenko 9b49a5ed85 add -fvisibility=hidden to CC flags, mark XXX_main functions il y a 17 ans
  Denis Vlasenko 0c97c9d437 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>. il y a 17 ans
  Denis Vlasenko 96e1b38586 introduce and use close_on_exec_on(fd). -50 bytes. il y a 17 ans
  Denis Vlasenko 6081868ee3 fix "if (p) free(p)" constructs il y a 17 ans
  Denis Vlasenko 4daad9004d introduce bb_putchar(). saves ~1800 on uclibc (less on glibc). il y a 17 ans
  Denis Vlasenko 818322b9b1 *: kill bb_get_last_path_component, replace with two functions il y a 17 ans
  Denis Vlasenko d37f22225b libbb,crond,lash: fix getopt32 (don't know how it managed to slip through) il y a 17 ans
  Denis Vlasenko 6ca409e0e4 trylink: produce even more info about final link stage il y a 17 ans
  Denis Vlasenko 80b8b39899 Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <wharms@bfs.de>) il y a 17 ans
  Denis Vlasenko ca525b4f24 *: BB_BANNER -> bb_banner (it is not a const or #define)! il y a 17 ans
  Denis Vlasenko b6adbf1be2 usage.c: remove reference to busybox.h il y a 17 ans
  Denis Vlasenko 5a6aeddfa7 xpipe: introduce (saves ~170 bytes) il y a 17 ans
  Denis Vlasenko 8a28e620ce lash: recognize and use NOFORK applets il y a 17 ans
  Denis Vlasenko f5294e1f4c hush: use NOFORK applets as appropriate. Net reduction of code size. il y a 17 ans
  Denis Vlasenko b69f35effe lash: "forking" applets are actually can be treated the same way as "non-forked". il y a 17 ans
  Denis Vlasenko 7cced6e574 fix realloc-of-non-malloced pointer, and reduce size while at it il y a 17 ans
  Denis Vlasenko 831a20f512 pass a copy of argv[i] to NOFORK applets (they may permute it etc). il y a 17 ans
  Denis Vlasenko 50f7f446ec bb_full_fd_action: remove potential xmalloc from NOFORK path il y a 17 ans
  Denis Vlasenko 6398cf477d style fixes, no code changes. il y a 17 ans
  Denis Vlasenko e4f2d064b0 rename: run_applet_by_name -> run_applet_and_exit il y a 17 ans
  Denis Vlasenko 80d14beae9 Rename two config options: il y a 17 ans
  Denis Vlasenko ff131b980d style fixes. No code changes. il y a 17 ans
  Denis Vlasenko 240a1cfbbe add some missed statics on constant objects. il y a 17 ans
  Denis Vlasenko f443bffd3c lash: make -c work; crush buffer overrun and free of non-malloced ptr il y a 17 ans
  Denis Vlasenko 6fa8b8e17f lash: style cleanup il y a 17 ans
  Denis Vlasenko 219d14d514 random style fixes (extra spaces deleted) il y a 17 ans
  Denis Vlasenko 6ca0444420 syslogd: fix "readpath bug" by using readlink instead il y a 18 ans
  Denis Vlasenko 06af216528 suppress warnings about easch <applet>_main() having il y a 18 ans
  Denis Vlasenko 71d8abf30c lash: -Wwrite-strings fixes il y a 18 ans