1. 9c7ec17 Update for 1.34 release. by Theodore Ts'o · 21 years ago
  2. f592bed Update internationalization files. by Theodore Ts'o · 21 years ago
  3. f85cc2a Addresses Debian bug #201050. Set the libc-dev dependency correctly by Theodore Ts'o · 21 years ago
  4. cf7d5f1 mke2fs.c (PRS): Add warning if using -j and the blocksize is by Theodore Ts'o · 21 years ago
  5. 65b1a94 LINGUAS, sv.po: Added Sweedish translation from Göran Uddeborg by Theodore Ts'o · 21 years ago
  6. dc05871 badblocks.c (set_o_direct): Remove debugging printf. (Addresses by Theodore Ts'o · 21 years ago
  7. 151c86a Separate out shared libraries out of e2fsprogs to real pacakges: by Theodore Ts'o · 21 years ago
  8. 9bf1971 Do not include the top-level ChangeLog file in /usr/share/doc/e2fsprogs by Theodore Ts'o · 21 years ago
  9. c6df04b Update makefile dependencies. by Theodore Ts'o · 21 years ago
  10. 3de5bf6 probe.c (probe_udf): Add specific UDF probing code, and probe by Theodore Ts'o · 21 years ago
  11. 5e38fed fsck.c (wait_many): Rename wait_all() to wait_many(), and have by Theodore Ts'o · 21 years ago
  12. e7a8a9d libblkid.txt: Clarify documentation file by Theodore Ts'o · 21 years ago
  13. 78e2edf probe.c (blkid_known_fstype): New function which returns true if by Theodore Ts'o · 21 years ago
  14. a30b944 probe.c: When revalidating a filesystem in the blkid library, by Theodore Ts'o · 21 years ago
  15. 849c610 tag.c (blkid_find_dev_with_tag): If blkid_probe_all() returns an by Theodore Ts'o · 21 years ago
  16. e3075ae Use symbolic links for fsck.ext{2,3} and mkfs.ext{2,3} in the udeb by Theodore Ts'o · 21 years ago
  17. b1a085f Update debian changelog by Theodore Ts'o · 21 years ago
  18. 1c29b09 badblocks.c (do_read, do_write, test_rw): Change the read/write by Theodore Ts'o · 21 years ago
  19. 93636bd Update to use the new freebsd config triple (Addresses Debian bug #195274) by Theodore Ts'o · 21 years ago
  20. 1139300 mke2fs.c (set_fs_defaults): If sector_size is 0, don't use it to by Theodore Ts'o · 21 years ago
  21. a7ccdff In mke2fs and resize2fs, round the default size of the filesystem to by Theodore Ts'o · 21 years ago
  22. 48e6e81 Fixx gcc -Wall nitpicks. by Theodore Ts'o · 21 years ago
  23. 07a0db1 configure.in: Add workaround for Darwin and Libintl by Theodore Ts'o · 21 years ago
  24. d3128cc Fix spelling error in e2fsck problem reporting. by Theodore Ts'o · 21 years ago
  25. 7d7bdd5 Fix bug in resize2fs which caused it to fail on filesystems with a by Theodore Ts'o · 21 years ago
  26. 23658ff resize2fs.8.in: Make explicit that you need to run resize2fs by Theodore Ts'o · 21 years ago
  27. d3c9fb8 Adjust defaults for FreeBSD to no longer build the by Theodore Ts'o · 21 years ago
  28. fd1f3c5 ADD TAG: E2FSPROGS-1_34-WIP-0521 by Theodore Ts'o · 21 years ago
  29. 96e6f5d Update for e2fsprogs 1.34-WIP-0521 release. by Theodore Ts'o · 21 years ago
  30. a5fdcd5 unused.c (do_dump_unused): Add new command which dumps the by Theodore Ts'o · 21 years ago
  31. d339f26 Makefile.in (ELF_OTHER_LIBS): The blkid library depends on the by Theodore Ts'o · 21 years ago
  32. 93d5c38 mke2fs.c (PRS, set_fs_defaults): If the sector size of the by Theodore Ts'o · 21 years ago
  33. 5c70a50 Fix bug which caused --disable-evms not to work. by Theodore Ts'o · 21 years ago
  34. 84c0545 badblocks.c: Use an unsigned integer to support 4-byte test by Theodore Ts'o · 21 years ago
  35. 113e405 unix.c (show_stats), e2fsck.h: Use ngettext (abbreivated with by Theodore Ts'o · 21 years ago
  36. 5cdc5bf Debian packaging: Add gettext to the build-depends line. by Theodore Ts'o · 21 years ago
  37. eb82a2b LINGUAS, de-utf.po: Remove de-utf.po; de.po is newer, and we by Theodore Ts'o · 21 years ago
  38. c6f35b8 MCONFIG.in, configure.in: Only put the intl directory in the -I by Theodore Ts'o · 21 years ago
  39. 813bde1 Add package dependency to shlibs for comerr to indicate support by Theodore Ts'o · 21 years ago
  40. b8a9531 unix_io.c: Add #ifdef NO_IO_CACHE which disables all userspace by Theodore Ts'o · 21 years ago
  41. 792a088 main.c (main): Add the ability to specify units to the size by Theodore Ts'o · 21 years ago
  42. bb988b2 configure.in: Fix typo in help message for --enable-evms-11 by Theodore Ts'o · 21 years ago
  43. 88494bb util.c, ls.c, logdump.c, htree.c, dump.c, debugfs.h, debugfs.c, ChangeLog: by Theodore Ts'o · 21 years ago
  44. 62775dc Debian packaging issues: by Theodore Ts'o · 21 years ago
  45. 32e7608 Update debian changelog by Theodore Ts'o · 21 years ago
  46. 849b6bc badblocks.c, badblocks.8.in: Functional enhancements contributed by Theodore Ts'o · 21 years ago
  47. 6d40f56 badblocks.c (test_rw): Fix minor memory leak with test_rw() is by Theodore Ts'o · 21 years ago
  48. 58f9d9e Update debian changelog. by Theodore Ts'o · 21 years ago
  49. d035509 Add full Heimdall compatibility. by Theodore Ts'o · 21 years ago
  50. 0d54ec2 Add usr/share/locale to e2fsprogs.files (debian packaging). by Theodore Ts'o · 21 years ago
  51. b16fb62 Update Debian changelog. by Theodore Ts'o · 21 years ago
  52. c62dbdb Stupid think-o bugfix in test_io.c: Don't close data->outfile by Theodore Ts'o · 21 years ago
  53. 2a29f13 Add --enable-test-io-debug configure option which causes e2fsck and by Theodore Ts'o · 21 years ago
  54. becf36f debugfs.c (do_imap), debugfs.h, debug_cmds.ct, debugfs.8.in: by Theodore Ts'o · 21 years ago
  55. d21ae6c configure.in, configure, Makefile.in: Add --with-diet-libc by Theodore Ts'o · 21 years ago
  56. ddc32a0 Add Czech translation. by Theodore Ts'o · 21 years ago
  57. bc7c14e tune2fs.c (parse_time): Add portability code to work around lack of strptime(). by Theodore Ts'o · 21 years ago
  58. 68dbdc2 tst_badblocks.c (file_test): Use tmpfile() instead of mktemp(). by Theodore Ts'o · 21 years ago
  59. a04eba3 Update to gettext 0.11.5. We now enable NLS support by default. by Theodore Ts'o · 21 years ago
  60. 05a27b1 getsize.c (ext2fs_get_device_size): Allow windows code to get by Theodore Ts'o · 21 years ago
  61. 6177c41 Fixed NLS support for message abbreviations in e2fsck. by Theodore Ts'o · 21 years ago
  62. e50fb59 ADD TAG: E2FSPROGS-1_33 by Theodore Ts'o · 21 years ago
  63. 71df0dc Update for 1.33 release. by Theodore Ts'o · 21 years ago
  64. afb6d70 Use DYLD_LIBRAY_PATH so that "make check" works on by Theodore Ts'o · 21 years ago
  65. 44b0ec1 test_config: Define DYLD_LIBRAY_PATH so that "make check" works on by Theodore Ts'o · 21 years ago
  66. 520ead3 Fix gcc -Wall warnings. by Theodore Ts'o · 21 years ago
  67. fc56eee Makefile.in (uuidgen): Avoid linking lsattr and chattr against by Theodore Ts'o · 21 years ago
  68. a85e81a configure.in: Remove CYGWIN definition; we will use the by Theodore Ts'o · 21 years ago
  69. a2146af Update after "make depend". by Theodore Ts'o · 21 years ago
  70. c692840 Add Cygwin/Windows version of ext2fs_get_device_size() by Theodore Ts'o · 21 years ago
  71. 814dc05 Fsck does not need to linked against the ext2 libraries anymore. by Theodore Ts'o · 21 years ago
  72. 12dd69f e2fsck/rehash.c (name_cmp): Sort the deleted inodes to the end by Theodore Ts'o · 21 years ago
  73. 2ecaaf6 Put stdout and stderr into non-buffered mode to by Theodore Ts'o · 21 years ago
  74. 3879857 Avoid printing the version banner for mke2fs if by Theodore Ts'o · 21 years ago
  75. 908b785 Use setvbuf instead of setbuf to force stdout and by Theodore Ts'o · 21 years ago
  76. bc34d6b * Add support for the -a and -s options to logsave. by Theodore Ts'o · 21 years ago
  77. b00bc4d ADD TAG: E2FSPROGS-1_33-WIP-0414 by Theodore Ts'o · 21 years ago
  78. ba142c1 Update for 1.33-WIP April 14, 2003 release. by Theodore Ts'o · 21 years ago
  79. 16fa86b Remove the debian-special legal permission notes. by Theodore Ts'o · 21 years ago
  80. f9ddad5 Add logsave, a new program which saves the output of a command by Theodore Ts'o · 21 years ago
  81. fff4548 Add portability enhancements for Cygwin32 environment. by Theodore Ts'o · 21 years ago
  82. 61de7f8 Update to standards 3.5.9. by Theodore Ts'o · 21 years ago
  83. c5290fa Mke2fs can be given a minimum block size by passing in a negative by Theodore Ts'o · 21 years ago
  84. 5e05541 mke2fs.8.in: Document the -g option. (Addresses Debian bug #188318) by Theodore Ts'o · 21 years ago
  85. 5e804b7 Fix bug where mke2fs was incorrectly checking by Theodore Ts'o · 21 years ago
  86. ccbed85 tune2fs.8.in, mke2fs.8.in: Document the dir_index filesystem by Theodore Ts'o · 21 years ago
  87. 2c93113 Remove EXT2_FEATURE_RO_COMPAT_BTREE_DIR mention of since it's not by Theodore Ts'o · 21 years ago
  88. 9d51b61 Use the SS_READLINE_PATH environment variable to control the search by Theodore Ts'o · 21 years ago
  89. 417781a Add libblkid1-udeb package for the Debian Installer. by Theodore Ts'o · 21 years ago
  90. 020c547 Various Debian fixups: by Theodore Ts'o · 21 years ago
  91. ee828a9 fsck.c (parse_fstab_line, interpret_type, fsck_device, ignore, by Theodore Ts'o · 21 years ago
  92. 2a77a78 E2fsck now updates the global free block and by Theodore Ts'o · 21 years ago
  93. 085c2af Import bug fixes from EVMS 2.0 tree. by Theodore Ts'o · 21 years ago
  94. cc4f98e badblocks.c (bb_output): Flush output to the badblocks by Theodore Ts'o · 21 years ago
  95. edab294 gen_uuid.c (get_random_bytes): Always xor in a stream of bytes by Theodore Ts'o · 21 years ago
  96. 09a2ef8 Fix XFS superblock definition. Add support to by Theodore Ts'o · 21 years ago
  97. 6f96325 ADD TAG: E2FSPROGS-1_33-WIP-0330 by Theodore Ts'o · 21 years ago
  98. 4529665 Remove gen-tarball when doing "make clean" by Theodore Ts'o · 21 years ago
  99. 39d38b0 Update for e2fsprogs 1.33-WIP-0330 release by Theodore Ts'o · 21 years ago
  100. 72d272a Update dependencies of ss/Makefile by Theodore Ts'o · 21 years ago