summaryrefslogtreecommitdiff
path: root/lib/libc/uuid
AgeCommit message (Expand)Author
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-11-15libc: Remove empty comments in Symbol.mapBrooks Davis
2023-11-01libc: Purge unneeded cdefs.hWarner Losh
2023-10-18libc: Fix missing or misspelled MLINKS.Dag-Erling Smørgrav
2023-08-16Remove $FreeBSD$: two-line nroff patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .h patternWarner Losh
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2021-11-19uuid(3): Document return valuesFelix Johnson
2017-11-25libc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2016-04-10libc: replace 0 with NULL for pointers.Pedro F. Giffuni
2014-03-04Replace use of ${.CURDIR} by ${LIBC_SRCTOP} and define ${LIBC_SRCTOP}Marcel Moolenaar
2012-03-01Note that memory should be freed after uuid_to_string(3) call.Andrey V. Elsukov
2010-10-08mdoc: drop redundant .Pp and .LP callsUlrich Spörlein
2008-09-19Move uuid_enc_le, uuid_dec_le, uuid_enc_be and uuid_dec_be symbolsMaksim Yevmenkin
2008-09-15Add uuid_enc,dec_le,be() functions to Symbol.mapMaksim Yevmenkin
2008-08-14Import the uuid_enc_le(), uuid_dec_le(), uuid_enc_be() andMaksim Yevmenkin
2007-04-29Use C comments since we now preprocess these files with CPP.Daniel Eischen
2007-04-05Avoid using intermediate variables by just comparing betweenXin LI
2006-08-03In DCE 1.1, the time_low value is defined as an unsigned 32-bitXin LI
2006-03-13Add each directory's symbol map file to SYM_MAPS.Daniel Eischen
2006-03-13Add symbol maps and initial symbol version definitions to libc.Daniel Eischen
2005-11-24Keep up with const poisoning in uuid.h,v 1.3.Ruslan Ermilov
2005-05-11Avoid (unnecessarily) casting away const within uuid_is_nil.Xin LI
2005-01-20Sort sections.Ruslan Ermilov
2005-01-03Constify arguments.Marcel Moolenaar
2003-08-08Remove stale DCE 1.1 pointers to the IBM site. The URLs aren't validMarcel Moolenaar
2003-08-08Fix markup for uuid_equal()Marcel Moolenaar
2003-08-08Fix two (2) bugs in one (1) statement:Marcel Moolenaar
2002-12-19mdoc(7) police: "The .Fa argument.".Ruslan Ermilov
2002-12-09mdoc(7) police: nits.Ruslan Ermilov
2002-11-18libc_r wasn't so tied to libc for 22 months.Ruslan Ermilov
2002-11-18This file has reincarnated as src/include/uuid.h with a whole newMarcel Moolenaar
2002-11-18libc header files are normally in src/include. Therefore, uuid.h hasMarcel Moolenaar
2002-11-05Wrap function prototype declarations in __BEGIN_DECLS to do the right thingJuli Mallett
2002-10-30Implement DCE 1.1 compliant UUID functions. Immediate use of theseMarcel Moolenaar