- Implement the ThreadDescriptorTableEntry case for NtQueryInformationThread. This...
authorStefan Ginsberg <stefanginsberg@gmail.com>
Thu, 29 Oct 2009 10:04:15 +0000 (10:04 +0000)
committerStefan Ginsberg <stefanginsberg@gmail.com>
Thu, 29 Oct 2009 10:04:15 +0000 (10:04 +0000)
commitbec72fa6a78bcd221363edd79335df6bab8564ad
tree2c82bea07142131314a061364e5a332707b753bf
parent7590cdb16d6375606af1920cc7b9a71cf9ded0d7
- Implement the ThreadDescriptorTableEntry case for NtQueryInformationThread. This is required for the GetThreadSelectorEntry routine used by user mode debuggers.
- #if out some x86-only LDT code from PS and move it to psldt.c.

svn path=/trunk/; revision=43827
reactos/dll/win32/kernel32/thread/thread.c
reactos/include/ndk/i386/ketypes.h
reactos/ntoskrnl/include/internal/i386/ke.h
reactos/ntoskrnl/include/internal/ps.h
reactos/ntoskrnl/ke/i386/ldt.c
reactos/ntoskrnl/ntoskrnl-generic.rbuild
reactos/ntoskrnl/ps/i386/psldt.c [new file with mode: 0644]
reactos/ntoskrnl/ps/kill.c
reactos/ntoskrnl/ps/process.c
reactos/ntoskrnl/ps/query.c