From e2eeb6254274573b99a28f4314598d400b3e57cf Mon Sep 17 00:00:00 2001 From: marcel Date: Tue, 28 May 2002 05:58:06 +0000 Subject: Add syscall uuidgen() for generating Univerally Unique Identifiers (UUIDs). On ia64 UUIDs, aka GUIDs, are used by EFI and the firmware among others. To create GUID Partition Tables (GPTs), we need to be able to generate UUIDs. --- sys/kern/syscalls.master | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master index 28769e6..1a9e8b9 100644 --- a/sys/kern/syscalls.master +++ b/sys/kern/syscalls.master @@ -562,3 +562,4 @@ 390 STD BSD { int kenv(int what, const char *name, char *value, \ int len); } 391 STD BSD { int lchflags(const char *path, int flags); } +392 STD BSD { int uuidgen(struct uuid *store, int count); } -- cgit v1.1