This website requires JavaScript.
Explore
Help
Register
Sign In
lywsvip
/
reactos
Watch
1
Star
0
Fork
0
You've already forked reactos
mirror of
https://github.com/reactos/reactos.git
synced
2026-05-28 03:44:02 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
d81cd01efc4cf6f7d64deac10ec8b33eeec914cb
reactos
/
reactos
/
dll
History
Alex Ionescu
d81cd01efc
[KERNEL32]: Complete rewrite of CreateProcessInternalW based on Server 2003, instead of the original version that I wrote based on Windows 2000. This new version adds the right CSRSS support for VDM and Wow32, stubs the upcoming support for SxS, uses the new NtCreateProcessEx functionality, adds checks for SDB/Shim/AppCompat, adds checks for SRP (the old AppLocker), adds support for image file execution options, such as large pages and the debugger key, adds licensing checks, adds better path handling using the path APIs that Thomas, Hermes, and Myself re-wrote/improved in Rtl/NTDLL, and a whole lot more. Tested with a bunch of launches, downloads, and apps, and no immediate regressions were seen, but this is 3500 lines of code and nothing is perfect. Please file Jira issues as they come up -- I will maintain & fix this. Will also ask Hermes to start working on the VDM/WoW32 paths for the new NTVDM work that's happening, and I will start looking at SxS.
...
svn path=/trunk/; revision=59637
2013-08-04 16:58:54 +00:00
..
3rdparty
[LIBXSLT]
2013-07-21 16:57:57 +00:00
cpl
[TRANSLATIONS]
2013-07-31 14:07:36 +00:00
directx
[QUARTZ]
2013-07-31 13:30:50 +00:00
keyboard
…
nls
…
ntdll
[NTDLL]: Export LdrOpenImageFileOptionsKey and LdrQueryIamgeFileKeyOption. These were implemented, we just never exported them.
2013-07-25 18:30:06 +00:00
opengl
[GLU32]
2013-07-19 23:40:04 +00:00
shellext
[PSDK]
2013-05-04 20:43:16 +00:00
win32
[KERNEL32]: Complete rewrite of CreateProcessInternalW based on Server 2003, instead of the original version that I wrote based on Windows 2000. This new version adds the right CSRSS support for VDM and Wow32, stubs the upcoming support for SxS, uses the new NtCreateProcessEx functionality, adds checks for SDB/Shim/AppCompat, adds checks for SRP (the old AppLocker), adds support for image file execution options, such as large pages and the debugger key, adds licensing checks, adds better path handling using the path APIs that Thomas, Hermes, and Myself re-wrote/improved in Rtl/NTDLL, and a whole lot more. Tested with a bunch of launches, downloads, and apps, and no immediate regressions were seen, but this is 3500 lines of code and nothing is perfect. Please file Jira issues as they come up -- I will maintain & fix this. Will also ask Hermes to start working on the VDM/WoW32 paths for the new NTVDM work that's happening, and I will start looking at SxS.
2013-08-04 16:58:54 +00:00
CMakeLists.txt
…