K 10 svn:author V 6 marcel K 8 svn:date V 27 2005-09-18T21:40:15.000000Z K 7 svn:log V 279 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. END