reactos.git
2004-11-05 Eric KohlRead time zone information from registry at startup.
2004-11-05 Thomas Bluemelno need to reference the job object pointer in NtIsProc...
2004-11-05 Eric KohlUse ASSERT() instead of assert().
2004-11-05 Thomas Bluemelpass lstrcpynW() the maximum number of characters,...
2004-11-05 Eric Kohl- Time zone combobox must have CBS_DROPDOWNLIST style.
2004-11-05 Eric KohlMake sure that NtSetSystemTime won't crash if the new...
2004-11-05 Eric KohlAdd some timezone information.
2004-11-04 Thomas Bluemelepsapi.a doesn't exist anymore...
2004-11-04 Gé van GeldorpTimeOut < 0 means not set yet, so we need a signed...
2004-11-03 Thomas Bluemelmerged epsapi into psapi and reformatted some code...
2004-11-03 Gé van Geldorpbootcd and livecd want cards.dll, so build it by default
2004-11-02 Thomas Bluemel1. reformatted the code so human beings can read it
2004-11-02 Martin FuchsDesign Shell About dialog more Windows-like (Klemens...
2004-11-02 Thomas Bluemel1. get rid of InternalGetProcessId()
2004-11-02 Thomas Bluemeluse ReadConsoleInputW() for unicode builds
2004-11-02 Thomas Bluemel1. Implemented WriteConsoleW(), ReadConsoleW(), FillCon...
2004-11-02 Gé van GeldorpGenerate stub functions from .spec file
2004-11-02 Gé van Geldorpwindres 2.15.90 20040222 doesn't like the empty string...
2004-11-02 Eric KohlAdd the 'Date and Time' page.
2004-11-01 Alex IonescuFix Mailslot and Named Pipe Drivers
2004-11-01 Gé van GeldorpAdd ability to be loaded as "multiboot kernel" from...
2004-11-01 Hartmut Birr- Fixed KeGetCurrentThread for mp machines.
2004-11-01 Hartmut Birr- Initialized the fpu of an application processor.
2004-11-01 Hartmut Birr- Changed/rewrote parts of the mp code to get my ASUS...
2004-11-01 Hartmut Birr- Share the irq/irql/vector definitions between ntoskrn...
2004-10-31 Filip Navara- Use common KiInterruptDispatch2 function for both...
2004-10-31 Alex IonescuFix deleted line.
2004-10-31 Alex IonescuMailslot/Named Pipe structures.
2004-10-31 Alex Ionescucleanup.c: Fix typo
2004-10-31 Alex IonescuUse proper IRP structure
2004-10-31 Filip Navara- Call KiDispatchInterrupt only if DPC software interru...
2004-10-31 Emanuele AlibertiGuarded mutex (no code and off makefile).
2004-10-31 Emanuele AlibertiNormalize private symbols in LPC, plus minor changes...
2004-10-31 Emanuele AlibertiModular resource script for POSIX+ terminal emulator...
2004-10-31 Eric KohlCode clean-up.
2004-10-31 Thomas Bluemelfixed typo
2004-10-31 Hartmut Birr- Fixed the definition of KeGetCurrentKPCR.
2004-10-31 Hartmut Birr- Implemented KeSetTargetProcessorDpc.
2004-10-31 Thomas BluemelGerman RC-File for sysdm and timedate and a few change...
2004-10-31 Filip Navara- Synchronize HalDisplayString using spinlocks at HIGH_...
2004-10-31 Hartmut Birr- Dpc's must be always deliver before a thread switch...
2004-10-31 Hartmut Birr- The quantum of the idle thread must also end.
2004-10-31 Hartmut Birr- Queried some values from pcr at DISPATCH_LEVEL to...
2004-10-31 Hartmut Birr- Initialize the pcr for an application processor befor...
2004-10-31 Hartmut Birr- Removed PiApcLock, because apc's are thread local...
2004-10-31 Hartmut Birr- Save/initialize/restore the gs register on interrupt...
2004-10-31 Eric KohlInstall new inf files and control panel applications.
2004-10-31 Eric Kohl- Define a unique base address for each control panel...
2004-10-31 Eric KohlDefine a unique base address for each control panel...
2004-10-31 Eric KohlAdd SCSI device class installer inf file and global...
2004-10-31 James TaborAdded missing header info for helping to compile msi.dll
2004-10-31 Thomas Bluemelfixed memory leak in CheckNameLegalDOS8Dot3A() (free...
2004-10-31 Thomas Bluemelimplemented InitializeProcessForWsWatch() and GetWsChan...
2004-10-31 Thomas Bluemelfixed a comment
2004-10-31 Thomas Bluemelremoved obsolete debug output
2004-10-31 Thomas Bluemelimplemented Heap32ListFirst(), Heap32ListNext(), Module...
2004-10-30 Filip Navara- Change ULONG to ULONG_PTR for StackLimit.
2004-10-30 Thomas Bluemelavoid overlaps of kernel32 and ntdll when kernel32...
2004-10-30 Thomas Bluemeladded a few missing structures and some janitory work
2004-10-30 Martin Fuchsadjust WINE specific texts for ReactOS (Klemens Friedl...
2004-10-30 Martin Fuchsadjust about dialog to ROS font sizes (Klemens Friedl...
2004-10-30 Filip Navara- Allow 0x80 to be a BIOS assigned drive number for...
2004-10-30 Eric KohlAdd Date/Time control panel application.
2004-10-30 Eric KohlUse W32API.
2004-10-30 Casper Hornstrup- Print stack frames on crashes.
2004-10-30 Alex IonescuFix some values.
2004-10-30 Filip Navara- Make InitializeListHead, InsertHeadList, InsertTailLi...
2004-10-30 Filip Navara- Use KfAcquireSpinLock/KfReleaseSpinLock instead of...
2004-10-30 Eric KohlAdd ability to start individual control panel applications.
2004-10-30 Eric KohlBuild new control panel applications.
2004-10-30 Eric KohlAdd Keyboard and Mouse (Main) control panel application.
2004-10-30 Eric KohlAdd Regional Options (Intl) control panel application.
2004-10-30 Casper Hornstrup- Support FULL_MAP command line option.
2004-10-29 Eric KohlSort control panels by name.
2004-10-29 Casper Hornstrup2004-10-29 Casper S. Hornstrup <chorns@users.sourcefo...
2004-10-29 Eric Kohl- Support control panel applications that provide more...
2004-10-28 Filip Navara- Remove duplicate definition of RTL_RANGE_LIST_SHARED_...
2004-10-28 Casper Hornstrup2004-10-28 Casper S. Hornstrup <chorns@users.sourcefo...
2004-10-27 Filip Navara- Define IoReleaseRemoveLock.
2004-10-27 Gregor AnichAdded KdbpSafeRead/WriteMemory macros (translated into...
2004-10-26 Eric KohlDrawStatusText() must not process prefix characters.
2004-10-26 Eric KohlPressing ENTER when a value is selected in the listview...
2004-10-26 Eric KohlUse FileHeader->SizeOfOptionalHeader instead of sizeof...
2004-10-25 Gregor AnichFixed debug build
2004-10-24 Thomas Bluemelmore prototype fixes
2004-10-24 Casper Hornstrup2004-10-24 Casper S. Hornstrup <chorns@users.sourcefo...
2004-10-24 Thomas Bluemelfixed prototypes of NtCreateProfile() and NtQueryInterv...
2004-10-24 Thomas Bluemelfixed prototypes of NtCreateMutant(), NtQueryMutant...
2004-10-24 Thomas Bluemelfixed prototypes of NtSetEvent(), NtResetEvent(), NtQue...
2004-10-24 Thomas Bluemeladded some base addresses to the list
2004-10-24 Thomas Bluemelminor fixes
2004-10-24 Casper Hornstrup2004-10-24 Casper S. Hornstrup <chorns@users.sourcefo...
2004-10-24 Thomas Bluemelminor fixes
2004-10-24 Thomas Bluemelminor fixes
2004-10-24 Thomas Bluemelminor fixes
2004-10-24 Eric KohlSet processor features in the shared user page.
2004-10-24 Filip Navara- Return STATUS_SUCCESS for PCI bus PDO PnP IRPs so...
2004-10-24 Filip Navara- Return STATUS_SUCCESS for root bus PDO PnP IRPs so...
2004-10-23 Alex IonescuFixed up some HAL prototypes and fixed some header...
2004-10-23 Casper Hornstrup2004-10-23 Casper S. Hornstrup <chorns@users.sourcefo...
next