1. 6d49349 Update and clean up uuid man pages, including renaming libuuid.3 to uuid.3 by Theodore Ts'o · 20 years ago
  2. d149299 gen_uuid.c (uuid_generate_time): Mask off the timestamp to avoid by Theodore Ts'o · 20 years ago
  3. 66fbee8 unix.c (check_if_skip): If the checkinterval is zero, then by Theodore Ts'o · 20 years ago
  4. de69291 Add dependency on awk in the debian e2fsprogs package. Addresses by Theodore Ts'o · 20 years ago
  5. e363240 configure.in, configure: Enable the fsck wrapper for the Debian by Theodore Ts'o · 20 years ago
  6. 2eb9e70 Fix typo in de.po file from previous fix by Theodore Ts'o · 20 years ago
  7. d2d386d config.guess, config.sub: Update to newer version from the FSF (2004-01-05) by Theodore Ts'o · 20 years ago
  8. afaf181 Since woody's sysvinit package is before the initscripts were by Theodore Ts'o · 20 years ago
  9. f9e6df4 Minor updates to German translation (Addresses Debian Bug #244105) by Theodore Ts'o · 20 years ago
  10. 1008a42 Fix numberous problems in Debian's initrd scripts: by Theodore Ts'o · 20 years ago
  11. 764c66b Fix typo in the Debian copyright file, to consistently and correctly by Theodore Ts'o · 20 years ago
  12. 7ce0806 probe.c (blkid_verify_devname): If the time is earlier than the by Theodore Ts'o · 20 years ago
  13. e02bb6d Fix obvious spelling mistake in mke2fs man page. by Theodore Ts'o · 20 years ago
  14. f932ed9 Add missing #include <time.h>, fixing a compiler warning. by Matthias Andree · 20 years ago
  15. ebfd60f Clarified that the lib/uuid directory is under a BSD-style and by Theodore Ts'o · 20 years ago
  16. 197588f debian/changelog Update changelog for 1.35-5 release by Theodore Ts'o · 20 years ago
  17. d06863f Remove TUNE2FS_SKIP_MOUNT_CHECK environment variable support; it is by Theodore Ts'o · 20 years ago
  18. 22c616d In the initrd script, use /dev/null instead of /dev2/null, and support by Theodore Ts'o · 20 years ago
  19. 7a3a386 In the blkid library, if the BLKID_FILE environment by Theodore Ts'o · 20 years ago
  20. c07f9f2 In e2fsck, when trying to determine if the system is running on by Theodore Ts'o · 20 years ago
  21. 698e922 Added new French translation (po file) by Theodore Ts'o · 20 years ago
  22. 0f72ab6 util.c (open_pager): Use DEBUGFS_PAGER in preference to PAGER by Theodore Ts'o · 20 years ago
  23. ccdd1d6 tune2fs.8.in: Fixed spelling error (Addresses Debian Bug #242995) by Theodore Ts'o · 20 years ago
  24. 481d139 mke2fs.8.in: Clarify man page's description of the '-O' option. by Theodore Ts'o · 20 years ago
  25. e2de6b9 Fix the Debian initrd scripts so that they actually work correctly. by Theodore Ts'o · 20 years ago
  26. 2eb3b20 tune2fs.c (main): If the environment variable by Theodore Ts'o · 20 years ago
  27. 031617e ADD TAG: APPLE_UUID_SNAP_1 by Theodore Ts'o · 20 years ago
  28. cd668fd ext2ed.h: Use the ext2_fs.h header file from libext2fs, instead by Theodore Ts'o · 20 years ago
  29. dd60705 Refine the build process to avoid re-running subst all the time on by Theodore Ts'o · 20 years ago
  30. 9dd97ae Change licensing of libuuid man pages from GPL to 3-clause BSD-style, by Theodore Ts'o · 20 years ago
  31. 3180811 Change the use of the term "internal format" to "binary representation" by Theodore Ts'o · 20 years ago
  32. 2625803 Use C99 stdint.h types instead of custom types in the uuid library. by Theodore Ts'o · 20 years ago
  33. 13be1ff gen_uuid.c (get_node_id): Clean up AF_LINK #ifdef's for Darwin. by Theodore Ts'o · 20 years ago
  34. 83e692e unix_io.c, pass1.c: by Matthias Andree · 20 years ago
  35. 289e055 GNU/KFreeBSD portability fixes. (Addresses Debian Bug #239934) by Matthias Andree · 20 years ago
  36. d3d741f Add the uuid_unparse_upper and uuid_unparse_lower functions to the uuid library. by Theodore Ts'o · 20 years ago
  37. 6c6f170 Update debian changelog for 1.35-4 release. by Theodore Ts'o · 20 years ago
  38. 9b2d5e9 Eliminate the partially implemented -p option in blkid. by Theodore Ts'o · 20 years ago
  39. 1cdb6f7 Don't close the file descriptor when determining the size. by Theodore Ts'o · 20 years ago
  40. abdf84f debugfs.c (make_link): Set the filetype information when creating a link. by Theodore Ts'o · 20 years ago
  41. de1b76f Update Polish, Sweedish, and Turkish translations. by Theodore Ts'o · 20 years ago
  42. 8927998 blkid.c (main, print_tags): Add new option -o which allows the by Theodore Ts'o · 20 years ago
  43. 6750877 mke2fs.8.in: Fix spelling typos (Addresses Debian Bug #238741) by Theodore Ts'o · 20 years ago
  44. 1bbfec6 Change the license on the UUID library to be 3-clause BSD-style by Theodore Ts'o · 20 years ago
  45. 880f30a Add UUID type #define's, and add an CPP macro to define UUID constants. by Theodore Ts'o · 20 years ago
  46. a5aa379 Use 14 bits for the clock sequence, instead of just 13 bits when by Theodore Ts'o · 20 years ago
  47. 84ea6e7 Fix Darwin/Mac OS X support to fetch the ethernet address in the uuid library. by Theodore Ts'o · 20 years ago
  48. 39595ce Update and cleaned up blkid man page significantly. by Theodore Ts'o · 20 years ago
  49. 39e2f80 Update for 1.35-3 debian release. by Theodore Ts'o · 20 years ago
  50. 8ac5929 e2image.8.in: Update manpage to detail that writing to stdout is by Theodore Ts'o · 20 years ago
  51. 2c5cfbc Only use the BLKGETSIZE64 ioctl on Linux 2.6 since it is by Theodore Ts'o · 20 years ago
  52. cf1b23e e2fsprogs.spec.in: Mostly synchronize spec file with the one by Theodore Ts'o · 20 years ago
  53. 5bec574 logsave.c (main): Use setsid() to avoid getting killed by init by Theodore Ts'o · 20 years ago
  54. 9387c28 probe.c (probe_ocfs), probe.h: Add support for the Oracle by Theodore Ts'o · 20 years ago
  55. 6d037b3 Update TODO file by Theodore Ts'o · 20 years ago
  56. 080ee03 Add tune2fs to the e2fsprogs udeb package (Addresses Debian Bug #235639) by Theodore Ts'o · 20 years ago
  57. 85b8700 Update getsize functions to use the Apple Darwin and Linux 64-bit ioctl's. by Theodore Ts'o · 20 years ago
  58. 434661f Patch from Brian Bergstrand to use the correct -fPIC flag for by Theodore Ts'o · 20 years ago
  59. e55043f ADD TAG: E2FSPROGS-1_35 by Theodore Ts'o · 20 years ago
  60. b70b116 Update version number for e2fsprogs 1.35 release. by Theodore Ts'o · 20 years ago
  61. 86d564e Change debian control file so that the ss-dev and comerr-dev packages by Theodore Ts'o · 20 years ago
  62. 167af99 badblocks.c (main): Change the default number of blocks tested by Theodore Ts'o · 20 years ago
  63. bc69f82 Add missing break statement so e2fsck -k actually works. by Theodore Ts'o · 20 years ago
  64. 6b394c1 filefrag.c: Fix gcc -Wall nits. by Theodore Ts'o · 20 years ago
  65. 023cbb3 badblocks.c (pattern_fill): Fix bug accidentally added when by Theodore Ts'o · 20 years ago
  66. 87a6e45 Update Debian changelog for release. by Theodore Ts'o · 20 years ago
  67. 4fb9d52 unix.c (main, PRS), e2fsck.8.in: Add a new -k option which keeps by Theodore Ts'o · 20 years ago
  68. fde3e1b Update configure file using autoconf 2.13. by Theodore Ts'o · 20 years ago
  69. 2d10769 debugfs.c (internal_dump_inode): Display the major/minor device by Theodore Ts'o · 20 years ago
  70. ed52f62 Makefile.in (PROFILED_LIBS, PROFILED_DEPLIBS): Fix reference to by Theodore Ts'o · 20 years ago
  71. b9fd1f4 Do not package autom4te.cache directory into tarball. by Matthias Andree · 20 years ago
  72. b1c92f9 Add -mieee to CFLAGS if we're using GCC and the CPU is an Alpha. by Matthias Andree · 20 years ago
  73. 151786f Fix up preen mode messages during pass 1B/C/D. by Theodore Ts'o · 20 years ago
  74. 90252ca debugfs.8.in: Fix the debugfs man page to reference the by Theodore Ts'o · 20 years ago
  75. e47fd84 ext2fs.h (ext2fs_resize_mem): Fix C++ problem. (Addresses Red by Theodore Ts'o · 20 years ago
  76. 993aa11 fsck.c (execute): Use '&&' instead of '&'. (It didn't cause a by Theodore Ts'o · 20 years ago
  77. 795afc4 Fix libext2fs and debugfs to correctly deal with symlinks that have by Theodore Ts'o · 20 years ago
  78. bbbc92f e2fsck.c (e2fsck_run): Clear the SETJMP_OK flag when returning by Theodore Ts'o · 20 years ago
  79. d605ba1 filefrag.c: Use #ifdef __linux__ instead of __LINUX__ so that it by Theodore Ts'o · 20 years ago
  80. 8ff104f ADD TAG: E2FSPROGS-1_35-WIP-0131 by Theodore Ts'o · 20 years ago
  81. 1daf758 Update for WIP release 1.35-WIP release dated 31-Jan-2004. by Theodore Ts'o · 20 years ago
  82. 489f002 problem.c (fix_problem): Don't call print_e2fsck_message if the by Theodore Ts'o · 20 years ago
  83. 3c203cb fgetflags.c, fgetversion.c, fsetflags.c, fsetversion.c: Apply by Theodore Ts'o · 20 years ago
  84. 2e5a1b9 chattr.1.in: Clarify man page. by Theodore Ts'o · 20 years ago
  85. 1d5150c Check in modified configure script from FreeBSD port changeset. by Theodore Ts'o · 20 years ago
  86. 9c5534d gen_uuid.c (uuid_generate_time): Fix bug pointed out by Ralf by Theodore Ts'o · 20 years ago
  87. ac0de52 Add f_selinux test case. by Theodore Ts'o · 20 years ago
  88. 1ba7a2f Fix a byte swap bugs, including one which caused e2fsck to by Theodore Ts'o · 20 years ago
  89. 7834446 Add provides of libuuid1. Addresses Debian Bug #229633. by Theodore Ts'o · 20 years ago
  90. 2b5ddd7 For debugfs, use the "more" pager in preference to "less", by Theodore Ts'o · 20 years ago
  91. 2293a4d chattr.c (main): Add support for '--' to stop options by Theodore Ts'o · 20 years ago
  92. b34cbdd Re-add FreeBSD support. by Matthias Andree · 21 years ago
  93. b969b1b Fix more compiler warnings. by Matthias Andree · 21 years ago
  94. 151a716 Update release notes as of December 26, 2003. by Theodore Ts'o · 21 years ago
  95. 55566e2 Update e2fsprogs POT file. by Theodore Ts'o · 21 years ago
  96. cf11902 chattr.1.in: Update text indicating the 'c', 's', and 'u' by Theodore Ts'o · 21 years ago
  97. 64c90ee fsck.8.in: Update text describing "standard" options supported by Theodore Ts'o · 21 years ago
  98. 477b235 Add filefrag program to the list of programs installed in /usr/sbin. by Theodore Ts'o · 21 years ago
  99. 2b696a9 Try to use the DEBUGFS_PAGER environment by Theodore Ts'o · 21 years ago
  100. 94ed67e Update changelog for debian release. by Theodore Ts'o · 21 years ago