summaryrefslogtreecommitdiff
path: root/lib/libc/uuid
AgeCommit message (Expand)Author
2023-07-03fix uuid_dec_{b,l}e prototypesJasper Lievisse Adriaanse
2022-11-11Nuke trailing space in a comment.Kenneth R Westerback
2021-08-30Make uuid_from_string() reject a string of the correct length but having aKenneth R Westerback
2020-11-14remove macro instances from arbitrary string width specifiers. for exampleJason McIntyre
2019-08-30there is no function called uuid(3), so this should be installed asTheo de Raadt
2019-07-08fix typo: RCF -> RFCTheo Buehler
2018-10-02document that uuid_create generates v4 uuids; from william orrJason McIntyre
2016-03-30for some time now mandoc has not required MLINKS to functionJason McIntyre
2015-11-20Document that the status argument may be NULL; OK millert@Tim van der Molen
2015-11-10update NAME section to include all documented functions,Jason McIntyre
2015-09-13Wrap <uuid.h> so that calls go direct and the symbols are all weakPhilip Guenther
2015-09-10Pull in namespace.h when building all .c files using gcc's -include option,Philip Guenther
2014-08-31no Pp needed before non-compact lists;Jason McIntyre
2014-08-31Don't .Xr uuidgen(1) yet.Miod Vallat
2014-08-31Sync with FreeBSD. No functional change but more readable code.Miod Vallat
2014-08-31Fix incorrect behaviour by syncing with FreeBSD; reported by Jonas 'Sortie'Miod Vallat
2014-08-31Add uuid support routines to libc. From FreeBSD via NetBSD via Bitrig viaMiod Vallat