File: TODO

package info (click to toggle)
patch 2.7.5-1%2Bdeb9u2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 6,420 kB
  • sloc: ansic: 35,800; sh: 6,094; yacc: 1,254; makefile: 181; sed: 54
file content (7 lines) | stat: -rw-r--r-- 261 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
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.