summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/exec
AgeCommit message (Collapse)AuthorFilesLines
2008-02-19PSARC 2006/123 Mmap compatibilitymec1-2/+2
5003415 Provide a MAP_NOOVERMAP option for mmap()
2007-11-094848995 intpexec with large fd limit can smash stackethindra1-2/+2
2007-10-026610046 memory leak for branded processes in elfexec()edp1-3/+3
2007-07-256308191 mapelfexec() may fail with ENOMEM if a non-zero p_vaddr is specified ↵eh2088071-0/+16
for an ET_DYN binary 6576832 lx_elfexec sets brkbase to 0 for statically linked linux binaries 6577878 IPv6 sockets in lx brand not supported but creation allowed 6581316 lx_branded processes missing AT_CLKTCK entry from auxhilary vector
2007-07-126572719 ld.so on sparc and amd64 should be brand awaresl1084981-11/+18
6577995 brandz should provide a brand aux vector to point to a brand specific linker.
2007-06-116562537 brandz elfexec support code assumes 32-bit elf binariesedp1-12/+22
2006-10-266254029 memcntl() MC_HAT_ADVISE with page size 0 may cause segment page ↵susans2-31/+27
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 zonesnn352485-39/+170
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-07-126446740 allow mapfile symbol definitions to create backing storage (missing ↵rie1-0/+8
file) 4986360 linker crash on exec of .so (as opposed to a.out) -- error preferred (missing file)
2006-04-246410027 ustack() on x86 doesn't match pstack(1)ahl1-7/+7
6414721 it should be legal to have only is-enabled probes 6414729 USDT probes can't be enabled during fork 6414734 $dtrace... symbols appear for static functions containing USDT probes 6414740 processes without DTrace privileges don't auto-enable their USDT probes 6415612 core section headers can be corrupt 6415617 USDT providers with identical names can cause an assertion failure
2006-01-276361644 Differences in SUID scripts between S9 and S10casper2-3/+16
2005-11-17PSARC 2005/689 ELF Extended Program Headersahl1-51/+131
6317969 elfheader limited to 65535 segments 6317980 coredump elfheader doesn't reflect the correct number of dumped segments 6343698 p-tools affected by 6317980 : coredump elfheader incorrectly states number of dumped segments 6350070 stub for shmgetid() returns the wrong default value
2005-10-196273899 gcc and cmd/sunpc don't get alongmuffin1-2/+2
6309267 gcc and ucblib don't get along 6309383 gcc and aoutexec don't get along
2005-10-046174746 Need to remove remaining references to __ia64kalai1-3/+0
--HG-- rename : usr/src/uts/common/sys/elf_ia64.h => deleted_files/usr/src/uts/common/sys/elf_ia64.h
2005-08-046282392 LP OOB assumes data segment is lastdavemq1-2/+3
6292504 auto_lpg_maxszc set incorrectly in mmu_init_mmu_page_sizes
2005-06-14OpenSolaris Launchstevel@tonic-gate7-0/+3386