• Eric Pouech's avatar
    - fixed a couple of bugs in ntdll environment functions (one in trace, · b53b5bcb
    Eric Pouech authored
      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
    b53b5bcb
Name
Last commit
Last update
controls Loading commit data...
dlls Loading commit data...
documentation Loading commit data...
files Loading commit data...
graphics Loading commit data...
if1632 Loading commit data...
include Loading commit data...
libs Loading commit data...
loader Loading commit data...
memory Loading commit data...
misc Loading commit data...
miscemu Loading commit data...
msdos Loading commit data...
objects Loading commit data...
ole Loading commit data...
programs Loading commit data...
relay32 Loading commit data...
scheduler Loading commit data...
server Loading commit data...
tools Loading commit data...
win32 Loading commit data...
windows Loading commit data...
.cvsignore Loading commit data...
ANNOUNCE Loading commit data...
AUTHORS Loading commit data...
BUGS Loading commit data...
COPYING.LIB Loading commit data...
ChangeLog Loading commit data...
DEVELOPERS-HINTS Loading commit data...
LICENSE Loading commit data...
LICENSE.OLD Loading commit data...
Make.rules.in Loading commit data...
Makefile.in Loading commit data...
README Loading commit data...
VERSION Loading commit data...
aclocal.m4 Loading commit data...
configure Loading commit data...
configure.ac Loading commit data...
winedefault.reg Loading commit data...