cvs commit: src/sys/kern kern_uuid.c src/sys/sys uuid.h
Marcel Moolenaar
marcel at FreeBSD.org
Sun Sep 18 14:40:15 PDT 2005
marcel 2005-09-18 21:40:15 UTC
FreeBSD src repository
Modified files:
sys/kern kern_uuid.c
sys/sys uuid.h
Log:
Move the UUID generator into its own function, called kern_uuidgen(),
so that UUIDs can be generated from within the kernel. The uuidgen(2)
syscall now allocates kernel memory, calls the generator, and does a
copyout() for the whole UUID store. This change is in support of GPT.
Revision Changes Path
1.9 +39 -29 src/sys/kern/kern_uuid.c
1.5 +2 -0 src/sys/sys/uuid.h
More information about the cvs-src
mailing list