Historique des commits

Auteur SHA1 Message Date
  Denis Vlasenko 8ee649a02e *: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/ il y a 16 ans
  Denis Vlasenko 68404f13d4 *: add -Wunused-parameter; fix resulting breakage il y a 16 ans
  Denis Vlasenko a55bd05f3c fsck: shrink (we were passing around some params which were unused) il y a 16 ans
  Denis Vlasenko 8e2cfec1cd libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_set il y a 16 ans
  Denis Vlasenko 400d8bb45e less,klogd,syslogd,nc,tcpudp: exit on signal by killing itself, not exit(1) il y a 17 ans
  Denis Vlasenko 30eb319103 fsck: don't kill pid -1! (Roy Marples <roy at marples.name>) il y a 17 ans
  Denis Vlasenko c03e872112 save a bit of code with *strchrnul = '\0' trick 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 4daad9004d introduce bb_putchar(). saves ~1800 on uclibc (less on glibc). il y a 17 ans
  Denis Vlasenko 6ca409e0e4 trylink: produce even more info about final link stage il y a 17 ans
  Denis Vlasenko 990d0f63ee Replace index_in_[sub]str_array with index_in_[sub]strings, il y a 17 ans
  Denis Vlasenko b6adbf1be2 usage.c: remove reference to busybox.h il y a 17 ans
  Denis Vlasenko 50f7f446ec bb_full_fd_action: remove potential xmalloc from NOFORK path il y a 17 ans
  Bernhard Reutner-Fischer febe3c4211 - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g" il y a 17 ans
  Denis Vlasenko afa7023b46 zcip: make it work on NOMMU (+ improve NOMMU support machinery) il y a 17 ans
  Denis Vlasenko 53091ecd20 Attempt to get more applets compile for NOMMU. il y a 17 ans
  Denis Vlasenko cad04ef4f3 add NOMMU fixme's; move move_fd from runit_lib to libbb; nuke fd_copy il y a 17 ans
  Denis Vlasenko 1d76f439da EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu> il y a 18 ans
  Denis Vlasenko 06af216528 suppress warnings about easch <applet>_main() having il y a 18 ans
  Denis Vlasenko f8c11aa65d fsck: dead code removal; also disable progress indicator code il y a 18 ans
  Denis Vlasenko e18a293a52 fsck: stop using strtok il y a 18 ans
  Denis Vlasenko 1abf91aa25 fsck: move functions around so that related ones are nearby il y a 18 ans
  Denis Vlasenko a0e701d137 fsck: small optimization il y a 18 ans
  Denis Vlasenko bf0a201008 style fixes il y a 18 ans
  Denis Vlasenko 0de9375ee6 leftover of e2fsck surgery il y a 18 ans
  Denis Vlasenko c4f623ef2a put small subset of e2fsprogs back in the tree: il y a 18 ans
  Denis Vlasenko 64c5402584 remove e2fsprogs. Nobody volunteered to clean up that mess il y a 18 ans
  Denis Vlasenko bf66fbc8e2 introduce LONE_CHAR (optimized strcmp with one-char string) il y a 18 ans
  Denis Vlasenko 9f739445cd inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid] il y a 18 ans