implemented GetUserNameA() and GetUserNameW() - thanks to kjk_hyperion and Alex Iones...
[reactos.git] / reactos / ntoskrnl /
2004-12-12 Filip Navara- Acquire the dispatcher lock in KeRevertToUserAffinity...
2004-12-12 Eric KohlReplace assert by ASSERT.
2004-12-12 Eric Kohl- Replace hive locks and hive list lock by a global...
2004-12-12 Thomas Bluemel* Implement EnumDisplayDevicesA
2004-12-12 Hartmut Birr- Split KdInitSystem in two phases, to enable debug...
2004-12-12 Hartmut Birr- Used the lock prefix on smp builds.
2004-12-12 Hartmut Birr- Improved KeBugCheckWithTf for smp machines.
2004-12-12 Hartmut Birr- Redefined OldIrql. It was lost while my code cleanup.
2004-12-12 Hartmut Birr- Replaced PiThreadLock with the dispatcher databae...
2004-12-11 Royce Mitchell IIIPagedPool improvements: differenciate between hiredzone...
2004-12-10 Gregor AnichUse static buffer for DbgPrint message queueing instead...
2004-12-10 Filip Navara- Fix definitions of SecurityAnonymous, SecurityIdentif...
2004-12-10 Gregor AnichAdd an option to serialize DbgPrint - don't worry,...
2004-12-09 Royce Mitchell IIIallow data from SYM files to be used in stack traces...
2004-12-06 Gunnar Dalsnesreplace NtCreateFile with ZwCreateFile
2004-12-05 Thomas Bluemelget rid of the "global" system process handle since...
2004-12-05 Filip Navara- Disable debugging messages.
2004-12-04 Filip Navara- Don't stop backtrace at the first address that can...
2004-12-04 Gé van GeldorpForgot to remove the space reservation for hal_pagetable
2004-12-04 Gé van GeldorpUse MmMapIoSpace() instead of messing around with the...
2004-12-04 Gé van GeldorpCurrent versions of VMware provide a correct BIOS memor...
2004-12-04 Gé van GeldorpLet HAL handle its own mapping of the video frame buffer
2004-12-04 Gregor AnichAdded InterlockedCompareExchangePointer macro and 64...
2004-12-04 Gregor AnichUse InterlockedCompareExchange64 instead of Interlocked...
2004-12-03 Gregor AnichPrefix libs in dk/w32 and dk/nkm with "lib" to make...
2004-12-02 Gregor AnichFixed handling of exceptions in memory read/write funct...
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 Gregor AnichCleaned config.h a bit...
2004-11-28 Gregor AnichMove some ntoskrnl compiletime configuration defines...
2004-11-28 Gregor AnichThere's no reason to set TS in cr0 when returning from...
2004-11-28 Eric KohlSet system time and update boot time and relative timers.
2004-11-28 Hartmut Birr- Dipped the code between HalInitializeProcessor and...
2004-11-27 Hartmut Birr- Canceled my last changes.
2004-11-27 Hartmut Birr- Used a fast mutex for the client id structure.
2004-11-27 Hartmut Birr- Enabled interrupts on page faults also for V86 mode.
2004-11-27 Hartmut Birr- Fixed a debug message.
2004-11-27 Hartmut Birr- Fixed the processor number at the call to KiIpiSendRe...
2004-11-27 Hartmut Birr- Simplified the irq lock table.
2004-11-27 Hartmut Birr- Removed the timer value lock, because this lock isn...
2004-11-27 Hartmut Birr- Acquire the dispatcher database lock in PsBlockThread...
2004-11-27 Hartmut Birr- Prevent from terminate a thread for twice.
2004-11-27 Hartmut Birr- Update the page directories for the stack outside...
2004-11-27 Hartmut Birr- Made a tlb entry invalid on all processors if the...
2004-11-27 Hartmut Birr- Implemented KiIpiSendRequest for simple requests.
2004-11-27 Hartmut Birr- Saved the fpu state before the actual thread switchin...
2004-11-27 Hartmut Birr- Saved the state of the fpu at a win32 call and restor...
2004-11-27 Filip Navara- Fix calling convention of IoReadPartitionTable, IoSet...
2004-11-27 Eric KohlRemove the DPRINT containing SharedData->DosDeviceMap...
2004-11-26 Aleksey BraginRemoved DPRINT containing SharedData->DosDeviceMap...
2004-11-25 Alex IonescuFix IO completion APIs/Structures.
2004-11-25 Gregor AnichMultiprocessor support for FPU/SSE state saving.
2004-11-24 Filip Navara- Fix pointer arithmetic on FileName variable in NtCrea...
2004-11-21 Alex IonescuHal DMA Patch: Implemented correct AdapterObject, updat...
2004-11-21 Thomas Bluemel1. don't allow the ProcessImageFileName information...
2004-11-21 Gunnar Dalsneskill.c: remove useless call to KeRemoveAllWaitsThread...
2004-11-21 Gunnar Dalsneswork.c: reimpl. using kernel queues
2004-11-21 Gunnar Dalsnescall KiDeliverAPc at correct irql
2004-11-21 Gunnar Dalsnesadd missing KeEnter/LeaveCriticalRegion before/after...
2004-11-21 Gunnar Dalsnesfix kernel queues + misc fixes/cleanups
2004-11-21 Hartmut Birr- Acquire always the dpc lock on smp systems.
2004-11-21 Filip NavaraRevert:
2004-11-21 Filip Navara- Fix prototype of FsRtlInitializeLargeMcb and FsRtlIni...
2004-11-21 Gregor AnichProperly fix "Unused variable" warning.
2004-11-21 Thomas Bluemeluse ASSERT instead of assert
2004-11-21 Martin Fuchsavoid "unused variable" warning
2004-11-21 Hartmut Birr- Set also FS and GS on a debug service call.
2004-11-21 Thomas Bluemelproperly copy the device map - it's still not initializ...
2004-11-21 Hartmut Birr- Fixed the check for the empty (or not empty) dpc...
2004-11-21 Alex Ionescu1) Updated KUSER_SHARED_DATA to NT5+ exported documente...
2004-11-20 Gregor AnichFPU/SSE state saving on taskswitching, FPU and SSE...
2004-11-20 Art YerkesForgot to update a prototype in here. Also, a while...
2004-11-20 Filip Navara- Add IRQL assert to ExFreePagedPool.
2004-11-20 Filip Navara- Allocate buffer for sub keys from NonPagedPool in...
2004-11-20 Casper Hornstrup2004-11-20 Casper S. Hornstrup <chorns@users.sourcefo...
2004-11-20 Thomas Bluemeladded missing definitions
2004-11-20 Art YerkesFixed continue in the GDB stub. Sorry for breaking it.
2004-11-20 Thomas Bluemel1. removed window station/desktop hacks from ntoskrnl
2004-11-19 Gunnar Dalsnesreturn correct ExitCode for non-terminated threads
2004-11-19 Filip Navara- Correctly calculate size of the CM_RESOURCE_LIST...
2004-11-19 Thomas Bluemel1. fixed definition of the DEBUG_MODULE_INFORMATION...
2004-11-18 Eric KohlPass a fake translated resource list to a driver when...
2004-11-18 Art YerkesChanged kdbg a bit by adding some new flags (and a...
2004-11-17 Gunnar Dalsnesrevert incorrect fix
2004-11-15 Gunnar Dalsnesfix broken work item impl.
2004-11-15 Eric KohlNtSetDefaultLocale must only store the lanuage id ...
2004-11-15 Eric KohlAdd support for FILE_AUTOGENERATED_DEVICE_NAME to IoCre...
2004-11-14 Hartmut Birr- Started the implementation of the ipi calls.
2004-11-14 Gregor AnichFix handling of debug traps in GDB stub/KiDispatchExcep...
2004-11-13 Hartmut Birr- Stored the informations from the cpuid instruction...
2004-11-13 Gregor AnichFix handling of debug traps in GDB stub/KiDispatchExcep...
2004-11-13 Hartmut Birr- Fixed the scanning for boot options.
2004-11-13 Hartmut Birr- Removed some unnecessary type casts.
2004-11-13 Thomas Bluemelimplemented MmGetSystemRoutineAddress()
2004-11-12 Aleksey BraginRemoved PriorityBoost from DPRINT at IoSecondStageCompl...
2004-11-12 Aleksey BraginRemove a warning about incorrect types, after discussio...
2004-11-12 Eric Kohl- Move NtAllocateUuids from the Security Reference...
2004-11-12 Eric Kohl- Move NtAllocateUuids from the Security Reference...
2004-11-11 Alex IonescuFix calls to KeAttachProcess
next