reactos.git
2005-05-06 Gé van GeldorpSync to Wine-20050419:
2005-05-06 Gé van GeldorpFix filename case
2005-05-06 Casper HornstrupCorrect typo
2005-05-06 Magnus OlsenThx w3seek that pointout a bug in ConInString it shoul...
2005-05-06 Magnus OlsenAt last unicode version of cmd are now output text...
2005-05-06 Thomas Bluemel- fixed TransactNamedPipe to properly wait on completio...
2005-05-06 Gé van GeldorpSync to Wine-20050419:
2005-05-06 Aleksey BraginMake intl.cpl really switch InstallLanguage and Default...
2005-05-06 Thomas Bluemel- fixed ConnectNamedPipe to properly wait on completion...
2005-05-06 Thomas Bluemel- fixed DeviceIoControl to properly wait on completion...
2005-05-06 Thomas Bluemel- fixed Read/WriteFile(Ex) and properly wait on complet...
2005-05-06 Hartmut BirrRevert my last changes.
2005-05-06 Hartmut BirrDo not modify the stack layout of a function by using...
2005-05-06 Hervé PoussineauRevert ntoskrnl/cm/regobj.c back to revision 14017
2005-05-06 Thomas Bluemelminor corrections to match the behavior of wine's imple...
2005-05-06 Magnus OlsenDavid Nordenberg: Swedish translation, proofread by...
2005-05-06 Magnus Olsen Swedish translations by David Nordenberg
2005-05-06 Alex IonescuUpdate some more kernel structures
2005-05-06 Thomas Bluemelopen the module image file with read access rights...
2005-05-06 Thomas Bluemelcreate a token handle with TOKEN_QUERY access rights...
2005-05-06 Thomas Bluemeldon't leak the registry path string after initializing...
2005-05-05 Alex IonescuUpdate KPROCESS structure to latest version and documen...
2005-05-05 Gé van GeldorpJose Manuel Ferrer Ortiz <jmfo1982@yahoo.es>
2005-05-05 Hartmut BirrFixed InterlockedClearBit.
2005-05-05 Gé van GeldorpSync to Wine-20050419:
2005-05-05 Gé van GeldorpSync to Wine-20050419:
2005-05-05 Hervé PoussineauSVN maintenance: Set eol style to native and add keywords
2005-05-05 Hervé PoussineauRtlFreeUnicodeString -> ExFreePool changes
2005-05-05 Gé van GeldorpSync to Wine-20050419:
2005-05-05 Hervé PoussineauForgot to commit this file with revision 15013
2005-05-05 Gé van GeldorpSync to Wine-20050419:
2005-05-05 Gé van GeldorpSync to Wine-20050419:
2005-05-05 Magnus Olsenswedish translation by Andreas Bjerkeholt
2005-05-05 Gé van GeldorpSync to Wine-20050419:
2005-05-05 Hervé PoussineauExFreePool -> ExFreePoolWithTag changes
2005-05-05 Gé van GeldorpSync to Wine-20050419:
2005-05-05 Gé van GeldorpSync to Wine-20050419:
2005-05-05 Gé van GeldorpSync to Wine-20050419:
2005-05-05 Thomas Bluemelimplemented RegOpenUserClassesRoot (doesn't work in...
2005-05-05 Hervé PoussineauChange ExFreePool to ExFreePoolWithTag
2005-05-05 Eric KohlImplement OpenAndMapFileForRead, RetreiveFileSecurity...
2005-05-05 Thomas Bluemelthe registry functions shouldn't change the last error...
2005-05-05 Magnus OlsenUpdate the swedish translation by
2005-05-05 Hervé PoussineauDon't desallocate non allocated memory
2005-05-05 Thomas Bluemel- ported BuildTrusteeWithObjectsAndNameA/W and BuildTru...
2005-05-05 Hervé PoussineauBetter handle of wrong arguments in IoRegisterDeviceInt...
2005-05-05 Thomas Bluemelguard dumping the stack trace to prevent infinite excep...
2005-05-05 Hervé PoussineauCall Fs notifications at PASSIVE_LEVEL by using a guard...
2005-05-05 Thomas Bluemeldirectly use HeapAlloc/Free in midl_user_allocate and...
2005-05-05 Thomas Bluemeluse SERVICES_ACTIVE_DATABASE if the caller didn't speci...
2005-05-05 Alex IonescuSimply fix up the formatting, there were tabs and 3...
2005-05-05 Thomas Bluemelprevent buffer overflow, LoadString accepts the size...
2005-05-05 Thomas Bluemeldon't dereference lpTokenAttributes if the caller passe...
2005-05-05 Magnus OlsenUsurp
2005-05-05 Hartmut Birr- Use the WIN32 option to select the correct mkdir.
2005-05-05 Hartmut Birr- Detect msys on windows as a linux system.
2005-05-05 Hartmut Birr- Fixed the parameters for NtOpenFile in InternalFindFi...
2005-05-05 Hartmut Birr- Return the length in VfatDirectoryControl.
2005-05-05 Hartmut Birr- Free always the name string and the completion contex...
2005-05-05 Hartmut Birr- Guard the copying to the IOSB.
2005-05-05 Hervé PoussineauSVN maintenance:
2005-05-05 Thomas Bluemel- fixed RegSetValueEx to take the null-terminating...
2005-05-05 Thomas Bluemelonly create handles with access rights needed for the...
2005-05-04 Magnus Olsentinus
2005-05-04 Thomas Bluemelprevent buffer overflow, LoadString accepts the size...
2005-05-04 Thomas Bluemelprevent buffer overflow, LoadString accepts the size...
2005-05-04 Thomas Bluemelcorrectly use tchar.h again and build a unicode version...
2005-05-04 Thomas Bluemelit's valid to pass lpTargetHandle = NULL to DuplicateHa...
2005-05-04 Gé van GeldorpFix GDB stub:
2005-05-04 Thomas Bluemelmake correct use of tchar.h in taskmgr and build it...
2005-05-04 Maarten BosmaSteven Wilson: update tlist to use new process info...
2005-05-04 Magnus OlsenDavid Nordenberg: Swedish translation, proofread by...
2005-05-04 Martin Fuchsrestore toolbar bitmap
2005-05-04 Magnus OlsenSwedish åäö was gone in the translation after some...
2005-05-04 Magnus Olsenfilip0402 : patch for taskmgr to remove some hardcode...
2005-05-04 Hervé PoussineauSet Thread->SystemThread to TRUE when creating a system...
2005-05-04 Aleksey BraginRegOpenKey, RegOpenKeyEx A/W imported and ported from...
2005-05-04 Aleksey BraginNtOpenKey modified to correctly behave when wrong input...
2005-05-04 Hervé PoussineauFix flags checking in I8042ReadData (patch by Tinus_)
2005-05-03 Alex IonescuFix horrible bug where Queued Threads were treated...
2005-05-03 Magnus Olsenbugfix from, tinus mailto:o112w8r02@sneakemail.com
2005-05-03 Hartmut BirrDo always set the UserIosb of an irp in IoSecondStageCo...
2005-05-03 Hervé PoussineauAdd French translation for sndvol32 (Patch by Usurp)
2005-05-03 Magnus OlsenImplement WSAStringToAddressA
2005-05-03 Magnus OlsenImplement WSAStringToAddressW
2005-05-03 Hervé PoussineauRemove Disk driver for Bochs.
2005-05-03 Martin Fuchsrosshell: printer and network folder in start menu
2005-05-03 Alex Ionescurevert accidental commit
2005-05-03 Martin Fuchscontext menu interface pointer cleanup
2005-05-03 Martin Fuchssmall optimization for the last change
2005-05-03 Martin Fuchsdisplay custom folders in start menu root
2005-05-03 Martin Fuchscontext menu interface pointer cleanup
2005-05-02 Hartmut BirrOpen/create all files with the necessary rights.
2005-05-02 Hartmut Birr- Check first for a valid returned object in ObOpenObje...
2005-05-02 Hervé PoussineauAdd i8042prt.sys and kbdclass.sys to boot cd
2005-05-02 Emanuele AlibertiMove VMS subtree in the proper place.
2005-05-02 Filip NavaraFix Alex's completely wrong fix for NtUserScrollWindowE...
2005-05-02 Alex IonescuFix many of the scrollbar issues. However, MDI Scrollba...
2005-05-02 Alex IonescuDon't call internal function which checks parameters...
2005-05-02 Hervé PoussineauDon't free unicode strings in case of error
next