.. |
cc
|
[ntoskrnl/cc]
|
2009-12-01 21:32:50 +00:00 |
config
|
[ntoskrnl\config]
|
2009-12-09 14:15:11 +00:00 |
dbgk
|
[ntoskrnl]
|
2009-12-12 15:21:56 +00:00 |
ex
|
[ntoskrnl]
|
2009-12-12 15:21:56 +00:00 |
fsrtl
|
Fix a bug, silence GCC 4.5.x warnings.
|
2009-11-16 01:57:24 +00:00 |
fstub
|
- INITIAL_STALL_COUNT makes more sense in decimal (100) than hex (0x64) so define it that way.
|
2009-10-29 19:58:41 +00:00 |
inbv
|
We now generate the correct ARM syscall stub code for system calls with IDs > 0x100.
|
2008-02-07 07:10:13 +00:00 |
include
|
[ntoskrnl/lpc] - Fix a typo, correct paths
|
2009-12-12 12:23:55 +00:00 |
io
|
- Silence (on request of Christoph)
|
2009-11-13 15:04:19 +00:00 |
kd
|
- Implement support for reading and writing physical memory for KD. The implementation uses a reserved mapping page to map the target physical address to. On x86 this page is located at virtual address 0xFFBFF000, and the PTE for this page is the last PTE of the nonpaged pool's PDE. Other architectures may need to reserve the PTE elsewhere.
|
2009-11-04 22:40:18 +00:00 |
kd64
|
- Add KCALLOUT_FRAME to define the kernel callback stack layout during user mode callbacks. Define the NextCallback and FramePointer members of the debugger data block more portably with this.
|
2009-11-09 23:19:03 +00:00 |
kdbg
|
- Disable the MiCacheImageSymbols call in MmLoadSystemImage for KD too as this hack is required for rossym rather than KDBG. Fixes detection of non-boot driver images by WinDbg.
|
2009-11-08 01:13:49 +00:00 |
ke
|
Uncomment SYSTEM_THREAD_EXCEPTION_NOT_HANDLED case.
|
2009-12-10 08:54:53 +00:00 |
lpc
|
[ntoskrnl]
|
2009-12-12 15:21:56 +00:00 |
mm
|
Merge from amd64 branch:
|
2009-12-06 03:24:18 +00:00 |
ob
|
- ObpCreateDosDevicesDirectory: Check that allocation succeeded before dereference
|
2009-09-11 22:31:46 +00:00 |
po
|
- Disable the MiCacheImageSymbols call in MmLoadSystemImage for KD too as this hack is required for rossym rather than KDBG. Fixes detection of non-boot driver images by WinDbg.
|
2009-11-08 01:13:49 +00:00 |
ps
|
[ntoskrnl]
|
2009-12-12 15:21:56 +00:00 |
rtl
|
- Fix support for /CRASHDEBUG and /NODEBUG; we didn't respect those settings properly and would initialize KD at boot even if they were set.
|
2009-11-02 17:45:51 +00:00 |
se
|
[ntoskrnl/se]
|
2009-12-01 21:26:40 +00:00 |
tests
|
- Remove svn:needs-lock, svn:eol-type, and svn:eol-tyle properties.
|
2009-10-12 03:35:35 +00:00 |
vdm
|
- Re-enable some debug prints for unsupported hardware features and make them consistent.
|
2009-10-29 18:26:22 +00:00 |
wmi
|
- Add WmiQueryTraceInformation, WmiTraceMessage and WmiTraceMessageVa stubs and exports
|
2008-09-25 14:25:22 +00:00 |
KrnlFun.c
|
- Small update to the plan (remove what's done already for sure)
|
2007-09-24 12:11:14 +00:00 |
ntkrnlmp.rbuild
|
make rbuild files XML compliant by adding the XInclude namespace , no code change
|
2008-04-28 13:44:11 +00:00 |
ntoskrnl-generic.rbuild
|
- Fix build with neither KDBG or _WINKD_ defined -- ReactOS KD wrapper uses the safe memory routines too, so only skip kdmemsup.c if compiling for _WINKD_.
|
2009-11-09 21:38:26 +00:00 |
ntoskrnl.pspec
|
- Fix support for /CRASHDEBUG and /NODEBUG; we didn't respect those settings properly and would initialize KD at boot even if they were set.
|
2009-11-02 17:45:51 +00:00 |
ntoskrnl.rbuild
|
make rbuild files XML compliant by adding the XInclude namespace , no code change
|
2008-04-28 13:44:11 +00:00 |
ntoskrnl.rc
|
Fix internal name of ntkrnlmp.exe. Alexander Yastrebov (menone7 ~at~ gmail com), bug #4821.
|
2009-10-05 14:12:33 +00:00 |
ntoskrnl_arm.lnk
|
We now have the correct intrinsics for ARM.
|
2008-02-08 07:51:01 +00:00 |
ntoskrnl_i386.lnk
|
All remaining changes from the PPC branch. Not well tested yet. Many things
|
2007-10-06 07:53:20 +00:00 |
ntoskrnl_powerpc.lnk
|
Fix memory map to kernel mode.
|
2007-10-28 12:31:10 +00:00 |
sysfuncs.lst
|
Be compatible with MS Windows 2003 SP1 syscall list
|
2008-01-05 17:29:44 +00:00 |