projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
server: Convert thread creation/exit times to the abs_time_t type.
[wine]
/
server
/
process.c
2006-07-26
Alexandre Julliard
server: Convert thread creation/exit times to the abs_t...
blob
|
commitdiff
|
raw
2006-07-26
Alexandre Julliard
server: Rename the wait_input_idle request to better...
blob
|
commitdiff
|
raw
|
diff to current
2006-07-26
Alexandre Julliard
server: Added data_size_t type to represent sizes in...
blob
|
commitdiff
|
raw
|
diff to current
2006-07-25
Thomas Kho
server: Add new threads to end of thread_list.
blob
|
commitdiff
|
raw
|
diff to current
2006-07-21
Stefan Siebert
ntdll: Implementation of process CreationTime and ExitTime.
blob
|
commitdiff
|
raw
|
diff to current
2006-07-19
Alexandre Julliard
server: Simplify process creation.
blob
|
commitdiff
|
raw
|
diff to current
2006-06-08
Alexandre Julliard
server: Don't report a fatal protocol error for things...
blob
|
commitdiff
|
raw
|
diff to current
2006-05-23
Jonathan Ernst
Update the address of the Free Software Foundation.
blob
|
commitdiff
|
raw
|
diff to current
2006-04-19
Alexandre Julliard
server: Use the standard suspend mechanism to simulate...
blob
|
commitdiff
|
raw
|
diff to current
2006-04-07
Alexandre Julliard
server: Moved read/write_process_memory and get_selecto...
blob
|
commitdiff
|
raw
|
diff to current
2006-04-07
Alexandre Julliard
server: Hide assumptions about alignment inside the...
blob
|
commitdiff
|
raw
|
diff to current
2006-04-07
Alexandre Julliard
server: Get rid of alignment requirements in write_proc...
blob
|
commitdiff
|
raw
|
diff to current
2006-03-27
Alexandre Julliard
server: Connect to the window station and desktop speci...
blob
|
commitdiff
|
raw
|
diff to current
2006-03-27
Alexandre Julliard
server: Fixed process exit code on FreeBSD.
blob
|
commitdiff
|
raw
|
diff to current
2006-03-24
Ken Thomases
server: Fix memory leak in read_process_memory handler.
blob
|
commitdiff
|
raw
|
diff to current
2006-03-06
Alexandre Julliard
server: Support for closing the desktop window.
blob
|
commitdiff
|
raw
|
diff to current
2006-02-21
Alexandre Julliard
server: Remove no longer needed fields in the init_proc...
blob
|
commitdiff
|
raw
|
diff to current
2006-02-21
Alexandre Julliard
server: Avoid hang on process startup.
blob
|
commitdiff
|
raw
|
diff to current
2006-02-16
Alexandre Julliard
server: Store the process exe module in the standard...
blob
|
commitdiff
|
raw
|
diff to current
2006-02-08
Alexandre Julliard
server: Remove the no longer needed exe_file parameter...
blob
|
commitdiff
|
raw
|
diff to current
2006-02-08
Alexandre Julliard
server: Allow the main exe to be registered as a normal...
blob
|
commitdiff
|
raw
|
diff to current
2006-02-05
Alexandre Julliard
server: Remove no longer used create_flags from get_sta...
blob
|
commitdiff
|
raw
|
diff to current
2005-12-12
Alexandre Julliard
server: Added access rights mapping to file objects.
blob
|
commitdiff
|
raw
|
diff to current
2005-12-12
Alexandre Julliard
server: Added access rights mapping to process and...
blob
|
commitdiff
|
raw
|
diff to current
2005-12-12
Alexandre Julliard
server: Added infrastructure for access rights mapping.
blob
|
commitdiff
|
raw
|
diff to current
2005-12-09
Alexandre Julliard
server: Make alloc_handle use attributes instead of...
blob
|
commitdiff
|
raw
|
diff to current
2005-12-09
Alexandre Julliard
server: Use attributes instead of inherit flag in proce...
blob
|
commitdiff
|
raw
|
diff to current
2005-12-02
Vitaliy Margolen
Move event and mutex objects into directory name space.
blob
|
commitdiff
|
raw
|
diff to current
2005-11-28
Ge van Geldorp
Match PSDK STATUS_* definitions.
blob
|
commitdiff
|
raw
|
diff to current
2005-11-22
Vitaliy Margolen
Add name_lookup function in object_ops.
blob
|
commitdiff
|
raw
|
diff to current
2005-11-18
Alexandre Julliard
Added a struct unicode_str to encapsulate object names.
blob
|
commitdiff
|
raw
|
diff to current
2005-10-29
Vitaliy Margolen
Pass object attributes to create_named_object & find_ob...
blob
|
commitdiff
|
raw
|
diff to current
2005-10-12
Alexandre Julliard
Removed incorrect process queue check in wait_input_idle.
blob
|
commitdiff
|
raw
|
diff to current
2005-09-27
Eric Pouech
Implemented kernel32 process affinity handling on top...
blob
|
commitdiff
|
raw
|
diff to current
2005-09-06
Eric Pouech
- rewrite kernel32:{Set|Get}PriorityClass on top of...
blob
|
commitdiff
|
raw
|
diff to current
2005-07-14
Alexandre Julliard
Moved the server start time to the init_thread request...
blob
|
commitdiff
|
raw
|
diff to current
2005-07-13
Alexandre Julliard
Return the startup info size in the init_thread request...
blob
|
commitdiff
|
raw
|
diff to current
2005-07-13
Alexandre Julliard
Already initialize the process in the first init_thread...
blob
|
commitdiff
|
raw
|
diff to current
2005-07-12
Alexandre Julliard
Moved the fields that depends on startup info from...
blob
|
commitdiff
|
raw
|
diff to current
2005-06-29
Alexandre Julliard
Clear the process handle table before releasing it...
blob
|
commitdiff
|
raw
|
diff to current
2005-06-21
Mike McCormack
Don't include winbase.h when it's not necessary.
blob
|
commitdiff
|
raw
|
diff to current
2005-06-14
Alexandre Julliard
Remove the process locks in process_killed, not process...
blob
|
commitdiff
|
raw
|
diff to current
2005-06-14
Mike McCormack
Call remove_process_locks when a process ends, fix...
blob
|
commitdiff
|
raw
|
diff to current
2005-06-09
Alexandre Julliard
Added a close_handle method to the object operations...
blob
|
commitdiff
|
raw
|
diff to current
2005-06-09
Alexandre Julliard
The desktop of a new thread should be set from the...
blob
|
commitdiff
|
raw
|
diff to current
2005-06-08
Alexandre Julliard
Beginnings of support for window stations and desktops.
blob
|
commitdiff
|
raw
|
diff to current
2005-05-25
Robert Shearman
- Use NULL instead of 0 for all non-handle pointers.
blob
|
commitdiff
|
raw
|
diff to current
2005-05-10
Eric Pouech
- changed ATOM support in wineserver to match NTDLL...
blob
|
commitdiff
|
raw
|
diff to current
2005-04-24
Mike McCormack
Implemented NtSignalAndWaitForSingleObject.
blob
|
commitdiff
|
raw
|
diff to current
2005-04-22
Robert Shearman
- Clean up well-known privileges.
blob
|
commitdiff
|
raw
|
diff to current
2005-03-04
Steven Edwards
Added a check for poll.h.
blob
|
commitdiff
|
raw
|
diff to current
2005-03-02
Alexandre Julliard
Convert the process dll list to a standard list.
blob
|
commitdiff
|
raw
|
diff to current
2005-03-01
Alexandre Julliard
Convert the per-process thread list to a standard list.
blob
|
commitdiff
|
raw
|
diff to current
2005-02-25
Alexandre Julliard
Convert the global process list to a standard list.
blob
|
commitdiff
|
raw
|
diff to current
2005-02-11
Robert Shearman
- Implement AdjustTokenPrivileges, DuplicateTokenEx and
blob
|
commitdiff
|
raw
|
diff to current
2005-01-14
Eric Pouech
- got rid of include/async.h
blob
|
commitdiff
|
raw
|
diff to current
2004-12-15
Rein Klazes
A starting process must obey the STARTF_USESTDHANDLES...
blob
|
commitdiff
|
raw
|
diff to current
2004-06-14
Eric Pouech
- Added ProcessBasicInformation class to ntdll.NtQueryI...
blob
|
commitdiff
|
raw
|
diff to current
2004-04-06
Alexandre Julliard
Handle file mappings on removable media entirely inside...
blob
|
commitdiff
|
raw
|
diff to current
2003-12-10
Alexandre Julliard
Added window classes in the server, and support for...
blob
|
commitdiff
|
raw
|
diff to current
2003-10-14
Alexandre Julliard
Set or clear the BeingDebugged flag in the PEB when...
blob
|
commitdiff
|
raw
|
diff to current
2003-10-08
Alexandre Julliard
Store a "removable" flag instead of the full drive...
blob
|
commitdiff
|
raw
|
diff to current
2003-10-04
Alexandre Julliard
Converted process creation to Unicode.
blob
|
commitdiff
|
raw
|
diff to current
2003-09-30
Alexandre Julliard
Store module names in Unicode in the server.
blob
|
commitdiff
|
raw
|
diff to current
2003-09-16
Eric Pouech
- Implemented a few information classes in NtQuerySyste...
blob
|
commitdiff
|
raw
|
diff to current
2003-09-05
Alexandre Julliard
Fixed header dependencies to be fully compatible with...
blob
|
commitdiff
|
raw
|
diff to current
2003-08-19
Alexandre Julliard
We need to ignore STATUS_OBJECT_TYPE_MISMATCH errors...
blob
|
commitdiff
|
raw
|
diff to current
2003-08-19
Eric Pouech
Fixed regression in process creation (std handle inheri...
blob
|
commitdiff
|
raw
|
diff to current
2003-07-24
Mike McCormack
Added a security token object in wineserver.
blob
|
commitdiff
|
raw
|
diff to current
2003-06-21
Eric Pouech
- adapted kernel32 so that it no longer (directly)...
blob
|
commitdiff
|
raw
|
diff to current
2003-03-18
Alexandre Julliard
Implemented file locking functions (partly based on...
blob
|
commitdiff
|
raw
|
diff to current
2003-03-12
Alexandre Julliard
Added an inode object to keep track of all file descrip...
blob
|
commitdiff
|
raw
|
diff to current
2003-03-11
Alexandre Julliard
Attaching the debugger to a running process should...
blob
|
commitdiff
|
raw
|
diff to current
2003-03-04
Alexandre Julliard
Use SIGUSR1 instead of SIGSTOP to suspend threads.
blob
|
commitdiff
|
raw
|
diff to current
2003-02-28
Peter Hunnisett
Suspended threads should not acquire synchronization...
blob
|
commitdiff
|
raw
|
diff to current
2003-02-25
Alexandre Julliard
Added send_thread_signal() function and properly handle...
blob
|
commitdiff
|
raw
|
diff to current
2003-02-24
Alexandre Julliard
Pass the pid of the new process in the new_process...
blob
|
commitdiff
|
raw
|
diff to current
2003-02-19
Alexandre Julliard
Moved all references to file descriptors out of the...
blob
|
commitdiff
|
raw
|
diff to current
2003-02-14
Alexandre Julliard
Changed fd operations to take a struct fd instead of...
blob
|
commitdiff
|
raw
|
diff to current
2003-02-01
Alexandre Julliard
Made process and thread ids small integers instead...
blob
|
commitdiff
|
raw
|
diff to current
2003-01-30
Alexandre Julliard
Started moving functions that deal with Unix file descr...
blob
|
commitdiff
|
raw
|
diff to current
2003-01-23
Marcus Meissner
Remove errno.h from files that do not need it.
blob
|
commitdiff
|
raw
|
diff to current
2003-01-09
Eric Pouech
- no longer depend on toolhelp definitions for generati...
blob
|
commitdiff
|
raw
|
diff to current
2002-10-19
Alexandre Julliard
Converted the server to -DSTRICT.
blob
|
commitdiff
|
raw
|
diff to current
2002-10-03
Alexandre Julliard
Added process_id_t and thread_it_t types to the server...
blob
|
commitdiff
|
raw
|
diff to current
2002-08-16
Alexandre Julliard
Added -k option to kill an existing wineserver.
blob
|
commitdiff
|
raw
|
diff to current
2002-06-20
Alexandre Julliard
Create the server directory and socket file in /tmp.
blob
|
commitdiff
|
raw
|
diff to current
2002-06-02
Eric Pouech
Implementation for console control events (includes...
blob
|
commitdiff
|
raw
|
diff to current
2002-05-30
Alexandre Julliard
Renamed handle_t to obj_handle_t to avoid conflict...
blob
|
commitdiff
|
raw
|
diff to current
2002-05-25
Alexandre Julliard
Fixed process startup synchronization broken by previou...
blob
|
commitdiff
|
raw
|
diff to current
2002-05-24
Alexandre Julliard
A few optimizations in the process startup requests...
blob
|
commitdiff
|
raw
|
diff to current
2002-04-26
Alexandre Julliard
Better support for configure detection of missing types...
blob
|
commitdiff
|
raw
|
diff to current
2002-04-06
Alexandre Julliard
Avoid crash when trying to attach to a terminating...
blob
|
commitdiff
|
raw
|
diff to current
2002-04-03
Alexandre Julliard
Added timer on server exit to wait a bit for new clients.
blob
|
commitdiff
|
raw
|
diff to current
2002-03-29
Alexandre Julliard
Transfer the full process startup info as well as the...
blob
|
commitdiff
|
raw
|
diff to current
2002-03-22
Alexandre Julliard
Correctly fill parent pid, module size and module name...
blob
|
commitdiff
|
raw
|
diff to current
2002-03-09
Alexandre Julliard
Added LGPL standard comment, and copyright notices...
blob
|
commitdiff
|
raw
|
diff to current
2002-02-27
Eric Pouech
New XP debugging APIs: implemented DebugActiveProcessStop,
blob
|
commitdiff
|
raw
|
diff to current
2001-12-20
Mike McCormack
- move async activation into the server
blob
|
commitdiff
|
raw
|
diff to current
2001-12-04
Eric Pouech
Let the console renderer be defined as a thread.
blob
|
commitdiff
|
raw
|
diff to current
next