1. f90ab18 *: use fopen_or_warn in few more places by Denis Vlasenko · 16 years ago
  2. d25c33f volume_id: disable detection routines which are not setting label and uuid anyway by Denis Vlasenko · 16 years ago
  3. 62a90cd *: shrink by using [f]open_or_warn_stdin where appropriate by Denis Vlasenko · 16 years ago
  4. d02db89 clean up TODO file. No real code changes. by Denis Vlasenko · 16 years ago
  5. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 16 years ago
  6. a55bd05 fsck: shrink (we were passing around some params which were unused) by Denis Vlasenko · 16 years ago
  7. 8e2cfec libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_set by Denis Vlasenko · 16 years ago
  8. 400d8bb less,klogd,syslogd,nc,tcpudp: exit on signal by killing itself, not exit(1) by Denis Vlasenko · 16 years ago
  9. de7684a support for mount by label (not yet tested) by Denis Vlasenko · 16 years ago
  10. 30eb319 fsck: don't kill pid -1! (Roy Marples <roy at marples.name>) by Denis Vlasenko · 16 years ago
  11. c03e872 save a bit of code with *strchrnul = '\0' trick by Denis Vlasenko · 17 years ago
  12. f7be20e nameif: extended matching (Nico Erfurth <masta@perlgolf.de>) *: whitespace fixes by Denis Vlasenko · 17 years ago
  13. d059ddc e2fsprogs: code shrink by Denis Vlasenko · 17 years ago
  14. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  15. 0c97c9d 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>. by Denis Vlasenko · 17 years ago
  16. 605b20e replace printf with fputs where appropriate by Denis Vlasenko · 17 years ago
  17. 4daad90 introduce bb_putchar(). saves ~1800 on uclibc (less on glibc). by Denis Vlasenko · 17 years ago
  18. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  19. 06b064c Comment out "#include <strings.h>" everywhere by Denis Vlasenko · 17 years ago
  20. 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
  21. 990d0f6 Replace index_in_[sub]str_array with index_in_[sub]strings, by Denis Vlasenko · 17 years ago
  22. b71c668 style fix (stray space before ';') by Denis Vlasenko · 17 years ago
  23. fb79a2e xioctl and friends by Tito <farmatito@tiscali.it> by Denis Vlasenko · 17 years ago
  24. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 17 years ago
  25. 8acf521 e2fsprogs: stop using statics in chattr. Minor code shrinkage (-130 bytes) by Denis Vlasenko · 17 years ago
  26. 50f7f44 bb_full_fd_action: remove potential xmalloc from NOFORK path by Denis Vlasenko · 17 years ago
  27. 6398cf4 style fixes, no code changes. by Denis Vlasenko · 17 years ago
  28. ff131b9 style fixes. No code changes. by Denis Vlasenko · 17 years ago
  29. febe3c4 - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g" by Bernhard Reutner-Fischer · 17 years ago
  30. afa7023 zcip: make it work on NOMMU (+ improve NOMMU support machinery) by Denis Vlasenko · 17 years ago
  31. 53091ec Attempt to get more applets compile for NOMMU. by Denis Vlasenko · 17 years ago
  32. cad04ef add NOMMU fixme's; move move_fd from runit_lib to libbb; nuke fd_copy by Denis Vlasenko · 17 years ago
  33. baca175 kill superfluous returns at the end of void functions by Denis Vlasenko · 17 years ago
  34. 1d76f43 EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu> by Denis Vlasenko · 17 years ago
  35. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 17 years ago
  36. f8c11aa fsck: dead code removal; also disable progress indicator code by Denis Vlasenko · 18 years ago
  37. e18a293 fsck: stop using strtok by Denis Vlasenko · 18 years ago
  38. 1abf91a fsck: move functions around so that related ones are nearby by Denis Vlasenko · 18 years ago
  39. a0e701d fsck: small optimization by Denis Vlasenko · 18 years ago
  40. f7996f3 Trailing whitespace removal over entire tree by Denis Vlasenko · 18 years ago
  41. 9a44c4f bb_xget[pw/gr]nam were horribly misnamed - fixed. by Denis Vlasenko · 18 years ago
  42. bf0a201 style fixes last xcalloc replaced by xzalloc by Denis Vlasenko · 18 years ago
  43. 5dd7ef0 chattr: bugfixes and size reduction by Denis Vlasenko · 18 years ago
  44. 407b8c0 trivial size reduction by Denis Vlasenko · 18 years ago
  45. 0de9375 leftover of e2fsck surgery by Denis Vlasenko · 18 years ago
  46. c4f623e put small subset of e2fsprogs back in the tree: by Denis Vlasenko · 18 years ago
  47. 64c5402 remove e2fsprogs. Nobody volunteered to clean up that mess by Denis Vlasenko · 18 years ago
  48. bf66fbc introduce LONE_CHAR (optimized strcmp with one-char string) by Denis Vlasenko · 18 years ago
  49. b95636c remove casts from xmalloc() by Denis Vlasenko · 18 years ago
  50. 9f73944 inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid] by Denis Vlasenko · 18 years ago
  51. 097c324 fix remaining survivors of the return(a) cleanup by Denis Vlasenko · 18 years ago
  52. d9e15f2 style cleanup: return(a) -> return a, part 2 by Denis Vlasenko · 18 years ago
  53. 079f8af style cleanup: return(a) -> return a, part 1 by Denis Vlasenko · 18 years ago
  54. 10d0d4e byteswap ops had extra mask ops - removed by Denis Vlasenko · 18 years ago
  55. d686a04 safe_strtoXX interface proved to be a bit unconvenient. by Denis Vlasenko · 18 years ago
  56. 89f0b34 rodata cleanup. "unable to" == "cannot". -300 bytes by Denis Vlasenko · 18 years ago
  57. a7189f0 add -Wundef, fix uncovered bugs by Denis Vlasenko · 18 years ago
  58. 5af906e rename: compare_string_array -> index_in_str_array by Denis Vlasenko · 18 years ago
  59. 9225854 mostly style fixes by Denis Vlasenko · 18 years ago
  60. f0ed376 remove bb_printf and the like by Denis Vlasenko · 18 years ago
  61. c6f188d silly size savings and capitalization fixes by Denis Vlasenko · 18 years ago
  62. e1a0d48 message string changes, mostly for consistency, also -32 bytes in .rodata by Denis Vlasenko · 18 years ago
  63. 665b02c build system: fix build in separate obj tree by Denis Vlasenko · 18 years ago
  64. cba9ef5 fixes from Vladimir Dronnikov <dronnikov@gmail.ru> by Denis Vlasenko · 18 years ago
  65. 7039a66 correct largefile support, add comments about it. by Denis Vlasenko · 18 years ago
  66. 5625415 dd: make it recognize not only 'k' but 'K' too; by Denis Vlasenko · 18 years ago
  67. de59c0f httpd: add -u user[:grp] support by Denis Vlasenko · 18 years ago
  68. 5d2f173 build system: small optimization by Denis Vlasenko · 18 years ago
  69. 7d219aa build system overhaul by Denis Vlasenko · 18 years ago
  70. 8f8f268 bb_applet_name -> applet_name by Denis Vlasenko · 18 years ago
  71. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  72. a959588 Yet another silly little byte saving. couldn't -> cannot by Denis Vlasenko · 18 years ago
  73. 9213a9e whitespace cleanup by Denis Vlasenko · 18 years ago
  74. dea6e3d - Tito pointed out that Rob forgot to add e2fsprogs/blkid/list.c by Bernhard Reutner-Fischer · 18 years ago
  75. 49ea466 Build fixes for gcc 4.0 with -Werror, from Tito. by Rob Landley · 18 years ago
  76. 9cac521 using [xa]sprintf for string concatenation is neat and saves by Denis Vlasenko · 18 years ago
  77. 6d655be removed a lot of trailing \n in bb_msg() calls. It is added by Denis Vlasenko · 18 years ago
  78. 081e384 Remove xcalloc() and convert its callers to xzalloc(). About half of them by Rob Landley · 18 years ago
  79. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  80. c773ac8 Delete unused version.c file and corresponding function prototypes by "Robert P. J. Day" · 18 years ago
  81. 63fc1a9 Standardize on the vi editing directives being on the first line. by "Robert P. J. Day" · 18 years ago
  82. 7ccb65f Yet more "#if 0" content removed. by "Robert P. J. Day" · 18 years ago
  83. 11c7a7b Various cleanups I made while going through Erik Hovland's patch submissions, by Rob Landley · 18 years ago
  84. 768945b A few patches from Erik Hovland, turning strncpy() into safe_strncpy() and by Rob Landley · 18 years ago
  85. 7a260f0 Make some 64 bit warnings go away on x86-64. by Rob Landley · 18 years ago
  86. 15d20a0 Remove _() and N_() from platform.h. #define them as NOP macros in the two by Rob Landley · 18 years ago
  87. 81dab2c Fix hdparm to use PRIu64 instead of typecasting to long long (which is 128 bits by Rob Landley · 18 years ago
  88. 299a6b4 Consolidate #include <sys/time.h> so libbb.h does it. by Rob Landley · 18 years ago
  89. 206f757 Remove unused function parameter, from Garrett. by Rob Landley · 18 years ago
  90. d8e87a0 - forgot to make busybox_unstripped depend on the applets in IMA mode. by Bernhard Reutner-Fischer · 18 years ago
  91. e2e56c7 - single KERNEL_VERSION(a,b,c) macro in platform.h by Bernhard Reutner-Fischer · 18 years ago
  92. 81369a8 Typo that hits big endian systems. by Rob Landley · 18 years ago
  93. 39440e5 pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the mailing list by Mike Frysinger · 18 years ago
  94. d148a94 move the dir related rules to the end so the E2FSPROGS_AR rule is the default by Mike Frysinger · 18 years ago
  95. be7c539 dont use tabs people by Mike Frysinger · 18 years ago
  96. d8f6601 Another patch from Garrett: remove bad block bitmap checking code. Everything by Rob Landley · 18 years ago
  97. 7c94bed Big dead code elimination pass from Garrett. by Rob Landley · 18 years ago
  98. 035ef56 Patch from Garrett Kajmowicz to move a lot of #defines into the header file. by Rob Landley · 18 years ago
  99. f834603 kill off pointless malloc.h include by Mike Frysinger · 18 years ago
  100. 3e72c59 Another size reduction patch from Garrett. by Rob Landley · 18 years ago