Ros-diffs October 2006

ros-diffs@reactos.org
  • 17 participants
  • 357 discussions

[gedmurphy] 24573: - test app to display both the system and device image lists. - this app confirms the overlay icons in the device image list are part of the list.
by gedmurphy@svn.reactos.org
17 years, 11 months

[ion] 24572: - Implement the entire kernel-mode native interface of Debug Objects, minus a few missing operations in NtWaitForDebugEvent: - NtCreateDebugObject, NtDebugContinue, NtDebugActiveProcess, NtRemoveProcessDebug, NtSetInformationDebugObject, NtWaitForDebugEvent. - Of course, the entire backend is stubbed out. - Implement Debug object initialization (not called yet) and close(not done) and delete (done) callbacks.
by ion@svn.reactos.org
17 years, 11 months

[jimtabor] 24571: Add four more members to the Gdi user data (DC_ATTR) structure. Sort the list later.
by jimtabor@svn.reactos.org
17 years, 11 months

[ion] 24570: - Fix SD charges to 2048 bytes instead of 2000. - Fix a memory leak in ObOpenObjectByName. Object Create Information is now freed.
by ion@svn.reactos.org
17 years, 11 months

[ion] 24569: - Implement Object Type Resource Lock, since object types are shared across all objects and thread-safety is critical. Used it everywhere where I think it's needed. Thomas, can you check if I missed anything please? - Use interlocked increase/decrease for accounting variables inside the Object Type instead of acquiring a full lock or not being thread safe. - Clear the creator type list of an object if it lost all its handles. - Fix a bug in NtduplicateObject which was potentially de
by ion@svn.reactos.org
17 years, 11 months

[ion] 24568: - Set OBJ_OPENLINK invalid for core object types. - Initialize symbolic link in-line with other core object types. - Use the SePublicDefaultUnrestrictedSd directly instead of building another SD. - Create core directory objects with Nt* functions instead of Ob*, to insure full accounting and error-handling. - Create core objects with OBJ_CASE_INSENSITIVE. - Fix the huge ObInit hack which was manually inserting Directory and Type object types in the type directory, and now loop the t
by ion@svn.reactos.org
17 years, 11 months

[hpoussin] 24567: Fix calling convention for class callbacks
by hpoussin@svn.reactos.org
17 years, 11 months

[weiden] 24566: Fix gcc4 warning (thx to Herve)
by weiden@svn.reactos.org
17 years, 11 months

[weiden] 24565: fix gcc4 warning
by weiden@svn.reactos.org
17 years, 11 months

[ion] 24564: - A much simpler and featured RawFs driver that I had been working on while learning how to write simple FS drivers. Still missing some advanced functionality (Lite Stream File Objects and FS Notifications) because the Kernel doesn't fully support them yet. This one actually creates the \\Device names so that user-mode can even talk to it.
by ion@svn.reactos.org
17 years, 11 months
Results per page: