added cpukit/libmisc/uuid/README

This commit is contained in:
Thomas Doerfler
2009-05-06 11:27:39 +00:00
parent 7db2abc128
commit 1df2277d75
2 changed files with 18 additions and 3 deletions
+4 -3
View File
@@ -1,3 +1,7 @@
2009-05-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
* libmisc/uuid/README: New file.
2009-05-05 Joel Sherrill <joel.sherrill@oarcorp.com>
* rtems/include/rtems/rtems/part.h,
@@ -16,9 +20,6 @@
* score/include/rtems/system.h: Added
RTEMS_COMPILER_DEPRECATED_ATTRIBUTE define.
2009-05-05 Sebastian Huber <sebastian.huber@embedded-brains.de>
* include/rtems/endian.h:
Added functions to translate integers to/from byte streams.
* libnetworking/lib/ftpfs.c: Added timeout for active data connection
+14
View File
@@ -0,0 +1,14 @@
uuid - DCE compatible Universally Unique Identifier library
The UUID library is used to generate unique identifiers for objects that may be
accessible beyond the local system. This library generates UUIDs compatible
with those created by the Open Software Foundation (OSF) Distributed Computing
Environment (DCE) utility uuidgen.
The UUIDs generated by this library can be reasonably expected to be unique
within a system, and unique across all systems. They could be used, for
instance, to generate unique HTTP cookies across multiple web servers without
communication between the servers, and without fear of a name clash.
This code is from the E2fsprogs project: http://e2fsprogs.sourceforge.net.
The package was e2fsprogs-libs-1.41.5.tar.gz.