2005-05-08 |
Gé van Geldorp | Fix for nasm 0.98 |
commit | commitdiff | tree |
2005-05-08 |
Magnus Olsen | found some hard code string move them to En.rc |
commit | commitdiff | tree |
2005-05-08 |
Magnus Olsen | "Sync to Wine-20050419" by GvG |
commit | commitdiff | tree |
2005-05-08 |
Hartmut Birr | Free the irp after a close operation. |
commit | commitdiff | tree |
2005-05-08 |
Hartmut Birr | - Changed IopCompleteRequest back to the old schematics... |
commit | commitdiff | tree |
2005-05-08 |
Alex Ionescu | Make rtl use a single header. Helps for PCH and will... |
commit | commitdiff | tree |
2005-05-08 |
Steven Edwards | remove whitespace from end of lines |
commit | commitdiff | tree |
2005-05-08 |
Steven Edwards | remove whitespace from end of lines |
commit | commitdiff | tree |
2005-05-08 |
Thomas Bluemel | more fixes for GCC4 |
commit | commitdiff | tree |
2005-05-08 |
Thomas Bluemel | Don't declare constants as export and later define... |
commit | commitdiff | tree |
2005-05-08 |
Steven Edwards | remove whitespace from end of lines |
commit | commitdiff | tree |
2005-05-08 |
Steven Edwards | remove whitespace from end of lines |
commit | commitdiff | tree |
2005-05-08 |
Steven Edwards | remove whitespace from end of lines |
commit | commitdiff | tree |
2005-05-07 |
Magnus Olsen | Fireball patch for fixing RtlUnicodeStringToInteger... |
commit | commitdiff | tree |
2005-05-07 |
Steven Edwards | remove trailing whitespace at end of lines |
commit | commitdiff | tree |
2005-05-07 |
Magnus Olsen | doubicate res id my fualt |
commit | commitdiff | tree |
2005-05-07 |
Hartmut Birr | - initialize a user profile before loading syssetup... |
commit | commitdiff | tree |
2005-05-07 |
Magnus Olsen | Fix a old bug in dir it did only accpet lower letters... |
commit | commitdiff | tree |
2005-05-07 |
Magnus Olsen | Andreas Bjerkeholt : Swedish translation, proofread... |
commit | commitdiff | tree |
2005-05-07 |
Magnus Olsen | remove a debug msg after me |
commit | commitdiff | tree |
2005-05-07 |
Magnus Olsen | Add *. to dir but it does not working in ros but in... |
commit | commitdiff | tree |
2005-05-07 |
Alex Ionescu | Implement FsRtlAllocateResource, FsRtlIsPagingFile... |
commit | commitdiff | tree |
2005-05-07 |
Magnus Olsen | Remove the two last langues string it was doublecate |
commit | commitdiff | tree |
2005-05-07 |
Alex Ionescu | FILE_BASIC_INFORMATION is 0x28 bytes and aligned on... |
commit | commitdiff | tree |
2005-05-07 |
Magnus Olsen | implement VOID ConOutResPuts (UINT resID), VOID ConErrR... |
commit | commitdiff | tree |
2005-05-07 |
Eric Kohl | Implement AssertFail and GetSetFileTimestamp. |
commit | commitdiff | tree |
2005-05-07 |
Alex Ionescu | Implement FsRtlMdlRead, FsRtlMdlReadComplete, FsMdlRead... |
commit | commitdiff | tree |
2005-05-07 |
Magnus Olsen | Forget change two line in chcp so it did not compile |
commit | commitdiff | tree |
2005-05-07 |
Magnus Olsen | the name GetCodePage and OutCodePage is a bit misleadin... |
commit | commitdiff | tree |
2005-05-07 |
Magnus Olsen | Add cache for codepage so it does not call hole time... |
commit | commitdiff | tree |
2005-05-07 |
Alex Ionescu | Update Fast I/O Dispatch routines to proper defintions... |
commit | commitdiff | tree |
2005-05-07 |
Alex Ionescu | Fix driver loading. patch by tinus |
commit | commitdiff | tree |
2005-05-07 |
Alex Ionescu | More IRP Completion changes. Use proper stack count... |
commit | commitdiff | tree |
2005-05-07 |
Alex Ionescu | Update ETHREAD to latest version. |
commit | commitdiff | tree |
2005-05-07 |
Thomas Bluemel | ReadFile should return 0 to lpNumberOfBytesRead if... |
commit | commitdiff | tree |
2005-05-06 |
Alex Ionescu | Fix win32k to use new EPROCESS defintion |
commit | commitdiff | tree |
2005-05-06 |
Alex Ionescu | Update EPROCESS to latest version. Basic Fast Referenci... |
commit | commitdiff | tree |
2005-05-06 |
Thomas Bluemel | upgrade to PSEH2 (note, the new macros are still named... |
commit | commitdiff | tree |
2005-05-06 |
Aleksey Bragin | Patch by tinus: Resolves issue of keyboard detection... |
commit | commitdiff | tree |
2005-05-06 |
Magnus Olsen | <tinus_> "Forgotten file from commit 14982" |
commit | commitdiff | tree |
2005-05-06 |
Magnus Olsen | HKLM,"SYSTEM\CurrentControlSet\Services\i8042Prt\Param... |
commit | commitdiff | tree |
2005-05-06 |
Gé van Geldorp | Update status |
commit | commitdiff | tree |
2005-05-06 |
Gé van Geldorp | Sync to Wine-20050419: |
commit | commitdiff | tree |
2005-05-06 |
Gé van Geldorp | Sync to Wine-20050419: |
commit | commitdiff | tree |
2005-05-06 |
Gé van Geldorp | Fix filename case |
commit | commitdiff | tree |
2005-05-06 |
Casper Hornstrup | Correct typo |
commit | commitdiff | tree |
2005-05-06 |
Magnus Olsen | Thx w3seek that pointout a bug in ConInString it shoul... |
commit | commitdiff | tree |
2005-05-06 |
Magnus Olsen | At last unicode version of cmd are now output text... |
commit | commitdiff | tree |
2005-05-06 |
Thomas Bluemel | - fixed TransactNamedPipe to properly wait on completio... |
commit | commitdiff | tree |
2005-05-06 |
Gé van Geldorp | Sync to Wine-20050419: |
commit | commitdiff | tree |
2005-05-06 |
Aleksey Bragin | Make intl.cpl really switch InstallLanguage and Default... |
commit | commitdiff | tree |
2005-05-06 |
Thomas Bluemel | - fixed ConnectNamedPipe to properly wait on completion... |
commit | commitdiff | tree |
2005-05-06 |
Thomas Bluemel | - fixed DeviceIoControl to properly wait on completion... |
commit | commitdiff | tree |
2005-05-06 |
Thomas Bluemel | - fixed Read/WriteFile(Ex) and properly wait on complet... |
commit | commitdiff | tree |
2005-05-06 |
Hartmut Birr | Revert my last changes. |
commit | commitdiff | tree |
2005-05-06 |
Hartmut Birr | Do not modify the stack layout of a function by using... |
commit | commitdiff | tree |
2005-05-06 |
Hervé Poussineau | Revert ntoskrnl/cm/regobj.c back to revision 14017 |
commit | commitdiff | tree |
2005-05-06 |
Thomas Bluemel | minor corrections to match the behavior of wine's imple... |
commit | commitdiff | tree |
2005-05-06 |
Magnus Olsen | David Nordenberg: Swedish translation, proofread by... |
commit | commitdiff | tree |
2005-05-06 |
Magnus Olsen | Swedish translations by David Nordenberg |
commit | commitdiff | tree |
2005-05-06 |
Alex Ionescu | Update some more kernel structures |
commit | commitdiff | tree |
2005-05-06 |
Thomas Bluemel | open the module image file with read access rights... |
commit | commitdiff | tree |
2005-05-06 |
Thomas Bluemel | create a token handle with TOKEN_QUERY access rights... |
commit | commitdiff | tree |
2005-05-06 |
Thomas Bluemel | don't leak the registry path string after initializing... |
commit | commitdiff | tree |
2005-05-05 |
Alex Ionescu | Update KPROCESS structure to latest version and documen... |
commit | commitdiff | tree |
2005-05-05 |
Gé van Geldorp | Jose Manuel Ferrer Ortiz <jmfo1982@yahoo.es> |
commit | commitdiff | tree |
2005-05-05 |
Hartmut Birr | Fixed InterlockedClearBit. |
commit | commitdiff | tree |
2005-05-05 |
Gé van Geldorp | Sync to Wine-20050419: |
commit | commitdiff | tree |
2005-05-05 |
Gé van Geldorp | Sync to Wine-20050419: |
commit | commitdiff | tree |
2005-05-05 |
Hervé Poussineau | SVN maintenance: Set eol style to native and add keywords |
commit | commitdiff | tree |
2005-05-05 |
Hervé Poussineau | RtlFreeUnicodeString -> ExFreePool changes |
commit | commitdiff | tree |
2005-05-05 |
Gé van Geldorp | Sync to Wine-20050419: |
commit | commitdiff | tree |
2005-05-05 |
Hervé Poussineau | Forgot to commit this file with revision 15013 |
commit | commitdiff | tree |
2005-05-05 |
Gé van Geldorp | Sync to Wine-20050419: |
commit | commitdiff | tree |
2005-05-05 |
Gé van Geldorp | Sync to Wine-20050419: |
commit | commitdiff | tree |
2005-05-05 |
Magnus Olsen | swedish translation by Andreas Bjerkeholt |
commit | commitdiff | tree |
2005-05-05 |
Gé van Geldorp | Sync to Wine-20050419: |
commit | commitdiff | tree |
2005-05-05 |
Hervé Poussineau | ExFreePool -> ExFreePoolWithTag changes |
commit | commitdiff | tree |
2005-05-05 |
Gé van Geldorp | Sync to Wine-20050419: |
commit | commitdiff | tree |
2005-05-05 |
Gé van Geldorp | Sync to Wine-20050419: |
commit | commitdiff | tree |
2005-05-05 |
Gé van Geldorp | Sync to Wine-20050419: |
commit | commitdiff | tree |
2005-05-05 |
Thomas Bluemel | implemented RegOpenUserClassesRoot (doesn't work in... |
commit | commitdiff | tree |
2005-05-05 |
Hervé Poussineau | Change ExFreePool to ExFreePoolWithTag |
commit | commitdiff | tree |
2005-05-05 |
Eric Kohl | Implement OpenAndMapFileForRead, RetreiveFileSecurity... |
commit | commitdiff | tree |
2005-05-05 |
Thomas Bluemel | the registry functions shouldn't change the last error... |
commit | commitdiff | tree |
2005-05-05 |
Magnus Olsen | Update the swedish translation by |
commit | commitdiff | tree |
2005-05-05 |
Hervé Poussineau | Don't desallocate non allocated memory |
commit | commitdiff | tree |
2005-05-05 |
Thomas Bluemel | - ported BuildTrusteeWithObjectsAndNameA/W and BuildTru... |
commit | commitdiff | tree |
2005-05-05 |
Hervé Poussineau | Better handle of wrong arguments in IoRegisterDeviceInt... |
commit | commitdiff | tree |
2005-05-05 |
Thomas Bluemel | guard dumping the stack trace to prevent infinite excep... |
commit | commitdiff | tree |
2005-05-05 |
Hervé Poussineau | Call Fs notifications at PASSIVE_LEVEL by using a guard... |
commit | commitdiff | tree |
2005-05-05 |
Thomas Bluemel | directly use HeapAlloc/Free in midl_user_allocate and... |
commit | commitdiff | tree |
2005-05-05 |
Thomas Bluemel | use SERVICES_ACTIVE_DATABASE if the caller didn't speci... |
commit | commitdiff | tree |
2005-05-05 |
Alex Ionescu | Simply fix up the formatting, there were tabs and 3... |
commit | commitdiff | tree |
2005-05-05 |
Thomas Bluemel | prevent buffer overflow, LoadString accepts the size... |
commit | commitdiff | tree |
2005-05-05 |
Thomas Bluemel | don't dereference lpTokenAttributes if the caller passe... |
commit | commitdiff | tree |
2005-05-05 |
Magnus Olsen | Usurp |
commit | commitdiff | tree |
2005-05-05 |
Hartmut Birr | - Use the WIN32 option to select the correct mkdir. |
commit | commitdiff | tree |
2005-05-05 |
Hartmut Birr | - Detect msys on windows as a linux system. |
commit | commitdiff | tree |
2005-05-05 |
Hartmut Birr | - Fixed the parameters for NtOpenFile in InternalFindFi... |
commit | commitdiff | tree |
next |