summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/rtasm/rtasm_execmem.c
Commit message (Expand)AuthorAgeFilesLines
* rtasm: Generalize executable memory allocator to all Unices.Jose Fonseca2015-06-091-1/+1
* gallium/rtasm: handle mmap failures appropriatelyEmil Velikov2014-01-271-3/+7
* gallium: fix build on GNU/kFreeBSDFabio Pedretti2013-11-061-1/+1
* rtasm: The heap is NX on 64-bit Cygwin, so use the rtasm_exec_malloc() implem...Jon TURNEY2013-10-181-1/+1
* Gallium: Use mmap on Haiku for executable memory vs mallocAlexander von Gluck IV2013-04-291-1/+1
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-3/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-231-1/+1
* gallium/rtasm: remove duplicated includeNicolas Kaiser2010-09-301-1/+0
* gallium: Move p_thread.h and p_atomic.h out of gallium interfaces.José Fonseca2010-02-021-2/+2
* rtasm: Play nicely with Windows's Data Execution Prevention.José Fonseca2010-01-031-2/+30
* Add #ifdefs needed to compile Gallium on Solaris with gcc or Sun ccAlan Coopersmith2009-03-251-3/+3
* gallium: Add support for BSD operating systems, tested with FreeBSDBenjamin Close2009-02-251-3/+7
* util: Move p_debug.h into util module.José Fonseca2009-02-181-1/+1
* gallium: fix alignment parameter passed to u_mmAllocMem()Brian Paul2008-10-291-2/+2
* gallium: prefix memory manager functions with u_ to differentiate from functi...Brian Paul2008-10-291-4/+4
* gallium: test for PIPE_OS_LINUX instead of __linux__Brian Paul2008-10-291-4/+5
* gallium: thread wrapper clean-upBrian Paul2008-08-261-5/+6
* gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul2008-08-241-1/+1
* Fix windows build.José Fonseca2008-02-191-1/+2
* Move mm.c code into util module.José Fonseca2008-02-191-1/+1
* Rename rtasm files.José Fonseca2008-02-191-0/+134