Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 08/30/2004 02:56:03
Module Name: src
Committed By: thorpej
Date: Mon Aug 30 02:56:03 UTC 2004
Modified Files:
src/sys/kern: kern_uuid.c
src/sys/sys: uuid.h
Log Message:
- Define a constant to describe the length of a printed UUID string.
- Clean up the namespace of this module and enable the encode/decode
functions and printing functions.
- Move the code that actually generates the UUID out of the system call
routine and into its own function.
To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/sys/kern/kern_uuid.c
cvs rdiff -r1.1 -r1.2 src/sys/sys/uuid.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.