projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Use explicit function pointers for pthread support instead of relying
[wine]
/
libs
/
wine
/
2005-09-03
Alexandre Julliard
Use explicit function pointers for pthread support...
tree
|
commitdiff
2005-08-29
Alexandre Julliard
Implemented wine_ldt_alloc_fs and wine_ldt_init_fs...
tree
|
commitdiff
2005-08-29
Alexandre Julliard
Use the correct ordinal flag for Win64 support.
tree
|
commitdiff
2005-07-10
Marcus Meissner
Fixed signedness warnings.
tree
|
commitdiff
2005-07-03
Alexandre Julliard
Added error message for missing LDT support on i386.
tree
|
commitdiff
2005-06-20
Wolfgang Thaller
Implement try_mmap_fixed for Darwin.
tree
|
commitdiff
2005-05-10
Robert Lunnon
Add RTLD_FIRST flag to dlopen calls.
tree
|
commitdiff
2005-04-25
Alexandre Julliard
Remove a few more instances of strncpy.
tree
|
commitdiff
2005-03-23
Francois Gouget
Assorted spelling fixes.
tree
|
commitdiff
2004-12-20
Alexandre Julliard
Fix long standing regression in the building of the...
tree
|
commitdiff
2004-12-15
Gerald Pfeifer
Make us work on FreeBSD again by working around their...
tree
|
commitdiff
2004-12-02
Peter Chapman
Fix up several inline assembler blocks so that they...
tree
|
commitdiff
2004-11-22
Eric Frias
Export wine_pthread_get_current_teb.
tree
|
commitdiff
2004-11-22
Eric Frias
Fix Sparc assembly code in wine_switch_to_stack.
tree
|
commitdiff
2004-11-04
Gerald Pfeifer
Disable memory reservation code on FreeBSD, where it...
tree
|
commitdiff
2004-10-11
Vincent Béron
Implement interlocked* and wine_switch_to_stack for...
tree
|
commitdiff
2004-10-04
Steven Edwards
Check for getuid and avoid the use of it in libwine...
tree
|
commitdiff
2004-09-27
Alexandre Julliard
Base the server directory name on the uid, not the...
tree
|
commitdiff
2004-09-22
Hans Leidekker
Fix signed/unsigned comparison warnings.
tree
|
commitdiff
2004-09-03
Mike McCormack
Fill in the MZ header in builtin PE DLLs.
tree
|
commitdiff
2004-07-24
Alexandre Julliard
Reserve the DOS area in mmap_init if it wasn't already...
tree
|
commitdiff
2004-07-22
Emmanuel Maillard
Set segment address of wine executable and libwine...
tree
|
commitdiff
2004-06-15
Alexandre Julliard
Add the preloader itself as argv[0] and remove it again...
tree
|
commitdiff
2004-06-14
Alexandre Julliard
Yet another fix for the MacOS X environ brain damage.
tree
|
commitdiff
2004-06-04
Alexandre Julliard
Avoid zero size allocations.
tree
|
commitdiff
2004-06-03
Alexandre Julliard
Check for existing reserved areas in mmap_init to avoid...
tree
|
commitdiff
2004-05-30
Christian Costa
Fixed preloader_exec.
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-28
Alexandre Julliard
Don't rely on the reserved area list being empty in...
tree
|
commitdiff
2004-05-27
Kevin Koltzau
Fixed last mmap issue with mingw windows build.
tree
|
commitdiff
2004-05-25
Alexandre Julliard
Portability fix.
tree
|
commitdiff
2004-05-25
Alexandre Julliard
Moved environ definition to port.h.
tree
|
commitdiff
2004-05-25
Emmanuel Maillard
Added environ support for Darwin.
tree
|
commitdiff
2004-05-25
Emmanuel Maillard
Adjust stack pointer in wine_switch_to_stack to prevent...
tree
|
commitdiff
2004-05-25
Alexandre Julliard
Added support for managing reserved memory areas in...
tree
|
commitdiff
2004-05-11
Alexandre Julliard
Initial support for automatically creating the ~/.wine...
tree
|
commitdiff
2004-02-12
Alexandre Julliard
Added version scripts for libwine and libwine_unicode.
tree
|
commitdiff
2004-02-05
Alexandre Julliard
Fixed a couple of race conditions in the wine_pthread...
tree
|
commitdiff
2004-01-20
Dmitry Timoshkov
Fixed some problems found while compiling and linking...
tree
|
commitdiff
2004-01-02
Alexandre Julliard
Added wine_dll_get_owner function that retrieves the...
tree
|
commitdiff
2003-12-13
Alexandre Julliard
Avoid common symbols on Darwin/Mac OS X.
tree
|
commitdiff
2003-12-05
Alexandre Julliard
Added a WINEDEBUG environment variable that allows...
tree
|
commitdiff
2003-11-27
Alexandre Julliard
Porting fixes.
tree
|
commitdiff
2003-11-22
Alexandre Julliard
Create a huge array in bss to reserve the memory area...
tree
|
commitdiff
2003-11-17
Alexandre Julliard
Added wine_ldt_is_system() to replace the IS_SELECTOR_S...
tree
|
commitdiff
2003-11-11
Alexandre Julliard
Moved the exec_wine_binary function to the wine library...
tree
|
commitdiff
2003-11-09
Alexandre Julliard
Moved the remaining SYSDEPS_* functions to the wine_pth...
tree
|
commitdiff
2003-11-05
Alexandre Julliard
Added wine_pthread_create_thread and wine_pthread_exit_...
tree
|
commitdiff
2003-11-03
Alexandre Julliard
Put better values for code and data sizes in the NT...
tree
|
commitdiff
2003-10-16
Alexandre Julliard
Don't export the wine_pthread_* functions.
tree
|
commitdiff
2003-10-14
Dmitry Timoshkov
Fixed some problems found while compiling and linking...
tree
|
commitdiff
2003-10-14
Alexandre Julliard
Added check for pthread.h (reported by Steven Edwards).
tree
|
commitdiff
2003-10-10
Alexandre Julliard
Don't reference the environ global variable from kernel...
tree
|
commitdiff
2003-10-10
Alexandre Julliard
Added placeholders for wine_pthread_init_process and
tree
|
commitdiff
2003-10-10
Alexandre Julliard
Changed the init code to make libwine load only ntdll...
tree
|
commitdiff
2003-10-08
Alexandre Julliard
Added wine_get_argv0_path() to retrieve the path of...
tree
|
commitdiff
2003-10-03
Daniel Marmier
Fixed warnings with gcc option "-Wwrite-strings".
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-09-03
Alexandre Julliard
Moved the implementation of the pthread wrappers to...
tree
|
commitdiff
2003-08-29
Alexandre Julliard
Export SYSDEPS_SwitchToThreadStack() functionality...
tree
|
commitdiff
2003-08-27
Todd Vierling
Use MAP_TRYFIXED on NetBSD if available.
tree
|
commitdiff
2003-08-20
Alexandre Julliard
Remove the dummy pthread functions and use -lpthread...
tree
|
commitdiff
2003-07-03
Alexandre Julliard
Added a file_exists argument to wine_dll_load to allow...
tree
|
commitdiff
2003-05-01
Alexandre Julliard
Moved rules for building shared libraries into a global...
tree
|
commitdiff
2003-04-30
Alexandre Julliard
Added wine_init.
tree
|
commitdiff
2003-04-27
Alexandre Julliard
Moved the functionality of starting Win16 and DOS progr...
tree
|
commitdiff
2003-04-03
Alexandre Julliard
Added --with-nptl configure option and necessary change...
tree
|
commitdiff
2003-03-30
Adam Gundy
Make sure all the bits of the LDT are initialized.
tree
|
commitdiff
2003-03-28
Yorick Hardy
stdint.h should be included for compiling on NetBSD.
tree
|
commitdiff
2003-03-28
Steven Edwards
Fixed the .def files for the Mingw build.
tree
|
commitdiff
2003-03-26
Alexandre Julliard
Moved errno_location support to sysdeps.c.
tree
|
commitdiff
2003-03-23
Alexandre Julliard
Added a .def file for libwine.
tree
|
commitdiff
2003-03-22
Alexandre Julliard
Moved libwine to libs/ directory.
tree
|
commitdiff