reactos/ntoskrnl/ex
Hermès Bélusca-Maïto c66a1582ac
[NTOS:EX] Add some missing PoNotifySystemTimeSet() calls. Stub out NtSetSystemTime() with NULL parameter.
- They notify, via the "\\Callback\\SetSystemTime" callback, components
  of a change of system time (for example, Win32k).
  Note, that our Win32k currently does not handle power callouts, so
  it isn't affected by these changes (yet).

- NtSetSystemTime(NULL, ...) means "update system time using the current
  time-zone information", which is something we don't implement yet.
  (And, nothing was previously protecting this call from a NULL parameter...)
2023-09-03 17:39:39 +02:00
..
arm
i386
atom.c
callback.c
dbgctrl.c
efi.c
event.c
evtpair.c
exintrin.c
fmutex.c
handle.c
harderr.c
hdlsterm.c
init.c [NTOS:EX] Add some missing PoNotifySystemTimeSet() calls. Stub out NtSetSystemTime() with NULL parameter. 2023-09-03 17:39:39 +02:00
interlocked.c
keyedevt.c
locale.c
lookas.c
mutant.c
profile.c
pushlock.c
resource.c
rundown.c
sem.c
shutdown.c Fix typo "managment" -> "management" in our codebase... 2023-06-04 21:39:56 +02:00
sysinfo.c [NTOS:EX] Fix swapped values in ExGetCurrentProcessorCounts() (#4565) 2023-07-02 16:10:36 +03:00
time.c [NTOS:EX] Add some missing PoNotifySystemTimeSet() calls. Stub out NtSetSystemTime() with NULL parameter. 2023-09-03 17:39:39 +02:00
timer.c
uuid.c
win32k.c
work.c
xipdisp.c
zone.c
zw.S