projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Save a disk file's drive type in the server object.
[wine]
/
scheduler
/
thread.c
2001-10-14
Francois Gouget
When including 'wine/port.h', include it first.
blob
|
commitdiff
|
raw
2001-10-03
Andreas Mohr
Better fake implementation of SetThreadExecutionState.
blob
|
commitdiff
|
raw
|
diff to current
2001-07-25
Alexandre Julliard
Removed unnecessary inclusion of heap.h.
blob
|
commitdiff
|
raw
|
diff to current
2001-07-24
Patrik Stridvall
Documentation fixes.
blob
|
commitdiff
|
raw
|
diff to current
2001-07-19
Alexandre Julliard
Moved server.h to include/wine.
blob
|
commitdiff
|
raw
|
diff to current
2001-07-11
Patrik Stridvall
Documentation fixes.
blob
|
commitdiff
|
raw
|
diff to current
2001-06-20
Patrik Stridvall
Documentation ordinal fixes.
blob
|
commitdiff
|
raw
|
diff to current
2001-06-13
Patrik Stridvall
Documentation ordinal fixes (using winapi_fixup).
blob
|
commitdiff
|
raw
|
diff to current
2001-05-18
Alexandre Julliard
Removed THREAD_IsWin16.
blob
|
commitdiff
|
raw
|
diff to current
2001-05-18
Marcus Meissner
Enhanced SetThreadExecutionState stub.
blob
|
commitdiff
|
raw
|
diff to current
2001-05-08
Francois Gouget
Print the tid in the first column when +tid is specified.
blob
|
commitdiff
|
raw
|
diff to current
2001-04-09
Dmitry Timoshkov
Display thread id instead of %fs in relay trace.
blob
|
commitdiff
|
raw
|
diff to current
2001-04-04
Alexandre Julliard
Added TASK_GetPtr/TASK_GetCurrent functions to get...
blob
|
commitdiff
|
raw
|
diff to current
2001-03-13
James Juran
Added stub for SetThreadExecutionState (new function...
blob
|
commitdiff
|
raw
|
diff to current
2001-03-08
Alexandre Julliard
Added support for nested server waits (to allow waiting...
blob
|
commitdiff
|
raw
|
diff to current
2001-03-01
Alexandre Julliard
Create the server pipes on the client side and transfer...
blob
|
commitdiff
|
raw
|
diff to current
2001-02-28
Alexandre Julliard
Use the standard CreateThread routine to create 16...
blob
|
commitdiff
|
raw
|
diff to current
2001-02-27
Alexandre Julliard
New set of macros for server calls; makes requests...
blob
|
commitdiff
|
raw
|
diff to current
2001-02-21
Alexandre Julliard
Added separate server pipe to wait on blocking server...
blob
|
commitdiff
|
raw
|
diff to current
2001-02-14
Patrik Stridvall
Documentation ordinal fixes.
blob
|
commitdiff
|
raw
|
diff to current
2001-01-17
Alexandre Julliard
Cleaned up the various errno location tests in configure.
blob
|
commitdiff
|
raw
|
diff to current
2001-01-06
Alexandre Julliard
Added separate queue for "system" APCs that get called...
blob
|
commitdiff
|
raw
|
diff to current
2001-01-05
Alexandre Julliard
Added handle_t type to server interface so that we...
blob
|
commitdiff
|
raw
|
diff to current
2000-12-22
Alexandre Julliard
Fixed copy/paste bug (thanks to Gerard Patel).
blob
|
commitdiff
|
raw
|
diff to current
2000-12-22
Alexandre Julliard
Use a separate FIFO pair for server requests that don...
blob
|
commitdiff
|
raw
|
diff to current
2000-12-13
Alexandre Julliard
Replaced PTR_SEG_TO_LIN macro by exported MapSL function.
blob
|
commitdiff
|
raw
|
diff to current
2000-12-11
Alexandre Julliard
Moved all Wine internal definitions out of process.h.
blob
|
commitdiff
|
raw
|
diff to current
2000-11-29
Alexandre Julliard
Renamed CallTo16* functions to wine_call_to_16* and...
blob
|
commitdiff
|
raw
|
diff to current
2000-11-14
Alexandre Julliard
Moved LDT handling to libwine.so. Changed the interface...
blob
|
commitdiff
|
raw
|
diff to current
2000-11-13
Alexandre Julliard
Replaced a few internal functions by exported ones.
blob
|
commitdiff
|
raw
|
diff to current
2000-11-08
Alexandre Julliard
Check all Callouts function pointers for NULL before...
blob
|
commitdiff
|
raw
|
diff to current
2000-10-29
David Elliott
Added basic working stubs of new Windows 2000 API funct...
blob
|
commitdiff
|
raw
|
diff to current
2000-08-31
Alexandre Julliard
Converted a lot of server requests to the new exception...
blob
|
commitdiff
|
raw
|
diff to current
2000-08-30
Alexandre Julliard
Added exception handling wrapper to a number of server...
blob
|
commitdiff
|
raw
|
diff to current
2000-08-29
Alexandre Julliard
Added the data structures and macros that will be neede...
blob
|
commitdiff
|
raw
|
diff to current
2000-08-09
Alexandre Julliard
Make PDB, ENVDB and STARTUPINFO global variables.
blob
|
commitdiff
|
raw
|
diff to current
2000-08-04
Alexandre Julliard
Moved a bunch of functions out of libwine/kernel/gdi...
blob
|
commitdiff
|
raw
|
diff to current
2000-08-03
Alexandre Julliard
Make USER and GDI separate dlls.
blob
|
commitdiff
|
raw
|
diff to current
2000-07-10
Alexandre Julliard
Lazy initialisation of thread locale.
blob
|
commitdiff
|
raw
|
diff to current
2000-07-10
Juergen Schmied
Moved setting the locale value to the right position.
blob
|
commitdiff
|
raw
|
diff to current
2000-07-08
Slava Monich
Implementation of Get/SetThreadPriorityBoost.
blob
|
commitdiff
|
raw
|
diff to current
2000-06-12
Juergen Schmied
- implemented Get/SetThreadLocale
blob
|
commitdiff
|
raw
|
diff to current
2000-06-08
Alexandre Julliard
Removed a few unnecessary includes.
blob
|
commitdiff
|
raw
|
diff to current
2000-05-29
Alexandre Julliard
Exec a separate wine binary for every win32 process...
blob
|
commitdiff
|
raw
|
diff to current
2000-05-03
Alexandre Julliard
Fixed default thread stack size.
blob
|
commitdiff
|
raw
|
diff to current
2000-05-01
Alexandre Julliard
Setup the initial thread %fs from a constructor.
blob
|
commitdiff
|
raw
|
diff to current
2000-05-01
Alexandre Julliard
Rewrote Unix process launching to allow passing startup...
blob
|
commitdiff
|
raw
|
diff to current
2000-04-15
Alexandre Julliard
Improved Winelib apps initialisation code. No longer...
blob
|
commitdiff
|
raw
|
diff to current
2000-04-13
Alexandre Julliard
Cleanup thread stack allocation. Use a single VirtualAl...
blob
|
commitdiff
|
raw
|
diff to current
2000-04-11
Alexandre Julliard
Made GetProcessHeap(), GetCurrentProcessId(), GetCurren...
blob
|
commitdiff
|
raw
|
diff to current
2000-03-28
Alexandre Julliard
Put CLONE_FILES back in, it is still breaking too many...
blob
|
commitdiff
|
raw
|
diff to current
2000-03-25
Alexandre Julliard
Fixed a couple of file descriptor leaks.
blob
|
commitdiff
|
raw
|
diff to current
2000-03-17
Alexandre Julliard
Have threads and processes exit more cleanly whenever...
blob
|
commitdiff
|
raw
|
diff to current
2000-03-08
Alexandre Julliard
Generate CREATE_PROCESS/THREAD debug events internally...
blob
|
commitdiff
|
raw
|
diff to current
2000-03-07
Alexandre Julliard
Better implementation of inline functions SetLastError and
blob
|
commitdiff
|
raw
|
diff to current
2000-02-13
Dave Pickles
Added definition for STILL_ACTIVE.
blob
|
commitdiff
|
raw
|
diff to current
2000-01-30
Ulrich Weigand
Mark initial process as 32-bit for WineLib apps.
blob
|
commitdiff
|
raw
|
diff to current
2000-01-29
Alexandre Julliard
Use a per-thread buffer and write(2) for debug traces.
blob
|
commitdiff
|
raw
|
diff to current
2000-01-25
Alexandre Julliard
Made the server listen for new clients on a Unix socket in
blob
|
commitdiff
|
raw
|
diff to current
2000-01-20
Alexandre Julliard
Added Get/SetThreadContext support through the server.
blob
|
commitdiff
|
raw
|
diff to current
2000-01-15
Juergen Schmied
- added NT fields to TEB
blob
|
commitdiff
|
raw
|
diff to current
2000-01-04
Alexandre Julliard
Moved allocation of the socket pair for a new thread...
blob
|
commitdiff
|
raw
|
diff to current
1999-12-25
Juergen Schmied
NT allocates one page as TEB. Some native NT-dlls are...
blob
|
commitdiff
|
raw
|
diff to current
1999-12-05
Ulrich Weigand
Call 16-bit instead of 32-bit UserSignalProc entry...
blob
|
commitdiff
|
raw
|
diff to current
1999-10-24
Patrik Stridvall
- Added missing configuration #if:s and #includes:s.
blob
|
commitdiff
|
raw
|
diff to current
1999-09-20
Ulrich Weigand
Don't create thunk for CreateThread16 proc, call it...
blob
|
commitdiff
|
raw
|
diff to current
1999-07-31
Patrik Stridvall
Fixed/added missing/wrong function prototypes and made...
blob
|
commitdiff
|
raw
|
diff to current
1999-07-31
Patrik Stridvall
Eliminated warnings.
blob
|
commitdiff
|
raw
|
diff to current
1999-07-10
Howard Abrams
Added checks for sys/errno.h, sys/signal.h and sys...
blob
|
commitdiff
|
raw
|
diff to current
1999-06-26
Alexandre Julliard
Changed CONTEXT into CONTEXT86 everywhere we really...
blob
|
commitdiff
|
raw
|
diff to current
1999-06-26
Alexandre Julliard
Further server optimizations:
blob
|
commitdiff
|
raw
|
diff to current
1999-06-22
Alexandre Julliard
Made server communication faster by using a shared...
blob
|
commitdiff
|
raw
|
diff to current
1999-06-22
Alexandre Julliard
Merged THDB and TEB structures.
blob
|
commitdiff
|
raw
|
diff to current
1999-06-12
Eric Pouech
Made the service thread instanciable in every process.
blob
|
commitdiff
|
raw
|
diff to current
1999-05-29
Alexandre Julliard
Got rid of THREAD_InitDone.
blob
|
commitdiff
|
raw
|
diff to current
1999-05-24
Alexandre Julliard
Removed process argument to PROCESS_CallUserSignalProc.
blob
|
commitdiff
|
raw
|
diff to current
1999-05-23
Alexandre Julliard
Use the new debug functions to send debug events at...
blob
|
commitdiff
|
raw
|
diff to current
1999-05-23
Alexandre Julliard
Converted to the new debug interface, using script...
blob
|
commitdiff
|
raw
|
diff to current
1999-05-08
Ulrich Weigand
Call THREAD_FreeTHDB as service thread callback.
blob
|
commitdiff
|
raw
|
diff to current
1999-04-22
Patrik Stridvall
Fixed ANSI compabillity.
blob
|
commitdiff
|
raw
|
diff to current
1999-04-19
Patrik Stridvall
New debug scheme with explicit debug channels declaration.
blob
|
commitdiff
|
raw
|
diff to current
1999-04-18
Bertho Stultiens
Reorganization of the loader to correctly load and...
blob
|
commitdiff
|
raw
|
diff to current
1999-04-11
Ulrich Weigand
Send USIG_PROCESS_CREATE signal.
blob
|
commitdiff
|
raw
|
diff to current
1999-04-01
Ulrich Weigand
Implemented PROCESS_CallUserSignalProc().
blob
|
commitdiff
|
raw
|
diff to current
1999-03-27
Ulrich Weigand
Fixed sequence of DLL_PROCESS_DETACH notification calls.
blob
|
commitdiff
|
raw
|
diff to current
1999-03-27
Ulrich Weigand
All threads created with CreateThread are 32-bit threads.
blob
|
commitdiff
|
raw
|
diff to current
1999-03-23
Alexandre Julliard
Added server pid and tid in init_thread request, and...
blob
|
commitdiff
|
raw
|
diff to current
1999-03-22
Ulrich Weigand
Run Win32 processes in their own threads.
blob
|
commitdiff
|
raw
|
diff to current
1999-03-21
Alexandre Julliard
Changed process initialisation to use the new server...
blob
|
commitdiff
|
raw
|
diff to current
1999-03-16
Ulrich Weigand
Pass new arguments (suspend/inherit) to the server.
blob
|
commitdiff
|
raw
|
diff to current
1999-03-14
Alexandre Julliard
Separated thdb freeing code from ExitThread. Now we...
blob
|
commitdiff
|
raw
|
diff to current
1999-02-28
Alexandre Julliard
Use server handles directly for Win32 handles. Removed...
blob
|
commitdiff
|
raw
|
diff to current
1999-02-28
Alexandre Julliard
Process and thread id now use the server-side id instea...
blob
|
commitdiff
|
raw
|
diff to current
1999-02-28
Ulrich Weigand
Process creation sequence reorganized:
blob
|
commitdiff
|
raw
|
diff to current
1999-02-26
Alexandre Julliard
Large-scale renaming of all Win32 functions and types...
blob
|
commitdiff
|
raw
|
diff to current
1999-02-24
Ulrich Weigand
Modified process creation sequence: call PE_CreateModul...
blob
|
commitdiff
|
raw
|
diff to current
1999-02-21
Alexandre Julliard
Removed thread queue functions.
blob
|
commitdiff
|
raw
|
diff to current
1999-02-19
Marcus Meissner
Removed a lot of occurences of windows.h (and added...
blob
|
commitdiff
|
raw
|
diff to current
1999-02-17
Marcus Meissner
Optimized include/*.h: (recursively) include all header...
blob
|
commitdiff
|
raw
|
diff to current
1999-02-09
Stephane Lussier
- Cleaned up the message queue when a thread exit ...
blob
|
commitdiff
|
raw
|
diff to current
next