Sweden-Number/scheduler
Eric Pouech b53b5bcb50 - fixed a couple of bugs in ntdll environment functions (one in trace,
the other one in environment variable expansion)
- the process parameters, when passed thru wineserver, are now fully
  handled in ntdll, they are stored in the RTL_USER_PROCESS_PARAMETERS
  structure.
- later on in kernel32 loading sequence, those parameters are copied
  into STARTUPINFO shadow structures
- later modification to those paramters are now reflected to the
  RTL_USER_PROCESS_PARAMETERS structure (and STARTUPINFO is kept
  untouched) (for example, StdHandle setting) (Win 2k behaves like this)
- ENVDB has been removed
- command line inheritance (from unix command line) is now purely in ntdll
- all kernel32 environment functions now rely on their ntdll counterparts
- goodies: input/output handle inheritance while asking for a detached
  console is better handled; a few more kernel32 environment tests now
  pass ; silenced a valgrind warning in process creation
2003-06-18 03:23:22 +00:00
..
client.c Set SA_NOCLDWAIT in the SIGCHLD sigaction to avoid zombies. 2003-04-20 02:48:06 +00:00
critsection.c Remove errno.h from files that do not need it. 2003-01-23 22:51:04 +00:00
fiber.c Implemented the Fiber* functions (with the help of Huw Davies). 2002-12-17 21:06:25 +00:00
handle.c Build ntdll with -DSTRICT. 2002-11-21 03:45:01 +00:00
process.c - fixed a couple of bugs in ntdll environment functions (one in trace, 2003-06-18 03:23:22 +00:00
pthread.c Added --with-nptl configure option and necessary changes to support 2003-04-03 02:54:54 +00:00
synchro.c Moved WaitForMultipleObjects to ntdll (based on a patch by Eric 2003-03-31 01:37:04 +00:00
sysdeps.c Allocate/free the 16-bit thread stack in the kernel dll init routine. 2003-05-13 00:49:49 +00:00
syslevel.c Build ntdll with -DSTRICT. 2002-11-21 03:45:01 +00:00
thread.c Start to make use of the proper PEB structure for process 2003-05-22 03:44:01 +00:00