Gleb Surikov
15736c1d39
[NTOS:PS] Implement JobObjectBasicProcessIdList
...
And:
- Document and refactor existing NtQueryInformationJobObject code using helper functions
2024-10-04 16:01:50 +03:00
Gleb Surikov
9012b1a602
[NTOS:PS] Implement JobObjectBasicLimitInformation and JobObjectExtendedLimitInformation limits in NtSetInformationJobObject based on the patch by Timo Kreuzer
...
And:
- Separate this functionality into a helper function
- Modernize SAL annotations
Co-authored-by: Timo Kreuzer <timo.kreuzer@reactos.org>
2024-10-04 16:01:50 +03:00
Gleb Surikov
b2fa29ec5a
[NTOS:PS] Implement basic PspTerminateJobObject
...
Co-authored-by: Mark Jansen <mark.jansen@reactos.org>
Co-authored-by: Samuel Serapión Vega <encoded@reactos.org>
2024-10-04 16:01:49 +03:00
Gleb Surikov
af67562109
[NTOS:PS] NtIsProcessInJob/IsProcessInJob:
...
- Modernize SAL annotations
- Handle the case when the passed ProcessHandle is the current process
- Add comments
2024-10-04 16:01:49 +03:00
Gleb Surikov
31c3bcd551
[NTOS:PS] Basic support for assigning a process to a job, WIP
...
>
>
Co-authored-by: Mark Jansen <mark.jansen@reactos.org>
Co-authored-by: Samuel Serapión Vega <encoded@reactos.org>
2024-10-04 16:01:48 +03:00
Gleb Surikov
6fa4ac7d09
[NTOS:PS] NtOpenJobObject:
...
- SAL2 annotate NtOpenJobObject and related user-mode functions
- Re-format NtOpenJobObject
- Don't use hungarian notation for handles in NtCreateJobObject and NtOpenJobObject
2024-10-04 16:01:48 +03:00
Denis Malikov
18a9993d69
[KERNEL32] implement CreateSemaphoreExW/A and adjust macroses for it
2019-08-15 15:50:59 +02:00
Colin Finck
c2c66aff7d
Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys.
2017-10-03 07:45:34 +00:00