Robert Shearman
|
b0f02b28b9
- Implement AdjustTokenPrivileges, DuplicateTokenEx and
|
vor 20 Jahren |
Eric Pouech
|
4634447d6b
- got rid of include/async.h
|
vor 20 Jahren |
Rein Klazes
|
5dc91e6c08
A starting process must obey the STARTF_USESTDHANDLES flag and use the
|
vor 20 Jahren |
Eric Pouech
|
b0fd2ade62
- Added ProcessBasicInformation class to ntdll.NtQueryInformationProcess.
|
vor 21 Jahren |
Alexandre Julliard
|
670711ef25
Handle file mappings on removable media entirely inside ntdll.
|
vor 21 Jahren |
Alexandre Julliard
|
bfce151ae5
Added window classes in the server, and support for inter-process
|
vor 21 Jahren |
Alexandre Julliard
|
e55d5937ac
Set or clear the BeingDebugged flag in the PEB when a debugger is
|
vor 21 Jahren |
Alexandre Julliard
|
af192f83b6
Store a "removable" flag instead of the full drive type in the server
|
vor 21 Jahren |
Alexandre Julliard
|
841f898663
Converted process creation to Unicode.
|
vor 21 Jahren |
Alexandre Julliard
|
c30cefb2d5
Store module names in Unicode in the server.
|
vor 21 Jahren |
Eric Pouech
|
9fd54b2838
- Implemented a few information classes in NtQuerySystemInformation.
|
vor 21 Jahren |
Alexandre Julliard
|
e37c6e18d0
Fixed header dependencies to be fully compatible with the Windows
|
vor 21 Jahren |
Alexandre Julliard
|
9e9e3a9ce5
We need to ignore STATUS_OBJECT_TYPE_MISMATCH errors too when setting
|
vor 21 Jahren |
Eric Pouech
|
449d10fd79
Fixed regression in process creation (std handle inheritance).
|
vor 21 Jahren |
Mike McCormack
|
36cd6f5dbb
Added a security token object in wineserver.
|
vor 22 Jahren |
Eric Pouech
|
412d37f6e6
- adapted kernel32 so that it no longer (directly) manages console
|
vor 22 Jahren |
Alexandre Julliard
|
ce61349334
Implemented file locking functions (partly based on my old Corel
|
vor 22 Jahren |
Alexandre Julliard
|
580da246f5
Added an inode object to keep track of all file descriptors open for a
|
vor 22 Jahren |
Alexandre Julliard
|
baf0a064db
Attaching the debugger to a running process should work again
|
vor 22 Jahren |
Alexandre Julliard
|
d04ccb8ebe
Use SIGUSR1 instead of SIGSTOP to suspend threads.
|
vor 22 Jahren |
Peter Hunnisett
|
a3c5ad4e77
Suspended threads should not acquire synchronization objects.
|
vor 22 Jahren |
Alexandre Julliard
|
02a53c176e
Added send_thread_signal() function and properly handle errors caused
|
vor 22 Jahren |
Alexandre Julliard
|
77c8b1dc2b
Pass the pid of the new process in the new_process request, don't
|
vor 22 Jahren |
Alexandre Julliard
|
e66207ebfc
Moved all references to file descriptors out of the generic object
|
vor 22 Jahren |
Alexandre Julliard
|
cf27a7fa3b
Changed fd operations to take a struct fd instead of a struct object.
|
vor 22 Jahren |
Alexandre Julliard
|
91befe1d64
Made process and thread ids small integers instead of pointers.
|
vor 22 Jahren |
Alexandre Julliard
|
863637b158
Started moving functions that deal with Unix file descriptors to a
|
vor 22 Jahren |
Marcus Meissner
|
f63e5b646a
Remove errno.h from files that do not need it.
|
vor 22 Jahren |
Eric Pouech
|
2359b57574
- no longer depend on toolhelp definitions for generating snapshots
|
vor 22 Jahren |
Alexandre Julliard
|
b3332d74b0
Converted the server to -DSTRICT.
|
vor 22 Jahren |