Date: Sun, 18 Sep 2005 21:40:15 +0000 (UTC) From: Marcel Moolenaar <marcel@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_uuid.c src/sys/sys uuid.h Message-ID: <200509182140.j8ILeFx5076057@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200509182140.j8ILeFx5076057>
