aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/uuid.h
Commit message (Expand)AuthorAgeFilesLines
* Decouple the UUID generator from network interfaces by having MACMarcel Moolenaar2013-07-241-0/+3
* Add parse_uuid() that creates a binary representation of an UUID fromMarcel Moolenaar2005-10-071-0/+2
* Move the UUID generator into its own function, called kern_uuidgen(),Marcel Moolenaar2005-09-181-0/+2
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Introduce {be,le}_uuid_{enc,dec}() functions for explicitly encodingPoul-Henning Kamp2003-05-311-0/+4
* Wrap function prototype declarations in __BEGIN_DECLS to do the right thingJuli Mallett2002-11-051-0/+4
* Add uuidgen(2) and uuidgen(1).Marcel Moolenaar2002-05-281-0/+70