Properly setup the I/O stack location in IopSecurityFile.
[reactos.git] / reactos / ntoskrnl /
2005-07-26 Filip NavaraProperly setup the I/O stack location in IopSecurityFile.
2005-07-26 Alex Ionescu- Remove ROSRTL. The era is over. Thanks to Filip for...
2005-07-26 Alex Ionescu- Final ROSRTL removal patch. The next patch will remov...
2005-07-26 Alex Ionescu- Fix compilation if redzone detection is diabled.
2005-07-24 Hartmut Birr- Removed R_EXTRA_STACK because R_EXTRA_STACK and R_STA...
2005-07-24 Thomas Bluemeluse ZwQueryInformationFile and ZwSetInformationFile...
2005-07-23 Alex Ionescu - Disable APC Queuing & Flush APC queues during thread...
2005-07-23 Hartmut BirrFixed an uninitialized variable error.
2005-07-23 Hartmut BirrFixed an uninitialized variable error.
2005-07-23 Hartmut BirrSplit the page fault handler from the trap handler.
2005-07-23 Hartmut BirrIf a page fault occurs in user mode, we must deliver...
2005-07-22 Thomas Bluemel- replaced IopCreateUnicodeString with RtlCreateUnicode...
2005-07-22 Thomas Bluemelallocate LogFileName and HiveFileName from paged pool
2005-07-22 Thomas Bluemelremoved MmCopyFromCaller and MmCopyToCaller and depend...
2005-07-21 Eric KohlMake IoGetDeviceObjectFromDeviceInstance work without...
2005-07-21 Hartmut BirrSet MmUserProbeAddress and MmHighestUserAddress accordi...
2005-07-21 Thomas Bluemelremoved the ros-specific (and unused) functions ExRosDu...
2005-07-20 Thomas Bluemel- Removed the Rtlp* string functions from the shared...
2005-07-20 Thomas Bluemelfixed kdbg build
2005-07-20 Alex Ionescu - Created include/libs and moved all library headers...
2005-07-20 Alex Ionescu - Move asm.h to NDK.
2005-07-19 Alex Ionescu - Update ASM header file with more offsets.
2005-07-18 Alex Ionescu - Fix nasty APC delivery bug (in case a Kernel-Mode...
2005-07-17 Hartmut BirrIf the user mode is intercepted by an interrupt, we...
2005-07-17 Hartmut Birr- PsKillMostProcesses must be running in the context...
2005-07-17 Hartmut BirrRequest the APC_INTERRUPT for the correct processor...
2005-07-17 Hartmut BirrInitialized SetMember as mask of the current processor.
2005-07-16 Hartmut BirrReplaced KERNEL_BASE by MmSystemRangeStart.
2005-07-16 Hartmut Birr- Fixed the size of the hyperspace area (thanks to...
2005-07-13 Art Yerkesstop exporting MmCopyFromCaller and kin and make a...
2005-07-12 Alex IonescuSecond part of patch, implements the new RTL functions...
2005-07-12 Alex IonescuPartial patch of larger rosrtl removal patch. This...
2005-07-08 KJK::HyperionPE loader: corrected an assertion (fixes bug reported...
2005-07-07 Hartmut BirrFixed a bug which was introduced by r16441.
2005-07-06 Eric KohlMove undocumented GUIDs to a new NDK header file.
2005-07-06 Filip NavaraKernel base address and system space start can be disti...
2005-07-06 Filip NavaraPut the page tables and hyperspace at the right place...
2005-07-05 Thomas Bluemelfix warnings with -Wsign-compare for MP builds
2005-07-05 Thomas Bluemelfixed some signed/unsigned comparison warnings with...
2005-07-05 Gé van GeldorpAlways return a meaningfull status code
2005-07-05 Filip NavaraGet rid of the (incorrect) __attribute__((packed))...
2005-07-05 Filip Navara- Convert pure inline assembler .c files to .S files.
2005-07-05 Thomas Bluemelfix code that depends on GCC's void* pointer arithmetic...
2005-07-04 Thomas Bluemelsome %x -> %p fixes
2005-07-04 Filip NavaraYet another DPRINT fix.
2005-07-04 Filip NavaraFix more DPRINTs.
2005-07-04 Alex IonescuDprint fixes by our lovely Filip
2005-07-03 Eric KohlRemove trailing whitespace and fix indentation
2005-07-03 Eric Kohl- Implement PlugPlayControlProperty and PlugPlayControl...
2005-07-03 Eric Kohl- Move definitions from ntpnp.h into NDK and DDK
2005-07-03 Eric Kohl- Define and use PLUGPLAY_CONTROL_CLASS
2005-07-02 Hervé PoussineauImplement PoRequestPowerIrp
2005-06-30 Alex IonescuMove some internal headers to /reactos, set it as a...
2005-06-30 Alex Ionescuremove roscfg.h
2005-06-28 Steven Edwardsremove inclusion of basetsd.h, I did not mean to commit...
2005-06-28 Steven Edwardsmove some wine headers to the PSDK
2005-06-26 Thomas Bluemel- don't use the UNIMPLEMENTED macro in ObFindHandleForO...
2005-06-26 Alex IonescuFix boot
2005-06-26 Alex IonescuFix kdbg build and some more header cleanups: add csq...
2005-06-26 Alex IonescuFixes for NDK compatibily (and plain ol' good design...
2005-06-26 Alex IonescuSatisfy blight's excessively arrogant attitude and...
2005-06-26 Alex IonescuHasta la vista ntdll/napi headers
2005-06-26 Alex IonescuKill NTOS headers. So long, and thanks for all the...
2005-06-26 Alex IonescuImitate NT and set some of the private object info...
2005-06-25 Alex Ionescubuild win32k with NDK, finally\!
2005-06-25 Alex IonescuLarge partial cleanup of ntoskrnl internal headers...
2005-06-25 Alex IonescuBuild ntoskrnl with NDK, and don't use rosrtl
2005-06-24 Thomas Bluemel- Moved ntdll's atom table implementation to rtl, rewro...
2005-06-23 Alex IonescuFix bug in interrupt code
2005-06-23 Steven Edwardsproperly break it. correct typo
2005-06-23 Steven Edwardsbreak the tree for gcc 3.4.1 and gcc 4 at the request...
2005-06-23 Steven Edwardsone has to wonder if I am fixing a kernel build.....
2005-06-23 Alex Ionescufix build...sigh...sorry, my ntoskrnl builds with NDK
2005-06-22 Alex IonescuFix definition of KINTERRUPT in ROS headers so that...
2005-06-21 KJK::HyperionPartial merge from the ROX-U branch (various fixes...
2005-06-21 Gé van GeldorpPatch by Hartmut Birr
2005-06-21 Alex IonescuUse LDR_DATA_TABLE_ENTRY instead of LDR_MODULE. the...
2005-06-20 Filip NavaraForgot this file in r16147.
2005-06-19 Alex IonescuFix Build
2005-06-19 Alex IonescuUse RTL_CONSTANT_STRING instead of RtlRos macro
2005-06-19 Filip NavaraRemove PNP_VETO_TYPE from winddk.h.
2005-06-19 Filip Navara- Add definition of DRIVE_LAYOUT_INFORMATION_EX.
2005-06-19 Hartmut BirrInitialized the system call entry independent of the...
2005-06-19 Filip NavaraCouple of build fixes.
2005-06-19 Alex IonescuSome more NDK fixes
2005-06-19 Alex IonescuFix some ntoskrnl things, like using Rtl instead of...
2005-06-19 Alex IonescuFix building issues caused by previous patch
2005-06-19 Alex IonescuMove Exported functions away from internal/ke.h, move...
2005-06-19 Alex IonescuRemove PAGED_CODE, PAGED_CODE_RTL and RTL_ONSTANT_STRIN...
2005-06-19 Filip Navara- Use regular PE structures in NTOSKRNL/NTDLL/DISKDUMP.
2005-06-18 Filip NavaraRemove duplicate definition of KdPrintEx.
2005-06-18 Filip Navara- Convert mouclass and sermouse to use official DDK...
2005-06-18 Filip NavaraAdd __ASM__ guard.
2005-06-18 Filip NavaraUse W32API for NTOSKRNL.
2005-06-18 Filip Navara- Move non-DDK Ke* function prototypes from ROS DDK...
2005-06-18 Filip NavaraFix SMP version of ASSERT and assert.
2005-06-18 Filip NavaraCorrectly pack the KIPCR structure.
2005-06-18 Filip NavaraFix position of the STDCALL keyword. Spotted by KJK...
2005-06-18 Gregor AnichFix stupid bug...
2005-06-17 Alex IonescuAdd KIPCR which will be needed soon and add one more...
next