haiku/src/system
Augustin Cavalier bf77c15232 kernel/vm: Correct virtual function declarations.
The base VMCache class changed to the generic_ types with their
introduction in in *2011* (435c43f591),
but these classes were never properly adapted. These functions should not
be called here (they panic() -- but the base class only returns B_ERROR,
so that is a difference at least.)

Found by Clang's -Woverloaded-virtual.
2017-12-02 21:42:50 -05:00
..
boot build/arm: Correct missing sources in search 2017-11-20 09:36:56 -06:00
glue x86_64: Glue code: Keep stack 16-byte-aligned 2015-10-28 21:24:34 +01:00
kernel kernel/vm: Correct virtual function declarations. 2017-12-02 21:42:50 -05:00
ldscripts runtime_loader: Fix #13799. 2017-12-02 15:41:41 -05:00
libroot Update libroot stubs. 2017-11-18 17:28:06 +01:00
runtime_loader runtime_loader: Set sSearchPathSubDir on first image, not on app image. 2017-11-22 17:55:36 +01:00
Jamfile