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