1. dee811a - remove unused ext2fs_find_first_bit_set() and ext2fs_find_next_bit_set() by Bernhard Reutner-Fischer · 18 years ago
  2. 89aaf4e - pull in prototype for e2fsck_main. by Bernhard Reutner-Fischer · 18 years ago
  3. 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
  4. 43ac888 Ext2fs cleanup from Garrett Kajmowicz. by Rob Landley · 18 years ago
  5. 1f6dc6d - rename clean_up in tune2fs and mke2fs to be prefixed with their applet names. by Bernhard Reutner-Fischer · 18 years ago
  6. d409c3a - Rich Felker writes: fix invalid printf format strings by Bernhard Reutner-Fischer · 18 years ago
  7. f885513 just whitespace fixes by Mike Frysinger · 18 years ago
  8. 06adf5f 2006-03-21 Shaun Jackman <sjackman@gmail.com>: Include signal.h instead of sys/signal.h. by Mike Frysinger · 18 years ago
  9. 9aa7f20 declare const id argument const for probe_{ext2,ext3,cramfs} by Mike Frysinger · 18 years ago
  10. 179f417 need string.h as well as strings.h by Mike Frysinger · 18 years ago
  11. 25f67d4 need EXT2FS_OBJS for fsck by Mike Frysinger · 18 years ago
  12. df10094 - revert back to r14406 by Bernhard Reutner-Fischer · 18 years ago
  13. 07a79e7 - backout using features which are not available with the previous stable by Bernhard Reutner-Fischer · 18 years ago
  14. 874af85 import most of e2fsprogs 1.38 updates by Mike Frysinger · 18 years ago
  15. dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
  16. 2e9cf37 - workaround bug in make-3.81beta4: by Bernhard Reutner-Fischer · 19 years ago
  17. 022eb31 - use absolute path for top_builddir and top_srcdir. by Bernhard Reutner-Fischer · 19 years ago
  18. 5d26126 - fixes parallel builds (make -j) by Bernhard Reutner-Fischer · 19 years ago
  19. e7c43b6 Cleanup patch from Denis Vlasenko. Mostly variants of removing the if(x) by Rob Landley · 19 years ago
  20. 75cc0ca I was playing around with a dependency generator a couple weeks ago and I found by Rob Landley · 19 years ago
  21. ed7bb62 - put NLS stuff in one central place to avoid redefines. by Bernhard Reutner-Fischer · 19 years ago
  22. d6e14d8 Don't build directory libraries unless we're building an applet that needs it. by Rob Landley · 19 years ago
  23. b38673f make the build system puuuuuuuuuuurty by Mike Frysinger · 19 years ago
  24. 3496fdc hopefully the last of the annoying signed/unsigned and mixed type errors by Eric Andersen · 19 years ago
  25. c1ef7bd just whitespace by Tim Riker · 19 years ago
  26. 8b60634 Once more, with fewer inappropriate semicolons. by Rob Landley · 19 years ago
  27. 391a904 Ken McGuire's patch to make mke2fs and e2fsck work on big endian systems like by Rob Landley · 19 years ago
  28. 86f5c99 - add platform.h. - use shorter boilerplate while at it. by Bernhard Reutner-Fischer · 19 years ago
  29. 7ca61b6 - shared libbusybox. by Bernhard Reutner-Fischer · 19 years ago
  30. 350865e remove bug: fsck do not know path by "Vladimir N. Oleynik" · 19 years ago
  31. cc34344 change the interface of libbb/compare_string_array (unsigned short to int), usaging for e2fsprogs/fsck by "Vladimir N. Oleynik" · 19 years ago
  32. 61ff4b3 more use const for interface of libbb/compare_string_array, example usage for e2fsprogs/fsck by "Vladimir N. Oleynik" · 19 years ago
  33. 1f0262b another more const by "Vladimir N. Oleynik" · 19 years ago
  34. c961a44 more const, all data to text by "Vladimir N. Oleynik" · 19 years ago
  35. 368f664 perror correction by "Vladimir N. Oleynik" · 19 years ago
  36. d20cfbd create e2fs_set_sbin_path(), noticed by Tito, Thanks by "Vladimir N. Oleynik" · 19 years ago
  37. 6c35c7c usage bb_dev_null by "Vladimir N. Oleynik" · 19 years ago
  38. 3ebb895 make fsck.h as common, e2fsck: includes correct by "Vladimir N. Oleynik" · 19 years ago
  39. ab57f76 more busyboxes, remove 1 extern function (mainstream also have for one fsck) by "Vladimir N. Oleynik" · 19 years ago
  40. 1c275de more busyboxes by "Vladimir N. Oleynik" · 19 years ago
  41. 083d3f4 by "Vladimir N. Oleynik" · 19 years ago
  42. 7abe709 - Fix spurious rebuilds for (parallel) out-of-tree builds. by Bernhard Reutner-Fischer · 19 years ago
  43. 5c071bc - fix building out-of-tree; by Bernhard Reutner-Fischer · 19 years ago
  44. dc25103 as Tito points out, e2fsck and fsck need more dependencies by Mike Frysinger · 19 years ago
  45. 7f782da excellent shrinkage patch by Tito by Mike Frysinger · 19 years ago
  46. 9134dff clean out unneeded E2FSCK variables by Mike Frysinger · 19 years ago
  47. e6d5539 typo by Bernhard Reutner-Fischer · 19 years ago
  48. f24e0f5 - remove duplicate entry of resolve.c in BLKID_SRC by Bernhard Reutner-Fischer · 19 years ago
  49. 39a841c change interface to bb_xasprintf() - more perfect for me. by "Vladimir N. Oleynik" · 19 years ago
  50. 6a60c82 forgotten putenv by "Vladimir N. Oleynik" · 19 years ago
  51. 6160d45 more busybox's style for fsck.c, size reduce by "Vladimir N. Oleynik" · 19 years ago
  52. 69d728b more const, inline, forward declaration usage, strip 20k source size ;-) by "Vladimir N. Oleynik" · 19 years ago
  53. 3978e55 move e2fsck/* to e2fsck.c, one e2fsck_main and jornal exported, small automatic size reduction by "Vladimir N. Oleynik" · 19 years ago
  54. 16ce8aa fix building w/out et headers and w/out debug by Mike Frysinger · 19 years ago
  55. 7ad9780 fix building with debugging enabled #413 by Mike Frysinger · 19 years ago
  56. 5423df9 force nodebug by default by Mike Frysinger · 19 years ago
  57. 62f18e1 use the shorter license header by Mike Frysinger · 19 years ago
  58. 51a43b4 import the very fat e2fsck/fsck applets by Mike Frysinger · 19 years ago
  59. bfe773f make sure we include local header files by Mike Frysinger · 19 years ago
  60. 0f8a638 err, fix stupid mistake in previous do_findfs() change by Mike Frysinger · 19 years ago
  61. 0d4ee68 use brief license line by Mike Frysinger · 19 years ago
  62. 97b43a7 fix broken whitespace and remove pointless mkdir by Mike Frysinger · 19 years ago
  63. a1c6a57 make e2label and findfs optional by Mike Frysinger · 19 years ago
  64. 9bfb2fc hmm, forgoten remove llseek? by "Vladimir N. Oleynik" · 19 years ago
  65. 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
  66. 20a825a Fix warnings. by Rob Landley · 19 years ago
  67. e1d9633 Bernhard Fischer submitted a couple of Makefile patches: by Rob Landley · 19 years ago
  68. e70aa9d only declare do_swap if we need it by Mike Frysinger · 19 years ago
  69. f7eaf5a apgo in Bug 351 says: punt parse_version_number since it is no longer used by Mike Frysinger · 19 years ago
  70. 4d00896 use toplevel ARFLAGS and update default ARFLAGS to be quiet by Mike Frysinger · 19 years ago
  71. fc379ba rip out all the non-linux code and ugly workarounds by Mike Frysinger · 19 years ago
  72. df1eda8 Tito says: unify verbose/quiet flags by Mike Frysinger · 19 years ago
  73. d0615ae Tito says: strip unused program_name by Mike Frysinger · 19 years ago
  74. d582690 use xmalloc instead of malloc by Mike Frysinger · 19 years ago
  75. 7fde8de use malloc instead of xmalloc by Mike Frysinger · 19 years ago
  76. d1a9d57 use xmalloc() instead of malloc() by Mike Frysinger · 19 years ago
  77. 2401ce5 use xmalloc() and bb_perror_msg_and_die() by Mike Frysinger · 19 years ago
  78. 0b3fc1a remove com_err.h includes by Mike Frysinger · 19 years ago
  79. 16bc615 DOS only crap by Mike Frysinger · 19 years ago
  80. 6447ac0 import initial fat mke2fs by Mike Frysinger · 19 years ago
  81. 174808c import tune2fs support by Mike Frysinger · 19 years ago
  82. a34f999 fix signed/unsigned char pointers by Mike Frysinger · 19 years ago
  83. 7ffce0c oops, we only want to affect local CFLAGS by Mike Frysinger · 19 years ago
  84. d5624dc initial fat tune2fs/findfs/e2label source by Mike Frysinger · 19 years ago
  85. cae717e replace simple is_null func with a memcmp define by Mike Frysinger · 19 years ago
  86. f3d2884 force including of e2fsbb.h and move the HAVE_* defines to it by Mike Frysinger · 19 years ago
  87. e037622 make sure clean removes objects in subdirs by Mike Frysinger · 19 years ago
  88. f98f5e3 need strings.h for ffs() by Mike Frysinger · 19 years ago
  89. 0301ffa only define some variables if legacy EXT2FS_ENABLE_SWAPFS is enabled by Mike Frysinger · 19 years ago
  90. 1f96c97 replace simple functions with defines by Mike Frysinger · 19 years ago
  91. 68497c0 whitespace updates by Mike Frysinger · 19 years ago
  92. 3968082 replace functions with defines by Mike Frysinger · 19 years ago
  93. a1c9c66 whitespace updates by Mike Frysinger · 19 years ago
  94. e2c51a8 whitespace updates by Mike Frysinger · 19 years ago
  95. 85cffcc recode functions to shrink size by Mike Frysinger · 19 years ago
  96. 942e137 setup the HAVE_* defines by Mike Frysinger · 19 years ago
  97. b2312e9 make sure we add the local dir to the include path by Mike Frysinger · 19 years ago
  98. 9cc7f32 This makefile was a mess. Fix it to work as intended. -Erik by Eric Andersen · 19 years ago
  99. 38a33f9 import more libs to prep for new e2fsprogs by Mike Frysinger · 19 years ago
  100. 1fd98e0 import ext2fs lib to prep for new e2fsprogs by Mike Frysinger · 19 years ago