haiku/src/system
Ingo Weinhold e8d3eff968 * vfs_normalize_path() and _user_normalize_path() use a common helper
function (normalize_path()), now. There was some code duplication
  before.
* Added "bool traverseLink" parameter to vfs_normalize_path(). When
  true and the leaf component is a symlink, it will be resolved.
* KPath:
  - Added similar leaf link traversal parameter to SetTo() and
    SetPath().
  - Added Normalize().
  - Added DetachBuffer(), which returns the object's current buffer and
    unsets itself.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27751 a95241bf-73f2-0310-859d-f6bbb57e9c96
2008-09-26 23:30:28 +00:00
..
boot * Enlarged a single kernel_args chunk to 32 KB (was 16 KB). 2008-09-22 15:36:46 +00:00
glue * Introduced new header directory headers/private/system which is supposed 2008-05-14 03:55:16 +00:00
kernel * vfs_normalize_path() and _user_normalize_path() use a common helper 2008-09-26 23:30:28 +00:00
ldscripts The .dynamic section should be both part of the data and dynamic segments! 2008-07-22 00:46:07 +00:00
libroot Use the new <asm_defs.h> header in x86 assembly files. Particularly 2008-09-23 22:50:30 +00:00
runtime_loader * Renamed static recursive lock variables to match our coding style guidelines. 2008-09-18 14:01:29 +00:00
Jamfile Reorganized building of kernel, boot loader, and libroot. 2005-11-27 00:27:19 +00:00