Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove macro instances from arbitrary string width specifiers. for example | 2020-11-14 | 1 | -3/+3 | |
| | | | | | | | -width ".Dv BOB" -> -width "BOB" although they are not errors, they are misleading and probably should not get pasted around | ||||
* | there is no function called uuid(3), so this should be installed as | 2019-08-30 | 2 | -4/+4 | |
| | | | | | uuid_compare(3) ok jmc | ||||
* | fix typo: RCF -> RFC | 2019-07-08 | 1 | -3/+3 | |
| | | | | From Evan Silberman | ||||
* | document that uuid_create generates v4 uuids; from william orr | 2018-10-02 | 1 | -2/+6 | |
| | | | | verified/ok tb | ||||
* | for some time now mandoc has not required MLINKS to function | 2016-03-30 | 1 | -15/+1 | |
| | | | | | | | | | | | | correctly - logically complete that now by removing MLINKS from base; authors need only to ensure there is an entry in NAME for any function/ util being added. MLINKS will still work, and remain for perl to ease upgrades; ok nicm (curses) bcook (ssl) ok schwarze, who provided a lot of feedback and assistance ok tb natano jung | ||||
* | Document that the status argument may be NULL; OK millert@ | 2015-11-20 | 1 | -3/+4 | |
| | |||||
* | update NAME section to include all documented functions, | 2015-11-10 | 1 | -3/+3 | |
| | | | | | | or otherwise change Dt to reflect the name of an existing function; feedback/ok schwarze | ||||
* | Wrap <uuid.h> so that calls go direct and the symbols are all weak | 2015-09-13 | 2 | -2/+4 | |
| | |||||
* | Pull in namespace.h when building all .c files using gcc's -include option, | 2015-09-10 | 9 | -27/+9 | |
| | | | | | | | | so that we can provide asm labels for the memcpy/memset/__stack_smash_handler calls that it generates ab initio. Eliminate direct #includes of it. Make sure it's a dependency of all objects (unnecessary for asm, but close enough). ok deraadt@ | ||||
* | no Pp needed before non-compact lists; | 2014-08-31 | 1 | -2/+1 | |
| | |||||
* | Don't .Xr uuidgen(1) yet. | 2014-08-31 | 1 | -3/+3 | |
| | |||||
* | Sync with FreeBSD. No functional change but more readable code. | 2014-08-31 | 1 | -20/+18 | |
| | |||||
* | Fix incorrect behaviour by syncing with FreeBSD; reported by Jonas 'Sortie' | 2014-08-31 | 1 | -20/+121 | |
| | | | | Termansen, thanks! | ||||
* | Add uuid support routines to libc. From FreeBSD via NetBSD via Bitrig via | 2014-08-31 | 11 | -0/+875 | |
Markus Mueller. |