summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/exec
AgeCommit message (Expand)AuthorFilesLines
2020-01-24 [illumos-gate merge]Jerry Jelinek1-2/+3
2020-01-2412046 Provide /proc/<PID>/fdinfo/Andy Fiddaman1-2/+3
2019-08-28OS-7960 need fixes for NULL as a pointerJohn Levon1-2/+2
2019-04-23 [illumos-gate merge]Jerry Jelinek1-3/+4
2019-04-2210726 elfexec: NULL pointer errorsToomas Soome1-4/+5
2019-03-18OS-6158 signed math leads getelfshdr astrayPatrick Mooney5-525/+598
2019-03-0610505 elfexec() should keep to unsigned types when processing PT_DYNAMICCody Peter Mello1-15/+21
2019-03-04OS-7630 elfexec() should keep to unsigned types when processing PT_DYNAMICCody Peter Mello1-15/+21
2019-01-22 [illumos-gate merge]Jerry Jelinek1-1/+3
2019-01-2110245 Build error for usr/src/uts/common/exec/elf/elf.c on sparcPeter Tribble1-1/+3
2018-10-22 [illumos-gate merge]Jerry Jelinek1-1/+1
2018-10-198158 Want named threads APIJohn Levon1-2/+17
2018-10-12OS-7200 would like thread name APIJason King1-2/+17
2018-09-11backout OS-7200 would like thread name API (triggers OS-7240)Robert Mustacchi1-17/+2
2018-09-10OS-7200 would like thread name APIJason King1-2/+17
2018-07-199641 want stack-clash mitigationPatrick Mooney1-0/+4
2018-06-199596 Initial xsave xstate_bv should not include all featuresRobert Mustacchi1-5/+22
2018-06-11OS-7003 Initial xsave xstate_bv should not include all featuresRobert Mustacchi1-5/+22
2017-09-28OS-6323 want stack-clash mitigationPatrick Mooney1-1/+5
2017-02-277805 want faster clock_gettimePatrick Mooney1-1/+33
2016-11-03OS-5761 some code is careless about p_lock when accessing u_cdirJerry Jelinek1-1/+3
2016-10-21OS-5735 secflags changes break quine-relayJerry Jelinek1-3/+0
2016-10-17 [illumos-gate merge]Jerry Jelinek2-15/+157
2016-10-157029 want per-process exploit mitigation features (secflags)Richard Lowe2-16/+148
2016-08-22 [illumos-gate merge]Jerry Jelinek1-2/+3
2016-08-197307 Fixing 5780 introduced a regressionSimon Klinkert1-2/+3
2016-06-09OS-5451 comm page should not break i86xpvPatrick Mooney1-9/+16
2016-05-236987 disallow setid binaries with $ORIGIN in PT_INTERPJerry Jelinek1-0/+9
2016-05-19OS-5421 disallow elf ORIGIN for setuid binaryJerry Jelinek1-0/+9
2016-05-17OS-5354 lx shebang argument handling is incorrectJerry Jelinek1-9/+20
2016-05-16OS-5192 need faster clock_gettimePatrick Mooney1-1/+27
2016-05-026826 want support for nested interpretersJerry Jelinek4-16/+75
2016-03-30OS-5293 lx brand: prelink(8)'d binaries core dump before main()Bryan Cantrill1-13/+73
2016-03-22OS-5072 lxbrand support PT_GNU_STACKPatrick Mooney1-1/+26
2016-03-03OS-5202 Support AT_SECURE & AT_*ID in LXCody Peter Mello1-1/+24
2016-01-06 [illumos-gate merge]Jerry Jelinek1-7/+7
2016-01-056514 AS_* lock macros simplificationJosef 'Jeff' Sipek1-7/+7
2015-12-05OS-5015 PT_INTERP headers should be permitted after PT_LOAD headersBryan Cantrill1-2/+16
2015-10-27OS-4824 Unlike Linux, nested interpreters don't workJerry Jelinek4-17/+76
2015-10-20 [illumos-gate merge]Jerry Jelinek1-3/+19
2015-10-195780 Truncated coredumps (fix lint)Dan McDonald1-2/+2
2015-10-195780 Truncated coredumpsSimon Klinkert1-3/+19
2015-06-02OS-4364 intpexec mishandles process brandingPatrick Mooney1-3/+1
2015-05-14OS-3735 modstubs MAXNARG is too low.Bryan Cantrill1-1/+5
2015-04-08OS-3733 Verify b_native_exec exists before calling itPatrick Mooney1-2/+2
2015-04-08OS-4119 lxbrand panic when running native perl inside lx zonePatrick Mooney5-15/+20
2015-04-02OS-4128 programs that lack PT_PHDR are not properly loaded20150402Bryan Cantrill1-6/+51
2015-04-02backout OS-4141: needs more workJoshua M. Clulow1-48/+7
2015-04-01OS-4141 freeing phdrs induces bad kmem_free() in elfexec()Bryan Cantrill1-1/+8
2015-03-30OS-4128 programs that lack PT_PHDR are not properly loadedBryan Cantrill1-6/+40