haiku/headers/posix/sys
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
..
domain.h Bring this up to date. 2002-07-12 09:27:23 +00:00
filio.h These are posix files so should be under posix/sys - which is now where they 2002-07-12 09:29:46 +00:00
ioccom.h These are posix files so should be under posix/sys - which is now where they 2002-07-12 09:29:46 +00:00
ioctl.h These are posix files so should be under posix/sys - which is now where they 2002-07-12 09:29:46 +00:00
mbuf.h It is accomplished ... 2002-07-09 12:24:59 +00:00
protosw.h Bring this up to date. 2002-07-12 09:27:23 +00:00
socket.h Small update to bring this up to date. 2002-07-12 09:19:40 +00:00
socketvar.h Bring this up to date. 2002-07-12 09:27:23 +00:00
stat.h Big commit: Added symlink support to the kernel. 2002-08-03 02:03:27 +00:00
uio.h Add this in the correct place. 2002-07-12 09:14:15 +00:00