Age | Commit message (Expand) | Author | Files | Lines |
2007-12-31 | Test for sys/syscall.h in configure to fix dietlibc build problem | Theodore Ts'o | 1 | -1/+1 |
2007-12-31 | Add --disable-uuidd configure option | Theodore Ts'o | 1 | -0/+20 |
2007-12-31 | Add --disable-tls configure option | Theodore Ts'o | 1 | -2/+22 |
2007-12-16 | Add uuidd daemon to prevent duplicate time-based UUID's | Theodore Ts'o | 1 | -1/+2 |
2007-07-04 | Improve the config/parse_types.sh helper script | Theodore Ts'o | 1 | -1/+2 |
2007-04-04 | Add tdb from Samba into libext2fs library. | Theodore Ts'o | 1 | -2/+2 |
2006-11-12 | Fixes for building RPM's via "make rpm" | Andreas Dilger | 1 | -13/+29 |
2006-10-22 | Add failsafe against duplicate UUID's generated by threaded programs | Theodore Ts'o | 1 | -1/+1 |
2006-10-21 | Fix amd64 build due to -lpthread ordering problem | Theodore Ts'o | 1 | -2/+2 |
2006-10-01 | Fix Debian FTBFS problem caused by devmapper library using pthreads | Theodore Ts'o | 1 | -2/+2 |
2006-08-06 | If diff -u is supported, use it to report test failures. | Theodore Ts'o | 1 | -0/+11 |
2006-04-09 | Fix asm_types.h type conflicts | Theodore Ts'o | 1 | -1/+5 |
2006-03-08 | Add device-mapper support to the blkid library | Karel Zak | 1 | -0/+28 |
2005-11-09 | Fix cross-compilation problems when CFLAGS contain target-specific options | Theodore Ts'o | 1 | -0/+12 |
2005-07-09 | This patch adds a check to use fstat or fstat64 in getsize.c if the | Andreas Dilger | 1 | -1/+1 |
2005-04-06 | Add paranoia checks into the blkid, ext2fs, and ss libraries to ignore | Theodore Ts'o | 1 | -2/+2 |
2005-02-05 | Makefile util/gen-tarball executable after creating the file. | Theodore Ts'o | 1 | -0/+2 |
2005-02-05 | Remove support for --enable-clear-htree; this was | Theodore Ts'o | 1 | -19/+0 |
2005-02-04 | Add support for maintainer mode, which enables the makefile rules | Theodore Ts'o | 1 | -0/+18 |
2005-02-03 | Drop the sparc assembly bitwise operations; it's less efficient | Theodore Ts'o | 1 | -15/+0 |
2005-01-26 | Add pkg-config files to e2fsprogs's libraries. | Theodore Ts'o | 1 | -0/+2 |
2005-01-19 | configure.in: Clean up checks for dirent.d_reclen, ssize_t, | Theodore Ts'o | 1 | -57/+14 |
2005-01-18 | Make configure.in script check for prerequisite headers when checking for | Theodore Ts'o | 1 | -1/+16 |
2005-01-17 | Various portability fixes for Solaris systems. | Theodore Ts'o | 1 | -1/+2 |
2005-01-09 | Fix configure.in to use AC_CHECK_TYPES instead of the "broken by design" | Theodore Ts'o | 1 | -1/+1 |
2004-11-30 | Update to use gettext 0.14.1 and autoconf 2.50+ | Theodore Ts'o | 1 | -1/+5 |
2004-11-19 | Remove support for EVMS 1.x plugin library. | Theodore Ts'o | 1 | -50/+1 |
2004-11-19 | Remove the a.out DLL support, since it's been obsolete and unmaintained | Theodore Ts'o | 1 | -24/+0 |
2004-09-18 | Revamp the initrd scripts to use a new helper program, | Theodore Ts'o | 1 | -0/+19 |
2004-09-17 | Clean up the header file #include's for lib/blkid/getsize.c | Theodore Ts'o | 1 | -1/+1 |
2004-05-04 | configure.in, configure: Enable the fsck wrapper for the Debian | Theodore Ts'o | 1 | -1/+1 |
2004-04-03 | Use C99 stdint.h types instead of custom types in the uuid library. | Theodore Ts'o | 1 | -1/+1 |
2004-03-19 | Fix Darwin/Mac OS X support to fetch the ethernet address in the uuid library. | Theodore Ts'o | 1 | -1/+17 |
2004-02-23 | Add -mieee to CFLAGS if we're using GCC and the CPU is an Alpha. | Matthias Andree | 1 | -0/+17 |
2003-12-28 | Re-add FreeBSD support. | Matthias Andree | 1 | -1/+1 |
2003-08-01 | Include inttypes.h if present. New macros INT_TO_VOIDPTR and | Theodore Ts'o | 1 | -0/+5 |
2003-07-12 | badblocks.c (do_read, do_write, test_rw): Change the read/write | Theodore Ts'o | 1 | -1/+1 |
2003-07-12 | Update to use the new freebsd config triple (Addresses Debian | Theodore Ts'o | 1 | -3/+3 |
2003-07-05 | configure.in: | Theodore Ts'o | 1 | -0/+11 |
2003-06-08 | Adjust defaults for FreeBSD to no longer build the | Theodore Ts'o | 1 | -3/+3 |
2003-05-20 | Fix bug which caused --disable-evms not to work. | Theodore Ts'o | 1 | -2/+2 |
2003-05-17 | MCONFIG.in, configure.in: Only put the intl directory in the -I | Theodore Ts'o | 1 | -0/+8 |
2003-05-13 | configure.in: Fix typo in help message for --enable-evms-11 | Theodore Ts'o | 1 | -1/+1 |
2003-05-05 | Add --enable-test-io-debug configure option which causes e2fsck and | Theodore Ts'o | 1 | -0/+15 |
2003-05-05 | configure.in, configure, Makefile.in: Add --with-diet-libc | Theodore Ts'o | 1 | -1/+29 |
2003-05-03 | Update to gettext 0.11.5. We now enable NLS support by default. | Theodore Ts'o | 1 | -2/+1 |
2003-04-18 | configure.in: Remove CYGWIN definition; we will use the | Theodore Ts'o | 1 | -1/+0 |
2003-04-13 | Add portability enhancements for Cygwin32 environment. | Theodore Ts'o | 1 | -2/+34 |
2003-03-23 | Move tarball generation functions to util/gen-tarball | Theodore Ts'o | 1 | -2/+5 |
2003-03-17 | Fix the Apple Darwin port. | Theodore Ts'o | 1 | -1/+1 |