- 20 May, 2003 1 commit
-
-
Eric Pouech authored
functions use them.
-
- 04 Apr, 2003 1 commit
-
-
Alexandre Julliard authored
always take 3 parameters. Implemented a number of other ntdll thread functions, and use them from the kernel ones.
-
- 02 Apr, 2003 1 commit
-
-
Alexandre Julliard authored
routine for it that displays the relative timeout to make timeout values easier to interpret.
-
- 19 Feb, 2003 1 commit
-
-
Alexandre Julliard authored
structure. Changed the poll()-related routines to deal with file descriptors instead of objects and integrated poll support into fd.c.
-
- 14 Feb, 2003 1 commit
-
-
Alexandre Julliard authored
Removed get_file_info function from object operations. Added get_device_id request to avoid abusing get_file_info.
-
- 30 Jan, 2003 1 commit
-
-
Alexandre Julliard authored
separate fd object. This will be needed for file locking.
-
- 10 Dec, 2002 1 commit
-
-
Alexandre Julliard authored
that STRICT works correctly; moved some definitions back to windef.h where they belong, and removed a couple of definitions that don't exist on Windows.
-
- 02 Oct, 2002 1 commit
-
-
Alexandre Julliard authored
for managing linked lists.
-
- 26 Apr, 2002 1 commit
-
-
Alexandre Julliard authored
for ssize_t. Removed a couple of no longer used portability functions. Various portability fixes in port.h.
-
- 23 Mar, 2002 1 commit
-
-
Alexandre Julliard authored
callback terminates.
-
- 09 Mar, 2002 1 commit
-
-
Alexandre Julliard authored
Global replacement of debugtools.h by wine/debug.h.
-
- 20 Dec, 2001 1 commit
-
-
Mike McCormack authored
- implement async queues
-
- 30 Nov, 2001 1 commit
-
-
Alexandre Julliard authored
data to be exchanged. Split request and reply structures to make backwards compatibility easier. Moved many console functions to dlls/kernel, added code page support, changed a few requests to behave properly with the new protocol.
-
- 06 Jan, 2001 1 commit
-
-
Alexandre Julliard authored
thread is not in an alertable state. Specify the select_request timeout as absolute value so that we can restart the request when interrupted.
-
- 05 Jan, 2001 1 commit
-
-
Alexandre Julliard authored
pointers later on. Always use 0 to signal invalid handle in server requests.
-
- 19 Dec, 2000 1 commit
-
-
Alexandre Julliard authored
-
- 30 Aug, 2000 1 commit
-
-
Alexandre Julliard authored
Changed a few requests to use the new vararg mechanism.
-
- 22 Aug, 2000 1 commit
-
-
Alexandre Julliard authored
-
- 04 Apr, 2000 1 commit
-
-
Alexandre Julliard authored
-
- 24 Jan, 2000 1 commit
-
-
Alexandre Julliard authored
-
- 01 Jan, 2000 1 commit
-
-
Alexandre Julliard authored
Fixed busy waiting on POLLERR events. Merged struct client into struct thread.
-
- 13 Dec, 1999 1 commit
-
-
Alexandre Julliard authored
Fixed races with SIGCHLD handling and ptrace. Minor fixes to timeout handling.
-
- 29 Nov, 1999 1 commit
-
-
Alexandre Julliard authored
-