1. 5aa6c3f Add configure options --enable-symlink-build and --enable-symlink-install by Theodore Ts'o · 14 years ago
  2. 57aa50d configure: Work around bug in autoconf 2.64 by Theodore Ts'o · 15 years ago
  3. beb736b configure.in: Fix typo: remove '2' from blkid_probe_get_topology2 by Eric Sandeen · 15 years ago
  4. 9ed8e5f mke2fs: get device topology values from blkid by Eric Sandeen · 15 years ago
  5. 0b5b9f9 configure.in, configure: Drop --with-cc, --with-ccopts, --with-ldopts by Theodore Ts'o · 15 years ago
  6. 98a5ad6 Fix intl/ build: add E/Q/V macros, process intl/libgnuintl.h by Matthias Andree · 15 years ago
  7. bcb915b Enhance build system so that "make V=1" works like the Linux Kernel by Theodore Ts'o · 15 years ago
  8. c13351f Add support for configure --enable-verbose-makecmds by Theodore Ts'o · 15 years ago
  9. 39fd3d4 configure.in: add --disable-libuuid option by Scott James Remnant · 15 years ago
  10. 14b596d configure.in: add --disable-libblkid option by Theodore Ts'o · 15 years ago
  11. 1207e36 libuuid: Close all file descriptors before running uuidd by Theodore Ts'o · 15 years ago
  12. d7f45af libcom_err: Use sem_post/sem_init to prevent race conditions by Theodore Ts'o · 16 years ago
  13. 55da987 Improve ELF shared library handling by Theodore Ts'o · 16 years ago
  14. af77365 Enable test_io debugging by default by Theodore Ts'o · 16 years ago
  15. 7515a74 Remove use of devmapper library by the blkid library by Theodore Ts'o · 16 years ago
  16. 1aaaa82 configure.in: Respect LDFLAGS environment variable if passed into configure by Theodore Ts'o · 16 years ago
  17. 6ec9ef1 libuuid: Windows portability fixes by Theodore Ts'o · 16 years ago
  18. 02d04db configure.in: use AC_MSG_{RESULT,WARN,ERROR} instead of echo by Theodore Ts'o · 16 years ago
  19. c13ab4f badblocks: If nanosleep() does not exist, try using usleep() instead by Theodore Ts'o · 16 years ago
  20. 3d05802 blkid: Add new option -L which pretty-prints the device list by Theodore Ts'o · 16 years ago
  21. eafba6c Don't use thread local storage if using diet libc by Theodore Ts'o · 16 years ago
  22. ab06396 debian: Create debian release tarball to obey new WIP naming convention by Theodore Ts'o · 16 years ago
  23. dc9345a Merge branch 'maint' by Theodore Ts'o · 16 years ago
  24. 488c75a Fix ext2fs_swap{16,32,64} for external applications on big-endian machines by Theodore Ts'o · 16 years ago
  25. c0af709 Merge branch 'maint' by Theodore Ts'o · 16 years ago
  26. b8251a5 Remove default sizeof sizes in configure script when cross-compiling by Maciej W. Rozycki · 16 years ago
  27. 4476105 Merge branch 'maint' by Theodore Ts'o · 16 years ago
  28. 7321d94 Fix "make docs" rule in Makefile for doc folder. by Manish Katiyar · 16 years ago
  29. ae38920 Merge branch 'maint' into next by Theodore Ts'o · 16 years ago
  30. 27f991b Remove bashism from configure script by Theodore Ts'o · 16 years ago
  31. bbf54ad Merge branch 'maint' into next by Theodore Ts'o · 16 years ago
  32. e7cc6f7 Add portability checks to support DJGPP by Christophe GRENIER · 16 years ago
  33. d69e7e2 configure.in: Don't use the dc command unless it is required by Theodore Ts'o · 16 years ago
  34. 428f6b3 Merge branch 'maint' into next by Theodore Ts'o · 17 years ago
  35. 7e8fe32 Don't build e2fsck statically by default anymore by Theodore Ts'o · 17 years ago
  36. 261cd39 Explicitly check for ftruncate64() in configure.in by Theodore Ts'o · 17 years ago
  37. c4ef11c If --sbindir, et. al are specified to configure set $root_sbindir, et al. by Theodore Ts'o · 17 years ago
  38. a4ece35 Use pkg-config to determine where to find the devmapper library by Theodore Ts'o · 17 years ago
  39. fef2b38 Merge branch 'maint' into next by Theodore Ts'o · 17 years ago
  40. 29dd9d1 Test for sys/syscall.h in configure to fix dietlibc build problem by Theodore Ts'o · 17 years ago
  41. 5610f99 Add --disable-uuidd configure option by Theodore Ts'o · 17 years ago
  42. 3249394 Add --disable-tls configure option by Theodore Ts'o · 17 years ago
  43. b689b8d Merge branch 'maint' into next by Theodore Ts'o · 17 years ago
  44. 740837d by Theodore Ts'o · 17 years ago
  45. a5dda05 Remove configure --enable-swapfs and associated support #defines by Theodore Ts'o · 17 years ago
  46. 29a5dee Improve the config/parse_types.sh helper script by Theodore Ts'o · 17 years ago
  47. 106ad96 Add tdb from Samba into libext2fs library. by Theodore Ts'o · 17 years ago
  48. 927566a Fixes for building RPM's via "make rpm" by Andreas Dilger · 18 years ago
  49. ae2868a Add failsafe against duplicate UUID's generated by threaded programs by Theodore Ts'o · 18 years ago
  50. e105214 Fix amd64 build due to -lpthread ordering problem by Theodore Ts'o · 18 years ago
  51. cce2f49 Fix Debian FTBFS problem caused by devmapper library using pthreads by Theodore Ts'o · 18 years ago
  52. e54635d If diff -u is supported, use it to report test failures. by Theodore Ts'o · 18 years ago
  53. 4ea7ea0 Fix asm_types.h type conflicts by Theodore Ts'o · 18 years ago
  54. 4db2f59 Add device-mapper support to the blkid library by Karel Zak · 18 years ago
  55. dd947da Fix cross-compilation problems when CFLAGS contain target-specific options by Theodore Ts'o · 19 years ago
  56. 9b7d811 This patch adds a check to use fstat or fstat64 in getsize.c if the by Andreas Dilger · 19 years ago
  57. 8b889f8 Set the executible bit on the configure script. by Theodore Ts'o · 19 years ago
  58. 762c7c6 Add paranoia checks into the blkid, ext2fs, and ss libraries to ignore by Theodore Ts'o · 19 years ago
  59. ee683a1 Makefile util/gen-tarball executable after creating the file. by Theodore Ts'o · 19 years ago
  60. 33db8f8 Remove support for --enable-clear-htree; this was by Theodore Ts'o · 19 years ago
  61. 98919bd Add support for maintainer mode, which enables the makefile rules by Theodore Ts'o · 19 years ago
  62. 7004b4a Drop the sparc assembly bitwise operations; it's less efficient by Theodore Ts'o · 19 years ago
  63. e644186 Add pkg-config files to e2fsprogs's libraries. by Theodore Ts'o · 20 years ago
  64. 6c65d25 configure.in: Clean up checks for dirent.d_reclen, ssize_t, by Theodore Ts'o · 20 years ago
  65. da76d6b Make configure.in script check for prerequisite headers when checking for by Theodore Ts'o · 20 years ago
  66. 3223701 Various portability fixes for Solaris systems. by Theodore Ts'o · 20 years ago
  67. d2ee56d Fix configure.in to use AC_CHECK_TYPES instead of the "broken by design" by Theodore Ts'o · 20 years ago
  68. b0cacab Update to use gettext 0.14.1 and autoconf 2.50+ by Theodore Ts'o · 20 years ago
  69. 921f4ad Remove support for EVMS 1.x plugin library. by Theodore Ts'o · 20 years ago
  70. 2b5901d Remove the a.out DLL support, since it's been obsolete and unmaintained by Theodore Ts'o · 20 years ago
  71. 5d40773 Revamp the initrd scripts to use a new helper program, by Theodore Ts'o · 20 years ago
  72. 9845cf5 Clean up the header file #include's for lib/blkid/getsize.c by Theodore Ts'o · 20 years ago
  73. e363240 configure.in, configure: Enable the fsck wrapper for the Debian by Theodore Ts'o · 20 years ago
  74. 2625803 Use C99 stdint.h types instead of custom types in the uuid library. by Theodore Ts'o · 20 years ago
  75. 84ea6e7 Fix Darwin/Mac OS X support to fetch the ethernet address in the uuid library. by Theodore Ts'o · 20 years ago
  76. fde3e1b Update configure file using autoconf 2.13. by Theodore Ts'o · 20 years ago
  77. b1c92f9 Add -mieee to CFLAGS if we're using GCC and the CPU is an Alpha. by Matthias Andree · 20 years ago
  78. 1d5150c Check in modified configure script from FreeBSD port changeset. by Theodore Ts'o · 20 years ago
  79. 0c193f8 Include inttypes.h if present. New macros INT_TO_VOIDPTR and by Theodore Ts'o · 21 years ago
  80. 1c29b09 badblocks.c (do_read, do_write, test_rw): Change the read/write by Theodore Ts'o · 21 years ago
  81. 93636bd Update to use the new freebsd config triple (Addresses Debian bug #195274) by Theodore Ts'o · 21 years ago
  82. 07a0db1 configure.in: Add workaround for Darwin and Libintl by Theodore Ts'o · 21 years ago
  83. d3c9fb8 Adjust defaults for FreeBSD to no longer build the by Theodore Ts'o · 21 years ago
  84. 5c70a50 Fix bug which caused --disable-evms not to work. by Theodore Ts'o · 21 years ago
  85. c6f35b8 MCONFIG.in, configure.in: Only put the intl directory in the -I by Theodore Ts'o · 21 years ago
  86. bb988b2 configure.in: Fix typo in help message for --enable-evms-11 by Theodore Ts'o · 21 years ago
  87. 2a29f13 Add --enable-test-io-debug configure option which causes e2fsck and by Theodore Ts'o · 21 years ago
  88. d21ae6c configure.in, configure, Makefile.in: Add --with-diet-libc by Theodore Ts'o · 21 years ago
  89. a04eba3 Update to gettext 0.11.5. We now enable NLS support by default. by Theodore Ts'o · 21 years ago
  90. a85e81a configure.in: Remove CYGWIN definition; we will use the by Theodore Ts'o · 21 years ago
  91. fff4548 Add portability enhancements for Cygwin32 environment. by Theodore Ts'o · 21 years ago
  92. bff0cc9 Move tarball generation functions to util/gen-tarball by Theodore Ts'o · 21 years ago
  93. aa75ecc Fix the Apple Darwin port. by Theodore Ts'o · 21 years ago
  94. bbac86b Update the generated configure file. by Theodore Ts'o · 21 years ago
  95. e1f0722 Update generated configure file. by Theodore Ts'o · 21 years ago
  96. 94ba8c7 Changes to create a subset distribution which consists only of the by Theodore Ts'o · 21 years ago
  97. f0a22d0 Add dynamic debugging capabilities to the blkid library, by Theodore Ts'o · 21 years ago
  98. e12f2ae Integrate new blkid library. by Theodore Ts'o · 22 years ago
  99. 0c897a9 Add german translation to the language catalog by Theodore Ts'o · 22 years ago
  100. 782bebf configure.in, configure: Change --enable-jfs-debug to by Theodore Ts'o · 22 years ago