msi: Add support for patching files.
[wine] / libs / wine / ldt.c
2011-01-17  Austin Englishlibwine: Add missing checks for FreeBSD_kernel.
2010-12-23  Alexandre Julliardlibwine: Use the syscall function instead of inline...
2009-12-30  Alexandre Julliardlibwine: Do not export any of the LDT support on non...
2009-10-27  Yann Droneaudlibwine: Test against __linux__ define instead of just...
2009-09-28  Alexandre Julliardlibwine: Don't export wine_ldt_copy for the Windows...
2008-12-05  Alexandre Julliardlibwine: Don't export the selector functions for the...
2008-04-14  Francois GougetSpelling fix in the ldt bitfields.
2007-08-27  Tijl Coosemanslibwine: Use GDT entry for %fs segment on FreeBSD.
2006-11-03  Alexandre Julliardpreloader: Setup a fake thread-local storage block...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-04-18  Alexandre Julliardlibwine: Added a couple of missing memory constraints...
2006-02-05  Robert MillanEnable for GNU/kFreeBSD the same kernel-specific interf...
2006-01-23  Alexandre Julliardlibwine: Added LDT support for MacOS/x86.
2005-09-19  Alexandre JulliardRemoved sysi86 prototype that is causing conflicts.
2005-09-13  Alexandre JulliardAvoid some warnings on 64-bit platforms.
2005-08-29  Alexandre JulliardImplemented wine_ldt_alloc_fs and wine_ldt_init_fs...
2005-07-03  Alexandre JulliardAdded error message for missing LDT support on i386.
2004-12-02  Peter ChapmanFix up several inline assembler blocks so that they...
2003-12-13  Alexandre JulliardAvoid common symbols on Darwin/Mac OS X.
2003-11-17  Alexandre JulliardAdded wine_ldt_is_system() to replace the IS_SELECTOR_S...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-03-30  Adam GundyMake sure all the bits of the LDT are initialized.
2003-03-22  Alexandre JulliardMoved libwine to libs/ directory.