summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/sys/exec.h
AgeCommit message (Collapse)AuthorFilesLines
2016-05-16OS-5192 need faster clock_gettimePatrick Mooney1-0/+1
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Joshua M. Clulow <jmc@joyent.com> Reviewed by: Ryan Zezeski <ryan@zinascii.com>
2016-03-22OS-5072 lxbrand support PT_GNU_STACKPatrick Mooney1-1/+6
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2015-10-27OS-4824 Unlike Linux, nested interpreters don't workJerry Jelinek1-2/+3
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Reviewed by: Cody Mello <cody.mello@joyent.com>
2015-04-08OS-4119 lxbrand panic when running native perl inside lx zonePatrick Mooney1-5/+5
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2014-12-10OS-3611 lx brand: 64-bit processes should not use VAs above VA holeBryan Cantrill1-0/+1
2014-11-10OS-3517 lx brand: branded zones don't interpret .interp sectionBryan Cantrill1-2/+2
2014-07-30OS-3280 need a way to specify the root of a native system in the lx brandRobert Mustacchi1-0/+1
OS-3279 lx brand should allow delegated datasets Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2014-04-04OS-2877 lx_librtld_db falls to load due to NULL DT_DEBUGBryan Cantrill1-2/+8
2010-04-28PSARC 2009/377 In-kernel pfexec implementation.Casper H.S. Dik1-2/+3
PSARC 2009/378 Basic File Privileges PSARC 2010/072 RBAC update: user attrs from profiles 4912090 pfzsh(1) should exist 4912093 pfbash(1) should exist 4912096 pftcsh(1) should exist 6440298 Expand the basic privilege set in order to restrict file access 6859862 Move pfexec into the kernel 6919171 cred_t sidesteps kmem_debug; we need to be able to detect bad hold/free when they occur 6923721 The new SYS_SMB privilege is not backward compatible 6937562 autofs doesn't remove its door when the zone shuts down 6937727 Zones stuck on deathrow; netstack_zone keeps a credential reference to the zone 6940159 Implement PSARC 2010/072
2010-02-28PSARC 2009/657 delete obsolete system call trapsRoger A. Faulkner1-2/+1
6906485 delete obsolete system call traps --HG-- rename : usr/src/cmd/truss/xstat.c => usr/src/cmd/truss/stat.c rename : usr/src/lib/libc/port/gen/dup2.c => usr/src/lib/libc/port/gen/dup.c rename : usr/src/lib/libc/port/sys/libc_fcntl.c => usr/src/lib/libc/port/sys/fcntl.c rename : usr/src/lib/libc/port/sys/libc_open.c => usr/src/lib/libc/port/sys/open.c
2009-05-216795209 Enable compilation of ON-consolidation with GCC 4.2Scott Rotondo1-4/+5
6392640 rpcgen -h -T output does not compile with gcc 4.x --HG-- rename : usr/src/stand/lib/fs/nfs/pathname.h => usr/src/stand/lib/fs/nfs/st_pathname.h
2009-04-30backout 6795209/6392640: breaks sparc buildjmcp1-5/+4
2009-04-306795209 Enable compilation of ON-consolidation with GCC 4.2Nathan Keynes1-4/+5
6392640 rpcgen -h -T output does not compile with gcc 4.x
2008-10-14PSARC 2008/622 32-bit Address Restriction Software Capabilities FlagRoger A. Faulkner1-3/+2
6755162 ADDR32 software capability: restrict a 64-bit process to the lower 32 bits of the address space
2008-03-196568447 bcp is broken by 6551627edp1-1/+2
2007-07-126572719 ld.so on sparc and amd64 should be brand awaresl1084981-4/+4
6577995 brandz should provide a brand aux vector to point to a brand specific linker.
2007-06-24PSARC 2006/266 Shared Context Supportpaulsan1-0/+1
PSARC 2006/267 Shared Region HME Block support 6388600 do_virtual_coloring checks should be expunged from sfmmu 6449192 Integrate support for MMU Shared Contexts 6449195 Integrate support for Shared Region HME Blocks
2007-06-116562537 brandz elfexec support code assumes 32-bit elf binariesedp1-2/+24
2006-10-266254029 memcntl() MC_HAT_ADVISE with page size 0 may cause segment page ↵susans1-2/+0
sizes to be demoted 6325885 map_pgszstk() uses p->p_brkpageszc rather than p->p_stkpageszc 6371967 assign large pages to anon segment created using mmap /dev/zero 6483208 unify and cleanup OOB (out of the box) large pagesize selection code 6483216 use intermediate pagesizes to map the beginning of bss/heap and stack when it may help performance 6483226 bss size is not properly taken into account by LP OOB policy at exec() time 6483230 grow_internal() doesn't properly align stack bottom for large pages 6483231 memcntl.c: ASSERT(IS_P2ALIGNED(p->p_brkbase + p->p_brksize, pgsz)); 6483233 provide a mechanism to enable the use of 32M text pages on OPL by default 6485171 memcntl() shouldn't silently fail when stack space is unavailable with requested pagesize
2006-09-11PSARC/2005/471 BrandZ: Support for non-native zonesnn352481-3/+13
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
2006-01-276361644 Differences in SUID scripts between S9 and S10casper1-4/+7
2005-06-14OpenSolaris Launchstevel@tonic-gate1-0/+244