diff options
author | Robert Mustacchi <rm@joyent.com> | 2015-04-07 09:59:42 -0700 |
---|---|---|
committer | Robert Mustacchi <rm@joyent.com> | 2015-04-12 16:04:38 -0700 |
commit | 9d12795f87b63c2e39e87bff369182edd34677d3 (patch) | |
tree | 38d6405120ac9b468e66d6e900ab228ea9c92110 /usr/src/uts/common/sys/syscall.h | |
parent | 08344b293eab865a57e4629b178f2003dced397e (diff) | |
download | illumos-joyent-9d12795f87b63c2e39e87bff369182edd34677d3.tar.gz |
5830 want arc4random(3C) suite
5802 want getentropy(3C)
5803 want getrandom(2)
5804 want explicit_bzero(3C)
5805 want MC_INHERIT_ZERO
5806 uuid_generate can leak its cache in edge conditions
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
Reviewed by: Joshua M. Clulow <josh@sysmgr.org>
Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com>
Reviewed by: Garrett D'Amore <garrett@damore.org>
Approved by: Garrett D'Amore <garrett@damore.org>
Diffstat (limited to 'usr/src/uts/common/sys/syscall.h')
-rw-r--r-- | usr/src/uts/common/sys/syscall.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/uts/common/sys/syscall.h b/usr/src/uts/common/sys/syscall.h index bbcd46995d..e365668f85 100644 --- a/usr/src/uts/common/sys/syscall.h +++ b/usr/src/uts/common/sys/syscall.h @@ -296,6 +296,7 @@ extern "C" { #define SYS_writev 122 #define SYS_preadv 123 #define SYS_pwritev 124 +#define SYS_getrandom 126 #define SYS_mmapobj 127 #define SYS_setrlimit 128 #define SYS_getrlimit 129 |