Module Name: src Committed By: riastradh Date: Sat Oct 4 11:15:44 UTC 2014
Modified Files: src/sys/kern: init_main.c kern_uuid.c src/sys/sys: uuid.h Log Message: Make uuidgen(2) generate v4 (random) uuids. Rip out all the needless MAC address and date/time leakage. No more uuid_init necessary, nor contention over a global uuid state. While here, simplify uuid_snprintf and fix a strict aliasing violation. To generate a diff of this commit: cvs rdiff -u -r1.459 -r1.460 src/sys/kern/init_main.c cvs rdiff -u -r1.18 -r1.19 src/sys/kern/kern_uuid.c cvs rdiff -u -r1.5 -r1.6 src/sys/sys/uuid.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.