haiku/src
Ingo Weinhold d49f1b87a0 We were handling closing of file descriptors incorrectly. The close_*()
and free_*_cookie() hooks of the underlying FS were always called
together when the reference count of the FD dropped to zero. When
blocking operations (reading/writing) on the FD were still in progress
this would never happen, though. Now we additionally maintain an open
count and call the close_*() hook when it drops to zero.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@11882 a95241bf-73f2-0310-859d-f6bbb57e9c96
2005-03-17 20:25:07 +00:00
..
add-ons Fix typo 2005-03-14 23:21:28 +00:00
apps Removed version number from directory names. 2005-03-17 17:51:51 +00:00
build Required for the build under Linux. Defines dl_iterate_phdr() which is a Linux specific glibc dependency. 2005-03-06 16:49:13 +00:00
data updated timezone files from ftp://elsie.nci.nih.gov/pub/tzdata2005c.tar.gz 2005-02-02 21:58:42 +00:00
kernel We were handling closing of file descriptors incorrectly. The close_*() 2005-03-17 20:25:07 +00:00
kits This fixes a problem with window's contents not being redrawn after a Show(), Hide and Show() again 2005-03-17 17:22:23 +00:00
libs Don't link against the libfreetype.so in ~/config/lib as we don't build it 2005-01-19 14:23:43 +00:00
prefs added usb devices and vendors list from NetBSD version 1.395 2005-02-18 20:27:26 +00:00
servers Improved locking. A bit. :-) 2005-03-17 17:41:00 +00:00
tests Made a bit more compliant to the shell `cp': 2005-03-11 17:52:29 +00:00
tools * Don't use int32 in sources to be compiled for the build platform 2005-02-25 22:30:50 +00:00
Jamfile Added data directory, it should contain generated data files 2004-11-19 19:25:44 +00:00