Ros-diffs June 2006

ros-diffs@reactos.org
  • 19 participants
  • 595 discussions

[janderwald] 22693: * add ReactOS Console configuration DLL
by janderwald@svn.reactos.org
18 years, 2 months

[ion] 22692: - Fix the last two Ob reference counting bugs: - Don't de-reference the object when duplicating it (not sure why this was left there). This fixes all the "misbehaving object: Event" messages in the console and fixes those regressions. - Don't reference the object when doing a lookup (not sure why this was there either). This made it impossible to kill named objects, since ObpDeleteNameCheck did a lookup before killing them, and the lookup ended up adding a reference. - Cm still need
by ion@svn.reactos.org
18 years, 2 months

[tretiakov] 22691: Fix thread synchronization, use critical sections. Rewrite some functions (optimize).
by tretiakov@svn.reactos.org
18 years, 2 months

[turner] 22690: Unicode fixes and error checking.
by turner@svn.reactos.org
18 years, 2 months

[janderwald] 22689: * fix building of win32k_test
by janderwald@svn.reactos.org
18 years, 2 months

[janderwald] 22688: * auto select items which are started automatically * read disabled autostart items
by janderwald@svn.reactos.org
18 years, 2 months

[arty] 22687: Added method call interface, mmu translation methods.
by arty@svn.reactos.org
18 years, 2 months

[ion] 22686: - Cleanup the checks for mishbeaving objects a bit, and now quit the Dereference routine instead of doing the dereference. This has the advantage making console applications work again (note: this is NOT a fix. I'm just making the situation less bad until I fix ObDuplicateObject since that seems to be messing Events up, and until Cm gets fixed).
by ion@svn.reactos.org
18 years, 2 months

[ion] 22685: - This patch finally enables closing handles for real, when NtClose is called. This means that File handles, processes, and all other NT Objects finally die (no more "file in use" and unkillable processes). On the other hand, this makes the registry code unhappy and unravelled a bug in ObDuplicateObject. - Booting/installing still works, but the system will possibly be unstable. However I'm choosing to commit this because it shows correct Ob behavior and will allow Art to fix Cm's r
by ion@svn.reactos.org
18 years, 2 months

[arty] 22684: Fixed reference counting in CmiConnectHive and CmiDisconnectHive. No longer need hacks to check reference counts. Deleted a ton of wierd code. Fixed bug where we allocated uninitialized memory for child nodes we never populated. Now reference counting mirrors pointers exactly: - Hold one reference for the parent key pointer - Hold one reference for the list entry in the connected hive list
by arty@svn.reactos.org
18 years, 2 months
Results per page: