modified Resources/hresult.xml
[reactos.git] / reactos /
2006-09-01 Alex Ionescu- Multiple changes to low-level Kernel initalization...
2006-08-31 Ged Murphyforgot to turn debugging off
2006-08-31 Alex Ionescu- Some cleanups
2006-08-31 Ged Murphyfirst commit of an overhaul of sc.exe
2006-08-31 Eric KohlPass additional arguments to a service when it is start...
2006-08-31 Alex Ionescu- Remove some deprecated code and custom ROS exports...
2006-08-31 Thomas BluemelAdd stubs for the condition variable functions
2006-08-31 Aleksey BraginChange a very ugly done DbgPrint() function to a good...
2006-08-31 Aleksey BraginSylvain Petreolle: Partly fix unicode build of cmd...
2006-08-31 Hervé PoussineauAdd ATTACH_PARENT_PROCESS constant
2006-08-31 Hervé PoussineauRemove some code duplication when calling PopupError
2006-08-31 Hervé PoussineauFix build for Linux people, where gcc claims that it...
2006-08-31 Hervé PoussineauFix Linux build (filename case problem...) Thanks gregj...
2006-08-31 Hervé PoussineauCleanup in .inf file handling of usetup:
2006-08-31 Hervé PoussineauClean up console functions in usetup. We now have 2...
2006-08-31 Alex Ionescu- Don't do fast system calls with the wrong DS/ES selec...
2006-08-31 Alex Ionescu- Implement more parts of the GPF Handler.
2006-08-31 Pablo BorobiaTesting commit
2006-08-31 Alex Ionescu- Write new, optimized, small, working and clean functi...
2006-08-30 Thomas BluemelFix difference in signedness warnings
2006-08-30 Thomas BluemelUse the new ProbeForWriteIoStatusBlock macro
2006-08-30 Thomas Bluemel- Fix some probing macros
2006-08-30 Magnus OlsenWrote RtlUshotByteSwap RtlUlongByteSwap and RtlUlongl...
2006-08-30 Thomas BluemelRevert r23824. This needs to go into the clipboard...
2006-08-30 Pablo Borobia* added GetLayout definition
2006-08-30 Thomas BluemelRevert r23810, r23811, r23813. The clipboard changes...
2006-08-30 Hervé Poussineaumpr.dll can now be autosynced with Wine
2006-08-30 Ged Murphyupdate msi wine regtest
2006-08-30 Ged Murphyupdate comctl32 winetest
2006-08-30 Hervé Poussineauavifil32.dll can now be autosynced with Wine
2006-08-30 Hervé Poussineauwineimport.cmd (>= r23814) is now able to handle msi...
2006-08-30 Pablo Borobia* Added more clipboard regression tests
2006-08-30 Hervé PoussineauAdd msi_ros.diff
2006-08-30 Pablo Borobiashel32.dll part:
2006-08-30 Pablo Borobiauser32.dll part:
2006-08-30 Alex Ionescu- It should now be safe to remove the V86 ESP0 hack...
2006-08-30 Hervé PoussineauUpdate MSI to current Wine version.
2006-08-30 Ged Murphy[WINESYNC]
2006-08-30 Thomas BluemelImplement Slim Reader/Writer (SRW) locks:
2006-08-30 Hervé PoussineauFix MsiGetFeatureStateA/W and MsiGetComponentStateA...
2006-08-30 Magnus OlsenKill inline asm code compete in RtlUlongByteSwap for...
2006-08-30 Alex Ionescu- Fix KeRaiseUserException (can't use "return" from...
2006-08-30 Alex Ionescu- Some fixes to KiDispatchException: Add support for...
2006-08-30 Eric Kohl- fix indentation and remove trailing whitespace
2006-08-30 Hervé PoussineauAdd missing includes in .rc file
2006-08-30 Magnus OlsenImplement RtlRandomEx by copy RtlRandom code.
2006-08-30 Johannes Anderwald* remove useless cast
2006-08-30 Johannes Anderwald- fix definition of FONTENUMPROC
2006-08-30 Alex Ionescu- Update kernel fun.
2006-08-30 Alex Ionescu- Implement RtlCaptureStackBackTrace and RtlWalkFrameCh...
2006-08-30 Alex Ionescu- Add about two dozen new bugcheck codes and strings.
2006-08-30 Alex Ionescu- Jesus Christ... will Hell freeze over before someone...
2006-08-29 Hervé PoussineauImplement RegNtPreEnumerateValueKey/RegNtPostEnumerateV...
2006-08-29 Brandon TurnerBetter rand() implementation. This should fix the...
2006-08-29 Magnus Olsenfound more inline asm.
2006-08-29 Magnus OlsenDetect i386 asm code for setjump (we only have one...
2006-08-29 Magnus Olsen1. Rewote atan.c to pure asm
2006-08-29 Alex Ionescu- Implement GetSideSidFromToken. Patch by Grzegorz...
2006-08-29 Magnus OlsenCopied remotely
2006-08-29 Magnus OlsenCopied remotely
2006-08-29 Magnus OlsenCopied remotely
2006-08-29 Magnus OlsenCopied remotely
2006-08-29 Magnus OlsenCopied remotely
2006-08-29 Magnus OlsenCopied remotely
2006-08-29 Magnus OlsenCopied remotely
2006-08-29 Magnus OlsenCopied remotely ceil from rtl to crt/math/i386
2006-08-29 Magnus OlsenCreated folder remotely
2006-08-29 Magnus Olsenadd back change long to long_ptr change did not think...
2006-08-29 Magnus Olsenrevert 23768 for this member does not exists in psdk...
2006-08-29 Christoph von Wittichfix indentation
2006-08-29 Hervé PoussineauAdd some missing SIDs. Fix bug 1772.
2006-08-29 Hervé PoussineauFix bug 1770. Patch by Grzegorz Jaskiewicz
2006-08-29 Magnus Olsenput in if define i386 for asm version of cos, sin,...
2006-08-28 Alex Ionescu- Complete and utter reimplementation of V86 Mode for...
2006-08-28 Thomas BluemelMove the __ALIGNED attribute to the correct position...
2006-08-28 Ged Murphycouple of minor fixes.
2006-08-28 Thomas Bluemel"Fix" using an uninitialized variable (line 950) in...
2006-08-28 Johannes Anderwald* fix another typo :-)
2006-08-27 Magnus Olsenfixing the spelling english spelling thanks mifritscher...
2006-08-27 Magnus OlsenCommit one part from big patch from Pablo Borobia ...
2006-08-27 Hervé PoussineauAdd French and Bengali resources to build
2006-08-27 Hervé PoussineauAdd guard to prevent multiple inclusions (not used...
2006-08-27 Johannes Anderwald* improve error checking (by hpoussin)
2006-08-27 Johannes Anderwald* auto-start apps in autostart folder
2006-08-27 Christoph von Wittichadded vdmdbg.dll to bootcd
2006-08-27 Johannes Anderwald* fix warning
2006-08-27 Magnus Olsenreapplay rev 23614, it we have now russain letters...
2006-08-27 Hervé PoussineauSet user locale at login. User interface may now be...
2006-08-27 Magnus Olsensorry wrong version
2006-08-27 Magnus Olsenfix a crash in quake
2006-08-27 Christoph von Wittichforgot to commit these files
2006-08-27 Christoph von Wittichadded LiveCDRegTest and BootCDRegTest targets
2006-08-27 Christoph von Wittichrenamed isoboot_regtest.asm to isobtrt.asm to comply...
2006-08-27 Christoph von Wittich* added bootloader which can be used for automated...
2006-08-27 Christoph von Wittichadded GetSiteSidFromToken stub
2006-08-27 Johannes Anderwald* make edit controls look standard
2006-08-27 Johannes Anderwald* store static colors in global struct to make it threa...
2006-08-27 Johannes Anderwald* auto-select correct radio button
2006-08-27 Johannes Anderwald* dont code during night :-))))
2006-08-27 Johannes Anderwald* optimize a few code paths
next