netreg: include stdio.h for fprintf, sprintf and sscanf; gcc 4.4 warnings
[reactos.git] / reactos / ntoskrnl / ps /
2009-08-16 Dmitry GorbachevAdd an assertion. See bug #4785.
2009-08-10 Aleksey Bragin- Make NtUnloadKey call a newer version of the NTAPI...
2009-08-05 Gregor Schneider-Import tkreuzer's time implementation from AMD64 branch
2009-07-26 Timo KreuzerSync to trunk head (r42241)
2009-07-15 ReactOS Portable... - Don't use "static" in the kernel.
2009-06-20 Timo KreuzerMerge trunk head (r41474)
2009-06-19 Dmitry Chapyshev- Add target process reference/dereference in ProcessWo...
2009-06-19 Dmitry Chapyshev- Check buffer length for ProcessQuotaLimits/ProcessBas...
2009-06-19 Dmitry Chapyshev- Add probing of the result buffers
2009-06-18 Aleksey Bragin- Implement ProcessQuotaLimits case for NtQueryInformat...
2009-06-17 Stefan Ginsberg- In Win32 DBG is defined to 0 for a non-debug build...
2009-06-15 Dmitry Chapyshev- Add target process reference/dereference in ProcessLd...
2009-06-11 Dmitry Chapyshev2 == MEMORY_PRIORITY_FOREGROUND
2009-06-11 Dmitry Chapyshev- Add debug messages for unimplemented cases in NtQuery...
2009-06-11 Dmitry Chapyshev- Add missed checks of the buffer length
2009-06-11 Dmitry Chapyshev- Add debug messages for unimplemented cases
2009-06-10 Aleksey Bragin- Implement ProcessPriorityClass case for NtSetInformat...
2009-06-10 Dmitry Chapyshev- Fix ProcessPriorityClass case in NtQueryInformationPr...
2009-05-21 Timo KreuzerSync trunk head (r41026)
2009-05-17 Aleksey Bragin- Implement ProcessIoCounters case in NtQueryInformatio...
2009-05-01 Timo KreuzerMerge from amd64-branch:
2009-04-30 Timo Kreuzermerge 37282 from amd64-branch:
2009-04-20 Timo KreuzerSync to trunk r40610
2009-04-16 Timo KreuzerSync trunk r40500
2009-04-15 Dmitry Chapyshev- Implement ThreadPriorityBoost case in NtQueryInformat...
2009-03-18 Timo KreuzerSync to trunk head (r40091)
2009-02-17 Timo KreuzerMerge freeldr from amd64 branch:
2009-02-16 Aleksey Bragin- Don't reference target process in the beginning of...
2009-02-07 Michael Martin- Default ExitStatus for a process is STATUS_PENDING...
2009-02-03 Timo KreuzerSync to trunk r39350.
2009-01-28 KJK::Hyperionmodified ntoskrnl/include/internal/ob.h
2009-01-15 Stefan Ginsberg- DbgkpSendApiMessage/Lpc: Modification of EPROCESS...
2009-01-09 Michael Martin- Run process notification routines after successfully...
2009-01-04 Aleksey BraginDmitry Chapyshev
2009-01-04 Aleksey BraginDmitry Chapyshev
2009-01-04 Aleksey Bragin- Fix a typo: if a process has DisableBoost set then...
2009-01-01 Timo KreuzerSync to trunk r38500
2009-01-01 Timo KreuzerSync to trunk r38250
2008-12-15 Samuel SerapionSync to trunk head(r38096)
2008-12-08 Timo Kreuzersync trunk head (r37928)
2008-12-08 Timo Kreuzerrevert 37475 and 37818
2008-12-06 Aleksey Bragin- Fix a potential case of non-paged pool memory double...
2008-12-06 Timo Kreuzermerge trunk head (37902)
2008-12-05 Timo Kreuzersync to trunk head (37853) (except rbuild changes)
2008-12-03 Dmitry GorbachevSilence compiler warnings (3/11).
2008-12-03 Timo Kreuzerfix ULONG/ULONG_PTR issue
2008-11-29 Stefan Ginsberg- STDCALL -> NTAPI
2008-11-24 KJK::HyperionEverything
2008-11-18 Timo Kreuzerfix InterlockedExchangePointer usage
2008-11-18 Timo Kreuzerfix a typo
2008-11-18 Timo Kreuzercleanup ntoskrnl.exe:
2008-11-10 Samuel Serapion- Merge to trunk r37270.
2008-10-30 Timo Kreuzersync to trunk head (37079)
2008-10-29 KJK::HyperionMerging r37048, r37051, r37052, r37055 from the-real...
2008-10-27 Timo Kreuzersync trunk head (37032)
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-20 Samuel SerapionMerge to trunk HEAD(r36856)
2008-10-20 Timo Kreuzersync to trunk revision 36700
2008-10-20 Timo Kreuzersync to trunk revision 36500
2008-10-20 Timo Kreuzersync to trunk revision 36100
2008-10-18 Timo KreuzerChange return type of PsGetCurrentProcessWin32Process...
2008-10-16 Timo KreuzerChange return type of PsGetCurrentThreadWin32Thread...
2008-10-13 Cameron Gutman - Merge aicom-network-fixes up to r36740
2008-09-26 Stefan Ginsberg- Fix a couple of bugcodes with incorrect MessageId
2008-09-25 Stefan Ginsberg- Implement and export PsIsSystemProcess and add it...
2008-09-12 Aleksey Bragin- MmDeleteKernelStack should take StackBase as the...
2008-09-11 Stefan Ginsberg- NtQueryInformationProcess with ProcessImageFileName...
2008-09-05 Timo Kreuzersync to trunk head (35945)
2008-08-30 Stefan Ginsberg- Remove the (now deprecated) ntoskrnl/internal/debug...
2008-08-27 Timo KreuzerMerge MMerge 34969 from ros-amd64-bringup branch:
2008-08-24 Stefan Ginsberg- Remove KEBUGCHECK and KEBUGCHECKEX macros
2008-08-22 Stefan Ginsberg- Add EFLAGS_IOPL to asm.h and make use of it in assembly
2008-08-19 Timo Kreuzer- fix usage of InterlockedExchangePointer
2008-08-18 Stefan Ginsberg- STDCALL -> NTAPI
2008-08-14 Timo KreuzerSync to trunk head (35333)
2008-08-13 Stefan Ginsberg- Fix a broken check in PspExitThread. We should check...
2008-08-13 Stefan Ginsberg- Fix a (comment) typo
2008-08-13 Stefan Ginsberg- Reapply the PsTerminateSystemThread typo fix. We...
2008-08-12 Stefan Ginsberg- Temporarily revert my last change. We don't set the...
2008-08-12 Stefan Ginsberg- Fix a typo in PsTerminateSystemThread. Now this API...
2008-08-11 Aleksey Bragin- NDK Fix: DirectoryTableBase member of KPROCESS is...
2008-08-01 Jeffrey Morlan- PspSetPrimaryToken: Fix some incorrect object derefer...
2008-08-01 Art YerkesCreate a branch for network fixes.
2008-07-31 Timo Kreuzer- some ULONG / SIZE_T fixes
2008-07-21 Aleksey BraginYuriy Sidorov <jura@cp-lab.com>
2008-07-20 ReactOS Portable... - Looks like this FIXME was fixed.
2008-07-15 Aleksey BraginDmitry Gorbachev
2008-06-29 ReactOS Portable... - Implement beginnings of Ramdisk Port Driver. Planning...
2008-06-26 Jeffrey MorlanFix infinite loop in PspDumpThreads
2008-06-16 Aleksey Bragin- NDK fixes (structure rename only).
2008-06-11 ReactOS Portable... - Fix build on ARM:
2008-06-06 Aleksey Bragin- Fix KDBG's EIP munging.
2008-05-06 Timo Kreuzerchange Amount param in all PsXxxPoolQuota functions...
2008-03-09 Aleksey Bragin- Remove autoupdated "$Id:" lines from the kernel sourc...
2008-02-11 Hervé PoussineauBring back ext2 code from branch
2008-02-07 ReactOS Portable... We can now build the ARM kernel (but not link it).
2008-02-07 ReactOS Portable... We now generate the correct ARM syscall stub code for...
2008-01-13 Aleksey Bragin- Sync up Mm interface with WinLdr branch (introduce...
2007-12-08 Christoph von Wittich-UniqueProcessId is ULONG_PTR not ULONG
next