Go to file
Ingo Weinhold f4194f2ee8 StatCacheServer changes:
* A Node can no longer have a referring "." or ".." Entry (except the root
  directory), not even temporarily. This rules out cycles when resolving
  paths.
* Made the code more robust against missed node monitoring messages. If
  an entry is encountered that shouldn't be there, it is removed. As
  implemented before, a Node could end up with a NULL referring Entry,
  leading to a crash when an Entry that references the Node was moved.
  Missing node monitoring messages is actually virtually impossible,
  since a dedicated looper does nothing else but pushing those into a
  separate queue, but nevertheless Stippi seems to have managed the trick. :-)


git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@21307 a95241bf-73f2-0310-859d-f6bbb57e9c96
2007-06-03 16:25:35 +00:00
autoconf Added machine i586-pc-haiku. 2005-12-05 13:54:26 +00:00
binutils * oops, forgot to commit these files, thanks to Jerome for telling me about the resulting 2007-03-03 16:35:28 +00:00
gcc Fixed PPC compiler build. 2007-03-04 19:53:35 +00:00
jam StatCacheServer changes: 2007-06-03 16:25:35 +00:00
legacy * mixed and matched code from binutils-2.15 in order to avoid crashing the 2007-02-22 11:54:24 +00:00
libtool Added support for Haiku x86 target. 2005-12-05 14:02:23 +00:00
INSTALL-as-beos-cross-compiler-on-LINUX * renamed cross-compiler documentation that targets BeOS to make that fact 2006-08-26 12:19:47 +00:00
INSTALL-as-haiku-cross-compiler-on-LINUX * created explicit micro-documentation-file that describes how to build a cross 2006-08-26 12:15:54 +00:00
INSTALL-from-source-BeOS * fixed error in documentation (need to use 'legacy'-path). 2006-09-16 15:14:54 +00:00