index
:
~jturney/xserver
build-fixes
clipboard-64bit-fix
clipboard-debug-for-1.17
clipboard-fixes-new
clipboard-use-libXWinclip
clipboard-xcb-rewrite
clipboard-xcbification
cygwin-aiglx-for-1.10
cygwin-aiglx-for-1.11
cygwin-aiglx-for-1.6
cygwin-aiglx-for-1.7
cygwin-aiglx-for-1.9
cygwin-patches-1.6
cygwin-patches-1.7
cygwin-patches-for-1.10
cygwin-patches-for-1.11
cygwin-patches-for-1.12
cygwin-patches-for-1.13
cygwin-patches-for-1.14
cygwin-patches-for-1.15
cygwin-patches-for-1.16
cygwin-patches-for-1.17
cygwin-patches-for-1.18
cygwin-patches-for-1.18-pre-xcbification
cygwin-patches-for-1.19
cygwin-patches-for-1.20
cygwin-patches-for-1.9
cygwin-release-1.10
cygwin-release-1.11
cygwin-release-1.12
cygwin-release-1.13
cygwin-release-1.14
cygwin-release-1.15
cygwin-release-1.16
cygwin-release-1.17
cygwin-release-1.18
cygwin-release-1.19
cygwin-release-1.20
cygwin-release-1.9
cygwin-warning-fixes-for-1.17
debug-output-format-fixes
dix-patches
engine-enhancements
git-describe-in-log
jturney-cygwin
jturney-debug-improvements
jturney-race-fix
main-in-ddx
master
mhummel-clipboard-thread-improvements
multimedia-keycodes
nontoplevelwin-aiglx
old-bits-and-pieces
reorder-window-creation-skip-taskbar
rootless-hook-tidyup
rpavlik-mingw-runtime-patches
rpavlik-reviewed-patches
rpavlik-unreviewed-patches
snapshot
tinderbox
unmap-minimized-windows
window-raising-rework
window-style-update-unmmap-etc-old
windowed-mode-aiglx
winlayout-to-xmodmap
winlayout-to-xmodmap-2
xcbification
X server
jturney
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
xfree86
/
x86emu
Age
Commit message (
Expand
)
Author
Files
Lines
2016-04-29
x86emu: Change include order to avoid conflict with system header
Andreas Schwab
1
-8
/
+0
2015-12-07
x86emu: Squash a warning
Adam Jackson
1
-1
/
+1
2015-12-07
x86emu: Correctly handle 0x66 prefix for some instructions
Julian Pidancet
1
-50
/
+142
2015-09-23
x86emu: Fix some set-but-not-used warnings.
Eric Anholt
1
-5
/
+1
2014-11-12
Drop trailing whitespaces
Peter Hutterer
5
-56
/
+56
2014-09-26
x86emu: Undefine _NO_INLINE
Adam Jackson
1
-1
/
+1
2014-01-22
xfree86: Fix -Wshadow warnings
Keith Packard
1
-84
/
+84
2014-01-12
xfree86/int10: mark printk as _X_ATTRIBUTE_PRINTF
Keith Packard
1
-1
/
+4
2014-01-12
xfree86 warning reduction
Keith Packard
1
-2
/
+2
2013-11-12
Avoid conflicts with Solaris <sys/regset.h> defines that clash with our names
Alan Coopersmith
3
-1
/
+30
2013-08-06
Replace INCLUDES with AM_CPPFLAGS
Peter Hutterer
1
-1
/
+1
2012-03-21
Introduce a consistent coding style
Keith Packard
20
-5207
/
+6193
2011-12-12
x86emu: constify debug strings
Alan Coopersmith
4
-14
/
+14
2011-11-23
Convert a bunch of sprintf to snprintf calls
Alan Coopersmith
1
-1
/
+1
2011-09-15
x86emu: There is no NO_INLINE implementation of unaligned access here.
Jamey Sharp
1
-2
/
+0
2011-01-04
x86emu: Fix more mis-decoding of the data prefix
Adam Jackson
1
-18
/
+45
2010-11-10
x86emu: fix jump_near_IMM to handle DATA: flag correctly.
Luc Verhaegen
1
-6
/
+14
2010-04-07
Convert x86emu fixed size int typedefs to use stdint types
Alan Coopersmith
1
-33
/
+9
2010-03-03
Replace assembly with generic unaligned access code
Matt Turner
1
-162
/
+74
2010-02-17
Use C-style comments in x86emu
Matt Turner
2
-4
/
+4
2010-01-27
x86emu: Respect the LEA 67h address size prefix.
Christian Zander
1
-25
/
+45
2010-01-08
Revert "Make sys.c use unaligned access functions provided in compiler."
Tiago Vignatti
2
-2
/
+181
2009-12-15
Fix builds with --with-int10=stub
Alan Coopersmith
1
-0
/
+2
2009-11-01
Make sys.c use unaligned access functions provided in compiler.
Matt Turner
2
-181
/
+2
2009-09-11
Revert "Make sys.c use compiler.h unaligned access functions"
Tiago Vignatti
1
-1
/
+182
2009-08-31
Make sys.c use compiler.h unaligned access functions
Matt Turner
1
-182
/
+1
2008-12-07
Convert libx86emu.a to a "libtool convenience library".
Paulo Cesar Pereira de Andrade
1
-2
/
+2
2008-10-26
x86emu: fix sparse warnings
Julien Cristau
1
-2
/
+2
2008-07-23
Unifdef sgi.
Adam Jackson
1
-3
/
+2
2008-07-23
Assume __GNUC__ >= 3.
Adam Jackson
1
-61
/
+7
2008-06-24
x86emu: fix build, fallout from 9719354
Julien Cristau
1
-1
/
+1
2008-06-24
Check for __amd64__, not __x86_64__.
Adam Jackson
3
-3
/
+3
2008-06-23
Implement bswap in x86emu.
Adam Jackson
1
-8
/
+55
2008-04-12
Check for __x86_64__ when we check for __amd64__
Matt Turner
3
-3
/
+3
2008-03-05
Fix distcheck.
Adam Jackson
1
-0
/
+1
2008-02-08
X86EMU: handle CPUID instruction
Bart Trojanowski
4
-1
/
+161
2007-07-02
Make x86emu's I/O cycle tracing more useful.
Adam Jackson
1
-0
/
+2
2007-03-15
Fix calculations in x86 emulator for the long long case (Andreas Schwab).
Matthias Hopf
1
-2
/
+2
2007-02-06
Add an RDTSC implementation to the x86 emulator.
Aaron Plattner
1
-1
/
+35
2007-01-03
Fix BSF and BSR instructions in the x86 emulator.
Aaron Plattner
1
-18
/
+18
2006-09-18
Remove smashing of CFLAGS from server build.
Keith Packard
1
-1
/
+1
2006-03-15
Enable correct handling of the BTS instruction (opcode 0f ab) The code was
Felix Kuehling
1
-4
/
+2
2006-02-10
Remove libcwrapper usage from xorg server modules. The libcwrapper is only
Eric Anholt
2
-1
/
+3
2005-12-02
Define XFree86Server only where it is required.
Kevin E Martin
1
-1
/
+1
2005-11-29
Fix usage of XFree86LOADER/XFree86Module/IN_MODULE and update loadable
Kevin E Martin
1
-1
/
+1
2005-10-17
include/dix-config.h.in Add support for more extensions
Kevin E Martin
1
-1
/
+2
2005-09-13
Don't define POSIX_SOURCE on any BSDs, since it breaks things.
Eric Anholt
1
-1
/
+0
2005-07-28
Fix distcheck for server
Kevin E Martin
1
-1
/
+19
2005-07-12
add x86emu.
Lars Knoll
1
-0
/
+8
2005-02-18
Bug #2455: Make x86emu handle JNL correctly. (David Wong)
Adam Jackson
1
-1
/
+1
[next]