2004-01-21 Casper S. Hornstrup <chorns@users.sourceforge.net>
[reactos.git] / reactos / ntoskrnl /
2004-01-20 Filip NavaraAttempt to fix the display corruption problems when...
2004-01-19 Eric KohlDo not disconnect a hive root key from its parent key...
2004-01-19 Gunnar DalsnesKiAcquire/ReleaseSpinLock adaption
2004-01-18 Gunnar DalsnesKiAcquire/ReleaseSpinLock adaption
2004-01-18 Gunnar DalsnesKiAcquire/ReleaseSpinLock adaption
2004-01-18 Gunnar Dalsnesadded KiAcquire/ReleaseSpinLock
2004-01-18 Gunnar DalsnesInsertAscendingList adaption
2004-01-18 Gunnar DalsnesInsertAscendingList adaption
2004-01-17 Art YerkesCross commits from the release branch. Serial echo...
2004-01-17 Art YerkesPrint userland addresses where possible in bugchecks...
2004-01-16 Gé van GeldorpDon't use RECTL structure in ntoskrnl
2004-01-16 Gé van GeldorpStore area touched by mouse pointer as this may be...
2004-01-15 Gé van GeldorpFix VGA display corruption caused by mouse pointer
2004-01-15 Eric KohlFixed a potential cause of registry corruption in NtSet...
2004-01-13 Eric KohlCleaned up NtSetValueKey() and NtQueryValueKey().
2004-01-13 Art YerkesProper search for lines and files as with functions.
2004-01-13 Art YerkesRe-enabled stabs reading in the kernel debugger.
2004-01-12 Eric KohlReverted most of the changes from 2004-01-08.
2004-01-10 Art YerkesAdded kjs system to the kernel.
2004-01-10 Hartmut Birr- Fixed the freeing of boot driver memory if KDBG is...
2004-01-10 Hartmut Birr- Check first for string length and second for the...
2004-01-09 Gé van GeldorpSilence debug message
2004-01-09 Gé van GeldorpNever try to stuff more into the Ioctl OutputBuffer...
2004-01-09 Eric KohlDo not dereference key objects if they are used to...
2004-01-09 Steven EdwardsChanged /NOBOOTSCREEN to /NOGUIBOOT to be
2004-01-08 Filip NavaraDon't use uninitialized variable in CmiAddKeyToHashTabl...
2004-01-08 Gé van GeldorpRe-enable assert
2004-01-08 Gé van GeldorpFix compile-time error when compiling with DBG
2004-01-08 Jason FilbySave eax in interrupt_handler2d(). Patch by Mike Nordell.
2004-01-08 Eric KohlUse a list to store linked hives.
2004-01-07 Emanuele AlibertiMinor changes for NT compatibility.
2004-01-06 Eric KohlMoved some Nt/Zw functions and types.
2004-01-05 Thomas Bluemeltamlin's work on compiling the kernel with another...
2004-01-02 Steven EdwardsEnabled support for /DEBUGPORT=FILE
2003-12-31 Hartmut Birr- Implemented shared segments for images.
2003-12-31 Hartmut Birr- Made the system time in the shared data page available.
2003-12-31 Hartmut Birr- Set the flag IRP_CLOSE_OPERATION in IopDeleteFile.
2003-12-31 Hartmut Birr- Bypass IoSecondStageCompletion for irp's with the...
2003-12-31 Gé van GeldorpFix compile problem when compiling with DBG
2003-12-31 Jason FilbyInitial implementaions of MmAllocateContiguousMemorySpe...
2003-12-30 Aleksey BraginMake compatible w/both MinGW and MSVC
2003-12-30 Aleksey BraginFix to be compatible w/both MinGW and MSVC
2003-12-30 Aleksey BraginUpdate inline assembler to be compatible with MSVC
2003-12-30 Aleksey BraginContinue of MSVC-compiling changes....
2003-12-30 KJK::HyperionFree the TEB on thread termination. Partially fixes...
2003-12-30 KJK::HyperionScrew branches, I'm committing to HEAD. Life is too...
2003-12-25 Casper Hornstrup2003-12-25 Casper S. Hornstrup <chorns@users.sourcefo...
2003-12-23 Art YerkesKDB: Serial driver.
2003-12-23 Art YerkesAdded makefile stuff for kdb serial.
2003-12-23 Art YerkesAdded the beginnings of an implementation of NtSetInfor...
2003-12-23 Art YerkesAdded KDSERIAL option.
2003-12-23 Art YerkesAdded "addr" "x" and "tlist" commands to kdbg.
2003-12-21 Filip NavaraCorrected debug message.
2003-12-20 Filip NavaraAdded few debug messages.
2003-12-17 Eric KohlImplemented FsRtlDissectName().
2003-12-15 Eric KohlImplemented driver reinitialization.
2003-12-14 Filip NavaraFixed issue that cause user-mode exception stack traces...
2003-12-14 Filip NavaraAdded two debugging messages. Patch by Mike Nordell.
2003-12-14 Hartmut Birr- Do not place _main into the init section. If ntoskrnl...
2003-12-14 Hartmut Birr- Fixed some declarations.
2003-12-14 Hartmut Birr- Replaced ctype.h with internal\ctype.h.
2003-12-14 Hartmut Birr- Removed ctype.h.
2003-12-14 Hartmut Birr- Fixed the declaration of some thread functions.
2003-12-14 Hartmut Birr- Fixed some debug messages.
2003-12-14 Hartmut Birr- Initialized some local variables.
2003-12-14 Hartmut Birr- Fixed the initialisation of the core dump service...
2003-12-14 Hartmut Birr- Added return values to some unimplemented functions.
2003-12-14 Hartmut Birr- Added return values to some unimplemented functions.
2003-12-14 Filip Navara- Added few ObDereferenceObject calls.
2003-12-14 Martin Fuchsactivate Doxygen SEARCHENGINE option
2003-12-13 Gé van GeldorpPrint debug message if memory allocation fails
2003-12-13 Eric KohlInitialize IRP.RequestorMode in system functions that...
2003-12-12 Thomas Bluemelimplemented GetThreadDesktop()
2003-12-12 Thomas BluemelFix kernel-crash when handling user-mode exception...
2003-12-12 Thomas BluemelFix kernel-crash when handling user-mode exception...
2003-12-10 Thomas Bluemelstore ShellWindow and ShellListView handle in window...
2003-12-09 Thomas Bluemelchanged handle management of cursors/icons
2003-12-08 Hartmut Birr- Check for illegal characters for short file names...
2003-12-07 Martin Fuchsrelative paths for option STRIP_FROM_PATH; avtivate...
2003-12-07 Filip NavaraWindow classes/Atom fixes
2003-12-07 Martin Fuchsadjusted doxygen options
2003-12-06 Martin Fuchsinitial doxygen configuraion
2003-11-30 Filip NavaraWork on activation/focus.
2003-11-30 Gunnar Dalsnes-user apc was called with incorrect SystemParameter1
2003-11-30 Gunnar Dalsnes-hopefully fix bug where IoSecondStageCompletion was...
2003-11-30 Gunnar Dalsnes-removed "safe" stuff
2003-11-30 Gunnar DalsnesAfter enabling regular kmode APC's I have experienced...
2003-11-30 Hartmut Birr- Call MmDeletePageFileMapping with the process in...
2003-11-30 Hartmut Birr- Use binary search for the offset within the pagefile.
2003-11-30 Hartmut Birr- Protect the region for the kernel mapped low memory...
2003-11-28 Eric KohlIgnore event object for synchronous file operations.
2003-11-27 Gé van GeldorpFix single-stepping through usermode code
2003-11-27 Gunnar Dalsnesapc work
2003-11-27 Gunnar Dalsnesdisable regular kmode apc's around Resource locks
2003-11-24 Eric KohlRemove 'dist' target
2003-11-24 Gé van GeldorpSilence debug messages
2003-11-24 Eric KohlTiny cleanup.
2003-11-24 Eric Kohl- Remove 'dist' target.
2003-11-23 Filip Navara- Added test for unimplemented EnumWindowStations and...
2003-11-22 Eric KohlMinor cleanup.
next