xserver/hw
Egbert Eich a9e20306fb int10: Do an mprotect(..,PROT_EXEC) on shmat()ed memory ranges.
When the linux kernel sets the NX bit vm86 segfaults when it tries to execute
code in memory that is not marked EXEC. Such code gets called whenever
we return from a VBIOS call to signal the calling program that the call
is actually finished and that we are not trapping for other reasons (like
IO accesses).
Use mprotect(2) to set these memory ranges PROT_EXEC.
2008-11-21 18:57:07 +01:00
..
dmx Remove some null statements. 2008-11-08 12:21:20 -05:00
kdrive Add a man page for Xephyr, with information from the README file. 2008-11-21 18:21:18 +01:00
vfb Unifdef AIX. 2008-07-23 13:37:42 -04:00
xfree86 int10: Do an mprotect(..,PROT_EXEC) on shmat()ed memory ranges. 2008-11-21 18:57:07 +01:00
xnest xnest: I'm sure xfree works fine, even if we're 64 bit. 2008-11-04 16:01:42 +10:30
xquartz XQuartz: pbproxy: nuke RCS Id, update header license/copyright 2008-11-19 10:58:15 -08:00
xwin xalloc+memset(0) -> xcalloc 2008-10-06 15:36:51 -04:00
Makefile.am Remove xgl. 2008-06-12 16:00:50 -04:00