Merge 12736:14980 from trunk
[reactos.git] / reactos / ntoskrnl / ex /
2005-05-12 Casper HornstrupMerge 12736:14980 from trunk
2005-05-05 Casper HornstrupMerge 14551:14980 from trunk
2005-05-05 Casper HornstrupCopy wininet to branch
2005-05-01 Martin Fuchsmerge ROS Shell without integrated explorer part into...
2005-05-01 Thomas Bluemelfixed some warnings with gcc4 (mostly assignment differ...
2005-04-25 Alex IonescuKD System Rewrite:
2005-04-23 Alex IonescuAnd these should've been added...
2005-04-23 Alex IonescuSmall Debugging Services re-arrangement. /dbgk created...
2005-04-18 Thomas Bluemelfix uninitialized variable
2005-04-18 Alex IonescuFix Process/Thread information structures to match...
2005-04-18 Alex IonescuRemove excess debugging
2005-04-18 Alex IonescuUse official THREAD_STATE enumeration for thread states
2005-04-18 Alex IonescuImplement PsSetLegoNotifyRoutine and PsRemoveCreateThre...
2005-04-18 Alex IonescuMini-merge from my local changes. Rewrite of Process...
2005-04-15 Alex IonescuImplemented Guarded Mutex, a drop-in replacement for...
2005-04-10 Casper HornstrupMerge 13831:14550 from trunk
2005-04-08 Casper HornstrupCopy riched20
2005-04-08 Casper HornstrupCopy makefile
2005-04-07 Thomas Bluemel- don't redefine public structures in taskmgr
2005-04-02 Hartmut Birr- Fixed ExTimerRundown.
2005-03-28 Thomas Bluemelfix warning on optimized builds
2005-03-28 Thomas Bluemelrelease the dispatcher lock in KeReleaseMutant before...
2005-03-25 Thomas Bluemelminor optimization fix for single linked lists
2005-03-18 Alex IonescuThread/Process Termination/Repeaing Rewrite + Fixes
2005-03-16 Alex IonescuFix dillo/vncviewer regressions (semaphore bug). thanks...
2005-03-14 Thomas Bluemelimplemented the SystemInterruptInformation information...
2005-03-14 Thomas Bluemeldereference processes when enumerating them was cancell...
2005-03-14 Thomas Bluemelreport idling statistics from the idle process, not...
2005-03-14 Thomas Bluemelgroup idle threads into the idle process
2005-03-14 Alex IonescuDispatching & Queue Rewrite II:
2005-03-14 Thomas BluemelAlex Ionescu <ionucu@videotron.ca>
2005-03-13 Thomas Bluemelinitialize the handle tables before creating them
2005-03-13 Thomas Bluemeldon't use the current process' pid if no process specified.
2005-03-13 Thomas BluemelAlex Ionescu <ionucu@videotron.ca>
2005-03-13 Thomas Bluemel- fixed handle table structures
2005-03-12 Thomas BluemelAlex Ionescu <ionucu@videotron.ca>
2005-03-12 Thomas BluemelAlex Ionescu <ionucu@videotron.ca>
2005-03-12 Thomas BluemelAlex Ionescu <ionucu@videotron.ca>
2005-03-12 Filip NavaraAlex Ionescu <ionucu@videotron.ca>
2005-03-12 Filip NavaraAlex Ionescu <ionucu@videotron.ca>
2005-03-05 Casper HornstrupCopy msiexec from trunk
2005-03-05 Casper HornstrupMerge 13511:13830 from trunk
2005-03-02 James TaborClean up.
2005-03-01 James TaborDereference process object.
2005-03-01 James TaborPartial implementation of SystemHandleInformation and...
2005-02-28 Alex IonescuReverting to 13775. Sorry for the mess. This is dedicat...
2005-02-28 Alex IonescuTest commit. Not official branch release -- it will...
2005-02-22 Thomas Bluemeladded more irql checks
2005-02-22 Thomas Bluemeladded more irql checks
2005-02-22 Thomas Bluemelremove obsolete check in InterlockedPopEntrySList()
2005-02-22 Thomas BluemelInterlockedPushEntrySList() and InterlockedPopEntrySLis...
2005-02-21 Thomas Bluemelhandle the case when ExRundownCompleted() was called...
2005-02-20 Thomas Bluemelfixed some bugs in ExWaitForRundownProtectionRelease...
2005-02-19 Gregor AnichOne could have the impression that I am bored ;-)
2005-02-18 Gregor AnichAdd shutdown message.
2005-02-17 Thomas Bluemel1. object type names are stored in ntoskrnl's image...
2005-02-16 Art YerkesFix compilation with -O3 and fix bugs 484 and 505....
2005-02-15 Casper HornstrupMerge 13159:13510 from trunk
2005-02-15 Casper HornstrupCopy msimg32
2005-02-14 Thomas Bluemeldon't leak a reference to the timer object when copying...
2005-02-14 Alex IonescuReimplemented Kernel and Executive Timers. Use Microsof...
2005-02-12 Casper HornstrupBranch setupapi (again)
2005-02-12 Casper HornstrupBranch setupapi
2005-02-10 Thomas Bluemelfixed ObpCaptureObjectAttributes()
2005-02-10 Thomas Bluemelrevert the changes to NtCreateEvent and do the real fix
2005-02-10 Art YerkesPatch to fix NtCreateSempahore, in the case where the...
2005-02-01 Gunnar DalsnesRtlCreateUnicodeString->RtlpCreateUnicodeString
2005-02-01 Eric KohlFix typos in shutdown messages.
2005-01-30 Filip NavaraDon't shutdown devices before flushing registry and...
2005-01-26 Alex IonescuStandardize comment headers. Patch by Trevor McCort
2005-01-26 Thomas Bluemel1. fixed NtCreateProcess to do some buffer checks and...
2005-01-24 Thomas Bluemelminor fixes
2005-01-23 Thomas Bluemel1. fixed the timer functions to securely access buffers
2005-01-23 Thomas Bluemel1. fixed prototypes of NtSetSystemTime and NtQuerySyste...
2005-01-23 Gé van GeldorpFix typo
2005-01-23 Thomas Bluemelfixed semaphore functions to securely access buffers...
2005-01-22 Thomas Bluemelmore NtXxx vs. ZwXxx fixes
2005-01-22 Thomas Bluemel1. remove obsolete buffer size checks from NtQueryInfor...
2005-01-22 Thomas Bluemelfixed the prototype of KePulseEvent() and made NtPulseE...
2005-01-22 Thomas Bluemel1. A few Nt vs. Zw fixes
2005-01-22 Alex IonescuFix remaning ROS bugs. A minor hack has been added...
2005-01-21 Thomas Bluemelremove double function head of NtCreateEvent()
2005-01-21 Alex IonescuFirst patch to fix seriously broken ROS (thank Thomas...
2005-01-07 Alex IonescuRemove /nt directory
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2005-01-05 Hartmut Birr- Used a system thread to shutdown various kernel compo...
2005-01-05 Hartmut Birr- Replaced MP with CONFIG_SMP.
2005-01-04 Gunnar Dalsnes-move structs OBJECT_TYPE/OBJECT_HEADER into private...
2005-01-01 Hartmut Birr- Fixed the return values in some unimolemented functions.
2005-01-01 Hartmut Birr- Implemented Ke386TestAndClearBit and Ke386TestAndSetBit.
2005-01-01 Alex IonescuFix work item enumaration values.
2005-01-01 Alex IonescuUse PROCESSOR_FEATURE_MAX instead of PROCESSOR_FEATURES...
2004-12-31 Casper HornstrupRemove .cvsignore files.
2004-12-30 Alex IonescuImplemented:
2004-12-24 Filip Navara- Fix compilation with GCC 4.0-20041219.
2004-12-24 Gunnar Dalsnes-add some asserts to catch abuse (double insertions...
2004-12-20 Eric KohlNtAllocateUuids(): Improve randomness of initial sequen...
2004-12-19 Eric KohlNtAllocateUuids(): Load and save sequence counter.
2004-12-18 Eric KohlImplement NtAllocateUuids() partially.
next