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