haiku/src/add-ons/kernel/file_cache
Ingo Weinhold 3ce2634533 * Fixed the semantics of [v]snprintf(): If the buffer is not large enough,
the function shall nevertheless return the length of the string that would
  be written, if the buffer were large enough.
  Added a touch of C++ while doing that. :-)
* Fixed the instances in boot loader, kernel, and kernel modules where the
  wrong semantics were expected. The majority of uses actually.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34826 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-12-30 15:17:09 +00:00
..
Jamfile Make the launch_speedup module compile again. 2008-07-17 01:03:12 +00:00
launch_speedup.cpp * Added some temporary debug code to measure the boot time. 2009-01-14 13:57:42 +00:00
launch_speedup.h Started a cache module that is supposed to speed up application 2005-08-03 17:22:03 +00:00
log.cpp * Fixed the semantics of [v]snprintf(): If the buffer is not large enough, 2009-12-30 15:17:09 +00:00
rule_based_prefetcher.cpp * Changed recursive_lock to use a mutex instead of a semaphore. 2008-05-28 23:12:36 +00:00