summaryrefslogtreecommitdiff
path: root/sys/kern/kern_uuid.c
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/7.3 to release/7.3.0 to mark 7.3-RELEASE.release/7.3.0_cvsKen Smith2010-03-211-1/+1
* Correct typo.Pawel Jakub Dawidek2007-04-231-1/+1
* Further system call comment cleanup:Robert Watson2007-03-051-1/+0
* Separate functions with a newline.Stefan Farfeleder2006-07-171-0/+1
* Add parse_uuid() that creates a binary representation of an UUID fromMarcel Moolenaar2005-10-071-0/+46
* Move the UUID generator into its own function, called kern_uuidgen(),Marcel Moolenaar2005-09-181-29/+39
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-061-1/+1
* Fix generation of random multicast MAC address.Ralf S. Engelschall2004-01-221-1/+1
* Use __FBSDID().David E. O'Brien2003-06-111-2/+3
* Introduce {be,le}_uuid_{enc,dec}() functions for explicitly encodingPoul-Henning Kamp2003-05-311-0/+80
* SMP locking for ifnet list.Jeffrey Hsu2002-12-221-3/+3
* Include <sys/systm.h> for the declarations of many things instead ofBruce Evans2002-08-221-0/+1
* Fix a minor whitespace style nit that broke 'grep ^uuidgen'.John Baldwin2002-07-091-1/+2
* Add uuidgen(2) and uuidgen(1).Marcel Moolenaar2002-05-281-0/+222