reactos/ntoskrnl/mm/ARM3
Hermès Bélusca-Maïto f5e86c0fd3
[NTOS] Just go ahead and allow printing all the printable ASCII characters in ExpTagAllowPrint().
As documented in https://docs.microsoft.com/fr-fr/windows-hardware/drivers/ddi/wdm/nf-wdm-exallocatepoolwithtag
pool tag "characters" must be a value in the range 0x20 (space) to 0x7E (tilde),
which happen indeed to be the range of printable (non-extended) ASCII characters.

(The display problem was originally caught while attempting to display
the pool tag 0x3a306847 corresponding to 'Gh0:', a win32ss GDIOBJ pool tag
encoded with macro GDIOBJ_POOL_TAG().)
2019-11-01 19:09:29 +01:00
..
arm
i386
contmem.c [NTOS:MM] Add debug print to MiAllocateContiguousMemory in out-of-memory case 2019-10-27 06:32:50 +01:00
drvmgmt.c
dynamic.c
expool.c [NTOS] Just go ahead and allow printing all the printable ASCII characters in ExpTagAllowPrint(). 2019-11-01 19:09:29 +01:00
hypermap.c
iosup.c
kdbg.c
largepag.c
mdlsup.c
miarm.h
miavl.h
mmdbg.c
mminit.c [NTOS:MM] MmSizeOfSystemCacheInPages is ULONG_PTR, not ULONG 2019-08-15 18:04:57 +02:00
mmsup.c
ncache.c
pagfault.c
pfnlist.c
pool.c
procsup.c [NTOSKRNL] Move DPRINT1("Thread wants too much stack\n") around 2019-08-15 18:18:59 +02:00
section.c [NTOSKRNL] Simplify buffer definition in MiQueryMemorySectionName(). 2019-09-29 14:16:44 +02:00
session.c
special.c
sysldr.c [NTOS:MM] Add a MmChangeKernelResourceSectionProtection() helper. (#1649) 2019-07-14 22:23:49 +02:00
syspte.c
vadnode.c [NTOS][USERSRV] Silence noisy debug output. 2019-04-22 17:41:17 +02:00
virtual.c
zeropage.c