aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/uuid
Commit message (Expand)AuthorAgeFilesLines
* libc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-259-0/+18
* libc: replace 0 with NULL for pointers.Pedro F. Giffuni2016-04-101-1/+1
* Replace use of ${.CURDIR} by ${LIBC_SRCTOP} and define ${LIBC_SRCTOP}Marcel Moolenaar2014-03-041-2/+2
* Note that memory should be freed after uuid_to_string(3) call.Andrey V. Elsukov2012-03-011-2/+11
* mdoc: drop redundant .Pp and .LP callsUlrich Spörlein2010-10-081-1/+0
* Move uuid_enc_le, uuid_dec_le, uuid_enc_be and uuid_dec_be symbolsMaksim Yevmenkin2008-09-191-0/+3
* Add uuid_enc,dec_le,be() functions to Symbol.mapMaksim Yevmenkin2008-09-151-0/+4
* Import the uuid_enc_le(), uuid_dec_le(), uuid_enc_be() andMaksim Yevmenkin2008-08-143-2/+148
* Use C comments since we now preprocess these files with CPP.Daniel Eischen2007-04-291-1/+3
* Avoid using intermediate variables by just comparing betweenXin LI2007-04-051-27/+15
* In DCE 1.1, the time_low value is defined as an unsigned 32-bitXin LI2006-08-031-5/+15
* Add each directory's symbol map file to SYM_MAPS.Daniel Eischen2006-03-131-0/+1
* Add symbol maps and initial symbol version definitions to libc.Daniel Eischen2006-03-131-0/+12
* Keep up with const poisoning in uuid.h,v 1.3.Ruslan Ermilov2005-11-241-6/+6
* Avoid (unnecessarily) casting away const within uuid_is_nil.Xin LI2005-05-111-2/+2
* Sort sections.Ruslan Ermilov2005-01-201-2/+2
* Constify arguments.Marcel Moolenaar2005-01-035-11/+11
* Remove stale DCE 1.1 pointers to the IBM site. The URLs aren't validMarcel Moolenaar2003-08-088-8/+0
* Fix markup for uuid_equal()Marcel Moolenaar2003-08-081-1/+2
* Fix two (2) bugs in one (1) statement:Marcel Moolenaar2003-08-081-1/+4
* mdoc(7) police: "The .Fa argument.".Ruslan Ermilov2002-12-191-1/+1
* mdoc(7) police: nits.Ruslan Ermilov2002-12-091-2/+3
* libc_r wasn't so tied to libc for 22 months.Ruslan Ermilov2002-11-181-3/+1
* This file has reincarnated as src/include/uuid.h with a whole newMarcel Moolenaar2002-11-181-59/+0
* libc header files are normally in src/include. Therefore, uuid.h hasMarcel Moolenaar2002-11-181-2/+0
* Wrap function prototype declarations in __BEGIN_DECLS to do the right thingJuli Mallett2002-11-051-0/+2
* Implement DCE 1.1 compliant UUID functions. Immediate use of theseMarcel Moolenaar2002-10-3011-0/+668