Ros-diffs June 2006

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

[tretiakov] 22713: Silence debug messages. Check for Expanded==NULL is useless, because it's done in HeapFree (thx hpoussin).
by tretiakov@svn.reactos.org
18 years, 5 months

[tretiakov] 22712: Read configuration from registry
by tretiakov@svn.reactos.org
18 years, 5 months

[tretiakov] 22711: Add some registry settings for eventlog
by tretiakov@svn.reactos.org
18 years, 5 months

[hpoussin] 22710: Add merge operation
by hpoussin@svn.reactos.org
18 years, 5 months

[ion] 22709: - Name decorate and fix some formatting snafus.
by ion@svn.reactos.org
18 years, 5 months

[ion] 22708: - Create iofunc.c and put all functions that ultimately create a system IRP to send to a device in it, thus clearing up irp.c and file.c and making the code base more modular. - File.c now includes only functions dealing with the FILE_OBJECT itself.
by ion@svn.reactos.org
18 years, 5 months

[ion] 22707: - More name-decoration, tracing, comments, etc. - Handle cases where we ran out of memory while trying to allocate the IRP - Make sure the IRP can be re-used in IoReuseIrp.
by ion@svn.reactos.org
18 years, 5 months

[ion] 22706: - Add more tracing/name decoration/comments. - Bugcheck if cancelling and IRP that's already been completed. - Bugcheck if attempting to call a driver with an IRP that's already past its maximum stack size. - Make sure that when we free an IRP, it's not associated to a thread anymore, nor having any drivers that think it's valid.
by ion@svn.reactos.org
18 years, 5 months

[ion] 22705: - Add more name/prototype decoration and API tracing. - Don't handle IRP_MJ_POWER in IoBuildAsyncronousFsdRequest. - Use IoAllocateMdl instead of being a cowboy and using MmCreateMdl. - Handle failure/out-of-memory cases in IoBuildAsyncronousFsdRequest - Free the input buffer on failure in IoBuildDeviceIoControlRequest - Handle failure in IoBuildSyncronousFsdREquest.
by ion@svn.reactos.org
18 years, 5 months

[ion] 22704: - Fix I/O Completion (IopCompleteRequest/IofCompleteRequest) for the first time after the 40-thread long flame war last year: - Don't read pointers from the file object or IRP before they are actually used, because in some parts of the code, these pointers could change before we actually use them. - Get rid of the #if 1/#if 0 nonsense hbirr had added. - Properly check for success/warning/failure cases (thanks to Filip for checking this out with me last year) - Handle scenarios when
by ion@svn.reactos.org
18 years, 5 months
Results per page: