reactos/reactos/ntoskrnl/ke/i386
Aleksey Bragin f792bc36a0 Relax restriction on the segment in NtSetLdtEntries(). Look into diff for details. Thanks to Myria for providing information.
There were no reasons found which can proof that this change could lead to security issues.

svn path=/trunk/; revision=23509
2006-08-06 22:02:02 +00:00
..
bios.c - NDK 0.98, now with versionned headers. Too many changes to list, see the TinyKRNL SVN Logs for more detailed information. Thanks to Andrew (Wax), Thomas and Aleksey for testing. 2006-05-10 17:47:44 +00:00
cpu.S - Move some assembly functions around in better suited locations. 2006-01-17 06:36:35 +00:00
ctxswitch.S - Move some assembly functions around in better suited locations. 2006-01-17 06:36:35 +00:00
exp.c - NDK 0.98, now with versionned headers. Too many changes to list, see the TinyKRNL SVN Logs for more detailed information. Thanks to Andrew (Wax), Thomas and Aleksey for testing. 2006-05-10 17:47:44 +00:00
fpu.c - Hack FPU handler. 2nd stage installation now works if you had a crash, as well as any other crash where your trace indidicated one of the following: "CoordLpToDP", "KiHandleFpuFault". 2006-07-25 19:49:53 +00:00
gdt.c - Update selector names to official names and define/use the MODE and RPL masks for more portable/clean code. 2005-11-27 03:08:35 +00:00
irq.c Fix an incorrect HalBeginSystemInterrupt() prototype 2006-05-27 15:38:37 +00:00
irqhand.s Simplified the definition of the interrupt handlers for non smp machines. 2006-01-02 18:34:31 +00:00
kernel.c - Added another MSVC intrinsic to gcc (BitScanReverse). Thanks to Vampyre. 2006-07-17 01:40:10 +00:00
ldt.c Relax restriction on the segment in NtSetLdtEntries(). Look into diff for details. Thanks to Myria for providing information. 2006-08-06 22:02:02 +00:00
main_asm.S - Allocated the initial stacks page aligned. 2006-01-15 18:28:40 +00:00
thread.c Disable correct usage of ESP0 since it seems the V86 code is still not ready to handle that. This should fix the V86 exceptions some people have been having. 2006-01-16 17:05:50 +00:00
trap.s - Use MmUserProbeAddress in the system call handler to verify the parametes we got from user-mode are valid and return STATUS_ACCESS_VIOLATION if the check fails. 2006-01-17 22:41:39 +00:00
tss.c - Fix accidental build breakage. 2006-01-11 06:01:54 +00:00
usercall_asm.S * Add more documented flags from ks386.inc to asm.h 2006-01-17 05:05:35 +00:00
usertrap.c - NDK 0.98, now with versionned headers. Too many changes to list, see the TinyKRNL SVN Logs for more detailed information. Thanks to Andrew (Wax), Thomas and Aleksey for testing. 2006-05-10 17:47:44 +00:00
v86m.c - Fix compile issues caused by previous patch. 2005-11-27 19:21:19 +00:00
v86m_sup.S - Move asm.h to NDK. 2005-07-20 00:33:06 +00:00
vdm.c - Support INIT section pragmas for msvc. Patch by Brezenbak. 2005-11-28 23:25:31 +00:00