Age | Commit message (Expand) | Author | Files | Lines |
2005-12-29 | Avoid needlessly recompilation of library objection files | Theodore Ts'o | 8 | -26/+28 |
2005-12-29 | Add missing parameter to error printf in blkid test program. | Theodore Ts'o | 2 | -1/+7 |
2005-12-10 | Use $(LDFLAGS) when generating shared libraries | Theodore Ts'o | 3 | -3/+11 |
2005-12-10 | Address parallel build problem in the library Makefiles | Theodore Ts'o | 12 | -1/+49 |
2005-12-10 | Fix various gcc -Wall complaints. | Theodore Ts'o | 7 | -12/+40 |
2005-12-10 | Add ext2fs_read_bb_FILE test to confirm proper detection of invalid block #'s | Theodore Ts'o | 2 | -0/+70 |
2005-11-21 | Fix gcc compilation on sparc architectures in bitops.h | Theodore Ts'o | 2 | -2/+8 |
2005-11-14 | Add missing #include for string.h to ext2fs.h to fix GCC 4.01 complaints | Theodore Ts'o | 2 | -0/+6 |
2005-11-12 | Fix writing external journals on big-endian machines | Theodore Ts'o | 2 | -16/+25 |
2005-09-24 | Add fs->now to override time(0) in libext2fs | Theodore Ts'o | 8 | -9/+18 |
2005-09-10 | Search the root directory of FAT filesystems for the label information | Theodore Ts'o | 3 | -13/+95 |
2005-09-10 | Generic blkid library cleanup | Theodore Ts'o | 3 | -137/+151 |
2005-09-10 | Add a regression test suite for the blkid library | Theodore Ts'o | 37 | -7/+97 |
2005-09-10 | Add support to extract basic iso9660 label information to the blkid library | Theodore Ts'o | 3 | -18/+48 |
2005-09-10 | Add support for detecting the reiser4 filesystem in the blkid library. | Theodore Ts'o | 3 | -0/+30 |
2005-09-07 | Improve blkid's VFAT/FAT filesystem probe code | Theodore Ts'o | 2 | -95/+69 |
2005-09-07 | Remove unneeded probe.h header file in lib/blkid/resolve.c | Theodore Ts'o | 2 | -1/+4 |
2005-09-06 | Improve VFAT detection to support filesystems w/o a magic string in the super... | Karel Zak | 3 | -0/+103 |
2005-09-06 | Add support for detecting software suspend partitions to blkid | Karel Zak | 2 | -0/+12 |
2005-09-06 | Fix blkid library so that the cache validation notices ext2 to ext3 conversion | Karel Zak | 2 | -0/+11 |
2005-09-06 | Fix compiler warnings about missing memcpy prototypes. | Matthias Andree | 2 | -0/+5 |
2005-07-25 | Fix false positives from valgrind: prctl(PR_GET_DUMPABLE) | Theodore Ts'o | 6 | -10/+29 |
2005-07-19 | Check for a busy device when creating a journal. | Theodore Ts'o | 2 | -0/+13 |
2005-07-19 | Fix com_err bug in compile_et: # of error messages can be wrong | Theodore Ts'o | 2 | -0/+6 |
2005-07-09 | This patch adds a check to use fstat or fstat64 in getsize.c if the | Andreas Dilger | 4 | -18/+59 |
2005-06-30 | Update for e2fsprogs 1.38 release. | Theodore Ts'o | 7 | -0/+28 |
2005-06-30 | Change the function prototypes of ext2fs_set_bit, ext2fs_clear_bit, and | Theodore Ts'o | 3 | -12/+21 |
2005-06-27 | Fix blkid's debugging/TEST_PROGRAM code so that it is sufficiently | Theodore Ts'o | 3 | -1/+43 |
2005-06-27 | ext2fs_resize_mem() is suffering from C99 strict type aliasing problems. | Stephen Tweedie | 2 | -3/+10 |
2005-06-20 | error_message.c, init_et.c: Segregate error tables registered | Theodore Ts'o | 3 | -14/+24 |
2005-06-20 | et_c.awk: Use a dynamically allocated structure in | Theodore Ts'o | 8 | -63/+65 |
2005-06-19 | getsectsize.c (BLKSSZGET): Clean up test for when to manually | Theodore Ts'o | 2 | -1/+6 |
2005-06-16 | Makefile.in: Add an include path specifier when building | Theodore Ts'o | 2 | -1/+9 |
2005-06-05 | On Linux 2.6 systems, mke2fs and badblocks will check to see whether | Theodore Ts'o | 3 | -14/+41 |
2005-05-08 | Fix bug in the secure getenv function so that the ss library will corrently | Theodore Ts'o | 4 | -4/+14 |
2005-05-07 | Add a new option to the blkid program, -l, which will more efficiently search | Theodore Ts'o | 4 | -16/+57 |
2005-05-07 | Fix gcc -Wall nits in the blkid library. | Theodore Ts'o | 6 | -15/+17 |
2005-05-07 | Clean up the debugging code in the blkid library so that we don't use | Theodore Ts'o | 6 | -63/+66 |
2005-05-07 | Add new two new functions to the blkid library: blkid_dev_set_search(), and | Theodore Ts'o | 5 | -10/+241 |
2005-05-06 | If the .c and .h file already exist, and they have not changed, use the | Theodore Ts'o | 3 | -4/+20 |
2005-05-06 | Update "make depend" information. Fixes SMP parallel build problem. | Theodore Ts'o | 2 | -5/+13 |
2005-05-06 | Fix build of tst_ostype when doing a "make check" in lib/e2p; it was missing | Theodore Ts'o | 2 | -1/+7 |
2005-05-05 | Fix libblkid's magic number recognition for the cramfs filesystem, | Theodore Ts'o | 3 | -1/+40 |
2005-04-16 | Fix typo so that we actually ignore environment variables when gid != egid. | Theodore Ts'o | 3 | -3/+3 |
2005-04-09 | ls.c: Add stdlib.h header file since list_super2() uses the | Theodore Ts'o | 2 | -0/+6 |
2005-04-09 | Add missing return values in error return cases in the ext2fs library. | Theodore Ts'o | 3 | -3/+9 |
2005-04-06 | Add paranoia checks into the blkid, ext2fs, and ss libraries to ignore | Theodore Ts'o | 8 | -9/+126 |
2005-03-31 | ostype.c (e2p_os2string): Check to make sure malloc() is | Theodore Ts'o | 2 | -1/+10 |
2005-03-21 | Update for the e2fsprogs 1.37 release. | Theodore Ts'o | 7 | -0/+28 |
2005-03-21 | Ignore the BLKID_FILE environment variable if blkid_get_cache() is | Theodore Ts'o | 2 | -1/+7 |