- 2878d99 ntdll: Add debug registers to the context of all exceptions. by Alexandre Julliard · 19 years ago
- 2654be0 ntdll: Handle NtSetContextThread on the client side (as far as by Alexandre Julliard · 19 years ago
- 46d1b3e server: Added access rights mapping to process and thread objects. by Alexandre Julliard · 19 years ago
- 28beba3 server: Added infrastructure for access rights mapping. by Alexandre Julliard · 19 years ago
- 24560e7 server: Make alloc_handle use attributes instead of inherit flag. by Alexandre Julliard · 19 years ago
- f2d7dd6 server: Use attributes instead of inherit flag in process and thread requests. by Alexandre Julliard · 19 years ago
- 1a1583a Match PSDK STATUS_* definitions. by Ge van Geldorp · 19 years ago
- baffcb9 Add name_lookup function in object_ops. by Vitaliy Margolen · 19 years ago
- 73c7239 Fixed Get/SetThreadContext to work properly on suspended threads. by Alexandre Julliard · 19 years ago
- 3f85e26 Moved the platform-independent part of the get/set_thread_context by Alexandre Julliard · 19 years ago
- ff7795e Don't send an extra signal when waiting for a debug event, just do a by Alexandre Julliard · 19 years ago
- 867ae26 Remove an exiting thread from the process only after thread cleanup to by Alexandre Julliard · 20 years ago
- 1b2adad Don't try to detach from a thread that is exiting, to avoid triggering by Alexandre Julliard · 20 years ago
- e659f1e Fix some gcc 4.0 warnings. by Mike McCormack · 20 years ago
- f895ad1 Fixed a couple of error codes. by Alexandre Julliard · 20 years ago
- 9ad5628 Moved the server start time to the init_thread request and got rid of by Alexandre Julliard · 20 years ago
- 11ad6a0 Return the startup info size in the init_thread request, and allocate by Alexandre Julliard · 20 years ago
- 4391be5 Get rid of the boot_done request. by Alexandre Julliard · 20 years ago
- 0424f38 Already initialize the process in the first init_thread request by Alexandre Julliard · 20 years ago
- 92fec7b Keep track of the windows and hooks used by a thread to properly by Alexandre Julliard · 20 years ago
- 390bc5f Don't include winbase.h when it's not necessary. by Mike McCormack · 20 years ago
- 4bba216 Add support for impersonating a token. by Robert Shearman · 20 years ago
- 3795709 Change code style of form "if( x )" to "if (x)" for consistency. by Robert Shearman · 20 years ago
- b9b1ea9 Added a close_handle method to the object operations, and use it to by Alexandre Julliard · 20 years ago
- 78a3e63 The desktop of a new thread should be set from the process initial by Alexandre Julliard · 20 years ago
- 1bf96e0 Beginnings of support for window stations and desktops. by Alexandre Julliard · 20 years ago
- f92fff6 Implemented NtSignalAndWaitForSingleObject. by Mike McCormack · 20 years ago
- d2ea92d - Clean up well-known privileges. by Robert Shearman · 20 years ago
- 5727918 Added a check for poll.h. by Steven Edwards · 20 years ago
- aa34768 Convert the object wait queue to a standard list. by Alexandre Julliard · 20 years ago
- 73209eb Convert the global thread list to a standard list. by Alexandre Julliard · 20 years ago
- 20894e2 Convert the per-thread mutex list to a standard list. by Alexandre Julliard · 20 years ago
- 81b6a1f Convert the APC queues to use standard lists. by Alexandre Julliard · 20 years ago
- 6dba0a7 Add support for winevent hooks. by Dmitry Timoshkov · 20 years ago
- 4634447 - got rid of include/async.h by Eric Pouech · 20 years ago
- 3c68ab0 Make init_thread request deal better with fd allocation errors. by Alexandre Julliard · 21 years ago
- e37c6e1 Fixed header dependencies to be fully compatible with the Windows by Alexandre Julliard · 22 years ago
- 36cd6f5 Added a security token object in wineserver. by Mike McCormack · 22 years ago
- 4f196ea Implemented the ThreadBasicInformation case for NtQueryInformationThread. by Alexandre Julliard · 22 years ago
- d55e7f1 Store the hook table in the thread queue instead of the thread by Alexandre Julliard · 22 years ago
- b2df5f9 - use global atoms for the format ids by Ulrich Czekalla · 22 years ago
- 088bcf9 Implemented NtQueueApcThread, and changed the server APC interface to 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
- a8497bd Make a distinction between the thread Unix pid and the process wide by Alexandre Julliard · 22 years ago
- 580da24 Added an inode object to keep track of all file descriptors open for a by Alexandre Julliard · 22 years ago
- d04ccb8 Use SIGUSR1 instead of SIGSTOP to suspend threads. by Alexandre Julliard · 22 years ago
- a3c5ad4 Suspended threads should not acquire synchronization objects. by Peter Hunnisett · 22 years ago
- 02a53c1 Added send_thread_signal() function and properly handle errors caused by Alexandre Julliard · 22 years ago
- 77c8b1d Pass the pid of the new process in the new_process request, don't by Alexandre Julliard · 22 years ago
- e66207e Moved all references to file descriptors out of the generic object by Alexandre Julliard · 22 years ago
- cf27a7f Changed fd operations to take a struct fd instead of a struct object. by Alexandre Julliard · 22 years ago
- 91befe1 Made process and thread ids small integers instead of pointers. by Alexandre Julliard · 22 years ago
- 863637b Started moving functions that deal with Unix file descriptors to a by Alexandre Julliard · 22 years ago
- 24f4ece Partially implement GetThreadTimes. by Ryan Cumming · 22 years ago
- 0286135 Rewrote hook support to store the hook chain in the server. by Alexandre Julliard · 22 years ago
- 54f2287 Added process_id_t and thread_it_t types to the server interface by Alexandre Julliard · 23 years ago
- 31022d6 Signal and release the idle event when the process main thread exits. by Alexandre Julliard · 23 years ago
- ff73250 Unlock the master socket if the boot thread terminates early. by Alexandre Julliard · 23 years ago
- 5188574 Renamed handle_t to obj_handle_t to avoid conflict with rpcdce.h. by Alexandre Julliard · 23 years ago
- 5769d1d Better support for configure detection of missing types, added check by Alexandre Julliard · 23 years ago
- 2b47fb3 - separate cleanly between async scheduling and file IO related issues. by Martin Wilck · 23 years ago
- f666257 Don't suspend a terminated thread. by François Gouget · 23 years ago
- 417296c Implement OpenThread() winapi call. Implement a few pthreads functions. by Chris Morgan · 23 years ago
- 15979fd Fixed handling of timer callback routines when the thread owning the by Alexandre Julliard · 23 years ago
- 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
- b1c45b9 Fixed a bug that caused APCs to be "forgotten". by Martin Wilck · 23 years ago
- 6f011c0 - move async activation into the server - implement async queues by Mike McCormack · 23 years ago
- 3940d8a Let the console renderer be defined as a thread. by Eric Pouech · 23 years ago
- 9caa71e Redesign of the server communication protocol to allow arbitrary sized by Alexandre Julliard · 23 years ago
- c4be541 Avoid ftruncate to work around broken UMSDOS file system. by Alexandre Julliard · 23 years ago
- 1a66d22 Added global management of user handles in the server. by Alexandre Julliard · 24 years ago
- d66130a Don't crash if send_thread_wakeup() fails. by Andreas Mohr · 24 years ago
- 10109e6 Removed unused functions suspend/remove_all_threads. by Alexandre Julliard · 24 years ago
- 51ab43b Moved the major part of message queue and window timer handling into by Alexandre Julliard · 24 years ago
- e5dedb1 Added support for nested server waits (to allow waiting in signal handlers). by Alexandre Julliard · 24 years ago
- 8859d77 Create the server pipes on the client side and transfer them to the by Alexandre Julliard · 24 years ago
- f524240 New mechanism to transfer file descriptors from client to server. by Alexandre Julliard · 24 years ago
- 67a7499 New set of macros for server calls; makes requests without variable by Alexandre Julliard · 24 years ago
- d90e964 Added separate server pipe to wait on blocking server calls. by Alexandre Julliard · 24 years ago
- 2362380 Added separate queue for "system" APCs that get called even when the by Alexandre Julliard · 24 years ago
- 8081e5a Added handle_t type to server interface so that we can make handles by Alexandre Julliard · 24 years ago
- 7f74824 Fixed error recovery during thread creation. by Alexandre Julliard · 24 years ago
- 63411db Avoid dup'ing file descriptors when not necessary. by Alexandre Julliard · 24 years ago
- d549f69 Use a separate FIFO pair for server requests that don't need to pass a by Alexandre Julliard · 24 years ago
- 1ab243b Merged the get_read_fd and get_write_fd requests. by Alexandre Julliard · 24 years ago
- 914406f Moved LDT handling to libwine.so. Changed the interface to use the by Alexandre Julliard · 24 years ago
- 9c2370b Added exception handling wrapper to a number of server requests. by Alexandre Julliard · 25 years ago
- 8611353 Added the data structures and macros that will be needed to support by Alexandre Julliard · 25 years ago
- ea1afce Added APC support in waitable timers. by Alexandre Julliard · 25 years ago
- c5e433a Moved idle event handling to the server. by Alexandre Julliard · 25 years ago
- 5b4f3e8 Rewrote Unix process launching to allow passing startup information to by Alexandre Julliard · 25 years ago
- 07d8446 Implemented thread and (partial) module snapshots, based on the work by Alexandre Julliard · 25 years ago
- 6a72dc5 Load done event now created by the server. by Alexandre Julliard · 25 years ago
- f6507ed Do not send a debug event for a thread until the previous event for by Alexandre Julliard · 25 years ago
- b73421d Set thread start address to 0 on events generated by by Alexandre Julliard · 25 years ago
- 9a0e28f Fixed a couple of file descriptor leaks. by Alexandre Julliard · 25 years ago
- 12f29b5 Have threads and processes exit more cleanly whenever possible. by Alexandre Julliard · 25 years ago
- 98aacc7 Avoid SIGSTOP/SIGCONT race when ptrace is disabled. by Alexandre Julliard · 25 years ago
- ea0d028 Added specific routines for OUTPUT_DEBUG_STRING and EXCEPTION debug events. by Alexandre Julliard · 25 years ago
- 05f0b71 Store the list of loaded dlls in the server, and generate debug events by Alexandre Julliard · 25 years ago