summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_uuid.c
Commit message (Expand)AuthorAgeFilesLines
* Add parse_uuid() that creates a binary representation of an UUID frommarcel2005-10-071-0/+46
* Move the UUID generator into its own function, called kern_uuidgen(),marcel2005-09-181-29/+39
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-061-1/+1
* Fix generation of random multicast MAC address.rse2004-01-221-1/+1
* Use __FBSDID().obrien2003-06-111-2/+3
* Introduce {be,le}_uuid_{enc,dec}() functions for explicitly encodingphk2003-05-311-0/+80
* SMP locking for ifnet list.hsu2002-12-221-3/+3
* Include <sys/systm.h> for the declarations of many things instead ofbde2002-08-221-0/+1
* Fix a minor whitespace style nit that broke 'grep ^uuidgen'.jhb2002-07-091-1/+2
* Add uuidgen(2) and uuidgen(1).marcel2002-05-281-0/+222
OpenPOWER on IntegriCloud