Alexandre Julliard
|
c954e5b9e6
server: Avoid using wine/port.h.
|
3 years ago |
Alexandre Julliard
|
e1716530d9
server: Use a standard user APC also for timers.
|
3 years ago |
Alexandre Julliard
|
f3d41cc789
server: Don't bother queuing APC_NONE apcs.
|
3 years ago |
Alexandre Julliard
|
d6ef9401b3
server: Use the object type information to implement access mapping.
|
3 years ago |
Alexandre Julliard
|
4d646de90d
server: Add generic mapping masks for all object types.
|
3 years ago |
Alexandre Julliard
|
c6f2aacb57
server: Add a type descriptor to all server objects.
|
3 years ago |
Alexandre Julliard
|
2e51f9aae3
server: Add an object operation to retrieve an object name.
|
4 years ago |
Piotr Caban
|
b67bbb732b
server: Don't create wait object if infinite timeout is passed to NtSetTimer.
|
4 years ago |
Jacek Caban
|
4f9cc93108
server: Introduce a separated type for user APCs.
|
4 years ago |
Piotr Caban
|
6d2d3595c0
server: Use monotonic clock in waitable timers.
|
4 years ago |
Jacek Caban
|
b2a546c92d
server: Introduce kernel_object struct for generic association between server and kernel objects.
|
5 years ago |
Dmitry Timoshkov
|
288814a4d8
server: Make it possible to deliver an APC to any thread alive in the process.
|
7 years ago |
Alexandre Julliard
|
3ea7f7d2f4
server: Set the security descriptor at object creation.time.
|
8 years ago |
Alexandre Julliard
|
ff9d90bbb0
server: Use a standard object for object attribute roots instead of a directory.
|
8 years ago |
Alexandre Julliard
|
b21a324070
server: Use the link_name operation to create named objects.
|
8 years ago |
Alexandre Julliard
|
f55db7882d
server: Add link_name and unlink_name object operations.
|
8 years ago |
Alexandre Julliard
|
37503be654
server: Fix checks for a valid directory in object attributes.
|
8 years ago |
Alexandre Julliard
|
008f14f03f
server: Directly return a structure in get_req_unicode_str().
|
8 years ago |
Alexandre Julliard
|
ed268bbf91
server: Use a common helper function to implement open object calls.
|
8 years ago |
Alexandre Julliard
|
d15f47412e
server: Always print the full path of objects when dumping them.
|
8 years ago |
Alexandre Julliard
|
b5245a15a8
server: Pass full object attributes in the create_timer request.
|
8 years ago |
Alexandre Julliard
|
d4cd051cef
server: Store abandoned state as a flag in the wait structure.
|
11 years ago |
Alexandre Julliard
|
39644bb309
server: Pass a wait queue entry to the signaled/satisfied object functions.
|
11 years ago |
Alexandre Julliard
|
9b92a59115
server: Make timer callback function and argument client_ptr_t instead of void pointers.
|
16 years ago |
Alexandre Julliard
|
8382eb01b2
server: Return correct object types in the get_directory_entry request.
|
17 years ago |
Rob Shearman
|
c1707d8938
server: Add get_sd and set_sd object operations to allow the security descriptor to be stored somewhere other than server memory, such as on disk.
|
17 years ago |
Alexandre Julliard
|
c3624439c8
server: Fixed handling of a relative start time for a timer.
|
17 years ago |
Alexandre Julliard
|
1b15d45dd7
server: Don't allow a waitable timer to be set to expire in the past.
|
17 years ago |
Alexandre Julliard
|
aaf477f292
server: Change the timeout handling to use NT-style 64-bit timeouts everywhere.
|
17 years ago |
Alexandre Julliard
|
7e71c1ddee
server: Add an open_file() function to the object operations.
|
17 years ago |