Framework for the doppler effect.
[wine] / scheduler /
2003-03-30  Alexandre JulliardClear the entire request, not just the end, in case...
2003-03-28  Alexandre JulliardReplaced WINE_CHECK_STRUCT_MEMBER autoconf macro by...
2003-03-26  Alexandre JulliardMoved errno_location support to sysdeps.c.
2003-03-25  Alexandre JulliardStore %gs in the TEB on every call to 16-bit code,...
2003-03-22  Alexandre JulliardMake a distinction between the thread Unix pid and...
2003-03-21  Alexandre JulliardSplit signal blocking code out of SIGNAL_Reset into...
2003-03-21  Gerald PfeiferForward-declare struct _pthread_cleanup_buffer, as...
2003-03-20  Eric PouechMove some fields (refCount, tls_index and module) from...
2003-03-20  Alexandre JulliardReplaced mkstemp by mkstemps from libiberty.
2003-03-15  Alexandre JulliardInit signals before calling CLIENT_InitThread since...
2003-03-04  Alexandre JulliardUse SIGUSR1 instead of SIGSTOP to suspend threads.
2003-03-04  Eric Pouech- added Ldr* information to include/winternl.h
2003-02-27  Alexandre JulliardProperly save/restore %gs register across 16-bit calls.
2003-02-27  Alexandre JulliardMoved CreateThread16 to kernel, and made it use WOWCall...
2003-02-26  Alexandre JulliardMoved LDT selector allocation routines to libwine.
2003-02-26  Eric PouechOnly print 4 hexdigits for tid.
2003-02-24  Alexandre JulliardPass the pid of the new process in the new_process...
2003-02-19  Warren BairdIncrease size of insufficiently big stack allocated...
2003-02-18  Alexandre JulliardPrint thread ids in traces with only 4 digits now that...
2003-01-30  Gerald PfeiferAdd missing casts related to pthread_t. Tweak comments.
2003-01-23  Marcus MeissnerRemove errno.h from files that do not need it.
2003-01-07  Dimitrie O. PaunDefine NONAMELESS{STRUCT,UNION} explicitly in the files...
2002-12-17  Alexandre JulliardImplemented the Fiber* functions (with the help of...
2002-12-05  Patrik StridvallReplace 0x%p with %p.
2002-12-03  Uwe BonnesUse COMSPEC command interpreter to run .bat files.
2002-11-30  Alexandre JulliardPartially implemented kernel/user times in GetThreadTim...
2002-11-25  Patrik StridvallFixed pthreads on FreeBSD (based on patch by Alexandre...
2002-11-25  Steve LustbaderStubs for CreateTimerQueue and DeleteTimerQueueEx.
2002-11-25  Ryan CummingPartially implement GetThreadTimes.
2002-11-21  Andrew John HughesBuild ntdll with -DSTRICT.
2002-11-18  Marcus MeissnerFixed strict aliasing issue in __pthread_once and SetWa...
2002-11-12  Alexandre JulliardFixed sparc check.
2002-11-11  Marcus MeissnerAdd case for non sparc / non i386 SYSDEPS_CallOnStack.
2002-11-06  Juraj HercekImplemented SYSDEPS_CallOnStack for sparcs.
2002-10-31  Steven EdwardsMingw porting fix.
2002-10-22  Alexandre JulliardAvoid reference to glibc internal __libc_fork function.
2002-10-18  Alexandre JulliardMerged wine_call_to_16_long and wine_call_to_16_short...
2002-10-17  Alexandre JulliardBuild a default command-line if the one we received...
2002-10-09  Alexandre JulliardTransmit the Windows PATH to child processes using...
2002-10-07  Steve LustbaderProvide stubs for Create/DeleteTimerQueueTimer.
2002-10-03  Alexandre JulliardAdded process_id_t and thread_it_t types to the server...
2002-10-01  Patrik StridvallAdded a GNU C implementation of some of the DECLSPEC_...
2002-09-21  Dmitry TimoshkovCorrect SIZE_T size according to MS SDK.
2002-09-16  Alexandre JulliardImplemented NtDuplicateObject.
2002-09-12  Patrik StridvallMoved all the content of the DDK files ntdef.h and...
2002-08-28  Patrik StridvallMSVC compatibility fixes.
2002-08-27  Alexandre JulliardAdded wine_get_user_name function and got rid of some...
2002-08-27  Dmitry TimoshkovConvert most of the file APIs to Unicode.
2002-08-26  Patrik StridvallMSVC compatibility fixes.
2002-08-20  Marcus MeissnerUse r2 instead of r13 for TLS, since r13 is used in...
2002-08-17  Patrik StridvallAdded include protection for unistd.h and sys/time.h.
2002-08-15  Alexandre JulliardFixed GetLocaleInfoW to handle Unicode properly and...
2002-08-14  Alexandre JulliardMake behavior of builtin executables closer to that...
2002-08-13  Alexandre JulliardFixed race condition when a thread gets killed right...
2002-08-09  Alexandre JulliardImplemented the RtlImage* functions, and use them to...
2002-08-09  Patrik StridvallFixed some issues found by winapi_check.
2002-08-06  Alexandre JulliardAuthors: Josh DuBois <duboisj@codeweavers.com>, Marcus...
2002-07-31  Alexandre JulliardFixed some handle type mismatches and added a few casts...
2002-07-31  Alexandre JulliardMoved initial AllocConsole call to kernel init (based...
2002-07-31  Alexandre JulliardRemove .so extension from main module file name after...
2002-07-31  Alexandre JulliardFixed HANDLE<->HFILE conversions, since they will be...
2002-07-23  Alexandre JulliardFixed handling of .com binaries (thanks to Chris Morgan).
2002-07-22  Alexandre JulliardReplace all uses of PREFIX and @function by the __ASM_N...
2002-07-22  Alexandre JulliardFixed .com binary support.
2002-06-20  Alexandre JulliardCreate the server directory and socket file in /tmp.
2002-06-13  François GougetReset signals to SIG_DFL before starting a child process.
2002-06-04  Patrik StridvallFixed some issues found by winapi_check.
2002-06-04  Alexandre JulliardMoved specification of relay and snoop include/exclude...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-30  Alexandre JulliardAdded wine_server_fd_to_handle to replace FILE_DupUnixH...
2002-05-30  Alexandre JulliardRenamed handle_t to obj_handle_t to avoid conflict...
2002-05-24  Alexandre JulliardA few optimizations in the process startup requests...
2002-05-23  Alexandre JulliardRemoved most inclusions of options.h.
2002-05-22  Alexandre JulliardNew loading scheme for Winelib apps, makes them behave...
2002-05-21  Alexandre JulliardRenamed Winelib apps to .exe.so to follow the dll namin...
2002-05-17  Alexandre JulliardA few fixes for mingw cross-compilation.
2002-05-16  Alexandre JulliardExport global argc/argv variables from libwine and...
2002-05-16  Alexandre JulliardMoved the selector access functions out of winnt.h...
2002-05-14  Alexandre JulliardSpecify the complete source file list for a dll inside...
2002-05-04  Patrik StridvallMS C related changes.
2002-04-29  Alexandre JulliardDon't prepend '--' to the command line when starting...
2002-04-29  Patrik StridvallMicrosoft C related changes.
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-15  Alexandre JulliardFixed stupid typo in previous patch.
2002-04-14  Alexandre JulliardFixed inheriting command-line options from parent process.
2002-04-09  Dmitry TimoshkovCreate new console only if the process is a console...
2002-04-05  Martin Wilck- separate cleanly between async scheduling and file...
2002-04-02  Geoffrey HausheerAdded test for thread functions.
2002-04-02  Chris MorganImplement OpenThread() winapi call.
2002-03-31  Alexandre JulliardHack to make wineconsole work again.
2002-03-29  Alexandre JulliardTransfer the full process startup info as well as the...
2002-03-23  Alexandre JulliardRemoved service thread support.
2002-03-23  Alexandre JulliardExport the FILE_GetUnixHandle functionality from ntdll.
2002-03-22  Alexandre JulliardCorrectly fill parent pid, module size and module name...
2002-03-11  Mike McCormackSet an overlapped hEvent before calling any APCs.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-02  Alexandre JulliardDo not use the PEB lock as loader lock, use a separate...
2002-01-07  Mike McCormackImplement CancelIo properly.
2002-01-07  Alexandre JulliardAdded support for cleaning up the TEB from inside the...
next