Whamcloud - gitweb
fsck: don't include sys/signal.h for portability reasons
[tools/e2fsprogs.git] / lib / uuid /
2011-11-29 Theodore Ts'oUpdate Release Notes, Changelogs, version.h, etc. for... v1.42
2011-09-18 Theodore Ts'oShorten compile commands run by the build system
2010-05-17 Theodore Ts'oAdd configure options --enable-symlink-build and -...
2009-10-04 Theodore Ts'oDon't use in-tree header files if using system uuid...
2009-07-02 Theodore Ts'oAdd support for configure --enable-verbose-makecmds
2009-07-01 Theodore Ts'olibuuid: Don't run uuidd if it would fail due to permis...
2009-06-30 Theodore Ts'olibuuid, uuidd: Avoid infinite loop while reading from...
2009-06-29 Theodore Ts'olibuuid: Make sure fd's 0, 1, and 2 are valid before...
2009-04-15 Theodore Ts'olibuuid: Close all file descriptors before running...
2008-09-03 Theodore Ts'oFix pkg-config files: use Requires.private and fix...
2008-08-28 Theodore Ts'oRemove trailing whitespace for the entire source tree
2008-08-22 Theodore Ts'olibuuid: Windows portability fixes
2008-06-07 Theodore Ts'oFix gcc -Wall warnings in libuuid
2008-05-12 Matthias Koeniglibuuid: don't use unitialized variable
2008-02-17 Christophe GRENIERAdd portability checks to support DJGPP
2008-02-16 Theodore Ts'olibuuid: use fcntl locking instead of lockf
2008-01-27 Theodore Ts'olibuuid: Make sure execl() variadic function is properl...
2008-01-01 Theodore Ts'oUpdate dependencies in lib/uuid/Makefile.in
2008-01-01 Theodore Ts'oTest for sys/syscall.h in configure to fix dietlibc...
2008-01-01 Theodore Ts'oAdd --disable-uuidd configure option
2007-12-21 Theodore Ts'olibuuid: Fix bug which caused uuidd to fail if sizeof...
2007-12-17 Theodore Ts'olibuuid: Only try to start the uuidd daemon a limited...
2007-12-17 Theodore Ts'olibuuid: When starting uuidd, use waitpid() to reap...
2007-12-17 Theodore Ts'ouuidd: Use /var/lib/libuuid instead of /var/run/uuidd
2007-12-16 Theodore Ts'oAdd uuidd daemon to prevent duplicate time-based UUID's
2007-12-16 Theodore Ts'oFix uuid_unparse man page to give a correct example...
2007-07-08 Theodore Ts'oRemove Changelog files since they're not used after...
2007-06-24 Theodore Ts'oUpdate Release Notes, Changelogs, version.h, etc. for...
2006-10-22 Theodore Ts'oAdd failsafe against duplicate UUID's generated by...
2006-01-06 Theodore Ts'oSet FD_CLOEXEC on the /dev/random file descriptor used...
2005-12-11 Theodore Ts'oAddress parallel build problem in the library Makefiles
2005-07-01 Theodore Ts'oUpdate for e2fsprogs 1.38 release.
2005-03-22 Theodore Ts'oUpdate for the e2fsprogs 1.37 release.
2005-02-05 Theodore Ts'oUpdate for release of e2fsprogs 1.36.
2005-02-05 Theodore Ts'oRemove *.pc files on a "make distclean"
2005-01-26 Theodore Ts'oAdd pkg-config files to e2fsprogs's libraries.
2005-01-19 Theodore Ts'oMakefile.in: Fix the kernel compile-time echo commands...
2005-01-18 Theodore Ts'oVarious portability fixes for Solaris systems.
2004-12-15 Theodore Ts'oAdd install-strip and install-shlibs-strip targets
2004-12-15 Theodore Ts'oUse MKINSTALLDIRS macro so that the Makefiles can find...
2004-11-30 Theodore Ts'oUse Linux-kernel-style makefile output to make it easier to
2004-11-19 Theodore Ts'oRemove the a.out DLL support, since it's been obsolete...
2004-09-18 Theodore Ts'ogen_uuid.c (get_node_id): glibc always defines AF_LINK...
2004-05-28 Theodore Ts'ouuid.h (UUID_DEFINE): Make the UUID defined as a static
2004-05-05 Theodore Ts'oRemove .cvsignore files; they were out of date, and...
2004-05-05 Theodore Ts'oUpdate and clean up uuid man pages, including renaming...
2004-05-05 Theodore Ts'ogen_uuid.c (uuid_generate_time): Mask off the timestamp...
2004-04-12 Theodore Ts'oClarified that the lib/uuid directory is under a BSD...
2004-04-03 Theodore Ts'oRefine the build process to avoid re-running subst...
2004-04-03 Theodore Ts'oChange licensing of libuuid man pages from GPL to 3...
2004-04-03 Theodore Ts'oChange the use of the term "internal format" to "binary...
2004-04-03 Theodore Ts'oUse C99 stdint.h types instead of custom types in the...
2004-03-30 Theodore Ts'ogen_uuid.c (get_node_id): Clean up AF_LINK #ifdef's...
2004-03-22 Theodore Ts'oAdd the uuid_unparse_upper and uuid_unparse_lower funct...
2004-03-20 Theodore Ts'oChange the license on the UUID library to be 3-clause...
2004-03-20 Theodore Ts'oAdd UUID type #define's, and add an CPP macro to define
2004-03-20 Theodore Ts'oUse 14 bits for the clock sequence, instead of just...
2004-03-20 Theodore Ts'oFix Darwin/Mac OS X support to fetch the ethernet addre...
2004-03-01 Theodore Ts'oPatch from Brian Bergstrand to use the correct -fPIC...
2004-02-28 Theodore Ts'oUpdate version number for e2fsprogs 1.35 release.
2004-01-30 Theodore Ts'ogen_uuid.c (uuid_generate_time): Fix bug pointed out...
2003-12-28 Matthias AndreeFix more compiler warnings.
2003-07-26 Theodore Ts'oUpdate for 1.34 release.
2003-04-21 Theodore Ts'oUpdate for 1.33 release.
2003-04-21 Theodore Ts'oUse DYLD_LIBRAY_PATH so that "make check" works on
2003-04-13 Theodore Ts'oAdd portability enhancements for Cygwin32 environment.
2003-04-03 Theodore Ts'ogen_uuid.c (get_random_bytes): Always xor in a stream...
2003-03-14 Theodore Ts'oAdd Apple/Darwin patches.
2003-03-06 Theodore Ts'oFix up lots of portability problems that caused e2fspro...
2003-03-02 Theodore Ts'oChanges to create a subset distribution which consists...
2002-11-09 Theodore Ts'oUpdate files for 1.32 release.
2002-11-09 Theodore Ts'oUpdate files for 1.31 release.
2002-11-01 Theodore Ts'oUpdate files for 1.30 release.
2002-10-31 Theodore Ts'ogen_uuid.c (get_random_bytes): Don't spin forever if...
2002-09-24 Theodore Ts'oUpdate for 1.29 release.
2002-08-31 Theodore Ts'oUpdate changelogs for 1.28 release
2002-07-16 Theodore Ts'oparse.c (uuid_parse): Fix uuid parsing bug which didn...
2002-03-08 Theodore Ts'oUpdate for 1.27 release.
2002-02-26 Theodore Ts'oUpdate Changelog messages to use tytso@mit.edu for...
2002-02-24 Theodore Ts'oUpdate makefiles to install mkfs.ext3, and to install...
2002-02-03 Theodore Ts'oUpdate files for 1.26 release.
2001-10-01 Andreas DilgerAdd libuuid man pages to the RPM spec file.
2001-09-20 Theodore Ts'oUpdate changelogs for 1.25 release.
2001-09-11 Theodore Ts'ocompare.c (uuid_compare), copy.c (uuid_copy),
2001-09-04 Theodore Ts'oUpdate for 1.24a release
2001-08-31 Theodore Ts'oUpdate for 1.24 release.
2001-08-27 Theodore Ts'oAdd missing log entry showing when we released e2fsprog...
2001-06-23 Theodore Ts'oUpdate changelogs for 1.22.
2001-06-23 Theodore Ts'ouuid.h: Add protection against multiple inclusion
2001-06-16 Theodore Ts'oChangeLog:
2001-06-02 Theodore Ts'oChangeLog:
2001-06-01 Theodore Ts'oChangeLog, wordwrap.pl:
2001-06-01 Theodore Ts'oChangeLog, unpack.c, unparse.c, uuid_time.c:
2001-05-25 Theodore Ts'oe2fsprogs.lsm, version.h:
2001-05-14 Theodore Ts'oMany files:
2001-05-12 Theodore Ts'oMany files:
2001-05-01 Theodore Ts'oChangeLog, compare.c, gen_uuid.c, parse.c:
2001-02-08 Theodore Ts'olibuuid.3.in:
2001-01-14 Theodore Ts'oChangeLog, tune2fs.c:
2001-01-12 Theodore Ts'oChangeLog, copy.c, gen_uuid.c, tst_uuid.c, uuid_time.c:
next