Start to alter print output so it correctly simulates the MS 'route print'
[reactos.git] / reactos / ntoskrnl /
2005-08-12 Hartmut BirrSet the process exit status.
2005-08-11 Hartmut BirrFixed compilation.
2005-08-11 Hartmut BirrClear the memory after we know that the buffer was...
2005-08-11 Hartmut Birr- Implemented MEMORY_AREA_PEB_OR_TEB and MEMORY_AREA_PA...
2005-08-11 Hartmut Birr- Removed the hole pool allocation, because it needs...
2005-08-11 Hartmut BirrFixed a debug message.
2005-08-11 Alex Ionescu- Use correct, documented, LPC Message structures ...
2005-08-11 Alex Ionescu- Use correct, documented, LPC Message structure (PORT_...
2005-08-11 Royce Mitchell IIIinitialize StringBuffer to NULL, as some code paths...
2005-08-11 Alex Ionescu- Fix DEVICE_NODE definition to remove ROS-only fields
2005-08-10 Aleksey BraginFixed a typo. According to the url pointed out by Royce...
2005-08-09 Hartmut BirrSilence a debug message.
2005-08-09 Hartmut BirrIf the file object is for a device, we must gather...
2005-08-09 Hartmut BirrUpdate KeActiveProcessors if an application processor...
2005-08-09 Alex Ionescu- Last patch was incomplete, apologies. SVN @ 5AM ...
2005-08-09 Alex IonescuFix priority formulas, account for saturation, do prope...
2005-08-09 Alex IonescuIt is generally considered a bad idea to dereference...
2005-08-09 Alex Ionescu- Implement KeQueryBasePriorityThread to return the...
2005-08-09 Alex Ionescu- Fix NtSuspendThread: correct PreviousMode check,...
2005-08-09 Alex Ionescu- Fix a large amount of bugs in ObpAllocateObjectAttrib...
2005-08-09 Alex Ionescu- Send the pointer to the handle, not the NULL handle...
2005-08-09 Alex Ionescu- Use the actual previous mode (spotted by Thomas)
2005-08-09 Alex Ionescu- Fix broken loop, this fixes the WINE thread wait...
2005-08-08 Thomas Bluemelrevert my last changes back to Alex's version of ObpCap...
2005-08-08 Thomas Bluemeldon't dereference a NULL pointer
2005-08-08 Thomas Bluemelremove a bugcheck that was only used for debug purpose
2005-08-08 Thomas Bluemel- reverted ObpCaptureObjectAttributes back to my old...
2005-08-08 Thomas Bluemelenter a critical region before looking up a CID handle
2005-08-08 Thomas Bluemeldelete no longer used file
2005-08-08 Thomas Bluemelunlock the CID in PsLookupProcessByProcessId, PsLookupP...
2005-08-07 Thomas Bluemeldirectly translate handles to indexes in ex/handle.c
2005-08-07 Hartmut Birr- Changed MmGetContinuousPages from using an alignment...
2005-08-07 Alex Ionescu- Fix return value.
2005-08-07 Alex Ionescu- Remove cid.c
2005-08-07 Alex Ionescu- Return correct error. Spotted by Thomas.
2005-08-07 Alex Ionescu- Completely reimplement NtWaitForMultipleObjects:
2005-08-07 Alex Ionescu- Initialize more fields when creating an Object Type
2005-08-07 Thomas Bluemelfixed uninitialized variables warnings
2005-08-07 Alex IonescuFix NtSignalAndwaitForSingleObject: Use SEH when approp...
2005-08-07 Filip Navara- Fix size check in SystemBasicInformation and SystemTi...
2005-08-07 Alex IonescuAnd here goes another test for two unsupported flags.
2005-08-07 Alex IonescuOne more test can't hurt.
2005-08-07 Alex IonescuAdd failure cases for more things then a WINE test...
2005-08-05 Alex Ionescu- FS Devices don't need a device queue, optimize the...
2005-08-05 Alex Ionescu- DeviceExtension should be NULL if the caller didn...
2005-08-05 Filip NavaraRevert change to ExSystemExceptionFilter.
2005-08-05 Filip NavaraDon't save and restore previous mode in trap handlers...
2005-08-05 Filip NavaraProtect NtQuerySystemInformation with SEH.
2005-08-05 Alex Ionescu- Protect semaphore release with SEH, since it can...
2005-08-05 Alex Ionescu - Add comments to code and clean it up
2005-08-05 Alex Ionescu- Optimize locking so that the Wake Lock is only entere...
2005-08-05 Alex Ionescu- Makefile change for previous commit.
2005-08-05 Alex Ionescu- Move ExCreateUUID to uuid.c
2005-08-05 Alex Ionescu- Remove unused ldr/userldr.c
2005-08-02 Filip NavaraMove #endif one line down to make the source code balanced.
2005-08-02 Alex Ionescu- Remove CmpFindObject hack and use ObFindObject with...
2005-08-02 Filip NavaraFix some pointer casts.
2005-08-02 Filip Navara- Remove the DoneInitYet hack.
2005-08-01 Filip NavaraDon't do linear search for exports, it's not needed.
2005-08-01 Filip NavaraVarious LdrGetProcedureAddress fixes:
2005-08-01 Thomas Bluemelcompile release builds with -O3 instead of -Os because...
2005-08-01 Filip NavaraPass correct pool type to PsChargePoolQuota.
2005-08-01 Thomas Bluemeldon't count references for the default quota block...
2005-08-01 Filip NavaraFix a typo. Thanks to Hervé Poussineau for noticing.
2005-08-01 Filip NavaraAdd pool type masks and use them.
2005-08-01 Filip NavaraSetup quota blocks for processes.
2005-08-01 Filip NavaraSetup quota blocks for processes.
2005-08-01 Filip NavaraCleanup SID initialization and fill all SeExports fields.
2005-08-01 Filip NavaraFix LdrAccessResource for ordinary mapped files.
2005-08-01 Filip NavaraFix DPRINT.
2005-08-01 Hartmut BirrUsed MmFreeVirtualMemory in MmDeleteTeb because MmFreeM...
2005-07-31 Thomas Bluemelfixed some warnings when compiling with -O3
2005-07-31 Thomas Bluemelfixed success check in RtlpCreateAtomHandle, ExCreateHa...
2005-07-31 Martin Fuchsset svn:eol-style to native
2005-07-31 Filip NavaraFix NULL-terminating of symbol image names.
2005-07-31 Filip NavaraImplement the magic flag in RtlImageDirectoryEntryToDat...
2005-07-31 Filip NavaraRevert #16904 and clarify the comment about the race...
2005-07-30 Alex IonescuDon't use CSRSS handles if we alreay have some (so...
2005-07-30 Alex IonescuDecrease quantum during wait and during no-wait......
2005-07-30 Filip NavaraFix a race condition in quantum code. Spotted by Shmuel...
2005-07-30 Filip Navara- Replace MODULE_OBJECT with LDR_DATA_TABLE_ENTRY.
2005-07-29 Thomas Bluemeldon't limit read/write access for kdb to umode mem
2005-07-29 Filip NavaraStop abusing the non-paged pool.
2005-07-29 Filip NavaraIoAllocateAdapterChannel should set CurrentIrp field...
2005-07-29 Filip NavaraIoAllocateAdapterChannel should set CurrentIrp field...
2005-07-29 Filip NavaraInitialize DescriptorTranslated->u.Interrupt.Level...
2005-07-29 Filip NavaraProperly propagate the SL_PENDING_RETURNED flag to...
2005-07-28 Alex Ionescu - Fix/update w32api PE headers
2005-07-27 Alex Ionescu - Combine some assembly files together and move them...
2005-07-26 Hartmut Birrreverted last change
2005-07-26 Hartmut BirrLock the handle table if we trying to get a pointer...
2005-07-26 Hartmut BirrUsed IoQueryFileInformation and IoSetInformation instea...
2005-07-26 Hartmut BirrSilence debug messages.
2005-07-26 Hartmut Birr- Remove the permanent flag from an object if ObInserOb...
2005-07-26 Hartmut BirrAcquire always the apc lock if we are modifying the...
2005-07-26 Hartmut Birr- Forgot one change to KeAcquireSpinLockAtDpcLevel.
2005-07-26 Hartmut Birr- Fixed the broken implementation of KeFlushQueueApc.
2005-07-26 Alex Ionescu- Allow file debug prints to happen at IRQL > DISPATCH_...
2005-07-26 Alex Ionescu- Various Microsoft DDK/PSDK compatibility fixes and...
2005-07-26 Filip NavaraProperly setup the I/O stack location in IopSecurityFile.
next