1. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  2. a959588 Yet another silly little byte saving. couldn't -> cannot by Denis Vlasenko · 18 years ago
  3. 9213a9e whitespace cleanup by Denis Vlasenko · 18 years ago
  4. dea6e3d - Tito pointed out that Rob forgot to add e2fsprogs/blkid/list.c by Bernhard Reutner-Fischer · 18 years ago
  5. 49ea466 Build fixes for gcc 4.0 with -Werror, from Tito. by Rob Landley · 18 years ago
  6. 9cac521 using [xa]sprintf for string concatenation is neat and saves by Denis Vlasenko · 18 years ago
  7. 6d655be removed a lot of trailing \n in bb_msg() calls. It is added by Denis Vlasenko · 18 years ago
  8. 081e384 Remove xcalloc() and convert its callers to xzalloc(). About half of them by Rob Landley · 18 years ago
  9. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  10. c773ac8 Delete unused version.c file and corresponding function prototypes by "Robert P. J. Day" · 18 years ago
  11. 63fc1a9 Standardize on the vi editing directives being on the first line. by "Robert P. J. Day" · 18 years ago
  12. 7ccb65f Yet more "#if 0" content removed. by "Robert P. J. Day" · 18 years ago
  13. 11c7a7b Various cleanups I made while going through Erik Hovland's patch submissions, by Rob Landley · 18 years ago
  14. 768945b A few patches from Erik Hovland, turning strncpy() into safe_strncpy() and by Rob Landley · 18 years ago
  15. 7a260f0 Make some 64 bit warnings go away on x86-64. by Rob Landley · 18 years ago
  16. 15d20a0 Remove _() and N_() from platform.h. #define them as NOP macros in the two by Rob Landley · 18 years ago
  17. 81dab2c Fix hdparm to use PRIu64 instead of typecasting to long long (which is 128 bits by Rob Landley · 18 years ago
  18. 299a6b4 Consolidate #include <sys/time.h> so libbb.h does it. by Rob Landley · 18 years ago
  19. 206f757 Remove unused function parameter, from Garrett. by Rob Landley · 18 years ago
  20. d8e87a0 - forgot to make busybox_unstripped depend on the applets in IMA mode. by Bernhard Reutner-Fischer · 18 years ago
  21. e2e56c7 - single KERNEL_VERSION(a,b,c) macro in platform.h by Bernhard Reutner-Fischer · 18 years ago
  22. 81369a8 Typo that hits big endian systems. by Rob Landley · 18 years ago
  23. 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
  24. d148a94 move the dir related rules to the end so the E2FSPROGS_AR rule is the default by Mike Frysinger · 18 years ago
  25. be7c539 dont use tabs people by Mike Frysinger · 18 years ago
  26. d8f6601 Another patch from Garrett: remove bad block bitmap checking code. Everything by Rob Landley · 18 years ago
  27. 7c94bed Big dead code elimination pass from Garrett. by Rob Landley · 18 years ago
  28. 035ef56 Patch from Garrett Kajmowicz to move a lot of #defines into the header file. by Rob Landley · 18 years ago
  29. f834603 kill off pointless malloc.h include by Mike Frysinger · 18 years ago
  30. 3e72c59 Another size reduction patch from Garrett. by Rob Landley · 18 years ago
  31. dee811a - remove unused ext2fs_find_first_bit_set() and ext2fs_find_next_bit_set() by Bernhard Reutner-Fischer · 18 years ago
  32. 89aaf4e - pull in prototype for e2fsck_main. by Bernhard Reutner-Fischer · 18 years ago
  33. 03e78e7 The build broke for me on gcc 4.0.3 due to an #include having the wrong patch. by Rob Landley · 18 years ago
  34. 43ac888 Ext2fs cleanup from Garrett Kajmowicz. by Rob Landley · 18 years ago
  35. 1f6dc6d - rename clean_up in tune2fs and mke2fs to be prefixed with their applet names. by Bernhard Reutner-Fischer · 18 years ago
  36. d409c3a - Rich Felker writes: fix invalid printf format strings by Bernhard Reutner-Fischer · 18 years ago
  37. f885513 just whitespace fixes by Mike Frysinger · 18 years ago
  38. 06adf5f 2006-03-21 Shaun Jackman <sjackman@gmail.com>: Include signal.h instead of sys/signal.h. by Mike Frysinger · 18 years ago
  39. 9aa7f20 declare const id argument const for probe_{ext2,ext3,cramfs} by Mike Frysinger · 18 years ago
  40. 179f417 need string.h as well as strings.h by Mike Frysinger · 18 years ago
  41. 25f67d4 need EXT2FS_OBJS for fsck by Mike Frysinger · 18 years ago
  42. df10094 - revert back to r14406 by Bernhard Reutner-Fischer · 18 years ago
  43. 07a79e7 - backout using features which are not available with the previous stable by Bernhard Reutner-Fischer · 18 years ago
  44. 874af85 import most of e2fsprogs 1.38 updates by Mike Frysinger · 18 years ago
  45. dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
  46. 2e9cf37 - workaround bug in make-3.81beta4: by Bernhard Reutner-Fischer · 19 years ago
  47. 022eb31 - use absolute path for top_builddir and top_srcdir. by Bernhard Reutner-Fischer · 19 years ago
  48. 5d26126 - fixes parallel builds (make -j) by Bernhard Reutner-Fischer · 19 years ago
  49. e7c43b6 Cleanup patch from Denis Vlasenko. Mostly variants of removing the if(x) by Rob Landley · 19 years ago
  50. 75cc0ca I was playing around with a dependency generator a couple weeks ago and I found by Rob Landley · 19 years ago
  51. ed7bb62 - put NLS stuff in one central place to avoid redefines. by Bernhard Reutner-Fischer · 19 years ago
  52. d6e14d8 Don't build directory libraries unless we're building an applet that needs it. by Rob Landley · 19 years ago
  53. b38673f make the build system puuuuuuuuuuurty by Mike Frysinger · 19 years ago
  54. 3496fdc hopefully the last of the annoying signed/unsigned and mixed type errors by Eric Andersen · 19 years ago
  55. c1ef7bd just whitespace by Tim Riker · 19 years ago
  56. 8b60634 Once more, with fewer inappropriate semicolons. by Rob Landley · 19 years ago
  57. 391a904 Ken McGuire's patch to make mke2fs and e2fsck work on big endian systems like by Rob Landley · 19 years ago
  58. 86f5c99 - add platform.h. - use shorter boilerplate while at it. by Bernhard Reutner-Fischer · 19 years ago
  59. 7ca61b6 - shared libbusybox. by Bernhard Reutner-Fischer · 19 years ago
  60. 350865e remove bug: fsck do not know path by "Vladimir N. Oleynik" · 19 years ago
  61. cc34344 change the interface of libbb/compare_string_array (unsigned short to int), usaging for e2fsprogs/fsck by "Vladimir N. Oleynik" · 19 years ago
  62. 61ff4b3 more use const for interface of libbb/compare_string_array, example usage for e2fsprogs/fsck by "Vladimir N. Oleynik" · 19 years ago
  63. 1f0262b another more const by "Vladimir N. Oleynik" · 19 years ago
  64. c961a44 more const, all data to text by "Vladimir N. Oleynik" · 19 years ago
  65. 368f664 perror correction by "Vladimir N. Oleynik" · 19 years ago
  66. d20cfbd create e2fs_set_sbin_path(), noticed by Tito, Thanks by "Vladimir N. Oleynik" · 19 years ago
  67. 6c35c7c usage bb_dev_null by "Vladimir N. Oleynik" · 19 years ago
  68. 3ebb895 make fsck.h as common, e2fsck: includes correct by "Vladimir N. Oleynik" · 19 years ago
  69. ab57f76 more busyboxes, remove 1 extern function (mainstream also have for one fsck) by "Vladimir N. Oleynik" · 19 years ago
  70. 1c275de more busyboxes by "Vladimir N. Oleynik" · 19 years ago
  71. 083d3f4 by "Vladimir N. Oleynik" · 19 years ago
  72. 7abe709 - Fix spurious rebuilds for (parallel) out-of-tree builds. by Bernhard Reutner-Fischer · 19 years ago
  73. 5c071bc - fix building out-of-tree; by Bernhard Reutner-Fischer · 19 years ago
  74. dc25103 as Tito points out, e2fsck and fsck need more dependencies by Mike Frysinger · 19 years ago
  75. 7f782da excellent shrinkage patch by Tito by Mike Frysinger · 19 years ago
  76. 9134dff clean out unneeded E2FSCK variables by Mike Frysinger · 19 years ago
  77. e6d5539 typo by Bernhard Reutner-Fischer · 19 years ago
  78. f24e0f5 - remove duplicate entry of resolve.c in BLKID_SRC by Bernhard Reutner-Fischer · 19 years ago
  79. 39a841c change interface to bb_xasprintf() - more perfect for me. by "Vladimir N. Oleynik" · 19 years ago
  80. 6a60c82 forgotten putenv by "Vladimir N. Oleynik" · 19 years ago
  81. 6160d45 more busybox's style for fsck.c, size reduce by "Vladimir N. Oleynik" · 19 years ago
  82. 69d728b more const, inline, forward declaration usage, strip 20k source size ;-) by "Vladimir N. Oleynik" · 19 years ago
  83. 3978e55 move e2fsck/* to e2fsck.c, one e2fsck_main and jornal exported, small automatic size reduction by "Vladimir N. Oleynik" · 19 years ago
  84. 16ce8aa fix building w/out et headers and w/out debug by Mike Frysinger · 19 years ago
  85. 7ad9780 fix building with debugging enabled #413 by Mike Frysinger · 19 years ago
  86. 5423df9 force nodebug by default by Mike Frysinger · 19 years ago
  87. 62f18e1 use the shorter license header by Mike Frysinger · 19 years ago
  88. 51a43b4 import the very fat e2fsck/fsck applets by Mike Frysinger · 19 years ago
  89. bfe773f make sure we include local header files by Mike Frysinger · 19 years ago
  90. 0f8a638 err, fix stupid mistake in previous do_findfs() change by Mike Frysinger · 19 years ago
  91. 0d4ee68 use brief license line by Mike Frysinger · 19 years ago
  92. 97b43a7 fix broken whitespace and remove pointless mkdir by Mike Frysinger · 19 years ago
  93. a1c6a57 make e2label and findfs optional by Mike Frysinger · 19 years ago
  94. 9bfb2fc hmm, forgoten remove llseek? by "Vladimir N. Oleynik" · 19 years ago
  95. b71e602 mke2fs.c can compiled for me, more bb_xstrdup and bb_xasprintf usage, remove 1 exporing, ext2fs_llseek/blkid_llseek->llseek by "Vladimir N. Oleynik" · 19 years ago
  96. 20a825a Fix warnings. by Rob Landley · 19 years ago
  97. e1d9633 Bernhard Fischer submitted a couple of Makefile patches: by Rob Landley · 19 years ago
  98. e70aa9d only declare do_swap if we need it by Mike Frysinger · 19 years ago
  99. f7eaf5a apgo in Bug 351 says: punt parse_version_number since it is no longer used by Mike Frysinger · 19 years ago
  100. 4d00896 use toplevel ARFLAGS and update default ARFLAGS to be quiet by Mike Frysinger · 19 years ago