haiku/headers/private
Ingo Weinhold 7fb2963ae4 * Added vfs_normalize_path() service call.
* Added resolve_mount_point_to_volume_root() which does what
  resolve_volume_root_to_mount_point() did. IOW the latter one didn't
  do what it advertised.
* Fixed dir_vnode_to_path(). Basically broken due to the broken
  resolve_volume_root_to_mount_point(), but also compared potentially
  unrelated vnode IDs (belonging to different volumes).
* Fixed get_dir_path_and_leaf(). It didn't deal correctly with paths
  ending in '/' (including the root dir).
* fs_mount() does now accept a NULL fsName, getting the FS name from
  the DDM in this case.
* fs_mount() now also supports mounting file images; it lets the DDM
  create a file device for them.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9629 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-10-28 22:31:43 +00:00
..
app Separated functionality of PortLink into LinkMsg* to avoid some *serious* code duplication 2004-10-14 01:18:38 +00:00
disk_scanner
graphics sorted a few defines :) 2004-10-25 09:52:52 +00:00
input added codes for adding and removing 2004-10-28 15:40:56 +00:00
interface Added ColorTools and ColumnListView from Vision cvs repository 2004-09-16 20:42:34 +00:00
kernel * Added vfs_normalize_path() service call. 2004-10-28 22:31:43 +00:00
libroot Added some prototypes of private support functions for fork(). 2004-10-12 16:28:25 +00:00
mail Imported MDR. Some code still not entirely functional -- I haven't been able to figure out how to detect SSL, so IMAP and POP have it turned off. PPP auto-detect is also not functional at the moment. Other than that, it seems to work beautifully. Packaging will come later. 2004-09-20 22:31:50 +00:00
media Added an extra thread for chunk extraction. Using the ChunkCache, 2004-10-24 14:21:34 +00:00
midi Haiku be thy name. 2004-06-25 08:47:00 +00:00
net Removed duplicate B_SELECT_* & co definitions. 2004-10-03 15:11:46 +00:00
print Fixed spelling of instantiate_transport 2004-10-22 22:35:59 +00:00
screen_saver Changed the way preferences are stored. 2004-10-09 23:17:47 +00:00
servers/app Updated DrawString to modify the pen position in the DrawData parameter 2004-10-16 22:38:43 +00:00
shared Modified BDataBuffer's copy constructor to let the user specify whether to create a copy of the buffer or just a reference. Also changed all void* params to be const. 2004-09-07 23:00:30 +00:00
storage Got rid of the Storage Kit's kernel abstraction layer, which was 2004-08-28 20:14:46 +00:00
syslog_daemon
textencoding