Sign in
goma
/
wine
/
a4dd1bee31050ef353911b9cc227f6522886e57c
/
scheduler
8139c30
Implemented PROCESS_CallUserSignalProc().
by Ulrich Weigand
· 26 years ago
e469a58
Fixed sequence of DLL_PROCESS_DETACH notification calls.
by Ulrich Weigand
· 26 years ago
1c40024
Added cmd line in new_process request.
by Alexandre Julliard
· 26 years ago
4cf1511
All threads created with CreateThread are 32-bit threads.
by Ulrich Weigand
· 26 years ago
875c4b3
Added server pid and tid in init_thread request, and use them in
by Alexandre Julliard
· 26 years ago
93b23d7
Run Win32 processes in their own threads. Process exit sequence adapted.
by Ulrich Weigand
· 26 years ago
f016752
Changed process initialisation to use the new server requests.
by Alexandre Julliard
· 26 years ago
4526f2e
Pass new arguments (suspend/inherit) to the server.
by Ulrich Weigand
· 26 years ago
2f2898b
Handle suspend/resume_thread requests in phase STARTING correctly.
by Ulrich Weigand
· 26 years ago
301f2c6
Separated thdb freeing code from ExitThread. Now we only need to call
by Alexandre Julliard
· 26 years ago
5eca3af
Do not call ExitThread() on server communication errors.
by Alexandre Julliard
· 26 years ago
88e651d
Fixed newly introduced and some leftover warnings.
by Marcus Meissner
· 26 years ago
3366f18
Implemented _ConfirmWin16Lock (KERNEL32.96).
by Ulrich Weigand
· 26 years ago
3f09ec5
CLIENT_WaitReply: don't clear last error on success; fixed callers
by Alexandre Julliard
· 26 years ago
96c08d8
Use server handles directly for Win32 handles. Removed use of K32OBJ.
by Alexandre Julliard
· 26 years ago
ee517e8
- fixed missing stdlib.h and string.h includes everywhere
by David Luyer
· 26 years ago
8feb3bc
Process and thread id now use the server-side id instead of an
by Alexandre Julliard
· 26 years ago
6e0d386
Process creation sequence reorganized:
by Ulrich Weigand
· 26 years ago
875d112
Removed dst_handle in duplicate_handle request.
by Alexandre Julliard
· 26 years ago
a396029
Large-scale renaming of all Win32 functions and types to use the
by Alexandre Julliard
· 26 years ago
1d90d69
Modified process creation sequence: call PE_CreateModule in the
by Ulrich Weigand
· 26 years ago
214399f
Changed initial process creation to avoid memory allocations.
by Alexandre Julliard
· 26 years ago
13e5519
Removed thread queue functions.
by Alexandre Julliard
· 26 years ago
d16927e
Removed use of per-thread wait_struct, cleaned up a bit.
by Alexandre Julliard
· 26 years ago
d6cb784
Removed MEM_MAPPED_FILE_Ops.
by Alexandre Julliard
· 26 years ago
04c3e1d
Removed a lot of occurences of windows.h (and added necessary other includes).
by Marcus Meissner
· 26 years ago
289211c
Fixed a number of warnings concerning the matching of the printf
by Francois Gouget
· 26 years ago
317af32
Optimized include/*.h: (recursively) include all headers needed by
by Marcus Meissner
· 26 years ago
c521db6
Removed CONSOLE_Ops.
by Alexandre Julliard
· 26 years ago
60742b0
Removed PROCESS_GetPtr.
by Alexandre Julliard
· 26 years ago
91bb1f9
- Cleaned up the message queue when a thread exit (but not the process).
by Stephane Lussier
· 26 years ago
b427856
Added management and allocation of the PERQUEUEDATA structure.
by Noel Borthwick
· 26 years ago
0b78af7
Fix to allow for recvmsg() returning less data than is needed.
by Geoff Clare
· 26 years ago
d757fc6
Clear last error on all successful requests.
by Alexandre Julliard
· 26 years ago
ab9ac83
List handles WaitForMultipleObjects is waiting for when running with
by Juergen Schmied
· 26 years ago
47b3f32
Commented out EXEC_SERVER
by Alexandre Julliard
· 26 years ago
c66f5d5
Added stub for SetThreadLocale.
by Guy Albertelli
· 26 years ago
62a8b43
Hacked server-side device support
by Alexandre Julliard
· 26 years ago
8da12c4
Group commit for recovery after disk crash.
by Alexandre Julliard
· 26 years ago
638f169
Recovery of release 990110 after disk crash.
by Alexandre Julliard
· 26 years ago
wine-990110
0562539
Implemented file sharing checks in the server.
by Alexandre Julliard
· 26 years ago
eafae34
Got rid of CLIENT_GetProcessInfo.
by Alexandre Julliard
· 26 years ago
94401dc
Fixed CloseHandle() on global handles.
by Alexandre Julliard
· 26 years ago
dbf2bf0
Moved MsgWaitForMultipleObject implementation to USER routines, using
by Alexandre Julliard
· 26 years ago
6ebbe3c
Cleaned up and removed some no longer used code.
by Alexandre Julliard
· 26 years ago
f8e741b
Take into account handle inheritance flag.
by Alexandre Julliard
· 26 years ago
d1717c6
Re-implemented using a real semaphore.
by Alexandre Julliard
· 26 years ago
5544387
Removed client-side wait functions; all waiting is now done through the server.
by Alexandre Julliard
· 26 years ago
748ff0f
Changed server wait logic a bit.
by Alexandre Julliard
· 26 years ago
942e6d7
Added anonymous pipe support
by Alexandre Julliard
· 26 years ago
338e757
Added beginnings of server-side file handling.
by Alexandre Julliard
· 26 years ago
c6e45ed
Added add_queue/remove_queue to server object operations.
by Alexandre Julliard
· 26 years ago
3f8e1e4
Implemented CreateToolhelp32Snapshot, including two of the routines
by Patrick Spinler
· 26 years ago
ca1c747
Bugfix: Set the TEBF_WIN32 flag in teb.flags for 32-bit threads.
by Ulrich Weigand
· 26 years ago
577db37
More complete implementation of the SetCtrlHandler() function (and the
by James Sutherland
· 26 years ago
e0e248e
Solaris redefines ERR and CS, fixed occurances.
by Marcus Meissner
· 26 years ago
d042188
Get rid of the redefinition of MAX_PATH and move PROCESSENTRY32
by Huw D M Davies
· 26 years ago
c75d0e1
Implemented new Wine startup sequence, separating startup into
by Ulrich Weigand
· 26 years ago
6569ba3
Added .spec entry for KERNEL.RegisterServiceProcess.
by Andreas Mohr
· 26 years ago
24ee621
Added stubs for Process32First/Process32Next.
by Patrick Spinler
· 26 years ago
4a54690
Added support for global handles, implemented ConvertToGlobalHandle.
by Ulrich Weigand
· 26 years ago
05e2d3b
LoadLibraryExW spec added (function was there).
by Marcus Meissner
· 26 years ago
c36a154
More off-by-one errors fixed.
by Uwe Bonnes
· 26 years ago
a763ed9
Added ordinal for two syslevel functions.
by Marcus Meissner
· 26 years ago
f279205
Fixed off by one error in HANDLE_GetObjPtr.
by Uwe Bonnes
· 26 years ago
a3527cf
Implemented new PE DLL initalization code, trying to call the
by Ulrich Weigand
· 26 years ago
2e30f6f
Use emergency TEB selector to avoid debugger crashes when stepping
by Ulrich Weigand
· 26 years ago
c21650e
Small fix.
by Andreas Mohr
· 26 years ago
c0d52e0
Initial revision
by Alexandre Julliard
· 27 years ago
d30dfd2
Release 980927
by Alexandre Julliard
· 27 years ago
wine-980927
a0d7731
Release 980913
by Alexandre Julliard
· 27 years ago
wine-980913
85ed45e
Release 980822
by Alexandre Julliard
· 27 years ago
wine-980822
767e6f6
Release 980809
by Alexandre Julliard
· 27 years ago
wine-980809
829fe32
Release 980726
by Alexandre Julliard
· 27 years ago
wine-980726
642d313
Release 980712
by Alexandre Julliard
· 27 years ago
wine-980712
ebfc0fe
Release 980628
by Alexandre Julliard
· 27 years ago
wine-980628
f90efa9
Release 980614
by Alexandre Julliard
· 27 years ago
wine-980614
a845b88
Release 980601
by Alexandre Julliard
· 27 years ago
wine-980601
46ea8b3
Release 980503
by Alexandre Julliard
· 27 years ago
wine-980503
c7c217b
Release 980413
by Alexandre Julliard
· 27 years ago
wine-980413
54c2711
Release 980329
by Alexandre Julliard
· 27 years ago
wine-980329
a69b88b
Release 980315
by Alexandre Julliard
· 27 years ago
wine-980315
a11d7b1
Release 980301
by Alexandre Julliard
· 27 years ago
wine-980301
03468f7
Release 980215
by Alexandre Julliard
· 27 years ago
wine-980215
60ce85c
Release 980201
by Alexandre Julliard
· 27 years ago
wine-980201
0623a6f
Release 980118
by Alexandre Julliard
· 27 years ago
wine-980118
02e9008
Release 980104
by Alexandre Julliard
· 27 years ago
wine-980104
44ed71f
Release 971221
by Alexandre Julliard
· 27 years ago
wine-971221
e658d82
Release 971130
by Alexandre Julliard
· 27 years ago
wine-971130
a0b2b1d
Release 971116
by Alexandre Julliard
· 27 years ago
wine-971116
491502b
Release 971101
by Alexandre Julliard
· 27 years ago
wine-971101
17216f5
Release 971012
by Alexandre Julliard
· 27 years ago
wine-971012
3db94ef
Release 970928
by Alexandre Julliard
· 28 years ago
wine-970928
77b9918
Release 970914
by Alexandre Julliard
· 28 years ago
wine-970914
670cdc4
Release 970824
by Alexandre Julliard
· 28 years ago
wine-970824
641ee76
Release 970804
by Alexandre Julliard
· 28 years ago
wine-970804
23946ad
Release 970616
by Alexandre Julliard
· 28 years ago
wine-970616
84c70f5
Release 970509
by Alexandre Julliard
· 28 years ago
wine-970509
889f742
Release 970415
by Alexandre Julliard
· 28 years ago
wine-970415
2197901
Release 970305
by Alexandre Julliard
· 28 years ago
wine-970305
Next »