Cast time_t to long for printing.
[wine] / scheduler /
2003-09-30  Daniel MarmierUse #ifdef instead of #if for all feature tests.
2003-09-25  Alexandre JulliardIgnore __pthread_rwlock_unlock call if the pthread...
2003-09-23  Alexandre JulliardAuthors: Juraj Hercek <juraj@syncad.com>, Eric Frias...
2003-09-18  Alexandre JulliardMoved the wine server client-side support to dlls/ntdll...
2003-09-18  Gabriele GiorgettiFix build with old libc.
2003-09-18  Alexandre JulliardMoved synchronization and syslevel routines to dlls...
2003-09-17  Alexandre JulliardMoved almost all remaining process, thread, fiber and...
2003-09-16  Alexandre JulliardMoved most 32-bit heap functions to dlls/kernel.
2003-09-11  Alexandre JulliardAdded ptr___pthread_cond_timedwait in the pthread_funct...
2003-09-08  Alexandre JulliardOn TlsFree, clear the released TLS index in all threads.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-09-03  Alexandre JulliardMoved the implementation of the pthread wrappers to...
2003-08-29  Alexandre JulliardExport SYSDEPS_SwitchToThreadStack() functionality...
2003-08-28  Alexandre JulliardRenamed a few more TEB fields.
2003-08-28  Alexandre JulliardAdded missing functions for platforms that don't build...
2003-08-27  Alexandre JulliardRenamed a few TEB fields to use the "official" names.
2003-08-27  Alexandre JulliardAvoid including stackframe.h if it's not needed.
2003-08-23  Alexandre JulliardMoved most of the 16-bit task support and NE module...
2003-08-21  Alexandre JulliardStore the debug info structure on the thread stack.
2003-08-19  Eric PouechFixed regression in process creation (std handle inheri...
2003-08-15  Alexandre JulliardMoved __errno_location() handling to pthread.c, and...
2003-08-12  Alexandre JulliardAllocate DebugInfo field for all critical sections...
2003-08-12  Alexandre JulliardFixed the pthread wrappers to work with the new glibc...
2003-07-09  Alexandre JulliardUse NtQueryInformationThread to implement GetExitCodeTh...
2003-07-03  Alexandre JulliardAdded a file_exists argument to wine_dll_load to allow...
2003-07-01  Eric Pouech- removed next & prev fields from WINE_MODREF and imple...
2003-06-30  Alexandre JulliardImplemented NtDelayExecution and make Sleep call it.
2003-06-27  Alexandre JulliardMoved some of the process functions to dlls/kernel.
2003-06-24  Alexandre JulliardMoved tape.c to dlls/kernel.
2003-06-23  Eric Pouech- in kernel32, replaced all {Enter|Leave}CriticalSectio...
2003-06-21  Eric Pouech- adapted kernel32 so that it no longer (directly)...
2003-06-18  Francois Gouget'sizeof type' is best avoided as it won't always compil...
2003-06-18  Eric Pouech- fixed a couple of bugs in ntdll environment functions...
2003-06-04  Lionel UlmerImplemented a semi-stub for GetProcessPriorityBoost.
2003-05-22  Alexandre JulliardStart to make use of the proper PEB structure for process
2003-05-20  Alexandre JulliardMoved all process initialisation code to process.c...
2003-05-20  Eric PouechImplement anonymous pipes on top of named pipes.
2003-05-20  Alexandre JulliardMoved timer functions to dlls/kernel.
2003-05-20  Eric PouechImplemented timer related functions in ntdll and make...
2003-05-19  Francois GougetFix CreateProcess("c:\Program Files\hello.bat").
2003-05-15  Alexandre JulliardGet rid of the 32-bit user signal proc since we always...
2003-05-15  Eric PouechImplemented RtlDosPathNameToNtPathName_U, RtlGetCurrent...
2003-05-14  Alexandre JulliardRewrote module TLS support and moved it to ntdll.
2003-05-13  Alexandre JulliardAllocate/free the 16-bit thread stack in the kernel...
2003-05-08  Adam Gundywritejump() needs to tell valgrind which piece of code...
2003-05-08  Eric PouechImplemented a bunch of environment related NTDLL APIs.
2003-04-27  Alexandre JulliardMoved the functionality of starting Win16 and DOS progr...
2003-04-20  Alexandre JulliardSet SA_NOCLDWAIT in the SIGCHLD sigaction to avoid...
2003-04-20  Alexandre JulliardExplicitly call VERSION_Init with the main exe file...
2003-04-13  Yorick Hardyerrno should not be used as a variable name.
2003-04-04  Alexandre JulliardImplemented NtQueueApcThread, and changed the server...
2003-04-03  Alexandre JulliardAdded hack to patch the glibc errno_location to jump...
2003-04-03  Alexandre JulliardAdded --with-nptl configure option and necessary change...
2003-04-02  Alexandre JulliardDon't bother checking for the errno function, simply...
2003-04-02  Alexandre JulliardAdded abs_time_t structure to the server protocol,...
2003-04-01  Alexandre JulliardAdded SYSDEPS_GetUnixTid to return the Unix thread...
2003-03-31  Alexandre JulliardMoved WaitForMultipleObjects to ntdll (based on a patch...
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.
next