haiku/src
Ingo Weinhold 4f9e4fc932 * The VFS cannot just pass the result of fs_read_dir() calls back to
Userland. It must always set the d_pdev and d_pino fields and, if the
  Entry refers to a mount point even replace d_dev and d_ino.
* Added a TODO comment to entry_ref_to_vnode(). It should take care of
  mount points, as vnode_path_to_vnode() does, I believe. Will verify
  and fix that next.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8921 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-09-12 00:05:51 +00:00
..
add-ons Turn on debug output, only when debugging is enabled. 2004-09-11 14:30:25 +00:00
apps We are Haiku. 2004-09-08 08:45:24 +00:00
kernel * The VFS cannot just pass the result of fs_read_dir() calls back to 2004-09-12 00:05:51 +00:00
kits Fixed bug. There was an issue with unflattening. When moving dataPtr along the buffer to the next variable-size item, the padding was being incorrectly calculated (too large) because the four-byte size header was not being taken into account. E.g., for an 18-byte item, the padding was calculated as 6 bytes, rather than two, placing dataPtr directly past the size header for the next item. An incorrect value would be used as the size for the next item, which could result in anything from a segment violation to an allocation failure. 2004-09-07 23:33:31 +00:00
libs added a clean rule call because File doesn't have it 2004-06-27 23:03:42 +00:00
prefs added missing scrolllock 2004-09-02 21:18:43 +00:00
servers Some minor API cleanups 2004-09-09 00:54:21 +00:00
tests Added two tests for flattening and unflattening. 2004-09-07 22:54:06 +00:00
tools Now lines starting with "# <number>" are skipped. This should fix problems when using a gcc 3.x preprocessor. 2004-09-11 14:07:18 +00:00
Jamfile