/haiku/src/add-ons/kernel/file_systems/ramfs/ |
H A D | IndexDirectory.cpp | a41d815c671e5dc7ac0793f640204a7f98c4debb Wed Aug 22 23:16:09 UTC 2018 Augustin Cavalier <waddlesplash@gmail.com> ramfs: Lots of fixes to the build.
* Store pointers in an addr_t instead of int32, for 64-bit's sake * Use DebugSupport.h instead of userlandfs Debug.h and remove extra parentheses * Create a header-only String class based on the userlandfs String and use it * RecursiveLock instead of Locker. * Jamfile cleanups and other misc. changes.
It isn't yet adapted to the new VFS API, so the build is still somewhat broken.
|
H A D | String.h | a41d815c671e5dc7ac0793f640204a7f98c4debb Wed Aug 22 23:16:09 UTC 2018 Augustin Cavalier <waddlesplash@gmail.com> ramfs: Lots of fixes to the build.
* Store pointers in an addr_t instead of int32, for 64-bit's sake * Use DebugSupport.h instead of userlandfs Debug.h and remove extra parentheses * Create a header-only String class based on the userlandfs String and use it * RecursiveLock instead of Locker. * Jamfile cleanups and other misc. changes.
It isn't yet adapted to the new VFS API, so the build is still somewhat broken.
|
H A D | NameIndex.cpp | a41d815c671e5dc7ac0793f640204a7f98c4debb Wed Aug 22 23:16:09 UTC 2018 Augustin Cavalier <waddlesplash@gmail.com> ramfs: Lots of fixes to the build.
* Store pointers in an addr_t instead of int32, for 64-bit's sake * Use DebugSupport.h instead of userlandfs Debug.h and remove extra parentheses * Create a header-only String class based on the userlandfs String and use it * RecursiveLock instead of Locker. * Jamfile cleanups and other misc. changes.
It isn't yet adapted to the new VFS API, so the build is still somewhat broken.
|
H A D | AllocationInfo.cpp | a41d815c671e5dc7ac0793f640204a7f98c4debb Wed Aug 22 23:16:09 UTC 2018 Augustin Cavalier <waddlesplash@gmail.com> ramfs: Lots of fixes to the build.
* Store pointers in an addr_t instead of int32, for 64-bit's sake * Use DebugSupport.h instead of userlandfs Debug.h and remove extra parentheses * Create a header-only String class based on the userlandfs String and use it * RecursiveLock instead of Locker. * Jamfile cleanups and other misc. changes.
It isn't yet adapted to the new VFS API, so the build is still somewhat broken.
|
H A D | SymLink.cpp | a41d815c671e5dc7ac0793f640204a7f98c4debb Wed Aug 22 23:16:09 UTC 2018 Augustin Cavalier <waddlesplash@gmail.com> ramfs: Lots of fixes to the build.
* Store pointers in an addr_t instead of int32, for 64-bit's sake * Use DebugSupport.h instead of userlandfs Debug.h and remove extra parentheses * Create a header-only String class based on the userlandfs String and use it * RecursiveLock instead of Locker. * Jamfile cleanups and other misc. changes.
It isn't yet adapted to the new VFS API, so the build is still somewhat broken.
|
H A D | NodeTable.cpp | a41d815c671e5dc7ac0793f640204a7f98c4debb Wed Aug 22 23:16:09 UTC 2018 Augustin Cavalier <waddlesplash@gmail.com> ramfs: Lots of fixes to the build.
* Store pointers in an addr_t instead of int32, for 64-bit's sake * Use DebugSupport.h instead of userlandfs Debug.h and remove extra parentheses * Create a header-only String class based on the userlandfs String and use it * RecursiveLock instead of Locker. * Jamfile cleanups and other misc. changes.
It isn't yet adapted to the new VFS API, so the build is still somewhat broken.
|
H A D | LastModifiedIndex.cpp | a41d815c671e5dc7ac0793f640204a7f98c4debb Wed Aug 22 23:16:09 UTC 2018 Augustin Cavalier <waddlesplash@gmail.com> ramfs: Lots of fixes to the build.
* Store pointers in an addr_t instead of int32, for 64-bit's sake * Use DebugSupport.h instead of userlandfs Debug.h and remove extra parentheses * Create a header-only String class based on the userlandfs String and use it * RecursiveLock instead of Locker. * Jamfile cleanups and other misc. changes.
It isn't yet adapted to the new VFS API, so the build is still somewhat broken.
|
H A D | Entry.cpp | a41d815c671e5dc7ac0793f640204a7f98c4debb Wed Aug 22 23:16:09 UTC 2018 Augustin Cavalier <waddlesplash@gmail.com> ramfs: Lots of fixes to the build.
* Store pointers in an addr_t instead of int32, for 64-bit's sake * Use DebugSupport.h instead of userlandfs Debug.h and remove extra parentheses * Create a header-only String class based on the userlandfs String and use it * RecursiveLock instead of Locker. * Jamfile cleanups and other misc. changes.
It isn't yet adapted to the new VFS API, so the build is still somewhat broken.
|
H A D | Directory.cpp | a41d815c671e5dc7ac0793f640204a7f98c4debb Wed Aug 22 23:16:09 UTC 2018 Augustin Cavalier <waddlesplash@gmail.com> ramfs: Lots of fixes to the build.
* Store pointers in an addr_t instead of int32, for 64-bit's sake * Use DebugSupport.h instead of userlandfs Debug.h and remove extra parentheses * Create a header-only String class based on the userlandfs String and use it * RecursiveLock instead of Locker. * Jamfile cleanups and other misc. changes.
It isn't yet adapted to the new VFS API, so the build is still somewhat broken.
|
H A D | Index.cpp | a41d815c671e5dc7ac0793f640204a7f98c4debb Wed Aug 22 23:16:09 UTC 2018 Augustin Cavalier <waddlesplash@gmail.com> ramfs: Lots of fixes to the build.
* Store pointers in an addr_t instead of int32, for 64-bit's sake * Use DebugSupport.h instead of userlandfs Debug.h and remove extra parentheses * Create a header-only String class based on the userlandfs String and use it * RecursiveLock instead of Locker. * Jamfile cleanups and other misc. changes.
It isn't yet adapted to the new VFS API, so the build is still somewhat broken.
|
H A D | AttributeIndexImpl.cpp | a41d815c671e5dc7ac0793f640204a7f98c4debb Wed Aug 22 23:16:09 UTC 2018 Augustin Cavalier <waddlesplash@gmail.com> ramfs: Lots of fixes to the build.
* Store pointers in an addr_t instead of int32, for 64-bit's sake * Use DebugSupport.h instead of userlandfs Debug.h and remove extra parentheses * Create a header-only String class based on the userlandfs String and use it * RecursiveLock instead of Locker. * Jamfile cleanups and other misc. changes.
It isn't yet adapted to the new VFS API, so the build is still somewhat broken.
|
H A D | Node.cpp | a41d815c671e5dc7ac0793f640204a7f98c4debb Wed Aug 22 23:16:09 UTC 2018 Augustin Cavalier <waddlesplash@gmail.com> ramfs: Lots of fixes to the build.
* Store pointers in an addr_t instead of int32, for 64-bit's sake * Use DebugSupport.h instead of userlandfs Debug.h and remove extra parentheses * Create a header-only String class based on the userlandfs String and use it * RecursiveLock instead of Locker. * Jamfile cleanups and other misc. changes.
It isn't yet adapted to the new VFS API, so the build is still somewhat broken.
|
H A D | Volume.h | a41d815c671e5dc7ac0793f640204a7f98c4debb Wed Aug 22 23:16:09 UTC 2018 Augustin Cavalier <waddlesplash@gmail.com> ramfs: Lots of fixes to the build.
* Store pointers in an addr_t instead of int32, for 64-bit's sake * Use DebugSupport.h instead of userlandfs Debug.h and remove extra parentheses * Create a header-only String class based on the userlandfs String and use it * RecursiveLock instead of Locker. * Jamfile cleanups and other misc. changes.
It isn't yet adapted to the new VFS API, so the build is still somewhat broken.
|
H A D | Query.cpp | a41d815c671e5dc7ac0793f640204a7f98c4debb Wed Aug 22 23:16:09 UTC 2018 Augustin Cavalier <waddlesplash@gmail.com> ramfs: Lots of fixes to the build.
* Store pointers in an addr_t instead of int32, for 64-bit's sake * Use DebugSupport.h instead of userlandfs Debug.h and remove extra parentheses * Create a header-only String class based on the userlandfs String and use it * RecursiveLock instead of Locker. * Jamfile cleanups and other misc. changes.
It isn't yet adapted to the new VFS API, so the build is still somewhat broken.
|
H A D | DataContainer.cpp | a41d815c671e5dc7ac0793f640204a7f98c4debb Wed Aug 22 23:16:09 UTC 2018 Augustin Cavalier <waddlesplash@gmail.com> ramfs: Lots of fixes to the build.
* Store pointers in an addr_t instead of int32, for 64-bit's sake * Use DebugSupport.h instead of userlandfs Debug.h and remove extra parentheses * Create a header-only String class based on the userlandfs String and use it * RecursiveLock instead of Locker. * Jamfile cleanups and other misc. changes.
It isn't yet adapted to the new VFS API, so the build is still somewhat broken.
|
H A D | Volume.cpp | a41d815c671e5dc7ac0793f640204a7f98c4debb Wed Aug 22 23:16:09 UTC 2018 Augustin Cavalier <waddlesplash@gmail.com> ramfs: Lots of fixes to the build.
* Store pointers in an addr_t instead of int32, for 64-bit's sake * Use DebugSupport.h instead of userlandfs Debug.h and remove extra parentheses * Create a header-only String class based on the userlandfs String and use it * RecursiveLock instead of Locker. * Jamfile cleanups and other misc. changes.
It isn't yet adapted to the new VFS API, so the build is still somewhat broken.
|
H A D | Jamfile | a41d815c671e5dc7ac0793f640204a7f98c4debb Wed Aug 22 23:16:09 UTC 2018 Augustin Cavalier <waddlesplash@gmail.com> ramfs: Lots of fixes to the build.
* Store pointers in an addr_t instead of int32, for 64-bit's sake * Use DebugSupport.h instead of userlandfs Debug.h and remove extra parentheses * Create a header-only String class based on the userlandfs String and use it * RecursiveLock instead of Locker. * Jamfile cleanups and other misc. changes.
It isn't yet adapted to the new VFS API, so the build is still somewhat broken.
|
H A D | kernel_interface.cpp | a41d815c671e5dc7ac0793f640204a7f98c4debb Wed Aug 22 23:16:09 UTC 2018 Augustin Cavalier <waddlesplash@gmail.com> ramfs: Lots of fixes to the build.
* Store pointers in an addr_t instead of int32, for 64-bit's sake * Use DebugSupport.h instead of userlandfs Debug.h and remove extra parentheses * Create a header-only String class based on the userlandfs String and use it * RecursiveLock instead of Locker. * Jamfile cleanups and other misc. changes.
It isn't yet adapted to the new VFS API, so the build is still somewhat broken.
|
/haiku/build/jam/ |
H A D | ArchitectureRules | a41d815c671e5dc7ac0793f640204a7f98c4debb Wed Aug 22 23:16:09 UTC 2018 Augustin Cavalier <waddlesplash@gmail.com> ramfs: Lots of fixes to the build.
* Store pointers in an addr_t instead of int32, for 64-bit's sake * Use DebugSupport.h instead of userlandfs Debug.h and remove extra parentheses * Create a header-only String class based on the userlandfs String and use it * RecursiveLock instead of Locker. * Jamfile cleanups and other misc. changes.
It isn't yet adapted to the new VFS API, so the build is still somewhat broken.
|