Ros-diffs June 2006

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

[ion] 22723: [AUDIT] - iocomp.c, event.c, iowork.c, mdl.c, timer.c, symlink.c are all simple wrappers around either executive, kernel or object manager code, and they are trivial implementations usually less then 10 lines and heavily documented in public sources.
by ion@svn.reactos.org
18 years, 5 months

[ion] 22722: - Io*SymbolicLink should use OBJ_CASE_INSENSITIVE - Use DELETE instead of SYMBOLIC_LINK_ALL_ACCESS when deleting. - Fix formatting in timer.c - Clear the IO_TIMER structure when creating it.
by ion@svn.reactos.org
18 years, 5 months

[ion] 22721: - Fix formatting/function order - Use only one SEH block in NtRemoveIoCompletion - Get the completion status from the IRP, not from the Mini-Packet, if the completion came from an IRP and not a Mini-Packet.
by ion@svn.reactos.org
18 years, 5 months

[hpoussin] 22720: Don't try to allocate 0 byte (spotted by Alex Ionescu)
by hpoussin@svn.reactos.org
18 years, 5 months

[ion] 22719: - Refactor Io*Event APIs to call an internal worker function instead of duplicating the same code twice. - Optimize Io*Work APIs and initialize the event on allocation, not on queue!!
by ion@svn.reactos.org
18 years, 5 months

[greatlrd] 22718: Small clean up 1. Remove goto in the code, goto is slow and should be avoid. 2. reformat for adding {} around some code. 3. remove some NULL check after I did remove goto that is not longer need it.
by greatlrd@svn.reactos.org
18 years, 5 months

[ion] 22717: - Fix IRP/Completion packet lookaside allocation. We weren't setting a zone size, and I/O Completion packets were also using the wrong size. - Rewrite I/O MDl support to use lookaside lists for allocations below 23 pages (same as on NT). This is is an incredible performance optimization because MDLs are often allocated and de-allocated during I/O operations, and using the lookaside list decreases pool fragmentation and slowdown. - Rewrite IoBuildPartialMdl. It did not work like docu
by ion@svn.reactos.org
18 years, 5 months

[greatlrd] 22716: sorry I did broke the comping some typo
by greatlrd@svn.reactos.org
18 years, 5 months

[greatlrd] 22715: fixing strip working right strip -sx does not working u must type strip -s -x not togther as -sx, I did add -X direcly after it will strip away local informations as well
by greatlrd@svn.reactos.org
18 years, 5 months

[tretiakov] 22714: Alex Ionescu said that check for Expanded==NULL must stay...
by tretiakov@svn.reactos.org
18 years, 5 months
Results per page: