2005-04-15 |
Aaron Arvey | Added __bb_init_func for linking purposes. |
tree | commitdiff |
2005-03-22 |
Mike Hearn | Increase PE reserve area size to 512Mb. |
tree | commitdiff |
2005-01-28 |
Rémi Assailly | char -> const char fixes. |
tree | commitdiff |
2004-12-02 |
Peter Chapman | Fix up several inline assembler blocks so that they... |
tree | commitdiff |
2004-10-19 |
Hans Leidekker | Protect use of pthread functions with #ifdef HAVE_PTHRE... |
tree | commitdiff |
2004-10-18 |
Alexandre Julliard | Restore lost chunk of previous patch. |
tree | commitdiff |
2004-10-18 |
Vincent Béron | Add some more Alpha asm code and Alpha-specific parts. |
tree | commitdiff |
2004-10-18 |
Vincent Béron | Fix the declaration of pthread_mutexattr_gettype(). |
tree | commitdiff |
2004-09-24 |
Alexandre Julliard | Support compiling with -fPIC for people who somehow... |
tree | commitdiff |
2004-08-11 |
Alexandre Julliard | Avoid some non-portable makefile constructs. |
tree | commitdiff |
2004-07-21 |
Emmanuel Maillard | wine_pthread_init_thread: retrieve the stack info on... |
tree | commitdiff |
2004-07-06 |
Alexandre Julliard | Avoid using strlen. |
tree | commitdiff |
2004-06-28 |
Mike McCormack | Define AT_SYSINFO_* if it's missing. |
tree | commitdiff |
2004-06-26 |
Alexandre Julliard | Remove the AT_SYSINFO and AT_SYSINFO_EHDR values if... |
tree | commitdiff |
2004-06-24 |
Alexandre Julliard | Use wine_dlsym instead of dlsym to avoid the glibc... |
tree | commitdiff |
2004-06-22 |
Alexandre Julliard | Do direct Linux system calls in the preloader to avoid... |
tree | commitdiff |
2004-06-15 |
Alexandre Julliard | Add the preloader itself as argv[0] and remove it again... |
tree | commitdiff |
2004-06-15 |
Francois Gouget | Assorted spelling and case fixes. |
tree | commitdiff |
2004-06-14 |
Alexandre Julliard | Yet another fix for the MacOS X environ brain damage. |
tree | commitdiff |
2004-06-03 |
Alexandre Julliard | Make it possible to add auxiliary values to the existin... |
tree | commitdiff |
2004-06-02 |
Alexandre Julliard | Added support for specifying the PE exe address range... |
tree | commitdiff |
2004-06-01 |
Alexandre Julliard | A few small fixes. |
tree | commitdiff |
2004-05-29 |
Alexandre Julliard | Pass the environ variable from main to try to avoid... |
tree | commitdiff |
2004-05-28 |
Alexandre Julliard | Initial version of the Wine preloader, used to reserve... |
tree | commitdiff |
2004-05-25 |
Alexandre Julliard | Added support for managing reserved memory areas in... |
tree | commitdiff |
2004-03-30 |
Alexandre Julliard | Fixed rounding bug in the stack info calculation when... |
tree | commitdiff |
2004-02-20 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
tree | commitdiff |
2004-02-11 |
Alexandre Julliard | Better fix for the thread exit race on pthreads. |
tree | commitdiff |
2004-02-11 |
Alexandre Julliard | Don't depend on the name of the main binary, always... |
tree | commitdiff |
2004-02-05 |
Alexandre Julliard | Revert the thread exit race fix for now, it doesn't... |
tree | commitdiff |
2004-02-05 |
Alexandre Julliard | Fixed a couple of race conditions in the wine_pthread... |
tree | commitdiff |
2004-01-20 |
Alexandre Julliard | Disable the exec shield workaround for now, it's causin... |
tree | commitdiff |
2003-12-30 |
David Beck | Added RFTHREAD flag in rfork call. |
tree | commitdiff |
2003-11-22 |
Alexandre Julliard | Create a huge array in bss to reserve the memory area... |
tree | commitdiff |
2003-11-12 |
Alexandre Julliard | Added configure check for pthread_getattr_np. |
tree | commitdiff |
2003-11-12 |
Alexandre Julliard | Added a wine-glibc binary that detects the glibc thread... |
tree | commitdiff |
2003-11-12 |
Alexandre Julliard | Added sigsetjmp/siglongjmp and gettid to the portabilit... |
tree | commitdiff |
2003-11-11 |
Alexandre Julliard | Only build both Wine binaries on Linux, pthread support... |
tree | commitdiff |
2003-11-09 |
Alexandre Julliard | Moved the remaining SYSDEPS_* functions to the wine_pth... |
tree | commitdiff |
2003-11-06 |
Alexandre Julliard | Create two separate wine binaries, one using libpthread... |
tree | commitdiff |
2003-11-06 |
Alexandre Julliard | Re-use the loader directory for the main wine loader... |
tree | commitdiff |
2003-11-06 |
Alexandre Julliard | Moved loader/module.c to dlls/kernel. |
tree | commitdiff |
2003-10-14 |
Dmitry Timoshkov | Convert GetBinaryType to unicode. |
tree | commitdiff |
2003-10-08 |
Alexandre Julliard | Link all remaining files that contain kernel APIs into... |
tree | commitdiff |
2003-10-02 |
Alexandre Julliard | Changed LdrLoadDll to only search for the dll in the... |
tree | commitdiff |
2003-10-01 |
Jon Griffiths | Documentation updates. |
tree | commitdiff |
2003-09-26 |
Alexandre Julliard | Avoid depending on MODULE_GetBinaryType in load_library... |
tree | commitdiff |
2003-09-25 |
Alexandre Julliard | Moved loadorder support to dlls/ntdll. |
tree | commitdiff |
2003-09-19 |
Alexandre Julliard | Moved 32-bit relay and snoop support to dlls/ntdll. |
tree | commitdiff |
2003-09-19 |
Alexandre Julliard | Moved the 32-bit builtin loader and the remaining bits... |
tree | commitdiff |
2003-09-18 |
Alexandre Julliard | Moved a couple more functions to dlls/kernel. |
tree | commitdiff |
2003-09-18 |
Alexandre Julliard | Keep the file handle of 16-bit modules open while the... |
tree | commitdiff |
2003-09-17 |
Alexandre Julliard | Moved almost all remaining process, thread, fiber and... |
tree | commitdiff |
2003-09-05 |
Alexandre Julliard | Fixed header dependencies to be fully compatible with... |
tree | commitdiff |
2003-08-28 |
Alexandre Julliard | Start using the exported TEB structure from winternl... |
tree | commitdiff |
2003-08-26 |
Alexandre Julliard | Moved a few more functions to dlls/kernel. |
tree | commitdiff |
2003-08-26 |
Alexandre Julliard | Moved 16-bit relay and snoop support to dlls/kernel. |
tree | commitdiff |
2003-08-23 |
Alexandre Julliard | Moved 16-bit builtin module handling to dlls/kernel... |
tree | commitdiff |
2003-08-23 |
Alexandre Julliard | Moved most of the 16-bit task support and NE module... |
tree | commitdiff |
2003-08-19 |
Alexandre Julliard | Renamed system.dll to system.drv. |
tree | commitdiff |
2003-08-18 |
Dmitry Timoshkov | Windows ignores values of e_cparhdr and e_crlc of the... |
tree | commitdiff |
2003-07-21 |
Pierre d'Herbemont | Add Mach-O (Darwin file format) support. |
tree | commitdiff |
2003-07-15 |
Francois Gouget | Spelling fixes (s/occured/occurred/ and variants). |
tree | commitdiff |
2003-07-02 |
Alexandre Julliard | Avoid accessing uninitialized variable in TASK_Create... |
tree | commitdiff |
2003-07-01 |
Eric Pouech | - removed next & prev fields from WINE_MODREF and imple... |
tree | commitdiff |
2003-05-22 |
Alexandre Julliard | Start to make use of the proper PEB structure for process |
tree | commitdiff |
2003-05-21 |
Alexandre Julliard | Moved a couple of 16-bit module functions from to loade... |
tree | commitdiff |
2003-05-20 |
Alexandre Julliard | Moved all process initialisation code to process.c... |
tree | commitdiff |
2003-05-20 |
Alexandre Julliard | Only create the 16-bit dummy module when we need really it. |
tree | commitdiff |
2003-05-16 |
Alexandre Julliard | Avoid using the MapHModule functions. |
tree | commitdiff |
2003-05-16 |
Alexandre Julliard | Call the user signal proc for exe modules too, to avoid... |
tree | commitdiff |
2003-05-15 |
Alexandre Julliard | Get rid of the 32-bit user signal proc since we always... |
tree | commitdiff |
2003-05-14 |
Alexandre Julliard | Rewrote module TLS support and moved it to ntdll. |
tree | commitdiff |
2003-05-08 |
Alexandre Julliard | Added support for calling the TLS callback functions. |
tree | commitdiff |
2003-05-07 |
Alexandre Julliard | Moved the EnumResource* functions to the kernel dll... |
tree | commitdiff |
2003-04-30 |
Alexandre Julliard | Moved most of the kernel resource APIs to dlls/kernel. |
tree | commitdiff |
2003-04-27 |
Alexandre Julliard | Moved the functionality of starting Win16 and DOS progr... |
tree | commitdiff |
2003-04-27 |
Alexandre Julliard | Silently ignore 'so' loadorder in the config file inste... |
tree | commitdiff |
2003-04-05 |
Alexandre Julliard | Rewrote most of the import fixup code to avoid doing... |
tree | commitdiff |
2003-04-05 |
Alexandre Julliard | Fetch the exe module directly from the PDB instead... |
tree | commitdiff |
2003-04-04 |
Alexandre Julliard | Merged PE_InitDLL into MODULE_InitDLL. |
tree | commitdiff |
2003-03-21 |
Eric Pouech | Removed no longer needed MODREF.find_export field. |
tree | commitdiff |
2003-03-21 |
Eric Pouech | Rewrote mapping of module into memory using only NTDLL... |
tree | commitdiff |
2003-03-20 |
Alexandre Julliard | Added memcpy_unaligned to libwine_port. |
tree | commitdiff |
2003-03-20 |
Eric Pouech | Moved WINE_MODREF.flags to WINE_MODREF.ldr.Flags, and... |
tree | commitdiff |
2003-03-20 |
Eric Pouech | Move some fields (refCount, tls_index and module) from... |
tree | commitdiff |
2003-03-20 |
Eric Pouech | Moved the module loading/unloading code and the remaini... |
tree | commitdiff |
2003-03-20 |
Alexandre Julliard | Partially implemented LdrLock/UnlockLoaderLock. |
tree | commitdiff |
2003-03-18 |
Alexandre Julliard | Make GetModuleFileNameA call GetModuleFileNameW. Small... |
tree | commitdiff |
2003-03-18 |
Eric Pouech | - added LDR_MODULE structure to WINE_MODREF and made... |
tree | commitdiff |
2003-03-14 |
Alexandre Julliard | Cleaned up load_library_as_datafile(). |
tree | commitdiff |
2003-03-14 |
Eric Pouech | - implementation of LdrLoadDll out of loader/module.c |
tree | commitdiff |
2003-03-14 |
Eric Pouech | - implementation of LdrUnloadDll out of loader/module.c |
tree | commitdiff |
2003-03-06 |
Eric Pouech | - implemented LdrGetProcedureAddress and made use of... |
tree | commitdiff |
2003-03-05 |
Eric Pouech | Removed SO loading type. |
tree | commitdiff |
2003-03-04 |
Eric Pouech | - added Ldr* information to include/winternl.h |
tree | commitdiff |
2003-02-28 |
Alexandre Julliard | Only do the unload_dll server call at the time we actua... |
tree | commitdiff |
2003-02-26 |
Alexandre Julliard | Moved LDT selector allocation routines to libwine. |
tree | commitdiff |
2003-02-18 |
Alexandre Julliard | Print thread ids in traces with only 4 digits now that... |
tree | commitdiff |
2003-02-17 |
Alexandre Julliard | Set default loadorder to native for dlls that contain... |
tree | commitdiff |
next |