ntdll: Declare debug channel only when used.
[wine] / dlls / ntdll / server.c
2011-04-20  André Hentschelntdll: Remove Alpha support.
2011-03-01  Alexandre Julliardntdll: Don't print an error when architecture is set...
2010-12-27  Alexandre Julliardntdll: Use the gettid system call on all Linux platforms.
2010-09-30  Alexandre Julliardntdll: Add a workaround for Ubuntu's stupid ptrace...
2010-09-30  Alexandre Julliardntdll: Add support for retrieving the server pid from...
2010-09-30  Alexandre Julliardserver: Make the fd passing code slightly more portable.
2010-09-20  André Hentschelntdll: Add ARM support.
2010-08-23  Alexandre Julliardserver: Change the removable fd flag to a cacheable...
2010-07-22  Maarten Lankhorstntdll: Use syscall instead of int $0x80.
2010-06-24  Alexandre Julliardntdll: Add a WINEARCH environment variable that allows...
2010-05-04  Alexandre Julliardserver: Check that the prefix type can support the...
2010-02-24  Ken Thomasesntdll: Mac: Fix leak of send right for Mach thread...
2009-07-07  Alexandre Julliardntdll: Support querying the Wow64 state of other processes.
2009-07-06  Alexandre Julliardntdll: Add management of the Wow64 filesystem redirecti...
2009-07-01  Alexandre Julliardntdll: Avoid the close-on-exec race with pipe() on...
2009-07-01  Alexandre Julliardntdll: Avoid the close-on-exec race with recvmsg()...
2009-04-03  Alexandre Julliardntdll: Set the WOW64 flag according to the server suppo...
2009-04-03  Alexandre Julliardserver: Verify that the client is using a supported...
2009-04-03  Alexandre Julliardserver: Store the type of CPU that the client is runnin...
2009-04-03  Alexandre Julliardserver: Use the thread entry point field to pass the...
2009-02-20  Alexandre Julliardntdll: Moved exit_thread and abort_thread functions...
2009-02-20  Alexandre Julliardntdll: Call pthread_sigmask directly instead of through...
2009-02-18  Alexandre Julliardntdll: Determine the Unix tid for the server directly...
2008-12-31  Alexandre Julliardserver: Make TEB and PEB client_ptr_t instead of void...
2008-12-31  Alexandre Julliardserver: Make thread entry points client_ptr_t instead...
2008-12-31  Alexandre Julliardserver: Move ldt_copy to the init_process_done request...
2008-12-31  Alexandre Julliardserver: Send the version with the initial fd so that...
2008-12-29  Alexandre Julliardserver: Make module handles always 64-bit.
2008-12-17  Maarten Lankhorstntdll: Make all exported wine functions CDECL.
2008-12-08  Alexandre Julliardserver: Add functions for conversions between server...
2008-11-14  Alexandre Julliardntdll: Add private function to manage system virtual...
2008-10-20  Francois Gougetdirent.h is a conditional include now.
2008-07-03  Alexandre Julliardntdll: Split the signal setup into process-wide and...
2008-04-21  Alexandre Julliardwineboot: Automatically update the prefix directory...
2008-04-21  Alexandre Julliardntdll: Automatically setup the dosdevices directory...
2008-04-17  Alexandre Julliardntdll: Don't create a temporary dir, run wineprefixcrea...
2008-03-21  Alexandre Julliardntdll: Refuse to create the .wine directory if the...
2008-02-29  Alexandre Julliardntdll: Added definitions and structures for fiber local...
2007-11-19  Alexandre Julliardntdll: Unblock signals in process init only after the...
2007-08-20  Alexandre Julliardntdll: Return an error instead of dying in wine_server_...
2007-05-23  Dmitry Timoshkovntdll: Fix compilation warnings in 64-bit mode.
2007-04-17  Alexandre Julliardserver: Change the timeout handling to use NT-style...
2007-04-12  Dmitry Timoshkovntdll: Fix a compiler warning.
2007-04-10  Alexandre Julliardntdll: Store the file access and options in the fd...
2007-03-17  Andrew Talbotntdll: Replace inline static with static inline.
2007-01-18  Alexandre Julliardntdll: Block async signals during process init and...
2007-01-18  Alexandre Julliardntdll: Make the server signal mask global.
2007-01-18  Alexandre Julliardntdll: Make the fd cache section an uninterruptible...
2007-01-18  Alexandre Julliardntdll: Avoid heap allocation in fd cache. Fixed a coupl...
2007-01-12  Alexandre Julliardntdll: Make the virtual.c critical section uninterrupti...
2006-12-29  Alexandre Julliardserver: Implement process control using Mach primitives...
2006-11-27  Alexandre Julliardntdll: Unset the WINESERVERSOCKET variable after we...
2006-11-21  Alexandre Julliardntdll: Setting the needs_close flag in server_get_unix_...
2006-11-20  Alexandre Julliardntdll: Store the fd type in the cache and return it...
2006-11-07  Andrew Talbotntdll: Cast-qual warning fix.
2006-11-03  Alexandre Julliardntdll: Added a server_get_unix_fd function that avoids...
2006-11-02  Alexandre Julliardntdll: Maintain a file descriptor cache on the client...
2006-11-01  Alexandre Julliardserver: Compute the removable device flag on the server...
2006-11-01  Alexandre Julliardntdll: Simplify wine_server_handle_to_fd.
2006-10-18  Hans Leidekkerntdll: Win64 printf format warning fixes.
2006-08-04  Alexandre Julliardntdll: Fix a race condition at thread exit.
2006-07-26  Alexandre Julliardserver: Convert the server start time to the abs_time_t...
2006-07-25  Alexandre Julliardntdll: Avoid accessing the TEB after the memory view...
2006-07-19  Alexandre Julliardserver: Simplify process creation.
2006-06-23  Alexandre Julliardlibwine: Added entry for sigprocmask in the pthread...
2006-06-21  Andrew Talbotntdll: Write-strings warnings fix.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-03-16  Alexandre Julliardlibwine: Added support for executing wine binaries...
2006-02-17  Alexandre Julliardntdll: Remove no longer used oldcwd in start_server.
2006-02-16  Alexandre Julliardlibwine: Try the current load path in priority before the
2005-12-12  Alexandre JulliardPass specific access rights to wine_server_handle_to_fd.
2005-12-12  Alexandre Julliardserver: Added access rights mapping to file objects.
2005-12-09  Alexandre JulliardMake wine_server_fd_to_handle use attributes instead...
2005-12-09  Alexandre Julliardserver: Use attributes instead of inherit flag in file...
2005-11-28  Ge van GeldorpMatch PSDK STATUS_* definitions.
2005-10-06  Alexandre JulliardAdded a critical section around the fd cache until...
2005-10-03  Alexandre JulliardFixed a bug where we could set the wrong handle in...
2005-09-16  Alexandre JulliardUse the proper size for the cmsg_fd structure on 64...
2005-09-12  Alexandre JulliardUse SIZE_T instead of ULONG for the size arguments...
2005-09-08  Alexandre JulliardFix a file descriptor leak when opening the first file...
2005-09-03  Alexandre JulliardUse explicit function pointers for pthread support...
2005-09-02  Alexandre JulliardFixed a file descriptor leak.
2005-08-24  Alexandre JulliardDon't cache file descriptors open on removable devices.
2005-08-23  Alexandre JulliardAdded a separate set_handle_cached_fd request instead...
2005-08-02  Alexandre JulliardUse the new RtlExitUserThread function instead of exporting
2005-07-14  Alexandre JulliardMoved the server start time to the init_thread request...
2005-07-13  Alexandre JulliardReturn the startup info size in the init_thread request...
2005-07-13  Alexandre JulliardAlready initialize the process in the first init_thread...
2005-06-21  Mike McCormackDon't include winbase.h or winerror.h when not necessary.
2005-06-06  Alexandre JulliardMoved the ntdll per-thread data out of the TEB into...
2005-06-05  Alexandre JulliardMoved the server part of the ExitThread functionality...
2005-05-06  Francois GougetFix nativeapi.pm so it knows about AC_HEADER_STAT().
2005-04-20  Alexandre JulliardReplace the wineprefixcreate --update option by a ...
2005-03-23  Francois GougetAssorted spelling fixes.
2004-10-18  Mike McCormackMask SIGCHLD to prevent partial writes in the new_proce...
2004-08-18  Alexandre JulliardFd type is no longer used, get rid of it.
2004-08-13  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-07-29  Robert ShearmanDocumentation for Wine client-side server interface.
2004-05-30  Alexandre JulliardUse wine_exec_wine_binary in all cases to start the...
2004-05-28  Alexandre JulliardInitial version of the Wine preloader, used to reserve...
next