Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove $FreeBSD$: one-line .c pattern | Warner Losh | 2023-08-23 | 1 | -2/+0 |
* | uuidgen: add -c for compact uuid | Baptiste Daroussin | 2023-03-06 | 1 | -2/+31 |
* | bin/uuidgen: add support for v4 uuids | Tobias C. Berner | 2023-01-10 | 1 | -12/+64 |
* | Convert `cap_enter() < 0 && errno != ENOSYS` to `caph_enter() < 0`. | Mariusz Zaborski | 2018-06-19 | 1 | -1/+1 |
* | Capsicumize uuidgen. | Mariusz Zaborski | 2018-02-17 | 1 | -0/+9 |
* | uuid_to_string(3) is allocating memory and can fail on that. | Mariusz Zaborski | 2016-08-03 | 1 | -2/+4 |
* | Add an -o filename option to have the output written to a file. | Marcel Moolenaar | 2003-03-15 | 1 | -3/+14 |
* | o Remove $Id$ from copyright; there's $FreeBSD$, | Marcel Moolenaar | 2002-11-01 | 1 | -17/+6 |
* | Add uuidgen(2) and uuidgen(1). | Marcel Moolenaar | 2002-05-28 | 1 | -0/+113 |