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