Age | Commit message (Expand) | Author | Files | Lines |
2010-12-16 | e4defrag: Fix the overflow in e4defrag with > 2GB files | Theodore Ts'o | 1 | -1/+1 |
2010-09-24 | Merge branch 'maint' into next | Theodore Ts'o | 1 | -1/+1 |
2010-08-01 | badblocks: Deal with UTF-8 characters in progress message | Theodore Ts'o | 1 | -1/+1 |
2010-06-07 | Merge branch 'maint' into next | Theodore Ts'o | 1 | -1/+37 |
2010-05-17 | Add configure options --enable-symlink-build and --enable-symlink-install | Theodore Ts'o | 1 | -1/+37 |
2010-01-31 | Merge branch 'maint' into next | Theodore Ts'o | 1 | -8/+8 |
2009-11-26 | configure: Work around bug in autoconf 2.64 | Theodore Ts'o | 1 | -8/+8 |
2009-10-24 | Merge branch 'maint' into next | Theodore Ts'o | 1 | -1/+1 |
2009-10-21 | configure.in: Fix typo: remove '2' from blkid_probe_get_topology2 | Eric Sandeen | 1 | -1/+1 |
2009-10-04 | Merge branch 'maint' into next | Theodore Ts'o | 1 | -1/+8 |
2009-10-04 | mke2fs: get device topology values from blkid | Eric Sandeen | 1 | -1/+8 |
2009-09-06 | configure.in, configure: Drop --with-cc, --with-ccopts, --with-ldopts | Theodore Ts'o | 1 | -36/+10 |
2009-09-07 | Merge branch 'maint' into next | Theodore Ts'o | 1 | -36/+10 |
2009-07-27 | e4defrag: remove a lot of cruft | Eric Sandeen | 1 | -1/+1 |
2009-07-18 | Fix intl/ build: add E/Q/V macros, process intl/libgnuintl.h | Matthias Andree | 1 | -1/+2 |
2009-07-02 | Enhance build system so that "make V=1" works like the Linux Kernel | Theodore Ts'o | 1 | -0/+1 |
2009-07-02 | Add support for configure --enable-verbose-makecmds | Theodore Ts'o | 1 | -0/+22 |
2009-06-29 | configure.in: add --disable-libuuid option | Scott James Remnant | 1 | -0/+51 |
2009-04-22 | configure.in: add --disable-libblkid option | Theodore Ts'o | 1 | -1/+54 |
2009-04-15 | libuuid: Close all file descriptors before running uuidd | Theodore Ts'o | 1 | -1/+1 |
2008-09-12 | libcom_err: Use sem_post/sem_init to prevent race conditions | Theodore Ts'o | 1 | -1/+16 |
2008-09-02 | Improve ELF shared library handling | Theodore Ts'o | 1 | -1/+6 |
2008-09-01 | Enable test_io debugging by default | Theodore Ts'o | 1 | -2/+7 |
2008-08-26 | Remove use of devmapper library by the blkid library | Theodore Ts'o | 1 | -50/+0 |
2008-08-22 | configure.in: Respect LDFLAGS environment variable if passed into configure | Theodore Ts'o | 1 | -1/+1 |
2008-08-22 | libuuid: Windows portability fixes | Theodore Ts'o | 1 | -1/+1 |
2008-08-22 | configure.in: use AC_MSG_{RESULT,WARN,ERROR} instead of echo | Theodore Ts'o | 1 | -71/+70 |
2008-07-13 | badblocks: If nanosleep() does not exist, try using usleep() instead | Theodore Ts'o | 1 | -1/+1 |
2008-07-13 | blkid: Add new option -L which pretty-prints the device list | Theodore Ts'o | 1 | -1/+1 |
2008-07-10 | Don't use thread local storage if using diet libc | Theodore Ts'o | 1 | -2/+10 |
2008-07-07 | debian: Create debian release tarball to obey new WIP naming convention | Theodore Ts'o | 1 | -2/+1 |
2008-06-07 | Merge branch 'maint' | Theodore Ts'o | 1 | -0/+19 |
2008-06-07 | Fix ext2fs_swap{16,32,64} for external applications on big-endian machines | Theodore Ts'o | 1 | -0/+19 |
2008-05-21 | Merge branch 'maint' | Theodore Ts'o | 1 | -8/+0 |
2008-05-21 | Remove default sizeof sizes in configure script when cross-compiling | Maciej W. Rozycki | 1 | -8/+0 |
2008-04-21 | Merge branch 'maint' | Theodore Ts'o | 1 | -0/+14 |
2008-04-21 | Fix "make docs" rule in Makefile for doc folder. | Manish Katiyar | 1 | -0/+14 |
2008-04-06 | Merge branch 'maint' into next | Theodore Ts'o | 1 | -1/+1 |
2008-04-01 | Remove bashism from configure script | Theodore Ts'o | 1 | -1/+1 |
2008-02-17 | Merge branch 'maint' into next | Theodore Ts'o | 1 | -2/+2 |
2008-02-17 | Add portability checks to support DJGPP | Christophe GRENIER | 1 | -1/+1 |
2008-02-17 | configure.in: Don't use the dc command unless it is required | Theodore Ts'o | 1 | -1/+1 |
2008-01-27 | Merge branch 'maint' into next | Theodore Ts'o | 1 | -23/+51 |
2008-01-27 | Don't build e2fsck statically by default anymore | Theodore Ts'o | 1 | -18/+0 |
2008-01-21 | Explicitly check for ftruncate64() in configure.in | Theodore Ts'o | 1 | -1/+1 |
2008-01-04 | If --sbindir, et. al are specified to configure set $root_sbindir, et al. | Theodore Ts'o | 1 | -0/+16 |
2008-01-03 | Use pkg-config to determine where to find the devmapper library | Theodore Ts'o | 1 | -4/+34 |
2008-01-01 | Merge branch 'maint' into next | Theodore Ts'o | 1 | -3/+43 |
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 |