- 8574412 Added wine_pthread_create_thread and wine_pthread_exit_thread to the by Alexandre Julliard · 21 years ago
- ae8ca36 Include <arpa/nameser.h> before <resolv.h>. by Pierre d'Herbemont · 21 years ago
- cf4ca4e Moved the errno functions patching to wine_pthread_init_thread so that by Alexandre Julliard · 21 years ago
- 687ecfa Moved a few more functions to the dlls/kernel directory. by Alexandre Julliard · 21 years ago
- b81d9e7 Link all remaining files that contain kernel APIs into kernel32.dll by Alexandre Julliard · 21 years ago
- e8bd110 A couple of new functions have been added to the pthread_functions structure. by Alexandre Julliard · 22 years ago
- a613de2 Use #ifdef instead of #if for all feature tests. by Daniel Marmier · 22 years ago
- 1d2eb37 Ignore __pthread_rwlock_unlock call if the pthread functions are not by Alexandre Julliard · 22 years ago
- 3bff2b3 Authors: Juraj Hercek <juraj@syncad.com>, Eric Frias <efrias@syncad.com> by Alexandre Julliard · 22 years ago
- 52f692f Moved the wine server client-side support to dlls/ntdll. Removed a by Alexandre Julliard · 22 years ago
- 59b2ad6 Fix build with old libc. by Gabriele Giorgetti · 22 years ago
- bff860c Moved synchronization and syslevel routines to dlls/kernel. by Alexandre Julliard · 22 years ago
- aaf3503 Moved almost all remaining process, thread, fiber and exception by Alexandre Julliard · 22 years ago
- 0f17001 Moved most 32-bit heap functions to dlls/kernel. by Alexandre Julliard · 22 years ago
- dbb2b80 Added ptr___pthread_cond_timedwait in the pthread_functions structure by Alexandre Julliard · 22 years ago
- 2eb5d8b On TlsFree, clear the released TLS index in all threads. by Alexandre Julliard · 22 years ago
- e37c6e1 Fixed header dependencies to be fully compatible with the Windows by Alexandre Julliard · 22 years ago
- 80e34db Moved the implementation of the pthread wrappers to dlls/kernel. by Alexandre Julliard · 22 years ago
- ca3bfd8 Export SYSDEPS_SwitchToThreadStack() functionality from libwine as by Alexandre Julliard · 22 years ago
- b91e9cb Renamed a few more TEB fields. by Alexandre Julliard · 22 years ago
- 54acf62 Added missing functions for platforms that don't build the pthreads by Alexandre Julliard · 22 years ago
- 02f2813 Renamed a few TEB fields to use the "official" names. by Alexandre Julliard · 22 years ago
- bf97962 Avoid including stackframe.h if it's not needed. by Alexandre Julliard · 22 years ago
- 5fbb446 Moved most of the 16-bit task support and NE module loader to dlls/kernel. by Alexandre Julliard · 22 years ago
- aee989a Store the debug info structure on the thread stack. by Alexandre Julliard · 22 years ago
- 449d10f Fixed regression in process creation (std handle inheritance). by Eric Pouech · 22 years ago
- 03d7998 Moved __errno_location() handling to pthread.c, and added similar by Alexandre Julliard · 22 years ago
- 19b6a49 Allocate DebugInfo field for all critical sections (based on a patch by Alexandre Julliard · 22 years ago
- 97d862c Fixed the pthread wrappers to work with the new glibc/linuxthreads by Alexandre Julliard · 22 years ago
- e8b2630 Use NtQueryInformationThread to implement GetExitCodeThread. by Alexandre Julliard · 22 years ago
- 8ca7e0a Added a file_exists argument to wine_dll_load to allow checking by Alexandre Julliard · 22 years ago
- 675b755 - removed next & prev fields from WINE_MODREF and implement instead by Eric Pouech · 22 years ago
- 217fdab Implemented NtDelayExecution and make Sleep call it. by Alexandre Julliard · 22 years ago
- 4cb2120 Moved some of the process functions to dlls/kernel. by Alexandre Julliard · 22 years ago
- dc4b0c7 Moved tape.c to dlls/kernel. by Alexandre Julliard · 22 years ago
- c962a69 - in kernel32, replaced all {Enter|Leave}CriticalSection calls with by Eric Pouech · 22 years ago
- 412d37f - adapted kernel32 so that it no longer (directly) manages console by Eric Pouech · 22 years ago
- 9591836 'sizeof type' is best avoided as it won't always compile (e.g. 'int by Francois Gouget · 22 years ago
- b53b5bc - fixed a couple of bugs in ntdll environment functions (one in trace, by Eric Pouech · 22 years ago
- 370db5b Implemented a semi-stub for GetProcessPriorityBoost. by Lionel Ulmer · 22 years ago
- 6bc5091 Start to make use of the proper PEB structure for process information. by Alexandre Julliard · 22 years ago
- 81e72d8 Moved all process initialisation code to process.c and removed loader/main.c. by Alexandre Julliard · 22 years ago
- c00a447 Implement anonymous pipes on top of named pipes. by Eric Pouech · 22 years ago
- 9bf3ac6 Moved timer functions to dlls/kernel. by Alexandre Julliard · 22 years ago
- 4c591d4 Implemented timer related functions in ntdll and make the kernel32 by Eric Pouech · 22 years ago
- 8458040 Fix CreateProcess("c:\Program Files\hello.bat"). by Francois Gouget · 22 years ago
- c963e25 Get rid of the 32-bit user signal proc since we always run builtin by Alexandre Julliard · 22 years ago
- 35d5d06 Implemented RtlDosPathNameToNtPathName_U, RtlGetCurrentDirectory_U, by Eric Pouech · 22 years ago
- adb5329 Rewrote module TLS support and moved it to ntdll. by Alexandre Julliard · 22 years ago
- e15aadd Allocate/free the 16-bit thread stack in the kernel dll init routine. by Alexandre Julliard · 22 years ago
- 5548822 writejump() needs to tell valgrind which piece of code has been modified. by Adam Gundy · 22 years ago
- 2d758c6 Implemented a bunch of environment related NTDLL APIs. by Eric Pouech · 22 years ago
- fedc411 Moved the functionality of starting Win16 and DOS programs from the by Alexandre Julliard · 22 years ago
- 22ae4ff Set SA_NOCLDWAIT in the SIGCHLD sigaction to avoid zombies. by Alexandre Julliard · 22 years ago
- a058584 Explicitly call VERSION_Init with the main exe file name, so that by Alexandre Julliard · 22 years ago
- ea3342d errno should not be used as a variable name. by Yorick Hardy · 22 years ago
- 088bcf9 Implemented NtQueueApcThread, and changed the server APC interface to by Alexandre Julliard · 22 years ago
- ff152b6 Added hack to patch the glibc errno_location to jump to our function, by Alexandre Julliard · 22 years ago
- 6a9cea9 Added --with-nptl configure option and necessary changes to support by Alexandre Julliard · 22 years ago
- 3200c02 Don't bother checking for the errno function, simply define all of them. by Alexandre Julliard · 22 years ago
- 462172a Added abs_time_t structure to the server protocol, and added a dump by Alexandre Julliard · 22 years ago
- 6f7a204 Added SYSDEPS_GetUnixTid to return the Unix thread id to send to the server. by Alexandre Julliard · 22 years ago
- fbef57c Moved WaitForMultipleObjects to ntdll (based on a patch by Eric by Alexandre Julliard · 22 years ago
- 91deba1 Clear the entire request, not just the end, in case it contains padding bytes. by Alexandre Julliard · 22 years ago
- 5537dbb Replaced WINE_CHECK_STRUCT_MEMBER autoconf macro by the standard by Alexandre Julliard · 22 years ago
- b59bf98 Moved errno_location support to sysdeps.c. by Alexandre Julliard · 22 years ago
- 78675ba Store %gs in the TEB on every call to 16-bit code, and don't restore by Alexandre Julliard · 22 years ago
- a8497bd Make a distinction between the thread Unix pid and the process wide by Alexandre Julliard · 22 years ago
- 6a26e3f Split signal blocking code out of SIGNAL_Reset into SIGNAL_Block. by Alexandre Julliard · 22 years ago
- 69497b3 Forward-declare struct _pthread_cleanup_buffer, as it is by Gerald Pfeifer · 22 years ago
- f94c8b8 Move some fields (refCount, tls_index and module) from WINE_MODREF to by Eric Pouech · 22 years ago
- 2ee8b5b Replaced mkstemp by mkstemps from libiberty. by Alexandre Julliard · 22 years ago
- b5a495c Init signals before calling CLIENT_InitThread since we can receive a by Alexandre Julliard · 22 years ago
- d04ccb8 Use SIGUSR1 instead of SIGSTOP to suspend threads. by Alexandre Julliard · 22 years ago
- 7d60964 - added Ldr* information to include/winternl.h by Eric Pouech · 22 years ago
- 551797b Properly save/restore %gs register across 16-bit calls. by Alexandre Julliard · 22 years ago
- e5cef3b Moved CreateThread16 to kernel, and made it use WOWCallback16. by Alexandre Julliard · 22 years ago
- ce13153 Moved LDT selector allocation routines to libwine. by Alexandre Julliard · 22 years ago
- 12b7c26 Only print 4 hexdigits for tid. by Eric Pouech · 22 years ago
- 77c8b1d Pass the pid of the new process in the new_process request, don't by Alexandre Julliard · 22 years ago
- 001fa26 Increase size of insufficiently big stack allocated buffer used for by Warren Baird · 22 years ago
- ac13d2f Print thread ids in traces with only 4 digits now that they are small integers. by Alexandre Julliard · 22 years ago
- e63f4ab Add missing casts related to pthread_t. Tweak comments. by Gerald Pfeifer · 22 years ago
- f63e5b6 Remove errno.h from files that do not need it. by Marcus Meissner · 22 years ago
- 297f3d8 Define NONAMELESS{STRUCT,UNION} explicitly in the files that need them. by Dimitrie O. Paun · 22 years ago
- 9e8e5ff Implemented the Fiber* functions (with the help of Huw Davies). by Alexandre Julliard · 22 years ago
- 75dee50 Replace 0x%p with %p. by Patrik Stridvall · 22 years ago
- dab0cf3 Use COMSPEC command interpreter to run .bat files. by Uwe Bonnes · 22 years ago
- 5926cea Partially implemented kernel/user times in GetThreadTimes (based on a by Alexandre Julliard · 22 years ago
- 6caeb72 Fixed pthreads on FreeBSD (based on patch by Alexandre Julliard). by Patrik Stridvall · 22 years ago
- a2e1222 Stubs for CreateTimerQueue and DeleteTimerQueueEx. by Steve Lustbader · 22 years ago
- 24f4ece Partially implement GetThreadTimes. by Ryan Cumming · 22 years ago
- ed800c6 Build ntdll with -DSTRICT. by Andrew John Hughes · 22 years ago
- c19fef4 Fixed strict aliasing issue in __pthread_once and SetWaitableTimer. by Marcus Meissner · 22 years ago
- d31c8ec Fixed sparc check. by Alexandre Julliard · 22 years ago
- 1ab0ee3 Add case for non sparc / non i386 SYSDEPS_CallOnStack. by Marcus Meissner · 22 years ago
- 1cae479 Implemented SYSDEPS_CallOnStack for sparcs. by Juraj Hercek · 22 years ago
- 45e5681 Mingw porting fix. by Steven Edwards · 22 years ago
- 26fd740 Avoid reference to glibc internal __libc_fork function. by Alexandre Julliard · 22 years ago
- 7aee907 Merged wine_call_to_16_long and wine_call_to_16_short into a single function. by Alexandre Julliard · 22 years ago