server: Only call gettimeofday once per poll loop.
[wine] / server / process.c
2006-08-10  Alexandre Julliardserver: Only call gettimeofday once per poll loop.
2006-07-26  Alexandre Julliardserver: Convert thread creation/exit times to the abs_t...
2006-07-26  Alexandre Julliardserver: Rename the wait_input_idle request to better...
2006-07-26  Alexandre Julliardserver: Added data_size_t type to represent sizes in...
2006-07-25  Thomas Khoserver: Add new threads to end of thread_list.
2006-07-21  Stefan Siebertntdll: Implementation of process CreationTime and ExitTime.
2006-07-19  Alexandre Julliardserver: Simplify process creation.
2006-06-08  Alexandre Julliardserver: Don't report a fatal protocol error for things...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-04-19  Alexandre Julliardserver: Use the standard suspend mechanism to simulate...
2006-04-07  Alexandre Julliardserver: Moved read/write_process_memory and get_selecto...
2006-04-07  Alexandre Julliardserver: Hide assumptions about alignment inside the...
2006-04-07  Alexandre Julliardserver: Get rid of alignment requirements in write_proc...
2006-03-27  Alexandre Julliardserver: Connect to the window station and desktop speci...
2006-03-27  Alexandre Julliardserver: Fixed process exit code on FreeBSD.
2006-03-24  Ken Thomasesserver: Fix memory leak in read_process_memory handler.
2006-03-06  Alexandre Julliardserver: Support for closing the desktop window.
2006-02-21  Alexandre Julliardserver: Remove no longer needed fields in the init_proc...
2006-02-21  Alexandre Julliardserver: Avoid hang on process startup.
2006-02-16  Alexandre Julliardserver: Store the process exe module in the standard...
2006-02-08  Alexandre Julliardserver: Remove the no longer needed exe_file parameter...
2006-02-08  Alexandre Julliardserver: Allow the main exe to be registered as a normal...
2006-02-05  Alexandre Julliardserver: Remove no longer used create_flags from get_sta...
2005-12-12  Alexandre Julliardserver: Added access rights mapping to file objects.
2005-12-12  Alexandre Julliardserver: Added access rights mapping to process and...
2005-12-12  Alexandre Julliardserver: Added infrastructure for access rights mapping.
2005-12-09  Alexandre Julliardserver: Make alloc_handle use attributes instead of...
2005-12-09  Alexandre Julliardserver: Use attributes instead of inherit flag in proce...
2005-12-02  Vitaliy MargolenMove event and mutex objects into directory name space.
2005-11-28  Ge van GeldorpMatch PSDK STATUS_* definitions.
2005-11-22  Vitaliy MargolenAdd name_lookup function in object_ops.
2005-11-18  Alexandre JulliardAdded a struct unicode_str to encapsulate object names.
2005-10-29  Vitaliy MargolenPass object attributes to create_named_object & find_ob...
2005-10-12  Alexandre JulliardRemoved incorrect process queue check in wait_input_idle.
2005-09-27  Eric PouechImplemented kernel32 process affinity handling on top...
2005-09-06  Eric Pouech- rewrite kernel32:{Set|Get}PriorityClass on top of...
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-07-12  Alexandre JulliardMoved the fields that depends on startup info from...
2005-06-29  Alexandre JulliardClear the process handle table before releasing it...
2005-06-21  Mike McCormackDon't include winbase.h when it's not necessary.
2005-06-14  Alexandre JulliardRemove the process locks in process_killed, not process...
2005-06-14  Mike McCormackCall remove_process_locks when a process ends, fix...
2005-06-09  Alexandre JulliardAdded a close_handle method to the object operations...
2005-06-09  Alexandre JulliardThe desktop of a new thread should be set from the...
2005-06-08  Alexandre JulliardBeginnings of support for window stations and desktops.
2005-05-25  Robert Shearman- Use NULL instead of 0 for all non-handle pointers.
2005-05-10  Eric Pouech- changed ATOM support in wineserver to match NTDLL...
2005-04-24  Mike McCormackImplemented NtSignalAndWaitForSingleObject.
2005-04-22  Robert Shearman- Clean up well-known privileges.
2005-03-04  Steven EdwardsAdded a check for poll.h.
2005-03-02  Alexandre JulliardConvert the process dll list to a standard list.
2005-03-01  Alexandre JulliardConvert the per-process thread list to a standard list.
2005-02-25  Alexandre JulliardConvert the global process list to a standard list.
2005-02-11  Robert Shearman- Implement AdjustTokenPrivileges, DuplicateTokenEx and
2005-01-14  Eric Pouech- got rid of include/async.h
2004-12-15  Rein KlazesA starting process must obey the STARTF_USESTDHANDLES...
2004-06-14  Eric Pouech- Added ProcessBasicInformation class to ntdll.NtQueryI...
2004-04-06  Alexandre JulliardHandle file mappings on removable media entirely inside...
2003-12-10  Alexandre JulliardAdded window classes in the server, and support for...
2003-10-14  Alexandre JulliardSet or clear the BeingDebugged flag in the PEB when...
2003-10-08  Alexandre JulliardStore a "removable" flag instead of the full drive...
2003-10-04  Alexandre JulliardConverted process creation to Unicode.
2003-09-30  Alexandre JulliardStore module names in Unicode in the server.
2003-09-16  Eric Pouech- Implemented a few information classes in NtQuerySyste...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-19  Alexandre JulliardWe need to ignore STATUS_OBJECT_TYPE_MISMATCH errors...
2003-08-19  Eric PouechFixed regression in process creation (std handle inheri...
2003-07-24  Mike McCormackAdded a security token object in wineserver.
2003-06-21  Eric Pouech- adapted kernel32 so that it no longer (directly)...
2003-03-18  Alexandre JulliardImplemented file locking functions (partly based on...
2003-03-12  Alexandre JulliardAdded an inode object to keep track of all file descrip...
2003-03-11  Alexandre JulliardAttaching the debugger to a running process should...
2003-03-04  Alexandre JulliardUse SIGUSR1 instead of SIGSTOP to suspend threads.
2003-02-28  Peter HunnisettSuspended threads should not acquire synchronization...
2003-02-25  Alexandre JulliardAdded send_thread_signal() function and properly handle...
2003-02-24  Alexandre JulliardPass the pid of the new process in the new_process...
2003-02-19  Alexandre JulliardMoved all references to file descriptors out of the...
2003-02-14  Alexandre JulliardChanged fd operations to take a struct fd instead of...
2003-02-01  Alexandre JulliardMade process and thread ids small integers instead...
2003-01-30  Alexandre JulliardStarted moving functions that deal with Unix file descr...
2003-01-23  Marcus MeissnerRemove errno.h from files that do not need it.
2003-01-09  Eric Pouech- no longer depend on toolhelp definitions for generati...
2002-10-19  Alexandre JulliardConverted the server to -DSTRICT.
2002-10-03  Alexandre JulliardAdded process_id_t and thread_it_t types to the server...
2002-08-16  Alexandre JulliardAdded -k option to kill an existing wineserver.
2002-06-20  Alexandre JulliardCreate the server directory and socket file in /tmp.
2002-06-02  Eric PouechImplementation for console control events (includes...
2002-05-30  Alexandre JulliardRenamed handle_t to obj_handle_t to avoid conflict...
2002-05-25  Alexandre JulliardFixed process startup synchronization broken by previou...
2002-05-24  Alexandre JulliardA few optimizations in the process startup requests...
2002-04-26  Alexandre JulliardBetter support for configure detection of missing types...
2002-04-06  Alexandre JulliardAvoid crash when trying to attach to a terminating...
2002-04-03  Alexandre JulliardAdded timer on server exit to wait a bit for new clients.
2002-03-29  Alexandre JulliardTransfer the full process startup info as well as the...
2002-03-22  Alexandre JulliardCorrectly fill parent pid, module size and module name...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-27  Eric PouechNew XP debugging APIs: implemented DebugActiveProcessStop,
2001-12-20  Mike McCormack- move async activation into the server
next