Alexandre Julliard
|
580da246f5
|
Added an inode object to keep track of all file descriptors open for a
given file.
Plugged a couple of potential file descriptor leaks.
|
2003-03-12 22:38:14 +00:00 |
Alexandre Julliard
|
e66207ebfc
|
Moved all references to file descriptors out of the generic object
structure.
Changed the poll()-related routines to deal with file descriptors
instead of objects and integrated poll support into fd.c.
|
2003-02-19 00:33:32 +00:00 |
Alexandre Julliard
|
cf27a7fa3b
|
Changed fd operations to take a struct fd instead of a struct object.
Removed get_file_info function from object operations.
Added get_device_id request to avoid abusing get_file_info.
|
2003-02-14 20:27:09 +00:00 |
Steven Edwards
|
037c8a1246
|
Porting fixes.
|
2003-02-11 22:27:13 +00:00 |
Alexandre Julliard
|
863637b158
|
Started moving functions that deal with Unix file descriptors to a
separate fd object. This will be needed for file locking.
|
2003-01-30 00:26:44 +00:00 |
Marcus Meissner
|
f63e5b646a
|
Remove errno.h from files that do not need it.
|
2003-01-23 22:51:04 +00:00 |
Vincent Béron
|
9a62491660
|
Removed trailing whitespace.
|
2002-05-31 23:06:46 +00:00 |
Alexandre Julliard
|
5188574984
|
Renamed handle_t to obj_handle_t to avoid conflict with rpcdce.h.
|
2002-05-30 20:12:58 +00:00 |
Mike McCormack
|
fc93261150
|
Begin to make wine an SMB client.
|
2002-03-12 19:24:04 +00:00 |