Thread/Process Termination/Repeaing Rewrite + Fixes
[reactos.git] / reactos / ntoskrnl / ex /
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-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-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-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-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.
2004-12-16 Gé van GeldorpImplement NtFlushInstructionCache()
2004-12-12 Hartmut Birr- Used the lock prefix on smp builds.
2004-12-05 Filip Navara- Disable debugging messages.
2004-12-01 Emanuele AlibertiI removed an old comment about replacing PAGESIZE with...
2004-12-01 Eric KohlSet timezone without changing the local time.
2004-11-29 Eric Kohl- Convert boot time and system time from local time...
2004-11-28 Eric KohlSet system time and update boot time and relative timers.
2004-11-21 Gunnar Dalsneswork.c: reimpl. using kernel queues
2004-11-20 Thomas Bluemeladded missing definitions
2004-11-20 Thomas Bluemel1. removed window station/desktop hacks from ntoskrnl
2004-11-17 Gunnar Dalsnesrevert incorrect fix
2004-11-15 Gunnar Dalsnesfix broken work item impl.
2004-11-13 Hartmut Birr- Stored the informations from the cpuid instruction...
2004-11-12 Eric Kohl- Move NtAllocateUuids from the Security Reference...
2004-11-06 Eric Kohl- Make TIME_ZONE_ID_XXX constants available from kernel...
2004-11-06 Thomas Bluemel1. fixed field names of the SYSTEM_PAGEFILE_INFORMATION...
2004-11-05 Eric KohlRead time zone information from registry at startup.
2004-11-05 Eric KohlMake sure that NtSetSystemTime won't crash if the new...
2004-10-30 Alex IonescuFix some values.
2004-10-30 Filip Navara- Make InitializeListHead, InsertHeadList, InsertTailLi...
2004-10-22 Thomas Bluemelhopefully a better implementation of rundown protection...
2004-10-22 Eric KohlUse upper-case ASSERT macros.
2004-10-18 Filip Navara- Fix calling convention of ExInterlockedPushEntrySList...
2004-10-17 Hartmut Birr- Used variables from the KPCR for the current irql...
2004-10-17 Filip Navara- Fix calling convention of ExInterlocked* functions.
2004-10-17 Gé van GeldorpMore shutdown messages
2004-10-16 Alex IonescuFix Typo
2004-10-16 Alex IonescuFixed ExGetCurrentProcessorUsage (thanks to Mike)
2004-10-12 Alex IonescuImplemented ExVerifySuite, ExInterlockedFlushSList...
2004-10-08 Gé van Geldorp- Return some values for NtQuerySystemInformation(Syste...
next