- Add Wine's GetPrivateObjectSecurity and use it instead of our that uses the unimple...
[reactos.git] / reactos / ntoskrnl /
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...
2008-11-01 KJK::HyperionRemove all <file> entries for spec/pspec files that...
2008-11-01 Stefan Ginsberg- Fix release build -- attempt 2
2008-11-01 Stefan Ginsberg- Fix release build
2008-11-01 Stefan Ginsberg- Implement the MP case for KiTimerExpiration and KiTim...
2008-11-01 Aleksey Bragin- Refactor timer code to share more macros (see dcl...
2008-11-01 Stefan Ginsberg- Implement most of SMP KeFlushEntireTb (currently...
2008-11-01 Stefan Ginsberg- Disable old and unused IPI code, add new NT compatibl...
2008-11-01 Cameron Gutman - Make sure ThunkTable is not NULL before attempting...
2008-11-01 Cameron Gutman - Release the guarded mutex before we return
2008-10-31 Cameron Gutman - Fix the check for too many devices
2008-10-31 Cameron Gutman - We already do this in the SEH block. No need to...
2008-10-31 Stefan Ginsberg- Don't dereference inside an SEH block after doing...
2008-10-30 Stefan Ginsberg- NtWrite/ReadFile: Don't hardcode Irp->RequestorMode...
2008-10-29 Stefan Ginsberg- Fix kernel SMP intrinsics:
2008-10-29 KJK::HyperionMerging r37048, r37051, r37052, r37055 from the-real...
2008-10-29 Michael Martin- Implement VirtualMemoryInformationClass of MemorySect...
2008-10-29 Colin FinckDon't decide whether to preprocess .spec files based...
2008-10-29 Stefan Ginsberg- KeSetTimerEx: When canceling the insertion of an...
2008-10-29 Stefan Ginsberg- MmMapViewOfSection: Don't forget to unlock the addres...
2008-10-26 Aleksey Bragin- Print out event GUID if it's unknown in umpnpmgr.
2008-10-26 Aleksey Bragin- Let's get back to one RTL library for now, because:
2008-10-25 KJK::HyperionVisual C++ backend for rbuild (for now just a hacked...
2008-10-25 KJK::HyperionThe real, definitive, Visual C++ support branch. Accept...
2008-10-25 Aleksey Bragin- Globalize ReactOS target version (there are a few...
2008-10-23 Stefan Ginsberg- Fix EPROFILE/KPROFILE.Segment member -- it is a pointer
2008-10-23 Stefan Ginsberg- Fix Nt/ZwMapViewOfSection parameters (ULONG -> ULONG_...
2008-10-22 Aleksey Bragin- Typo fix.
next