Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-09-05 | Use fcntl instead of flock, and a couple of other small Solaris fixes. | jperkin | 3 | -3/+58 | |
2012-01-11 | Fix libdladm link error on SunOS. | hans | 1 | -2/+7 | |
2011-11-30 | Check for a builtin libuuid by looking for a real uuid.pc and use in instead | sbd | 1 | -8/+19 | |
of a faked up pkg-config file. | |||||
2011-11-30 | Modify the builtin.mk file so it matches the template in | sbd | 1 | -28/+64 | |
pkgsrc/mk/buildlink3/bsd.builtin.mk and change the fake uuid.pc so its similar to what's used in other builtins (and a little bit simpler). | |||||
2011-10-04 | Add a builtin.mk to allow using a native libuuid if available. | hans | 1 | -0/+45 | |
2011-05-12 | Changes 2.19.1: | adam | 4 | -55/+43 | |
Bug fixes. | |||||
2011-01-08 | Avoid installing some files not in PLIST, namely language and hwclock files. | dsainty | 2 | -8/+9 | |
2011-01-08 | Initial import libuuid 2.18 | markd | 7 | -0/+157 | |
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. From util-linux-ng. |