Sweden-Number/scheduler
Ulrich Weigand 1c971e3364 Some initialization sequence bugfixes:
- Initialize process crst for 16-bit processes.
- Don't crash due to uninitialized stack frames in WineLib.
- Map system DLLs before calling UserSignalProc.
- Signal USIG_PROCESS_CREATE only *after* the env_db is filled.
1999-05-08 09:58:47 +00:00
..
.cvsignore Initial revision 1998-10-04 18:02:24 +00:00
Makefile.in Implemented 'kernel services thread'. 1999-04-11 15:01:20 +00:00
client.c Added new CLIENT_DebuggerRequest routine, implemented support for 1999-04-11 17:13:03 +00:00
critsection.c Converted to the new debugging interface (done with the help of the 1999-05-02 14:32:27 +00:00
event.c CLIENT_WaitReply: don't clear last error on success; fixed callers 1999-02-28 19:25:51 +00:00
handle.c Fixed ANSI compabillity. 1999-04-22 16:27:50 +00:00
mutex.c CLIENT_WaitReply: don't clear last error on success; fixed callers 1999-02-28 19:25:51 +00:00
pipe.c Use server handles directly for Win32 handles. Removed use of K32OBJ. 1999-02-28 13:27:56 +00:00
process.c Some initialization sequence bugfixes: 1999-05-08 09:58:47 +00:00
semaphore.c CLIENT_WaitReply: don't clear last error on success; fixed callers 1999-02-28 19:25:51 +00:00
services.c Fixed various stupid bugs in services thread routines. 1999-05-04 16:43:38 +00:00
synchro.c Allow user APCs with NULL 'func' (just wake up the thread). 1999-04-11 15:02:18 +00:00
sysdeps.c New debug scheme with explicit debug channels declaration. 1999-04-19 14:56:29 +00:00
syslevel.c New debug scheme with explicit debug channels declaration. 1999-04-19 14:56:29 +00:00
thread.c Fixed ANSI compabillity. 1999-04-22 16:27:50 +00:00