haiku/src/system
Axel Dörfler a32a4683ff * Implemented flock() semantics to the advisory locking backend. Not tested
(must also compare to BSD; I've looked at their sources, but I might have
  missed something).
* Added sys/file.h and the flock() system call.
* common_fcntl() could forget to put back the file descriptor on some error
  conditions (I guess we should introduce and use a DescriptorGetter class).
* Cleaned up fcntl.h, moved the BSD extensions S_IREAD and S_IWRITE to
  sys/stat.h where they belong, and added the missing S_IEXEC to them.
* Added some more comments.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23836 a95241bf-73f2-0310-859d-f6bbb57e9c96
2008-02-03 15:37:31 +00:00
..
boot When starting the other CPUs from the bootloader we did not wait for any 2008-01-31 22:15:52 +00:00
glue
kernel * Implemented flock() semantics to the advisory locking backend. Not tested 2008-02-03 15:37:31 +00:00
ldscripts Our ld script is actually closer to the x86 one... this should work. 2008-01-15 15:00:00 +00:00
libroot * Implemented flock() semantics to the advisory locking backend. Not tested 2008-02-03 15:37:31 +00:00
runtime_loader Fix the static cleanup mechanism introduced to the runtime_loader/libroot: 2008-01-13 18:49:27 +00:00
Jamfile