Alexandre Julliard
|
aaf477f292
server: Change the timeout handling to use NT-style 64-bit timeouts everywhere.
|
18 years ago |
Alexandre Julliard
|
7e71c1ddee
server: Add an open_file() function to the object operations.
|
18 years ago |
Alexandre Julliard
|
5c8421d3e7
server: Add a generic apc_call structure to make it easier to extend, and more type-safe.
|
18 years ago |
Alexandre Julliard
|
753c8706f5
server: Only call gettimeofday once per poll loop.
|
18 years ago |
Jonathan Ernst
|
360a3f9142
Update the address of the Free Software Foundation.
|
19 years ago |
Alexandre Julliard
|
53496f83e7
Fixed a couple of warnings on MacOS.
|
19 years ago |
Alexandre Julliard
|
03f46e1321
server: Added access rights mapping to synchronization objects.
|
19 years ago |
Alexandre Julliard
|
28beba31d6
server: Added infrastructure for access rights mapping.
|
19 years ago |
Alexandre Julliard
|
24560e70bb
server: Make alloc_handle use attributes instead of inherit flag.
|
19 years ago |
Alexandre Julliard
|
3764da68de
server: Move handle allocation out of open_object_dir.
|
19 years ago |
Vitaliy Margolen
|
7c5cb7a229
Move timer objects into directory name space.
|
19 years ago |
Ge van Geldorp
|
1a1583a364
Match PSDK STATUS_* definitions.
|
19 years ago |
Vitaliy Margolen
|
baffcb95d3
Add name_lookup function in object_ops.
|
19 years ago |
Robert Lunnon
|
95414ef44c
Add stdarg.h where missing.
|
19 years ago |
Vitaliy Margolen
|
893987b871
Return correct error on name collision when creating new named
|
19 years ago |
Alexandre Julliard
|
ead9b062e3
Added a struct unicode_str to encapsulate object names.
|
19 years ago |
Vitaliy Margolen
|
3585f2fa77
Pass object attributes to create_named_object & find_object.
|
19 years ago |
Vitaliy Margolen
|
a996000ad5
- Send whole OBJECT_ATTRIBUTES.Attributes to the server not just an
|
19 years ago |
Alexandre Julliard
|
b9b1ea9c9f
Added a close_handle method to the object operations, and use it to
|
19 years ago |
Robert Shearman
|
c516571481
- Use NULL instead of 0 for all non-handle pointers.
|
20 years ago |
Mike McCormack
|
f92fff66a2
Implemented NtSignalAndWaitForSingleObject.
|
20 years ago |
Robert Shearman
|
7572b125b5
Implement NtQueryTimer.
|
20 years ago |
Eric Pouech
|
44158dd690
- moved event, semaphore, mutex implementation from kernel32 to ntdll
|
20 years ago |
Eric Pouech
|
4c591d4ef3
Implemented timer related functions in ntdll and make the kernel32
|
22 years ago |
Alexandre Julliard
|
088bcf9ca5
Implemented NtQueueApcThread, and changed the server APC interface to
|
22 years ago |
Alexandre Julliard
|
462172a3d6
Added abs_time_t structure to the server protocol, and added a dump
|
22 years ago |
Alexandre Julliard
|
e66207ebfc
Moved all references to file descriptors out of the generic object
|
22 years ago |
Alexandre Julliard
|
cf27a7fa3b
Changed fd operations to take a struct fd instead of a struct object.
|
22 years ago |
Alexandre Julliard
|
863637b158
Started moving functions that deal with Unix file descriptors to a
|
22 years ago |
Alexandre Julliard
|
435e2e63f4
winnt.h should not be self-contained, it must depend on windef.h so
|
22 years ago |