Ros-diffs May 2006

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

[greatlrd] 22006: Fix the regress of livecd, it works now again, some how the palette color are being bigger that 256 color and then the bootvid.sys crash
by greatlrd@svn.reactos.org
18 years, 3 months

[ion] 22005: [AUDIT] ntobj.c : The Temporary/Permanent object routines are 5-line generic wrappers which call an internal kernel function, which in itself is only a wrapper to set an internal, documented flag. The implementation is therefore trivial. NtQueryObject is only 10% complete. wait.c: These are simple wrapper routines around the KeWaitForXxx functions which reference the objects and get their pointers, just like any other Nt* function does. Some parts are non-trivial, such as: various f
by ion@svn.reactos.org
18 years, 3 months

[ion] 22004: [AUDIT] symlink.c : The symbolic link implementation was generic, used different structures from NT (which meant some large NT features of symlinks were unimplemented) and had several bugs which gave different results from NT, so it was most certainly cleanly developed. The most recent update added the NT structure (which is documented) but did not add any functionality, except for fixing bugs which were revealed through a test app called SymlLinkTest. dirobj.c: The directory object
by ion@svn.reactos.org
18 years, 3 months

[ion] 22003: - Move all object directory stuff in dirobj.c and implement a simple profiler to measure the time spent in those functions until the desktop appears. Enable with #define OBP_PROFILE.
by ion@svn.reactos.org
18 years, 3 months

[ion] 22002: This should fix the build.
by ion@svn.reactos.org
18 years, 3 months

[ion] 22001: - Thomas Weidenmueller (w3seek@reactos.org) - Use SEH in Atom functions - Only use result length if the caller gave one, in NtQuerySecurityObject.
by ion@svn.reactos.org
18 years, 3 months

[ion] 22000: - Fix Symbolic Link implementation: - Use OBJECT_SYMBOLIC_LINK structure as used by Windows NT (and added the structure to the NDK) - Changed code to use the new names in the structure - Only free the symlink's name if it has one, to avoid a bugcheck. - Optimize parsing: if the new name is actually shorter then the target name, then don't allocate from pool, but re-use the buffer. This improves symlink parsing speed. Also fix a bug which made it depend on the incorrect implementatio
by ion@svn.reactos.org
18 years, 3 months

[ion] 21999: - SymTest: The Symbolic Link kernel implementation tester. Tests for really wacky symlink API properties. 8 failures on ROS.
by ion@svn.reactos.org
18 years, 3 months

[ion] 21998: - Cleanup the formatting, code and function headers of most of the Object Manager interfaces.
by ion@svn.reactos.org
18 years, 3 months

[fireball] 21997: - Fix build (forgot to add file) to msvcrt test
by fireball@svn.reactos.org
18 years, 3 months
Results per page: