Sign in
goma
/
wine
/
11e3523949670351aaab70492f19a83a2dd2d99c
/
loader
/
task.c
b5bb32c
Fixed some issues found by winapi_check.
by Patrik Stridvall
· 23 years ago
9c1de6d
Moved all the content of the DDK files ntdef.h and ntddk.h to winternl.h.
by Patrik Stridvall
· 23 years ago
3fa613c
Moved internal context macros out of winnt.h.
by Alexandre Julliard
· 23 years ago
d75aed2
Convert most of the file APIs to Unicode.
by Dmitry Timoshkov
· 23 years ago
d016f81
Added include protection for unistd.h and sys/time.h.
by Patrik Stridvall
· 23 years ago
13f2a17
Convert HTASK to void* (based on a patch by Michael Stefaniuc).
by Alexandre Julliard
· 23 years ago
9a62491
Removed trailing whitespace.
by Vincent Béron
· 23 years ago
7fbd74e
Replaced the GET/PUT_UA macros by memcpy. Fixed a few big-endian issues.
by Alexandre Julliard
· 23 years ago
6db8aba
Removed service thread support.
by Alexandre Julliard
· 23 years ago
0799c1a
Added LGPL standard comment, and copyright notices where necessary.
by Alexandre Julliard
· 23 years ago
9dc5b97
Only use winsock2.h in Wine.
by Francois Gouget
· 24 years ago
7c4b140
Fixed HTASK/HTASK16 handle mismatch.
by Alexandre Julliard
· 24 years ago
5edf4e1
Removed a few unnecessary Callouts.
by Alexandre Julliard
· 24 years ago
37e9503
Moved server.h to include/wine.
by Alexandre Julliard
· 24 years ago
33929be
- Made sure that the files that contains the declarations
by Patrik Stridvall
· 24 years ago
044855c
Documentation fixes.
by Patrik Stridvall
· 24 years ago
01d5e5b
Documentation fixes.
by Patrik Stridvall
· 24 years ago
dae8de6
Documentation ordinal fixes (using winapi_fixup).
by Patrik Stridvall
· 24 years ago
0ca9465
Removed unneeded inclusion of queue.h.
by Alexandre Julliard
· 24 years ago
c2bc22b
Spelling fixes.
by Andreas Mohr
· 24 years ago
a67e648
Removed THREAD_IsWin16.
by Alexandre Julliard
· 24 years ago
3e7497f
Unified 16-bit and 32-bit scheduling a bit more.
by Alexandre Julliard
· 24 years ago
627c907
Don't load user32 too early on for 16-bit apps, so that app-specific
by Alexandre Julliard
· 24 years ago
9ee9eff
Use the standard CreateThread routine to create 16-bit tasks instead
by Alexandre Julliard
· 24 years ago
ea2a9a8
Removed a few Callout functions by doing a GetProcAddress at the time
by Alexandre Julliard
· 24 years ago
0c61028
Documentation ordinal fixes.
by Patrik Stridvall
· 24 years ago
4f2df51
Replaced GLOBAL_Alloc by GlobalAlloc16 where possible.
by Alexandre Julliard
· 24 years ago
cc19592
Added check whether unaligned memory access is allowed.
by Ulrich Weigand
· 24 years ago
982a223
Replaced PTR_SEG_TO_LIN macro by exported MapSL function.
by Alexandre Julliard
· 24 years ago
becb9a3
Moved all Wine internal definitions out of process.h.
by Alexandre Julliard
· 24 years ago
2b3aa61
Added/modified documentation for function arguments.
by Patrik Stridvall
· 24 years ago
ef57e18
Removed some unnecessary includes.
by Alexandre Julliard
· 24 years ago
fc2c5df
Implemented TerminateApp needed for DBase 5.0.
by Andreas Mohr
· 24 years ago
ab68797
Moved standard syslevel APIs declaration to winbase.h.
by Alexandre Julliard
· 24 years ago
914406f
Moved LDT handling to libwine.so. Changed the interface to use the
by Alexandre Julliard
· 24 years ago
0a8114c
Raise an exception for unimplemented 16-bit entry points too.
by Alexandre Julliard
· 24 years ago
4e951ea
Check all Callouts function pointers for NULL before using them.
by Alexandre Julliard
· 24 years ago
334a42f
Fixed a few compilation warnings
by Dimitrie O. Paun
· 24 years ago
a9f6a9d
Explicitly initialize structures.
by Patrik Stridvall
· 24 years ago
6a2a2eb
Make sure that we skip tasks with missing hInstance.
by Andreas Mohr
· 25 years ago
afb49ea
Moved a bunch of routines to kernel32.dll (with the help of Dimitrie O. Paun).
by Alexandre Julliard
· 25 years ago
d8fab2e
Removed some of the XXX_reg macros now that we are using the standard
by Alexandre Julliard
· 25 years ago
770eb51
Moved most global data out of the LPDOSTASK structure.
by Alexandre Julliard
· 25 years ago
7bbba4f
Removed calls to ConvertToGlobalHandle and MakeCriticalSectionGlobal.
by Alexandre Julliard
· 25 years ago
62f3eaa
Transform every ERR() to WARN() in MakeProcInstance.
by Andreas Mohr
· 25 years ago
52900c8
Make PDB, ENVDB and STARTUPINFO global variables.
by Alexandre Julliard
· 25 years ago
081ee94
- Fixed resource functions to work directly from the HMODULE instead of
by Alexandre Julliard
· 25 years ago
15aef00
Skip quoted program name when building command line.
by Alexandre Julliard
· 25 years ago
3bbd167
Removed usage of obsolete pModule->lpDosTask.
by Ove Kaaven
· 25 years ago
b18dbd2
Perform NE_InitProcess in the context of the new task.
by Alexandre Julliard
· 25 years ago
2caee71
Spelling fixes.
by Andreas Mohr
· 25 years ago
8fe0551
Removed a few unnecessary includes.
by Alexandre Julliard
· 25 years ago
7e85ea7
Moved stack switch handling (large stack) to sysdeps.c
by Ulrich Weigand
· 25 years ago
0211d70
Make sure initial task is not marked as 32-bit.
by Alexandre Julliard
· 25 years ago
c192ba2
Exec a separate wine binary for every win32 process so that they run
by Alexandre Julliard
· 25 years ago
f2f0927
Fixed initialization of INSTANCEDATA in InitTask().
by Ulrich Weigand
· 25 years ago
4d05761
Make sure hInstance is a proper global handle and not a selector value.
by Bernd Herd
· 25 years ago
180a088
Moved PE header definitions to winnt.h where they belong.
by Alexandre Julliard
· 25 years ago
2d6457c
Added/fixed some documentation reported by winapi_check.
by Patrik Stridvall
· 25 years ago
9a0e28f
Fixed a couple of file descriptor leaks.
by Alexandre Julliard
· 25 years ago
45b5bcf
Several fixes to MakeProcInstance.
by Andreas Mohr
· 25 years ago
67a24c8
Store the handle of the process exe file in the server.
by Alexandre Julliard
· 25 years ago
fa5647a
Fixed race between Win16 parent and child for first rescheduling
by Ulrich Weigand
· 25 years ago
baa9bf9
Buffer overflows and strncpy fixes.
by Francois Gouget
· 25 years ago
dd03cc1
Make use of the DEFAULT_DEBUG_CHANNEL where appropriate.
by Dimitrie O. Paun
· 25 years ago
979000e
Call 16-bit instead of 32-bit UserSignalProc entry point.
by Ulrich Weigand
· 25 years ago
1d5bc46
Removed extra #include statements.
by Niels Kristian Bech Jensen
· 25 years ago
f959be9
Ignore wrong hInstance.
by Uwe Bonnes
· 25 years ago
f45608f
Winsock rewrite. Sockets are now proper win32 handles.
by Ove Kaaven
· 25 years ago
c44ab1f
Don't create thunk for task signal proc, call it directly.
by Ulrich Weigand
· 26 years ago
a2d5bb3
Bugfix: Improved GetCodeHandle16 / GetCodeInfo16.
by Ulrich Weigand
· 26 years ago
3df3e53
Bugfix: restore STACK16FRAME fields in SwitchStackBack16.
by Ulrich Weigand
· 26 years ago
c50a1d0
Adapted to new-style Wine thunks.
by Ulrich Weigand
· 26 years ago
a1089c5
Made stack manipulation macros into inline functions.
by Alexandre Julliard
· 26 years ago
081daf7
Implemented KERNEL.447 (WIN32_OldYield16).
by Ulrich Weigand
· 26 years ago
4d55035
Bugfix: Install task-entry breakpoint *after* EXE module is initialized.
by Ulrich Weigand
· 26 years ago
cfa977d
Fixed bugs introduced by 'register' and 'return' function changes.
by Ulrich Weigand
· 26 years ago
4220b29
Take advantage of the new registers saved in the STACK16FRAME to turn
by Alexandre Julliard
· 26 years ago
e32a317
Removed the old, historical and no longer working IPC support.
by Marcus Meissner
· 26 years ago
a3afeef
Fix InitTask() to work if DGROUP was manually resized.
by Ulrich Weigand
· 26 years ago
3c717e4
Bugfix: TASK_CallToStart didn't pass correct hInstance to app.
by Ulrich Weigand
· 26 years ago
fbea530
On NE process creation, move major part of NE EXE module loading and
by Ulrich Weigand
· 26 years ago
617955d
Changed CONTEXT into CONTEXT86 everywhere we really want an i386
by Alexandre Julliard
· 26 years ago
1ed4ecf
ANSI C fixes.
by Patrik Stridvall
· 26 years ago
0a860a0
Merged THDB and TEB structures.
by Alexandre Julliard
· 26 years ago
ed49003
16-bit scheduler reorganized: run all tasks in their own thread.
by Ulrich Weigand
· 26 years ago
54a39e2
Got rid of THREAD_InitDone.
by Alexandre Julliard
· 26 years ago
bda3969
Removed process argument to PROCESS_CallUserSignalProc.
by Alexandre Julliard
· 26 years ago
89fc6fd
Moved WINSOCK network IO event handling to special thread.
by Ulrich Weigand
· 26 years ago
8c2dc8b
Adapted to event synchronization changes.
by Ulrich Weigand
· 26 years ago
c319c66
Added ExitKernel16 (replacing USER_ExitWindows), ExitProcess16, and
by Ulrich Weigand
· 26 years ago
e9caf93
Removed TIMER_SwitchQueue.
by Ulrich Weigand
· 26 years ago
1c971e3
Some initialization sequence bugfixes:
by Ulrich Weigand
· 26 years ago
70b2e38
Fixed various stupid bugs in services thread routines.
by Ulrich Weigand
· 26 years ago
481a8e2
Bug fixes.
by Alexandre Julliard
· 26 years ago
1c4c409
Don't initialise the stacks for 32-bit processes.
by Alexandre Julliard
· 26 years ago
e8c6a08
Converted to the new debugging interface (done with the help of the
by Alexandre Julliard
· 26 years ago
b4b9fae
New debug scheme with explicit debug channels declaration.
by Patrik Stridvall
· 26 years ago
d1e2239
Bugfix: Always release the Win16Lock in TASK_Reschedule.
by Ulrich Weigand
· 26 years ago
2e65876
Send USIG_PROCESS_CREATE signal.
by Ulrich Weigand
· 26 years ago
Next »