A free Windows-compatible Operating System - mirrored from GitHub
Go to file
Aleksey Bragin 60fad32ecf - Move NtCreateKey to regobj.c, delete ntfunc.c, now all those routines exist solely for creating keys.
- Move NtOpenKey to ntapi.c and rewrite it to use the new parse routine. It's now 6 lines of code instead of 80.
- Fix a bug in CmpDereferenceNameCnotrolBlockWithLock.
- Fix bugs during reference and dereference of KCB.
- Fix KCB structure.
- CmpDelayDerefKCBWorker is now called, don't make it assert anymore, just print out that it's not completed.
- Remove debug output from new parse routine, since it's now called for each key open.
- Add one more case to handle: opening the root \REGISTRY node.
- Don't dereference KCBs in the parse routine anymore: we have some bugs related to this and it would make ReactOS crash.

svn path=/trunk/; revision=31094
2007-12-08 21:00:45 +00:00
irc
reactos - Move NtCreateKey to regobj.c, delete ntfunc.c, now all those routines exist solely for creating keys. 2007-12-08 21:00:45 +00:00
rosapps Bug 2869 - Lithuanian translation update - cman<AT>cman<DOT>us 2007-12-08 13:38:43 +00:00
rostests - Fix Greatlordisms: 2007-12-06 15:44:23 +00:00
wallpaper Re-add the "lake.bmp" wallpaper inclusion (partly imported from the deleted 0.3.1 branch, r26044) 2007-06-21 15:23:49 +00:00