Include test for truncating files, which currently doesn't work.
[reactos.git] / reactos / ntoskrnl /
2002-12-22 Gé van GeldorpFixed typo, Edi was not restored
2002-12-16 Hartmut BirrUnmap the low memory in SMP mode in MmInit3.
2002-12-16 Hartmut BirrFixed Exfi386InterlockedExchangeUlong and InterlockedEx...
2002-12-15 Casper Hornstrup2002-12-15 Casper S. Hornstrup <chorns@users.sourcefo...
2002-12-11 Robert DickensonKdDebuggerEnable -> KdDebuggerEnabled
2002-12-09 Eric KohlFixed buggy system hive identification.
2002-12-09 Hartmut BirrFixed some bugs in the wait functions.
2002-12-09 Hartmut BirrProtected the access to system_time with a spinlock.
2002-12-09 Hartmut BirrFixed the setting of the real time clock.
2002-12-09 Hartmut BirrEnable/Disable the irq in KeConnectInterrupt/KeDisconne...
2002-12-09 Robert DickensonAdded a dummy copy of KiInterruptDispatch2 and removed...
2002-12-09 Robert DickensonRollback removal of auto-dependancy checking.
2002-12-08 Eric KohlFixed a bug which created new registry hives in the...
2002-12-08 Robert Dickensonminor format modifications to reduce diffs with duplica...
2002-12-07 Eric KohlOuch!
2002-12-07 Eric KohlCall CmInit2() only if the system hive was imported.
2002-12-04 Eric KohlRemoved some error-prone bit-fiddling.
2002-12-04 Eric KohlFixed a typo.
2002-12-02 Eric KohlImplemented deferred hive synchronization. It doesn...
2002-12-01 Eric KohlFixed NtQueryValueKey() wrt packed value names.
2002-11-30 Eric KohlImplemented packing of value names
2002-11-27 Hartmut BirrFree the user stack in PsReapThreads.
2002-11-27 Hartmut BirrDo only for process handles detach/attach the process...
2002-11-27 Hartmut BirrChange the type for the page fault handler from trap...
2002-11-26 Eric KohlUse ERESOURCE to lock registry hives.
2002-11-15 Eric KohlCreate process parameter block for initial process...
2002-11-14 Casper Hornstrup2002-11-13 Casper S. Hornstrup <chorns@users.sourcefo...
2002-11-13 Robert DickensonCommit of the rest of Gunnars file locking patch.
2002-11-13 Robert Dickensonadded #ifdef around headers to support test build....
2002-11-12 Eric KohlReworked initial process loader.
2002-11-11 Hartmut Birr* Changed the access to the bitmap from BYTE to ULONG...
2002-11-10 Casper Hornstrup2002-11-10 Casper S. Hornstrup <chorns@users.sourcefo...
2002-11-10 Robert Dickensonadded #ifdef around headers to support private test...
2002-11-10 Robert Dickensonadded #ifdef around headers to support private test...
2002-11-10 Robert Dickensonadded #ifdef around headers to support private test...
2002-11-10 Robert Dickensonadded #ifdef around headers and some debug message...
2002-11-10 Robert Dickensonadded #ifdef around headers to support private test...
2002-11-10 Robert Dickensonadded #ifdef around headers to support private test...
2002-11-09 Hartmut Birr* Unlock the address space if MmOpenMemoryAreaByAddress...
2002-11-05 David WelchReverted previous changes - Mm{Enable,Disable}VirtualMa...
2002-11-05 Hartmut Birr* Fixed the length for the page protection.
2002-11-05 Hartmut Birr* Fixed a wrong pointer initialization in RtlClearBits.
2002-11-05 Hartmut Birr* Check for symbolic-links in ObFindObject.
2002-11-05 Hartmut Birr* Use the cache for images where the section offset...
2002-11-05 Hartmut Birr* Used tagged memory for rmap entries.
2002-11-05 Hartmut Birr* Fixed the used and free block calculation.
2002-11-05 Hartmut Birr* Fixed the allocation length for the mdl bitmap.
2002-11-05 Hartmut Birr* Fixed the calculation of the gap in MmFindGap.
2002-11-05 Hartmut Birr* Delete the virtual mapping first before the the mappe...
2002-11-05 Hartmut Birr* Call KeBugcheck in MmDeletePageTable/MmFreePageTable...
2002-11-05 Hartmut Birr* Locking the address space before accessing it.
2002-11-05 Hartmut Birr* Disabled all calls to MmEnableVirtualMapping/MmDisabl...
2002-11-05 Hartmut Birr* Fixed the buffer allocation in NtAccecptConnectedPort.
2002-11-05 Hartmut Birr* Setting the DeviceObject and Vbp for given FileObject...
2002-11-03 Casper Hornstrup2002-11-03 Casper S. Hornstrup <chorns@users.sourcefo...
2002-10-30 Eric KohlFixed wrong r/o protection of excessive pages. Spotted...
2002-10-28 Robert DickensonFixed up some typos.
2002-10-26 David Welchdos2unix'd some more files.
2002-10-26 Casper Hornstrup2002-10-26 Casper S. Hornstrup <chorns@users.sourcefo...
2002-10-26 Casper Hornstrup*** empty log message ***
2002-10-26 Casper Hornstrup2002-10-26 Casper S. Hornstrup <chorns@users.sourcefo...
2002-10-25 Casper Hornstrup2002-10-25 Casper S. Hornstrup <chorns@users.sourcefo...
2002-10-23 Eric KohlInitialize registry hives only once.
2002-10-20 Robert DickensonBugfix for ascii-hex conversions.
2002-10-20 Robert DickensonPart of patch contributed by Gunnar Andr� Dalsnes.
2002-10-19 Casper Hornstrup2002-10-19 Casper S. Hornstrup <chorns@users.sourcefo...
2002-10-09 Eugene IngermanWork around environment variables size limitation of...
2002-10-05 David WelchImplemented IO work queue functions using the system...
2002-10-03 Robert DickensonAdded exports to def/edf files and modified some pnp...
2002-10-03 Robert DickensonAdded call to possibly tempory IoInitializeWorkerThreads.
2002-10-03 Robert DickensonAdded comment about problem discovered when testing...
2002-10-03 Robert DickensonIncluded new file io/iowork.c in build.
2002-10-03 Robert DickensonEnabled entry for STATUS_OBJECT_NAME_EXISTS
2002-10-03 Robert DickensonAdded prototype for IoInitializeWorkerThreads, possibly...
2002-10-03 Robert DickensonMake WinCVS look a little cleaner.
2002-10-03 Robert DickensonSome debug macro changes.
2002-10-03 Robert DickensonAdded new file. Lots of research and work required...
2002-10-02 Hartmut BirrAdded CcFlushCache and CcGetFileObjectFromSectionPtrs.
2002-10-02 Hartmut BirrRelease the cache segment if the reading of it fails...
2002-10-02 Hartmut BirrRelease the BcbLock before there is a call to CcRosFree...
2002-10-02 Hartmut BirrModified some functions, changed the sequence for acqui...
2002-10-01 Casper Hornstrup2002-10-01 Casper S. Hornstrup <chorns@users.sourcefo...
2002-09-30 Hartmut BirrRelease PiThreadListLock before KeReleaseThread is...
2002-09-30 Casper Hornstrup2002-09-30 Casper S. Hornstrup <chorns@users.sourcefo...
2002-09-30 Hartmut BirrFixed the value for EPOCHWEEKDAY.
2002-09-30 Hartmut BirrChanged from OrginalFileObject to the FileObject from...
2002-09-30 Hartmut BirrChanged the allocation function from ExAllocatePool...
2002-09-30 David WelchFix for wrongly disabling interrupts causing system...
2002-09-27 Hartmut BirrFixed the calculation of leap days in RtlTimeToTimeFields.
2002-09-17 David WelchPass only the base name of a module.
2002-09-17 David WelchMisc. user fixes.
2002-09-17 guidofix calculation of InitSize and correctly set edx in...
2002-09-15 guidoInitialisation of debugging and floating point registers in
2002-09-15 guidoSwitch i287 fpu, if present, into protected mode (ignor...
2002-09-13 Hartmut BirrImprove converting speed in RtlTimeFieldsToTime/RtlTime...
2002-09-13 Hartmut BirrReduced some overhead for strings.
2002-09-12 guidoPrevent buffer overflows in vsn(w)printf
2002-09-11 KJK::HyperionPath to SMSS can be now set in the registry value REGIS...
2002-09-08 Casper HornstrupReverted latest changes.
2002-09-07 Casper HornstrupRemove some debugging code.
next