mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-25 06:04:17 +08:00
added cpukit/libmisc/uuid/README
This commit is contained in:
+4
-3
@@ -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
|
||||
|
||||
@@ -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.
|
||||
Reference in New Issue
Block a user