Commit History

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