diff options
author | nn35248 <none@none> | 2006-09-11 22:51:59 -0700 |
---|---|---|
committer | nn35248 <none@none> | 2006-09-11 22:51:59 -0700 |
commit | 9acbbeaf2a1ffe5c14b244867d427714fab43c5c (patch) | |
tree | d1ecd54896325c19a463220e9cbc50864874fc82 /usr/src/uts/common/sys/syscall.h | |
parent | da51466dc253d7c98dda4956059042bd0c476328 (diff) | |
download | illumos-joyent-9acbbeaf2a1ffe5c14b244867d427714fab43c5c.tar.gz |
PSARC/2005/471 BrandZ: Support for non-native zones
6374606 ::nm -D without an object may not work on processes in zones
6409350 BrandZ project integration into Solaris
6455289 pthread_setschedparam() should return EPERM rather than panic libc
6455591 setpriority(3C) gets errno wrong for deficient privileges failure
6458178 fifofs doesn't support lofs mounts of fifos
6460380 Attempted open() of a symlink with the O_NOFOLLOW flag set returns EINVAL, not ELOOP
6463857 renice(1) errors erroneously
--HG--
rename : usr/src/lib/libzonecfg/zones/SUNWblank.xml => usr/src/lib/brand/native/zone/SUNWblank.xml
rename : usr/src/lib/libzonecfg/zones/SUNWdefault.xml => usr/src/lib/brand/native/zone/SUNWdefault.xml
Diffstat (limited to 'usr/src/uts/common/sys/syscall.h')
-rw-r--r-- | usr/src/uts/common/sys/syscall.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/usr/src/uts/common/sys/syscall.h b/usr/src/uts/common/sys/syscall.h index 43dee30f0b..1a6412b70b 100644 --- a/usr/src/uts/common/sys/syscall.h +++ b/usr/src/uts/common/sys/syscall.h @@ -99,7 +99,7 @@ extern "C" { * getpgid(pid) :: syscall(39,4,pid) * setpgid(pid,pgid) :: syscall(39,5,pid,pgid) */ -#define SYS_reserved_40 40 /* 40 not used, was xenix */ +#define SYS_uucopystr 40 #define SYS_dup 41 #define SYS_pipe 42 #define SYS_times 43 @@ -355,7 +355,7 @@ extern "C" { #define SYS_pwrite 174 #define SYS_llseek 175 #define SYS_inst_sync 176 -#define SYS_reserved_177 177 /* 177 reserved */ +#define SYS_brand 177 #define SYS_kaio 178 /* * subcodes: @@ -464,6 +464,8 @@ extern "C" { * zone_list(...) :: zone(ZONE_LIST, ...) * zone_shutdown(...) :: zone(ZONE_SHUTDOWN, ...) * zone_lookup(...) :: zone(ZONE_LOOKUP, ...) + * zone_setattr(...) :: zone(ZONE_SETATTR, ...) + * zone_getattr(...) :: zone(ZONE_GETATTR, ...) */ #define SYS_autofssys 228 #define SYS_getcwd 229 @@ -494,7 +496,7 @@ extern "C" { #define SYS_lwp_mutex_trylock 251 #define SYS_lwp_mutex_init 252 #define SYS_cladm 253 -#define SYS_reserved_254 254 /* 254 reserved */ +#define SYS_uucopy 254 #define SYS_umount2 255 |