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 |
2002-09-12 |
Patrik Stridvall | Moved all the content of the DDK files ntdef.h and... |
tree | commitdiff |
2002-08-28 |
Patrik Stridvall | MSVC compatibility fixes. |
tree | commitdiff |
2002-08-27 |
Alexandre Julliard | Added wine_get_user_name function and got rid of some... |
tree | commitdiff |
2002-08-27 |
Dmitry Timoshkov | Convert most of the file APIs to Unicode. |
tree | commitdiff |
2002-08-26 |
Patrik Stridvall | MSVC compatibility fixes. |
tree | commitdiff |
2002-08-20 |
Marcus Meissner | Use r2 instead of r13 for TLS, since r13 is used in... |
tree | commitdiff |
2002-08-17 |
Patrik Stridvall | Added include protection for unistd.h and sys/time.h. |
tree | commitdiff |
2002-08-15 |
Alexandre Julliard | Fixed GetLocaleInfoW to handle Unicode properly and... |
tree | commitdiff |
2002-08-14 |
Alexandre Julliard | Make behavior of builtin executables closer to that... |
tree | commitdiff |
2002-08-13 |
Alexandre Julliard | Fixed race condition when a thread gets killed right... |
tree | commitdiff |
2002-08-09 |
Alexandre Julliard | Implemented the RtlImage* functions, and use them to... |
tree | commitdiff |
2002-08-09 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
tree | commitdiff |
2002-08-06 |
Alexandre Julliard | Authors: Josh DuBois <duboisj@codeweavers.com>, Marcus... |
tree | commitdiff |
2002-07-31 |
Alexandre Julliard | Fixed some handle type mismatches and added a few casts... |
tree | commitdiff |
2002-07-31 |
Alexandre Julliard | Moved initial AllocConsole call to kernel init (based... |
tree | commitdiff |
2002-07-31 |
Alexandre Julliard | Remove .so extension from main module file name after... |
tree | commitdiff |
2002-07-31 |
Alexandre Julliard | Fixed HANDLE<->HFILE conversions, since they will be... |
tree | commitdiff |
2002-07-23 |
Alexandre Julliard | Fixed handling of .com binaries (thanks to Chris Morgan). |
tree | commitdiff |
2002-07-22 |
Alexandre Julliard | Replace all uses of PREFIX and @function by the __ASM_N... |
tree | commitdiff |
2002-07-22 |
Alexandre Julliard | Fixed .com binary support. |
tree | commitdiff |
2002-06-20 |
Alexandre Julliard | Create the server directory and socket file in /tmp. |
tree | commitdiff |
2002-06-13 |
François Gouget | Reset signals to SIG_DFL before starting a child process. |
tree | commitdiff |
next |