2003-09-25 |
Alexandre Julliard | Ignore __pthread_rwlock_unlock call if the pthread... |
tree | commitdiff |
2003-09-23 |
Alexandre Julliard | Authors: Juraj Hercek <juraj@syncad.com>, Eric Frias... |
tree | commitdiff |
2003-09-18 |
Alexandre Julliard | Moved the wine server client-side support to dlls/ntdll... |
tree | commitdiff |
2003-09-18 |
Gabriele Giorgetti | Fix build with old libc. |
tree | commitdiff |
2003-09-18 |
Alexandre Julliard | Moved synchronization and syslevel routines to dlls... |
tree | commitdiff |
2003-09-17 |
Alexandre Julliard | Moved almost all remaining process, thread, fiber and... |
tree | commitdiff |
2003-09-16 |
Alexandre Julliard | Moved most 32-bit heap functions to dlls/kernel. |
tree | commitdiff |
2003-09-11 |
Alexandre Julliard | Added ptr___pthread_cond_timedwait in the pthread_funct... |
tree | commitdiff |
2003-09-08 |
Alexandre Julliard | On TlsFree, clear the released TLS index in all threads. |
tree | commitdiff |
2003-09-05 |
Alexandre Julliard | Fixed header dependencies to be fully compatible with... |
tree | commitdiff |
2003-09-03 |
Alexandre Julliard | Moved the implementation of the pthread wrappers to... |
tree | commitdiff |
2003-08-29 |
Alexandre Julliard | Export SYSDEPS_SwitchToThreadStack() functionality... |
tree | commitdiff |
2003-08-28 |
Alexandre Julliard | Renamed a few more TEB fields. |
tree | commitdiff |
2003-08-28 |
Alexandre Julliard | Added missing functions for platforms that don't build... |
tree | commitdiff |
2003-08-27 |
Alexandre Julliard | Renamed a few TEB fields to use the "official" names. |
tree | commitdiff |
2003-08-27 |
Alexandre Julliard | Avoid including stackframe.h if it's not needed. |
tree | commitdiff |
2003-08-23 |
Alexandre Julliard | Moved most of the 16-bit task support and NE module... |
tree | commitdiff |
2003-08-21 |
Alexandre Julliard | Store the debug info structure on the thread stack. |
tree | commitdiff |
2003-08-19 |
Eric Pouech | Fixed regression in process creation (std handle inheri... |
tree | commitdiff |
2003-08-15 |
Alexandre Julliard | Moved __errno_location() handling to pthread.c, and... |
tree | commitdiff |
2003-08-12 |
Alexandre Julliard | Allocate DebugInfo field for all critical sections... |
tree | commitdiff |
2003-08-12 |
Alexandre Julliard | Fixed the pthread wrappers to work with the new glibc... |
tree | commitdiff |
2003-07-09 |
Alexandre Julliard | Use NtQueryInformationThread to implement GetExitCodeTh... |
tree | commitdiff |
2003-07-03 |
Alexandre Julliard | Added a file_exists argument to wine_dll_load to allow... |
tree | commitdiff |
2003-07-01 |
Eric Pouech | - removed next & prev fields from WINE_MODREF and imple... |
tree | commitdiff |
2003-06-30 |
Alexandre Julliard | Implemented NtDelayExecution and make Sleep call it. |
tree | commitdiff |
2003-06-27 |
Alexandre Julliard | Moved some of the process functions to dlls/kernel. |
tree | commitdiff |
2003-06-24 |
Alexandre Julliard | Moved tape.c to dlls/kernel. |
tree | commitdiff |
2003-06-23 |
Eric Pouech | - in kernel32, replaced all {Enter|Leave}CriticalSectio... |
tree | commitdiff |
2003-06-21 |
Eric Pouech | - adapted kernel32 so that it no longer (directly)... |
tree | commitdiff |
2003-06-18 |
Francois Gouget | 'sizeof type' is best avoided as it won't always compil... |
tree | commitdiff |
2003-06-18 |
Eric Pouech | - fixed a couple of bugs in ntdll environment functions... |
tree | commitdiff |
2003-06-04 |
Lionel Ulmer | Implemented a semi-stub for GetProcessPriorityBoost. |
tree | commitdiff |
2003-05-22 |
Alexandre Julliard | Start to make use of the proper PEB structure for process |
tree | commitdiff |
2003-05-20 |
Alexandre Julliard | Moved all process initialisation code to process.c... |
tree | commitdiff |
2003-05-20 |
Eric Pouech | Implement anonymous pipes on top of named pipes. |
tree | commitdiff |
2003-05-20 |
Alexandre Julliard | Moved timer functions to dlls/kernel. |
tree | commitdiff |
2003-05-20 |
Eric Pouech | Implemented timer related functions in ntdll and make... |
tree | commitdiff |
2003-05-19 |
Francois Gouget | Fix CreateProcess("c:\Program Files\hello.bat"). |
tree | commitdiff |
2003-05-15 |
Alexandre Julliard | Get rid of the 32-bit user signal proc since we always... |
tree | commitdiff |
2003-05-15 |
Eric Pouech | Implemented RtlDosPathNameToNtPathName_U, RtlGetCurrent... |
tree | commitdiff |
2003-05-14 |
Alexandre Julliard | Rewrote module TLS support and moved it to ntdll. |
tree | commitdiff |
2003-05-13 |
Alexandre Julliard | Allocate/free the 16-bit thread stack in the kernel... |
tree | commitdiff |
2003-05-08 |
Adam Gundy | writejump() needs to tell valgrind which piece of code... |
tree | commitdiff |
2003-05-08 |
Eric Pouech | Implemented a bunch of environment related NTDLL APIs. |
tree | commitdiff |
2003-04-27 |
Alexandre Julliard | Moved the functionality of starting Win16 and DOS progr... |
tree | commitdiff |
2003-04-20 |
Alexandre Julliard | Set SA_NOCLDWAIT in the SIGCHLD sigaction to avoid... |
tree | commitdiff |
2003-04-20 |
Alexandre Julliard | Explicitly call VERSION_Init with the main exe file... |
tree | commitdiff |
2003-04-13 |
Yorick Hardy | errno should not be used as a variable name. |
tree | commitdiff |
2003-04-04 |
Alexandre Julliard | Implemented NtQueueApcThread, and changed the server... |
tree | commitdiff |
2003-04-03 |
Alexandre Julliard | Added hack to patch the glibc errno_location to jump... |
tree | commitdiff |
2003-04-03 |
Alexandre Julliard | Added --with-nptl configure option and necessary change... |
tree | commitdiff |
2003-04-02 |
Alexandre Julliard | Don't bother checking for the errno function, simply... |
tree | commitdiff |
2003-04-02 |
Alexandre Julliard | Added abs_time_t structure to the server protocol,... |
tree | commitdiff |
2003-04-01 |
Alexandre Julliard | Added SYSDEPS_GetUnixTid to return the Unix thread... |
tree | commitdiff |
2003-03-31 |
Alexandre Julliard | Moved WaitForMultipleObjects to ntdll (based on a patch... |
tree | commitdiff |
2003-03-30 |
Alexandre Julliard | Clear the entire request, not just the end, in case... |
tree | commitdiff |
2003-03-28 |
Alexandre Julliard | Replaced WINE_CHECK_STRUCT_MEMBER autoconf macro by... |
tree | commitdiff |
2003-03-26 |
Alexandre Julliard | Moved errno_location support to sysdeps.c. |
tree | commitdiff |
2003-03-25 |
Alexandre Julliard | Store %gs in the TEB on every call to 16-bit code,... |
tree | commitdiff |
2003-03-22 |
Alexandre Julliard | Make a distinction between the thread Unix pid and... |
tree | commitdiff |
2003-03-21 |
Alexandre Julliard | Split signal blocking code out of SIGNAL_Reset into... |
tree | commitdiff |
2003-03-21 |
Gerald Pfeifer | Forward-declare struct _pthread_cleanup_buffer, as... |
tree | commitdiff |
2003-03-20 |
Eric Pouech | Move some fields (refCount, tls_index and module) from... |
tree | commitdiff |
2003-03-20 |
Alexandre Julliard | Replaced mkstemp by mkstemps from libiberty. |
tree | commitdiff |
2003-03-15 |
Alexandre Julliard | Init signals before calling CLIENT_InitThread since... |
tree | commitdiff |
2003-03-04 |
Alexandre Julliard | Use SIGUSR1 instead of SIGSTOP to suspend threads. |
tree | commitdiff |
2003-03-04 |
Eric Pouech | - added Ldr* information to include/winternl.h |
tree | commitdiff |
2003-02-27 |
Alexandre Julliard | Properly save/restore %gs register across 16-bit calls. |
tree | commitdiff |
2003-02-27 |
Alexandre Julliard | Moved CreateThread16 to kernel, and made it use WOWCall... |
tree | commitdiff |
2003-02-26 |
Alexandre Julliard | Moved LDT selector allocation routines to libwine. |
tree | commitdiff |
2003-02-26 |
Eric Pouech | Only print 4 hexdigits for tid. |
tree | commitdiff |
2003-02-24 |
Alexandre Julliard | Pass the pid of the new process in the new_process... |
tree | commitdiff |
2003-02-19 |
Warren Baird | Increase size of insufficiently big stack allocated... |
tree | commitdiff |
2003-02-18 |
Alexandre Julliard | Print thread ids in traces with only 4 digits now that... |
tree | commitdiff |
2003-01-30 |
Gerald Pfeifer | Add missing casts related to pthread_t. Tweak comments. |
tree | commitdiff |
2003-01-23 |
Marcus Meissner | Remove errno.h from files that do not need it. |
tree | commitdiff |
2003-01-07 |
Dimitrie O. Paun | Define NONAMELESS{STRUCT,UNION} explicitly in the files... |
tree | commitdiff |
2002-12-17 |
Alexandre Julliard | Implemented the Fiber* functions (with the help of... |
tree | commitdiff |
2002-12-05 |
Patrik Stridvall | Replace 0x%p with %p. |
tree | commitdiff |
2002-12-03 |
Uwe Bonnes | Use COMSPEC command interpreter to run .bat files. |
tree | commitdiff |
2002-11-30 |
Alexandre Julliard | Partially implemented kernel/user times in GetThreadTim... |
tree | commitdiff |
2002-11-25 |
Patrik Stridvall | Fixed pthreads on FreeBSD (based on patch by Alexandre... |
tree | commitdiff |
2002-11-25 |
Steve Lustbader | Stubs for CreateTimerQueue and DeleteTimerQueueEx. |
tree | commitdiff |
2002-11-25 |
Ryan Cumming | Partially implement GetThreadTimes. |
tree | commitdiff |
2002-11-21 |
Andrew John Hughes | Build ntdll with -DSTRICT. |
tree | commitdiff |
2002-11-18 |
Marcus Meissner | Fixed strict aliasing issue in __pthread_once and SetWa... |
tree | commitdiff |
2002-11-12 |
Alexandre Julliard | Fixed sparc check. |
tree | commitdiff |
2002-11-11 |
Marcus Meissner | Add case for non sparc / non i386 SYSDEPS_CallOnStack. |
tree | commitdiff |
2002-11-06 |
Juraj Hercek | Implemented SYSDEPS_CallOnStack for sparcs. |
tree | commitdiff |
2002-10-31 |
Steven Edwards | Mingw porting fix. |
tree | commitdiff |
2002-10-22 |
Alexandre Julliard | Avoid reference to glibc internal __libc_fork function. |
tree | commitdiff |
2002-10-18 |
Alexandre Julliard | Merged wine_call_to_16_long and wine_call_to_16_short... |
tree | commitdiff |
2002-10-17 |
Alexandre Julliard | Build a default command-line if the one we received... |
tree | commitdiff |
2002-10-09 |
Alexandre Julliard | Transmit the Windows PATH to child processes using... |
tree | commitdiff |
2002-10-07 |
Steve Lustbader | Provide stubs for Create/DeleteTimerQueueTimer. |
tree | commitdiff |
2002-10-03 |
Alexandre Julliard | Added process_id_t and thread_it_t types to the server... |
tree | commitdiff |
2002-10-01 |
Patrik Stridvall | Added a GNU C implementation of some of the DECLSPEC_... |
tree | commitdiff |
2002-09-21 |
Dmitry Timoshkov | Correct SIZE_T size according to MS SDK. |
tree | commitdiff |
2002-09-16 |
Alexandre Julliard | Implemented NtDuplicateObject. |
tree | commitdiff |
next |