Use the "new" LDT set call on Linux.
[wine] / library / port.c
2002-08-06  Alexandre JulliardAuthors: Josh DuBois <duboisj@codeweavers.com>, Marcus...
2002-07-31  Alexandre JulliardMoved the #ifdefs for the getnetby* etc. functions...
2002-07-29  Marcus MeissnerCheck for mkstemp, added a port implementation if it...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-17  Alexandre JulliardA few fixes for mingw cross-compilation.
2002-05-14  Alexandre JulliardPortability fixes.
2002-04-26  Alexandre JulliardBetter support for configure detection of missing types...
2002-04-25  Alexandre JulliardMoved __ASM_GLOBAL_FUNC macros and interlocked function...
2002-04-01  Francois GougetFix warnings for Linux, FreeBSD and Solaris.
2002-03-29  Michal PasternakFixed pack/unpack routines for WM_DDE_EXECUTE.
2002-03-11  Patrik Stridvall- Better handling when settimeofday is not available.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-07  Alexandre JulliardAdded configure check for pread/pwrite.
2002-01-01  Alexandre JulliardLink with libutil only where needed.
2001-12-14  Bang Jun-YoungMake use of solaris_try_mmap() for NetBSD. Rename it to
2001-11-06  François GougetFix the #include order for config.h.
2001-11-05  François GougetFALSE is not defined on Solaris.
2001-10-14  Francois GougetWhen including 'wine/port.h', include it first.
2001-10-02  Gerald PfeiferFix implicit type declarations. Add required cast.
2001-09-07  Ulrich WeigandEmulate the behaviour of Linux mmap() on Solaris. Based...
2001-06-27  Alexandre JulliardPut AC_DEFINE symbols definitions directly in the confi...
2001-05-29  Marcus MeissnerDrop any file64 functions, try to use system supplied...
2001-05-16  Alexandre JulliardWarnings fixes.
2001-05-14  Marcus MeissnerImplemented 64bit file size handling.
2001-02-20  Alexandre JulliardClear %ebp before entering the new thread.
2001-01-12  Andreas MohrNetBSD 1.5 is lacking ecvt, fcvt, gcvt for crtdll.
2000-12-19  Alexandre JulliardInclude stdlib.h instead of wchar.h.
2000-12-19  François GougetAdded better support for Unicode:
2000-12-18  Morten Welinder(strcasecmp): Conform to ANSI specs for toupper.
2000-12-13  James AbbatielloWork around glibc 2.1.x dlopen bug (again).
2000-12-01  Dimitrie O. PaunSupply dummy getrlimit if absent.
2000-11-29  Alexandre JulliardAdded implementation of lstat to port.c.
2000-11-08  Alexandre JulliardAdded new library.h header for libwine definitions.
2000-10-31  Alexandre JulliardBuild ntdll as a real dll, including everything that...