- Revert 38762 to fix build
[reactos.git] / reactos / ntoskrnl /
2009-01-14 Stefan Ginsberg- DBGK: Use flags instead of magic values for Debug...
2009-01-14 Stefan Ginsberg- KDBG: Correct the use of PsLookupThread/ProcessByThre...
2009-01-09 Aleksey Bragin- Fix inversed failure logic in MmAllocatePagesForMdl.
2009-01-09 Michael Martin- Run process notification routines after successfully...
2009-01-08 Stefan Ginsberg- COMPUTE_PAGES_SPANNED is deprecated, use ADDRESS_AND_...
2009-01-08 Aleksey Bragin- Get back ExceptionCode changed in r38624.
2009-01-07 Christoph von Wittichfix formatting
2009-01-07 KJK::Hyperionmodified ntoskrnl/ke/i386/exp.c
2009-01-07 KJK::HyperionReverting poorly conceived commit
2009-01-07 KJK::Hyperionmodified include/reactos/probe.h
2009-01-06 Stefan Ginsberg- NtUserWaitForInputIdle: Call EngGetTickCount, removin...
2009-01-04 Stefan Ginsberg- DbgkpSendApiMessage/DbgkpSendApiMessageLpc: Make...
2009-01-04 Dmitry Chapyshev- Change of names of variables
2009-01-04 Dmitry Chapyshev- Formatting fix. No code change
2009-01-04 Aleksey Bragin- Rewrite SystemTimeOfDay QuerySystemInformation case...
2009-01-04 Aleksey BraginDmitry Chapyshev
2009-01-04 Aleksey BraginDmitry Chapyshev
2009-01-04 Aleksey Bragin- Revert changes to NtSetVolumeInformationFile made...
2009-01-04 Aleksey Bragin- Fix a typo: if a process has DisableBoost set then...
2009-01-04 Aleksey Bragin- Merge IoGetRelatedTargetDevice implementation by...
2009-01-04 Thomas BluemelFix usage of ProbeForReadUnicodeString
2009-01-03 Dmitry Gorbachev- Add hack-sync again (bug #3591).
2009-01-03 Aleksey Bragin- Don't leak a FileObject reference in case of failure.
2009-01-03 Aleksey Bragin- Check if CompletionFilter has a valid value too.
2009-01-03 Dmitry Chapyshev- Add checking of CompletionFilter parameter. This...
2009-01-03 Aleksey Bragin- Add a missing EA buffer validation.
2009-01-02 Stefan Ginsberg- Cleanup AccessCheck, and set the correct last error...
2009-01-01 Stefan Ginsberg- Only reserve APIC memory on x86
2009-01-01 Aleksey Bragin- Fix an always true comparison in IoCheckEaBufferValidity.
2009-01-01 Michael Martin- Deference pProcess not Process.
2008-12-29 Dmitry GorbachevFix translations. Patch by Mario Kacmar. Bug #3955.
2008-12-29 Christoph von Wittichfix doxygen @name for ExpSystemErrorHandler patch by...
2008-12-27 Stefan Ginsberg- IoStartPacket: Use the correct IRQL when releasing...
2008-12-27 Andrew MungerClarify comment.
2008-12-27 Andrew MungerReturn mostly correct information so taskmgr doesn...
2008-12-27 Aleksey Bragin- Fix build.
2008-12-27 Aleksey Bragin- Implement query case of SystemTimeAdjustmentInformation.
2008-12-26 Aleksey Bragin- Fix one more typo in the IoBuildPartialMdl code leadi...
2008-12-26 Aleksey Bragin- Fix broken behavior of IoBuildPartialMdl, which inste...
2008-12-25 Christoph von Wittichfix some more typos
2008-12-22 Dmitry GorbachevDo not pop and push the same reg.
2008-12-22 Stefan Ginsberg- Less hack, more assert
2008-12-22 Aleksey Bragin- Fix registry lock leakages in CmpDoOpen in failure...
2008-12-22 Aleksey Bragin- Add control flags for CmpDoOpen, CmpCreateKey and...
2008-12-22 Aleksey Bragin- Fix KCB ref leaks in Cm parse routine (thanks Stefan).
2008-12-21 Stefan Ginsberg- Uhm...don't pool free user handles, and don't hand...
2008-12-21 Michael Martin- Add missing break in ExDereferenceCallBackBlock so...
2008-12-21 Michael Martin- As per msdn.microsoft.com/en-us/library/ms802952...
2008-12-16 Timo KreuzerFix usage of PNTSTATUS instead of NTSTATUS in NT_SUCCES...
2008-12-16 Stefan Ginsberg- Add missing break (<3 kjk <3)
2008-12-16 Stefan Ginsberg- Remove KeRosDumpStackFrames export and make the call...
2008-12-14 Michael Martin- Use volatile with PagesLocked and MdlAddress. Fixes...
2008-12-13 Dmitry GorbachevRemove workaround for GCC 4.4.0 bug, it is already...
2008-12-12 Timo Kreuzerremove useless circle definition _setjmp -> setjmp...
2008-12-11 Aleksey BraginCary Xiao" <xiaowave@gmail.com>
2008-12-10 Aleksey Bragin- Impersonation level should be indeed higher that...
2008-12-08 Aleksey Bragin- Move KeQueryRuntimeThread declaration to winddk.h...
2008-12-08 Aleksey Bragin- Implement KeQueryRuntimeProcess for querying total...
2008-12-07 Dmitry GorbachevSilence GCC warnings.
2008-12-07 Stefan Ginsberg- Change more ASSERT(FALSE) to KeBugCheck(MEMORY_MANAGE...
2008-12-06 Aleksey Bragin- Fix a potential case of non-paged pool memory double...
2008-12-06 Timo Kreuzerrename section "init" to "INIT", so that pefixup will...
2008-12-04 Aleksey Bragin- Fix FsRtlFastCheckLockForRead and Write function...
2008-12-04 Dmitry GorbachevFix them second time.
2008-12-03 Dmitry GorbachevFix Ke386Get(Global|Local|Interrupt)DescriptorTable...
2008-12-03 Dmitry GorbachevTrying to fix...
2008-12-03 Dmitry GorbachevRemove stray semicolons, GCC gratias.
2008-12-03 Dmitry GorbachevFix GCC complaints about uninitialized variables (bug...
2008-12-03 Dmitry GorbachevSilence compiler warnings (3/11).
2008-12-03 Dmitry GorbachevSilence compiler warnings (2/11).
2008-12-02 Colin FinckRevert my changes in r37808.
2008-12-02 Colin FinckKDBG needs DBG to be set, I can't imagine any useful...
2008-12-01 Stefan Ginsberg- Don't redefine PKSYSTEM_ROUTINE
2008-12-01 Stefan Ginsberg- Get rid of DDK's dependency on windef.h and winnt.h
2008-11-30 KJK::Hyperionmodified include/reactos/probe.h
2008-11-30 KJK::HyperionLeft out of the previous commit by mistake
2008-11-30 KJK::Hyperionmodified base/shell/explorer/explorer.rbuild
2008-11-29 Stefan Ginsberg- STDCALL -> NTAPI
2008-11-29 Stefan Ginsberg- Remove system_header
2008-11-29 Cameron Gutman - Fix behavior of kernel APCs interrupting waits on...
2008-11-28 KJK::HyperionGCC 4.3 correctly aligns stack-allocated objects
2008-11-26 Stefan Ginsberg- Fix release build
2008-11-26 Aleksey Bragin- Fix some coverity errors.
2008-11-25 KJK::HyperionAdd comments about workarounds for GCC bugs
2008-11-25 Aleksey Bragin- Fix weird code in RtlGetVersion (inspired by Coverity...
2008-11-24 KJK::Hyperionmodified ntoskrnl/ex/sysinfo.c
2008-11-24 KJK::HyperionEverything
2008-11-21 Stefan Ginsberg- Remove non-standard "PLANGID" type from NDK and use...
2008-11-17 Aleksey Bragin- Remove hack around VFATFS (and CDFS) bugs which were...
2008-11-11 Stefan Ginsberg- Clear the flag before bugchecking
2008-11-07 Aleksey Bragin- Add missing definitions to headers.
2008-11-06 Stefan Ginsberg- ASSERTify a hacky workaround -- this shouldn't happen...
2008-11-06 Stefan Ginsberg- Make Kdbg "bugcheck" command work -- Kdbg isn't re...
2008-11-06 Stefan Ginsberg- KdbpCmdBugCheck: Use correct bugcheck code
2008-11-05 Aleksey Bragin- Fix behavior of KeRundownQueue (save the next link...
2008-11-05 KJK::Hyperionmodified lib/sdk/crt/conio/cprintf.c
2008-11-04 Aleksey Bragin- Use ExInitializeSystemLookasideList instead of ExInit...
2008-11-02 Stefan Ginsberg- Stub out IoTranslateBusAddress, PoCancelDeviceNotify...
2008-11-02 Stefan Ginsberg- Sync 36654 to trunk
2008-11-02 Stefan Ginsberg- Stub out Ke386IoSetAccessProcess, Ke386SetIoAccessMap...
next