reactos/reactos/base/system/smss2
2012-02-09 00:07:36 +00:00
..
CMakeLists.txt [SMSS2]: Implement executing the initial command as well as doing the SM-to-SM initial connection. 2012-02-07 07:13:42 +00:00
crashdmp.c [SMSS2]: Implement the rest of the code to create page files. All that's missing is the actual call to NtCreatePagingFile. 2012-02-03 23:11:28 +00:00
pagefile.c [SMSS2/SMSS]: Put SMSS back in charge of the pagefile as yet another attempt to fix KVM. 2012-02-06 18:14:36 +00:00
sminit.c [SMSS2]: Implement executing the initial command as well as doing the SM-to-SM initial connection. 2012-02-07 07:13:42 +00:00
smloop.c [SMSS2]: Implement SmpExecPgm and SmpSbCreateSession. Nothing happens (STATUS_OBJECT_NAME_NOT_FOUND is returned) because we don't really launch CSRSS and so we can't find a subsystem for Winlogon and fail (as expected for now). 2012-02-09 00:07:36 +00:00
smsbapi.c [SMSS2]: Implement SmpExecPgm and SmpSbCreateSession. Nothing happens (STATUS_OBJECT_NAME_NOT_FOUND is returned) because we don't really launch CSRSS and so we can't find a subsystem for Winlogon and fail (as expected for now). 2012-02-09 00:07:36 +00:00
smsessn.c [SMSS2]: Implement (not yet used) Session Management APIs. 2012-02-08 22:05:53 +00:00
smss.c [SMSS2]: Make not-implemented functions return a failure. Cleanup the SMSS hack in the _main function to be cleaner. Add a few more functions and flags to the header. Fix a function prototype. 2012-02-08 23:49:19 +00:00
smss.h [SMSS2]: Make not-implemented functions return a failure. Cleanup the SMSS hack in the _main function to be cleaner. Add a few more functions and flags to the header. Fix a function prototype. 2012-02-08 23:49:19 +00:00
smss.rc [SMSS]: Add a new SMSS2 with the goal of having a Windows-compatible LPC API that will work with the new CSRSS that's already in the tree. So far, it launches the old SMSS and quits. 2012-01-23 16:49:52 +00:00
smss2.rbuild [SMSS2]: Implement executing the initial command as well as doing the SM-to-SM initial connection. 2012-02-07 07:13:42 +00:00
smsubsys.c [SMSS2]: Make not-implemented functions return a failure. Cleanup the SMSS hack in the _main function to be cleaner. Add a few more functions and flags to the header. Fix a function prototype. 2012-02-08 23:49:19 +00:00
smutil.c [SMSS2]: Implement helper functions for reading and writing to the BSD (What lets Windows know if this was a good boot/shutdown or a bad one, and to display the recovery settings or not (FreeLDR should do this...)). Implement the functions needed to launch native applications, and add support for launching autochk and any other bootexecute applications. Set the correct SessionID with the kernel by calling ProcessSessionInformation. Pending File Rename Operations are the last big thing left, plus actual pagefile creation. 2012-01-31 02:38:42 +00:00