1. c961a44 more const, all data to text by "Vladimir N. Oleynik" · 19 years ago
  2. 368f664 perror correction by "Vladimir N. Oleynik" · 19 years ago
  3. d20cfbd create e2fs_set_sbin_path(), noticed by Tito, Thanks by "Vladimir N. Oleynik" · 19 years ago
  4. 6c35c7c usage bb_dev_null by "Vladimir N. Oleynik" · 19 years ago
  5. 3ebb895 make fsck.h as common, e2fsck: includes correct by "Vladimir N. Oleynik" · 19 years ago
  6. ab57f76 more busyboxes, remove 1 extern function (mainstream also have for one fsck) by "Vladimir N. Oleynik" · 19 years ago
  7. 1c275de more busyboxes by "Vladimir N. Oleynik" · 19 years ago
  8. 083d3f4 by "Vladimir N. Oleynik" · 19 years ago
  9. 7abe709 - Fix spurious rebuilds for (parallel) out-of-tree builds. by Bernhard Reutner-Fischer · 19 years ago
  10. 5c071bc - fix building out-of-tree; by Bernhard Reutner-Fischer · 19 years ago
  11. dc25103 as Tito points out, e2fsck and fsck need more dependencies by Mike Frysinger · 19 years ago
  12. 7f782da excellent shrinkage patch by Tito by Mike Frysinger · 19 years ago
  13. 9134dff clean out unneeded E2FSCK variables by Mike Frysinger · 19 years ago
  14. e6d5539 typo by Bernhard Reutner-Fischer · 19 years ago
  15. f24e0f5 - remove duplicate entry of resolve.c in BLKID_SRC by Bernhard Reutner-Fischer · 19 years ago
  16. 39a841c change interface to bb_xasprintf() - more perfect for me. by "Vladimir N. Oleynik" · 19 years ago
  17. 6a60c82 forgotten putenv by "Vladimir N. Oleynik" · 19 years ago
  18. 6160d45 more busybox's style for fsck.c, size reduce by "Vladimir N. Oleynik" · 19 years ago
  19. 69d728b more const, inline, forward declaration usage, strip 20k source size ;-) by "Vladimir N. Oleynik" · 19 years ago
  20. 3978e55 move e2fsck/* to e2fsck.c, one e2fsck_main and jornal exported, small automatic size reduction by "Vladimir N. Oleynik" · 19 years ago
  21. 16ce8aa fix building w/out et headers and w/out debug by Mike Frysinger · 19 years ago
  22. 7ad9780 fix building with debugging enabled #413 by Mike Frysinger · 19 years ago
  23. 5423df9 force nodebug by default by Mike Frysinger · 19 years ago
  24. 62f18e1 use the shorter license header by Mike Frysinger · 19 years ago
  25. 51a43b4 import the very fat e2fsck/fsck applets by Mike Frysinger · 19 years ago
  26. bfe773f make sure we include local header files by Mike Frysinger · 19 years ago
  27. 0f8a638 err, fix stupid mistake in previous do_findfs() change by Mike Frysinger · 19 years ago
  28. 0d4ee68 use brief license line by Mike Frysinger · 19 years ago
  29. 97b43a7 fix broken whitespace and remove pointless mkdir by Mike Frysinger · 19 years ago
  30. a1c6a57 make e2label and findfs optional by Mike Frysinger · 19 years ago
  31. 9bfb2fc hmm, forgoten remove llseek? by "Vladimir N. Oleynik" · 19 years ago
  32. 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
  33. 20a825a Fix warnings. by Rob Landley · 19 years ago
  34. e1d9633 Bernhard Fischer submitted a couple of Makefile patches: by Rob Landley · 19 years ago
  35. e70aa9d only declare do_swap if we need it by Mike Frysinger · 19 years ago
  36. f7eaf5a apgo in Bug 351 says: punt parse_version_number since it is no longer used by Mike Frysinger · 19 years ago
  37. 4d00896 use toplevel ARFLAGS and update default ARFLAGS to be quiet by Mike Frysinger · 19 years ago
  38. fc379ba rip out all the non-linux code and ugly workarounds by Mike Frysinger · 19 years ago
  39. df1eda8 Tito says: unify verbose/quiet flags by Mike Frysinger · 19 years ago
  40. d0615ae Tito says: strip unused program_name by Mike Frysinger · 19 years ago
  41. d582690 use xmalloc instead of malloc by Mike Frysinger · 19 years ago
  42. 7fde8de use malloc instead of xmalloc by Mike Frysinger · 19 years ago
  43. d1a9d57 use xmalloc() instead of malloc() by Mike Frysinger · 19 years ago
  44. 2401ce5 use xmalloc() and bb_perror_msg_and_die() by Mike Frysinger · 19 years ago
  45. 0b3fc1a remove com_err.h includes by Mike Frysinger · 19 years ago
  46. 16bc615 DOS only crap by Mike Frysinger · 19 years ago
  47. 6447ac0 import initial fat mke2fs by Mike Frysinger · 19 years ago
  48. 174808c import tune2fs support by Mike Frysinger · 19 years ago
  49. a34f999 fix signed/unsigned char pointers by Mike Frysinger · 19 years ago
  50. 7ffce0c oops, we only want to affect local CFLAGS by Mike Frysinger · 19 years ago
  51. d5624dc initial fat tune2fs/findfs/e2label source by Mike Frysinger · 19 years ago
  52. cae717e replace simple is_null func with a memcmp define by Mike Frysinger · 19 years ago
  53. f3d2884 force including of e2fsbb.h and move the HAVE_* defines to it by Mike Frysinger · 19 years ago
  54. e037622 make sure clean removes objects in subdirs by Mike Frysinger · 19 years ago
  55. f98f5e3 need strings.h for ffs() by Mike Frysinger · 19 years ago
  56. 0301ffa only define some variables if legacy EXT2FS_ENABLE_SWAPFS is enabled by Mike Frysinger · 19 years ago
  57. 1f96c97 replace simple functions with defines by Mike Frysinger · 19 years ago
  58. 68497c0 whitespace updates by Mike Frysinger · 19 years ago
  59. 3968082 replace functions with defines by Mike Frysinger · 19 years ago
  60. a1c9c66 whitespace updates by Mike Frysinger · 19 years ago
  61. e2c51a8 whitespace updates by Mike Frysinger · 19 years ago
  62. 85cffcc recode functions to shrink size by Mike Frysinger · 19 years ago
  63. 942e137 setup the HAVE_* defines by Mike Frysinger · 19 years ago
  64. b2312e9 make sure we add the local dir to the include path by Mike Frysinger · 19 years ago
  65. 9cc7f32 This makefile was a mess. Fix it to work as intended. -Erik by Eric Andersen · 19 years ago
  66. 38a33f9 import more libs to prep for new e2fsprogs by Mike Frysinger · 19 years ago
  67. 1fd98e0 import ext2fs lib to prep for new e2fsprogs by Mike Frysinger · 19 years ago
  68. b320119 no longer applies by Mike Frysinger · 19 years ago
  69. 7a121e9 import base_device.c for fsck by Mike Frysinger · 19 years ago
  70. 8d929da remove unused files by Mike Frysinger · 19 years ago
  71. a88d522 trim out useless defines and use some busybox funcs by Mike Frysinger · 19 years ago
  72. 507d1f7 override nls P_() macro by Mike Frysinger · 19 years ago
  73. ea338ff patch by Tito which uses a lot more busybox functions to reduce size nicely by Mike Frysinger · 19 years ago
  74. 6adfd34 update e2p target to match condensed files by Mike Frysinger · 19 years ago
  75. 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 · 19 years ago
  76. ba3a01f add/remove defines to handle more e2fsprogs by Mike Frysinger · 19 years ago
  77. d6a8f5f use a generic error message by Mike Frysinger · 19 years ago
  78. c238a97 use asprintf in place of malloc/sprintf as suggested by solar by Mike Frysinger · 19 years ago
  79. d2a64d2 bbify to shrink size by Mike Frysinger · 19 years ago
  80. d89e5e6 svn didnt auto add these ... by Mike Frysinger · 19 years ago
  81. d89e629 add new subdir for e2fsprogs by Mike Frysinger · 19 years ago