summaryrefslogtreecommitdiffstats
path: root/lib/libc/uuid (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove macro instances from arbitrary string width specifiers. for examplejmc2020-11-141-3/+3
| | | | | | | -width ".Dv BOB" -> -width "BOB" although they are not errors, they are misleading and probably should not get pasted around
* there is no function called uuid(3), so this should be installed asderaadt2019-08-302-4/+4
| | | | | uuid_compare(3) ok jmc
* fix typo: RCF -> RFCtb2019-07-081-3/+3
| | | | From Evan Silberman
* document that uuid_create generates v4 uuids; from william orrjmc2018-10-021-2/+6
| | | | verified/ok tb
* for some time now mandoc has not required MLINKS to functionjmc2016-03-301-15/+1
| | | | | | | | | | | | correctly - logically complete that now by removing MLINKS from base; authors need only to ensure there is an entry in NAME for any function/ util being added. MLINKS will still work, and remain for perl to ease upgrades; ok nicm (curses) bcook (ssl) ok schwarze, who provided a lot of feedback and assistance ok tb natano jung
* Document that the status argument may be NULL; OK millert@tim2015-11-201-3/+4
|
* update NAME section to include all documented functions,jmc2015-11-101-3/+3
| | | | | | or otherwise change Dt to reflect the name of an existing function; feedback/ok schwarze
* Wrap <uuid.h> so that calls go direct and the symbols are all weakguenther2015-09-132-2/+4
|
* Pull in namespace.h when building all .c files using gcc's -include option,guenther2015-09-109-27/+9
| | | | | | | | so that we can provide asm labels for the memcpy/memset/__stack_smash_handler calls that it generates ab initio. Eliminate direct #includes of it. Make sure it's a dependency of all objects (unnecessary for asm, but close enough). ok deraadt@
* no Pp needed before non-compact lists;jmc2014-08-311-2/+1
|
* Don't .Xr uuidgen(1) yet.miod2014-08-311-3/+3
|
* Sync with FreeBSD. No functional change but more readable code.miod2014-08-311-20/+18
|
* Fix incorrect behaviour by syncing with FreeBSD; reported by Jonas 'Sortie'miod2014-08-311-20/+121
| | | | Termansen, thanks!
* Add uuid support routines to libc. From FreeBSD via NetBSD via Bitrig viamiod2014-08-3111-0/+875
Markus Mueller.