summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2004-12-14Use MKINSTALLDIRS macro so that the Makefiles can find the scriptTheodore Ts'o15-104/+132
2004-11-30Avoid using uint and uchar types when probing for ocfs2 filesystems Theodore Ts'o3-22/+25
2004-11-30Add support for passing options to the io layer using the URL syntax. For Theodore Ts'o9-24/+202
2004-11-30Use Linux-kernel-style makefile output to make it easier to Theodore Ts'o19-106/+198
2004-11-29Add definition for the extents filesystem feature and inode flag.Theodore Ts'o4-1/+17
2004-11-19Remove support for EVMS 1.x plugin library.Theodore Ts'o11-7491/+0
2004-11-19Remove the a.out DLL support, since it's been obsolete and unmaintainedTheodore Ts'o37-1280/+0
2004-11-19probe.c (probe_ocfs): Fix bug where the wrong size for "ocfs1"Theodore Ts'o2-1/+7
2004-10-08getsize.c (ext2fs_get_device_size): Add support for WindowsTheodore Ts'o2-0/+24
2004-09-17Add support for ocfs2 detection to the blkid library, Theodore Ts'o3-4/+39
2004-09-17gen_uuid.c (get_node_id): glibc always defines AF_LINK, so onlyTheodore Ts'o2-3/+9
2004-09-17Remove XSI:isms for greater portability. (Addresses Theodore Ts'o6-5/+20
2004-09-17Clean up the header file #include's for lib/blkid/getsize.cTheodore Ts'o4-14/+26
2004-09-17On non-linux systems, use lseek64() if it is present in Theodore Ts'o4-0/+18
2004-07-28Add ability for debugfs to use a separate source of data blocks whenTheodore Ts'o9-7/+81
2004-06-25setflags.c, fsetflags.c: On linux systems, undefine HAVE_CHFLAGSTheodore Ts'o3-0/+26
2004-05-27uuid.h (UUID_DEFINE): Make the UUID defined as a staticTheodore Ts'o2-1/+11
2004-05-26closefs.c (ext2fs_flush): Make sure the master superblock isTheodore Ts'o2-22/+31
2004-05-26Implement the ability for the test_io mechanism to abort after n readsTheodore Ts'o2-10/+52
2004-05-15read.c (blkid_read_cache): Add missing fclose() which wasTheodore Ts'o2-0/+8
2004-05-05Remove .cvsignore files; they were out of date, and causes lintianTheodore Ts'o5-24/+0
2004-05-04Update and clean up uuid man pages, including renaming libuuid.3 toTheodore Ts'o12-85/+77
2004-05-04gen_uuid.c (uuid_generate_time): Mask off the timestamp to avoidTheodore Ts'o2-1/+6
2004-04-19probe.c (blkid_verify_devname): If the time is earlier than theTheodore Ts'o2-4/+13
2004-04-12Clarified that the lib/uuid directory is under a BSD-style and Theodore Ts'o1-0/+25
2004-04-12In the blkid library, if the BLKID_FILE environmentTheodore Ts'o2-1/+11
2004-04-03Refine the build process to avoid re-running subst all the time on Theodore Ts'o4-10/+24
2004-04-03Change licensing of libuuid man pages from GPL to 3-clause BSD-style,Theodore Ts'o10-18/+239
2004-04-03Change the use of the term "internal format" to "binary representation"Theodore Ts'o3-6/+7
2004-04-03Use C99 stdint.h types instead of custom types in the uuid library.Theodore Ts'o12-40/+57
2004-03-30gen_uuid.c (get_node_id): Clean up AF_LINK #ifdef's for Darwin.Theodore Ts'o2-4/+8
2004-03-30unix_io.c, pass1.c:Matthias Andree1-2/+2
2004-03-30GNU/KFreeBSD portability fixes. (Addresses Debian Bug #239934)Matthias Andree2-13/+15
2004-03-22Add the uuid_unparse_upper and uuid_unparse_lower functions to theTheodore Ts'o4-6/+49
2004-03-21Don't close the file descriptor when determining the size. Theodore Ts'o2-2/+7
2004-03-20Change the license on the UUID library to be 3-clause BSD-styleTheodore Ts'o16-51/+330
2004-03-19Add UUID type #define's, and add an CPP macro to define Theodore Ts'o2-0/+11
2004-03-19Use 14 bits for the clock sequence, instead of just 13 bits whenTheodore Ts'o1-0/+8
2004-03-19Fix Darwin/Mac OS X support to fetch the ethernet address in the uuid library.Theodore Ts'o1-2/+15
2004-03-08Only use the BLKGETSIZE64 ioctl on Linux 2.6 since it is Theodore Ts'o4-4/+46
2004-03-04probe.c (probe_ocfs), probe.h: Add support for the OracleTheodore Ts'o3-0/+59
2004-03-02Update getsize functions to use the Apple Darwin and Linux 64-bitTheodore Ts'o4-5/+65
2004-02-29Patch from Brian Bergstrand to use the correct -fPIC flag forTheodore Ts'o15-6/+44
2004-02-28Update version number for e2fsprogs 1.35 release.Theodore Ts'o8-0/+32
2004-02-21ext2fs.h (ext2fs_resize_mem): Fix C++ problem. (Addresses RedTheodore Ts'o2-1/+6
2004-02-21Fix libext2fs and debugfs to correctly deal with symlinks that haveTheodore Ts'o2-1/+7
2004-01-31Update for WIP release 1.35-WIP release dated 31-Jan-2004.Theodore Ts'o1-0/+4
2004-01-31fgetflags.c, fgetversion.c, fsetflags.c, fsetversion.c: ApplyTheodore Ts'o5-2/+32
2004-01-30gen_uuid.c (uuid_generate_time): Fix bug pointed out by RalfTheodore Ts'o2-1/+10
2004-01-30Fix a byte swap bugs, including one which caused e2fsck to Theodore Ts'o3-5/+22