Sign in
goma
/
wine
/
012b4538b6adb60d6a97b6e00df0bffa344def4e
/
server
/
fd.c
f92fff6
Implemented NtSignalAndWaitForSingleObject.
by Mike McCormack
· 20 years ago
7001d6e
Clean-up async IO internal functions.
by Eric Pouech
· 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
b1aad5d
Regular files are always ready for I/O, no need to poll on them.
by Alexandre Julliard
· 20 years ago
dd81ac5
Convert async I/O queues to standard lists.
by Alexandre Julliard
· 20 years ago
e432d54
Fixed potential crash in fd_dump function.
by Alexandre Julliard
· 20 years ago
4634447
- got rid of include/async.h
by Eric Pouech
· 20 years ago
505dfde
Fix up several inline assembler blocks so that they produce correct
by Peter Chapman
· 20 years ago
626aa33
Added fallback syscalls for epoll functions.
by Alexandre Julliard
· 20 years ago
969f57c
Added support for epoll() as an alternative to poll() (based on the
by Alexandre Julliard
· 21 years ago
4949a71
Moved timeout processing to a separate function.
by Alexandre Julliard
· 21 years ago
17c775f
Take care to not close the file handle if there are outstanding locks
by Alexandre Julliard
· 21 years ago
15e12da
Converted the timeout list to use the standard list functions.
by Alexandre Julliard
· 21 years ago
0a6af13
Make sure to run through the poll loop once before processing newly
by Alexandre Julliard
· 21 years ago
6a27b48
Fd type is no longer used, get rid of it.
by Alexandre Julliard
· 21 years ago
60287d0
Make sure we don't truncate the file on open before we have checked
by Alexandre Julliard
· 21 years ago
ad9b799
Reimplemented CreateDirectoryW and RemoveDirectoryW using ntdll functions.
by Alexandre Julliard
· 21 years ago
684b65c
Added support for FILE_DIRECTORY_FILE and FILE_NON_DIRECTORY_FILE open options.
by Alexandre Julliard
· 21 years ago
18c08d3
Removed the get_file_info request.
by Alexandre Julliard
· 21 years ago
9ff7872
Moved FILE_DELETE_ON_CLOSE support to the inode object so that we
by Alexandre Julliard
· 21 years ago
74bd1e4
Check file sharing permissions based on the file inode instead of the
by Alexandre Julliard
· 21 years ago
99a01c0
EOVERFLOW does not exist on OpenBSD.
by Wim Lewis
· 21 years ago
f3f435f
Added wine_server_release_fd function to release the fd returned by
by Alexandre Julliard
· 21 years ago
b23aa94
One more workaround for a missing NFS lock daemon.
by Alexandre Julliard
· 22 years ago
412d37f
- adapted kernel32 so that it no longer (directly) manages console
by Eric Pouech
· 22 years ago
ef8b946
- rewrite of the named pipe code
by Mike McCormack
· 22 years ago
b932723
Ignore locking failures caused by missing NFS locking daemon.
by Alexandre Julliard
· 22 years ago
3f7c3ff
Fix for client accessing a named pipe after the server closes it.
by Bill Medland
· 22 years ago
9037f4b
Added generic signal handling mechanism based on pipes to synchronize
by Alexandre Julliard
· 22 years ago
d71ba93
Ignore fcntl failure when setting a write lock on a read only file.
by Alexandre Julliard
· 22 years ago
6dcc1af
Fix signature of open_fd().
by Gerald Pfeifer
· 22 years ago
ce61349
Implemented file locking functions (partly based on my old Corel
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
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
863637b
Started moving functions that deal with Unix file descriptors to a
by Alexandre Julliard
· 22 years ago