Rudimentiary drivebar support added.
[reactos.git] / reactos / ntoskrnl /
2002-08-17 Hartmut BirrZero out the page in MmTransferOwnershipPage.
2002-08-17 Hartmut BirrChange the type of the parameter PhysicalAddress in...
2002-08-17 Hartmut BirrSet the extension length to 0 if there is no extension...
2002-08-17 Hartmut BirrFixed the size for memory unmapping from boot process.
2002-08-17 Hartmut BirrSetup the correct stack location for completion routine...
2002-08-17 Hartmut Birr- Disabled write caching for meta data (FAT, directorie...
2002-08-17 Hartmut BirrIncrement/Decrement the cache reference count on each...
2002-08-17 David Welch2002-08-17 David Welch <welch@computer2.darkstar...
2002-08-17 David Welch2002-08-17 David Welch <welch@computer2.darkstar...
2002-08-16 David Welch2002-08-16 David Welch <welch@computer2.darkstar...
2002-08-14 David Welch2002-08-14 David Welch <welch@computer2.darkstar...
2002-08-10 David Welch2002-08-10 David Welch <welch@computer2.darkstar...
2002-08-09 Eric KohlFixed several function prototypes.
2002-08-09 David Welch2002-08-09 David Welch <welch@computer2.darkstar...
2002-08-08 David Welch2002-08-08 David Welch <welch@computer2.darkstar...
2002-07-29 Eric KohlAdded RtlCopyLuidAndAttributesArray() and RtlCopySidAnd...
2002-07-29 Eric KohlAdded cache flush counters.
2002-07-27 Eric KohlAdded missing fastcall list functions
2002-07-25 Eric KohlAdded compression functions (not usabel yet).
2002-07-24 Eric KohlImplemented IoCheckDesiredAccess() and IoGetInitialStack().
2002-07-20 David WelchRenamed kernel.map -> ntoskrnl.map
2002-07-20 Eugene IngermanUse kernel.map (text format ntoskrnl symbols) instead...
2002-07-20 Eric KohlFixed [Nt/Zw]QueryAttributeFile() and [Nt/Zw]QueryFullA...
2002-07-19 Eugene IngermanFixed typo. Now can disable kernel debugger by setting...
2002-07-18 Eugene IngermanExport MmCopyFrom/ToCaller from ntoskrnl. Added MulDiv.
2002-07-18 Eric KohlAdded _purecall().
2002-07-18 David WelchSymbol loading working in kdb.
2002-07-17 David WelchPrint stack frames as densely as possible.
2002-07-17 David WelchKDB stabs file.
2002-07-17 David WelchFixed null pointer exceptions.
2002-07-17 David WelchRemove crash testing code.
2002-07-17 David WelchFixed some bugs.
2002-07-13 Casper Hornstrup2002-07-13 Casper S. Hornstrup <chorns@users.sourcefo...
2002-07-10 Eric KohlImplemented the ability to create suspended threads.
2002-07-10 Eric KohlRenamed some thread states.
2002-07-04 David Welch2002-07-04 David Welch <welch@computer2.darkstar...
2002-06-27 Eric KohlAdded check for loaded module prior to loading it.
2002-06-27 Eric KohlStop the system if SystemRoot cannot be created or...
2002-06-27 Eric KohlSet missing OBJ_OPENLINK attribute in IoDeleteSymbolicL...
2002-06-27 Eric KohlFixed SystemRoot accessibility check.
2002-06-20 Eric KohlFixed a long-standing hack to open symbolic link objects.
2002-06-19 Eric KohlImplemented registry links (REG_LINK).
2002-06-18 David WelchMoved win32 callback support into a new file.
2002-06-18 David Welch2002-06-18 David Welch <welch@whitehall1-5.seh.ox...
2002-06-18 Eric KohlIoDestroyDriverList(): Free memory of group and service...
2002-06-18 Eric KohlRtlQueryRegistryValues() must treat REG_MULTI_SZ and...
2002-06-17 joegntoskrnl/ps/process.c
2002-06-17 joegntoskrnl/ke/main.c
2002-06-16 David Welch2002-06-16 David Welch <welch@whitehall1-5.seh.ox...
2002-06-16 Jason FilbyNtW32Call: replace sizeof(KTRAP_FRAME) with 124 bytes
2002-06-16 Eric KohlFixed wrong interpretation of value cell size in NtSetV...
2002-06-16 Casper HornstrupRevert last change
2002-06-16 Casper HornstrupAvoid importing _pctype when using mingw-runtime 2.0.
2002-06-16 Eric KohlFixed loading of symbol files.
2002-06-15 Hartmut BirrFixed saving of esp in KePushAndStackSwitchAndSysRet.
2002-06-15 Jason FilbyFixed missing initialization in PsAllocateCallback
2002-06-15 Eric KohlFix bug in RtlEqualSid() that caused all sids with...
2002-06-15 Eric KohlFix bug in RtlpAddKnownAce() that caused it to place...
2002-06-14 Eric KohlFixed automatic loading of required modules.
2002-06-13 Eric KohlFixed driver unloading upon failing initialization.
2002-06-12 Eric KohlUse the registry to load system start drivers.
2002-06-12 Eric KohlRtlpGetRegistryHandle(): Don't remove a leading backsla...
2002-06-12 Casper HornstrupBugCheck if no boot drivers are passed to ntoskrnl.exe
2002-06-12 Casper Hornstrup* Call RtlCreateUnicodeString() instead of RtlInitUnico...
2002-06-11 David Welch2002-06-11 David Welch <welch@whitehall1-5.seh.ox...
2002-06-11 Eric KohlFixed LdrpCompareModuleNames() to accept fully qualifie...
2002-06-10 Eric KohlChanged data structure which represents driver objects...
2002-06-10 Hartmut BirrReference/Dereference the process object in PiTerminate...
2002-06-10 Hartmut BirrUnmap the pages first and than remove the entries from...
2002-06-10 Hartmut BirrReplaced all calls to MmDereferencePage with MmReleaseP...
2002-06-10 Hartmut BirrFixed a minor bug in CcSetFileSizes.
2002-06-10 Hartmut BirrImplemented CcZeroData.
2002-06-10 Eric KohlMoved io/drvlck.c to mm.
2002-06-07 Eric Kohl- Implement NtCreateToken()
2002-06-07 Eric KohlLet services.exe load the auto-start drivers.
2002-06-06 Eric KohlFixed another silly bug.
2002-06-06 Eric KohlFixed a typo in RtlGenerate8dot3Name().
2002-06-05 Hartmut BirrFixed the alocation size in NtRegisterThreadTerminatePort.
2002-06-05 Hartmut BirrCreated the object handle only if the object is created...
2002-06-05 Hartmut BirrFixed the wrong parameter odering in a call to memset...
2002-06-05 Hartmut BirrFixed the copy length in RtlQueryRegistryValues.
2002-06-05 Hartmut BirrFixed a test after a memory allocation in CmiInitPerman...
2002-06-05 Eric KohlImplemented RtlGenerate8dot3Name() and RtlIsNameLegalDO...
2002-06-04 David Welch2002-06-04 David Welch <welch@whitehall1-5.seh.ox...
2002-06-04 Eric KohlFixed typo!
2002-06-04 Eric KohlFixed token type initialization.
2002-05-29 Eric KohlReplaced linux partition type constants.
2002-05-26 Eric KohlEnabled driver letter assignment for removable drives.
2002-05-25 Eric KohlMade NTFS-Partitions mountable.
2002-05-24 Eric KohlFixed a severe bug in RtlQueryRegistryValues() and...
2002-05-24 Eric KohlAdded import of REG_EXPAND_SZ registry values.
2002-05-23 Eric KohlUse NT-compatible (VPB-based) mounting mechanism.
2002-05-19 David Welchntoskrnl/cc/view.c: CcRosTrimCache: Added a comment...
2002-05-19 Casper HornstrupFixed a bug in ExAquireFastMutexUnsafe
2002-05-17 David Welchservices/fs/cdfs/.cvsignore: Added .cvsignore file
2002-05-16 Eric KohlModified LdrLoadModule() to return NTSTATUS.
2002-05-15 Eric KohlAdded file system recognizer driver.
2002-05-14 David WelchReverted the MPW changes (keep these in a seperate...
2002-05-13 Casper HornstrupUse ULONG_PTR instead of ULONG when doing pointer arith...
2002-05-08 Casper HornstrupSupport multiple debug targets at the same time.
next