- 18 Jun, 2003 1 commit
-
-
Francois Gouget authored
main() {return sizeof int;}'). Use 'sizeof(type)' instead.
-
- 14 Jun, 2003 1 commit
-
-
Alexandre Julliard authored
(spotted by Uwe Bonnes).
-
- 15 May, 2003 1 commit
-
-
Mike McCormack authored
- allow NtFileFlushBuffers to wait - allow DisconnectNamedPipe to invalidate client cached fd - fix the pipe test now that one extra test passes
-
- 17 Apr, 2003 1 commit
-
-
Bill Medland authored
-
- 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.
-
- 12 Mar, 2003 1 commit
-
-
Alexandre Julliard authored
given file. Plugged a couple of potential file descriptor leaks.
-
- 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.
-
- 12 Feb, 2003 1 commit
-
-
Alexandre Julliard authored
functions instead so that get_fd works properly.
-
- 11 Feb, 2003 1 commit
-
-
Steven Edwards authored
-
- 30 Jan, 2003 1 commit
-
-
Alexandre Julliard authored
separate fd object. This will be needed for file locking.
-
- 02 Oct, 2002 1 commit
-
-
Alexandre Julliard authored
for managing linked lists.
-
- 31 May, 2002 1 commit
-
-
Vincent Béron authored
-
- 30 May, 2002 1 commit
-
-
Alexandre Julliard authored
-
- 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.
-
- 09 Mar, 2002 1 commit
-
-
Alexandre Julliard authored
Global replacement of debugtools.h by wine/debug.h.
-
- 12 Jan, 2002 1 commit
-
-
Marcus Meissner authored
-
- 09 Jan, 2002 1 commit
-
-
Martin Wilck authored
-
- 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.
-
- 07 Nov, 2001 1 commit
-
-
Mike McCormack authored
-
- 05 Oct, 2001 1 commit
-
-
Alexandre Julliard authored
breaking the get_handle_fd request.
-
- 27 Aug, 2001 1 commit
-
-
Mike McCormack authored
-
- 23 Aug, 2001 1 commit
-
-
Mike McCormack authored
Add a state for each pipe handle in the server. Create a socket on when the pipe is opened, not before.
-
- 17 Jul, 2001 1 commit
-
-
Ove Kaaven authored
when opening a named pipe if the pipe exists but no instances of it are currently waiting for a connection.
-
- 10 Jul, 2001 1 commit
-
-
Mike McCormack authored
-