Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-19 | Replace the _mesa_*printf() wrappers with the plain libc versions | Kristian Høgsberg | |
2010-02-19 | Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions | Kristian Høgsberg | |
2009-09-21 | selinux: Fix mmap() return value check | Adam Jackson | |
2009-03-17 | mesa: update/fix doxygen comments | Vinson Lee | |
2009-03-06 | Add Solaris to OS'es using PROT_EXEC mmap() to get executable heap space | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> | |||
2008-07-14 | mesa: also check for __NetBSD__ | Blair Sadewitz | |
2008-07-09 | mesa: check for OpenBSD (bug 15604) | Brian Paul | |
2008-02-15 | Trivial SELinux awareness. Enable with --enable-selinux. | Adam Jackson | |
Avoids AVC warnings when allocating executable memory by first checking if the current process has permission to do so. | |||
2007-07-04 | Be more consistant with paths in #includes. Eventually, eliminate a bunch ↵ | Brian | |
of -I flags. | |||
2007-04-07 | Drop XFree86Server from execmem.c | George Sapountzis | |
This is a remnant from the libcwrapper days that can be removed now. It is the last XFree86 glitch in Mesa core. Reverts the following commit (thanks to Brian Paul for pointing to it): commit 8b1dc68662f2a18ea4e02c6d3247c5d1da741aa8 Author: Alan Hourihane <alanh@tungstengraphics.com> Date: Tue Jan 24 21:40:53 2006 +0000 pull in fix from 6.4 branch for XFree86Server definition commit cc7b6810e2fe6ab485fd96d5f17bf5d9329bd153 Author: Ian Romanick <idr@us.ibm.com> Date: Fri Oct 21 18:09:24 2005 +0000 Make execmem.c compile in the server (libGLcore). Since xf86mmap doesn't know about MAP_ANONYMOUS, this is the only viable fix. This issue will likely have to be revisited at some point. | |||
2006-05-10 | Clean up previous change slightly | Keith Whitwell | |
2006-05-10 | Use a (much!) larger executable memory heap so that the glsl x86 | Keith Whitwell | |
allocations succeed. I'm not sure this is really necessary... | |||
2006-01-24 | pull in fix from 6.4 branch for XFree86Server definition | Alan Hourihane | |
2005-11-28 | Remove the many aliases for 'struct mem_block' in mm.h | Keith Whitwell | |
2005-10-18 | Lots of clean-ups. Replace __inline__ with INLINE macro. Use the | Brian Paul | |
_mesa_calloc(), _mesa_free() functions. Clean-up formatting, doxygen-style comments. | |||
2005-10-18 | Add _mesa_exec_malloc() and _mesa_exec_free() for allocating | Keith Whitwell | |
executable memory. Based on Thomas Hellstrom's patch. TODO: glapi.c also needs this, but cannot access this code. |