reactos.git
2004-11-11 Steven Edwardsgrrr I forgot to do binary.....
2004-11-11 Steven Edwardssome simple sounds for ReactOS by Stefan Zehe.
2004-11-11 Eric KohlClean-up.
2004-11-11 Eric KohlEnable automatic adjustment of daylight savings changes.
2004-11-11 Eric KohlAdd even more time zones.
2004-11-11 Eric KohlRegSetValueExA: lpData can be NULL.
2004-11-10 Gé van GeldorpAdd partition handling for the Xbox
2004-11-10 Gregor AnichPrint exception names/strings when KDB is entered.
2004-11-10 Eric KohlAdd more time zones.
2004-11-10 Alex IonescuRewrote APC Implementation.
2004-11-10 Gregor AnichFix RecursionTrap (RescursionTrap) in UnhandledExceptio...
2004-11-09 Gé van GeldorpAdd disk I/O (well, input only, no output) for the...
2004-11-09 Gregor AnichFix _control87, the old implementation was terribly...
2004-11-09 Alex Ionescubaseaddress.cfg - Add entry for midimap.dll. Fix msacm...
2004-11-09 Eric KohlUse BF_SOFT style to draw pushbutton edges.
2004-11-09 Eric KohlAdd more time zones.
2004-11-09 Alex IonescuMove midimap.drv (a 9x component) to midimap.dll (an...
2004-11-09 Art YerkesCleaing in receive: fixed one bugcheck.
2004-11-09 Steven EdwardsOne of the buggy versions of Mingw I have fails to...
2004-11-09 Alex IonescuSilence informational messages.
2004-11-08 Gé van GeldorpSupport video and memory detection on the Xbox
2004-11-08 Thomas Bluemel1. fixed GetProfilesDirectoryW(). the lpcchSize paramet...
2004-11-08 Eric KohlSelect current time zone on the time zone property...
2004-11-08 Eric KohlAdd some more time zones.
2004-11-08 Thomas Bluemelmake better use of precompiled headers
2004-11-08 Thomas Bluemeldon't return uninitialized variable. thx to Alex.
2004-11-08 Thomas Bluemelforgot this file
2004-11-08 Gregor AnichCheck for installed exception handlers if the kernel...
2004-11-08 Thomas Bluemelseparate epsapi as per kjk's request again, sorry for...
2004-11-07 Filip Navara- Fix prototype for KeConnectInterrupt.
2004-11-07 Gregor AnichAdd SSE detection.
2004-11-07 Filip Navara- Export the InitSafeBootMode variable as per KB83764.
2004-11-07 Art YerkesPreliminary stub generator ported from my shell script.
2004-11-07 Gregor AnichFix FORCE_INLINE for GNUC.
2004-11-07 Steven EdwardsAdded Wine ole32 tests.
2004-11-07 Filip Navara- Initialize DriverObject->HardwareDatabase for newly...
2004-11-07 Filip Navara- New and complete implementation of IoOpenDeviceRegist...
2004-11-07 Art YerkesRemoved remaining kernel imports from ip lib.
2004-11-07 Steven EdwardsAdded Wine psapi tests.
2004-11-07 KJK::HyperionMoved VerSetConditionMask in RTL so it can be exported...
2004-11-07 Thomas Bluemelfixed typo
2004-11-07 Thomas Bluemelcorrected image base address
2004-11-07 Eric KohlFill the time zone list.
2004-11-07 Gregor AnichTranslate EXCEPTION_XXX defines into EXCEPTION_DISPOSIT...
2004-11-07 Filip Navara- Define RTL_REGISTRY_HANDLE and RTL_REGISTRY_OPTIONAL.
2004-11-07 Thomas Bluemelignore .gch files
2004-11-07 Thomas Bluemeladded stubs for winscard.dll
2004-11-07 Steven EdwardsAdded Wine Common Control Regression tests.
2004-11-07 KJK::HyperionImplemented VerSetConditionMask.
2004-11-07 Eric KohlAdd more time zones.
2004-11-07 Steven EdwardsCleanup the warnings.
2004-11-06 Gé van GeldorpUse correct context.
2004-11-06 Filip Navara- Fix ACL size calculation in SepInitDACLs.
2004-11-06 Steven Edwardsinclude stdlib.h, string.h and ctype.h to fix a build...
2004-11-06 Eric KohlAdd some more timezones.
2004-11-06 Gregor AnichAdd ExtendedRegisters to CONTEXT_X86, CONTEXT_EXTENDED_...
2004-11-06 Thomas Bluemelsilence debug output
2004-11-06 Art YerkesChanges:
2004-11-06 Eric Kohl- Make TIME_ZONE_ID_XXX constants available from kernel...
2004-11-06 Eric Kohl- Replace TIME type by LARGE_INTEGER in FILE_*_INFORMAT...
2004-11-06 Eric Kohl- Replace TIME type by LARGE_INTEGER in FILE_*_INFORMAT...
2004-11-06 Thomas Bluemel1. implemented GetPerformanceInfo()
2004-11-06 Thomas Bluemelremoved obsolete forward declaration
2004-11-06 Alex IonescuReimplimented IO Timers correctly.
2004-11-06 Thomas Bluemelfixed return value of GetProcessImageFileNameA/W()
2004-11-06 Thomas Bluemel1. fixed field names of the SYSTEM_PAGEFILE_INFORMATION...
2004-11-05 Thomas Bluemelimplemented GetProcessImageFileNameA/W()
2004-11-05 Thomas Bluemelfixed typo
2004-11-05 Thomas Bluemel1. export all psapi stubs
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...
next