haiku/headers/private
Axel Dörfler ae372703ce Big commit: Added symlink support to the kernel.
- added needed syscalls to access symlink support from userland
- implemented lstat(), symlink(), and readlink()
- added dev_t to ktypes.h (for now - should be in a public header anyway)
- added symlink support to the "ls" command (now calls lstat() and shows the
  link target with the -l option)
- changed the sys_read_stat() call to support symlinks, and updated files
  using that function (it gets an extra argument: bool traverseLink)


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@560 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-08-03 02:03:27 +00:00
..
app Moved some reusable code from BApplication to this shiny new place. 2002-07-28 19:26:21 +00:00
input It is accomplished ... 2002-07-09 12:24:59 +00:00
interface It is accomplished ... 2002-07-09 12:24:59 +00:00
kernel Big commit: Added symlink support to the kernel. 2002-08-03 02:03:27 +00:00
media Updated to the API changes introduced by BeOS R4's legacy BeOS R3 sound driver API support. 2002-07-14 02:42:32 +00:00
net Move errno.h to it's correct place 2002-07-11 20:39:30 +00:00
shared A templatized adaptation of BAutolock. Any class which supplies the 2002-07-15 16:06:31 +00:00
storage + Switched to std::vector in favor of BList 2002-07-29 07:03:23 +00:00