reactos/subsystems/win32/csrsrv
Hermès Bélusca-Maïto ff293a1877
[CSRSRV] Acquire the necessary SE_INC_BASE_PRIORITY_PRIVILEGE at shutdown (#4461)
When increasing the base priority at shutdown, acquire the necessary
SE_INC_BASE_PRIORITY_PRIVILEGE in CsrSetToShutdownPriority(),
called by CsrShutdownProcesses(), which is necessary due to the increase
of process base priority (i.e. increase of scheduling) being done.

Dedicated to George Bișoc :)

The Shutdown privilege is however unnecessary (or unwanted) since this
has been already dealt with by the shutdown caller. Also, it will be
needed only by the caller of NtShutdownSystem() -- that we don't call
at all here.
2022-04-23 19:15:22 +02:00
..
api.c [CSRSRV] Fix uninitialized variable warning detected by Clang. (#3619) 2021-05-05 17:24:14 +02:00
api.h [NTDLL:CSR][CSRSRV] Start to deprecate CSR functions removed on Windows 2003. 2021-11-22 00:13:34 +01:00
CMakeLists.txt [CMAKE] Use modules instead of shared libraries 2019-04-06 17:43:38 +02:00
csrsrv.rc Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
csrsrv.spec Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
init.c [CSRSRV] CsrSetProcessSecurity(): Check 1st NtQueryInformationToken() result (#2862) 2020-06-01 14:17:29 +03:00
procsup.c [CSRSRV] Acquire the necessary SE_INC_BASE_PRIORITY_PRIVILEGE at shutdown (#4461) 2022-04-23 19:15:22 +02:00
server.c [NTDLL:CSR][CSRSRV] Start to deprecate CSR functions removed on Windows 2003. 2021-11-22 00:13:34 +01:00
session.c Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
srv.h Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
status.h [CSRSRV] Update the status.h file with updated information. 2021-11-22 00:13:35 +01:00
thredsup.c [CSRSRV] Fix locking logic when destroying threads & processes 2021-03-23 18:17:44 +01:00
wait.c Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00