summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/os/mmapobj.c
AgeCommit message (Collapse)AuthorFilesLines
2016-03-30OS-5293 lx brand: prelink(8)'d binaries core dump before main()Bryan Cantrill1-4/+9
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2016-01-056514 AS_* lock macros simplificationJosef 'Jeff' Sipek1-3/+3
Reviewed by: Piotr Jasiukajtis <estibi@me.com> Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Reviewed by: Albert Lee <trisk@omniti.com> Approved by: Dan McDonald <danmcd@omniti.com>
2015-02-095566 elfexec is overzealous with vpagesJerry Jelinek1-2/+16
5572 elfexec and mapelfexec can disagree on aux vectors Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Rich Lowe <richlowe@richlowe.net> Approved by: Rich Lowe <richlowe@richlowe.net>
2014-08-125045 use atomic_{inc,dec}_* instead of atomic_add_*Josef 'Jeff' Sipek1-4/+4
Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Robert Mustacchi <rm@joyent.com>
2009-03-016805501 memcntl() failed due to ENOMEM for pagesize 268435456 with snv_108Michael Corcoran1-7/+26
2009-02-026797028 "NOTICE: lib_va_64_arena may not be optimized" message on the consoleMichael Corcoran1-82/+90
2009-01-206790597 mmapobj has problems with some invalid file formatsMichael Corcoran1-6/+26
2008-12-126783693 mmapobj may use wrong alignment in some casesMichael Corcoran1-10/+13
2008-11-24PSARC/2008/226 mmapobj(2) - mmap objectMichael Corcoran1-0/+2385
6502792 Same dynamic libraries should be mapped at the same virtual addresses in different processes