Announcement ...

* Fix Savannah patches.
* Reduce the number of unnecessary syscalls: for example, stat is often called
  repeatedly. 
* Call makedirs() before creating files inside the directory; with the dirfd
  cache, this causes no extra syscalls anymore.
