patch/TODO

8 lines
261 B
Plaintext

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.