haiku/src/system/kernel/util
Michael Lotz 74a366707f When linking against libgcc already don't include these symbols. Otherwise we
get multiple definitions of them when building with GCC4 on a GCC4 host.
With that we can now build completely on a GCC4 host with native GCC 4.3.3.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29020 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-01-25 21:28:43 +00:00
..
AVLTreeMap.cpp Revised the AVLTreeMap code: 2007-08-11 14:57:25 +00:00
cbuf.c bonefish+mmu_man: fix cbuf_user_memcpy_from_chain() returning an error when the source buffer was NULL despite being asked for 0 bytes, while the counterpart was actually not creating a buffer for 0 bytes to send... Also don't bother calling it from receive_data() in that case anyway. 2008-10-16 19:48:28 +00:00
Jamfile Patch by Zhao Shuai: 2008-09-07 13:57:25 +00:00
kernel_cpp.cpp When linking against libgcc already don't include these symbols. Otherwise we 2009-01-25 21:28:43 +00:00
khash.c * Added hash_dump_table() function, dumping the whole table. 2008-09-22 14:58:40 +00:00
list.c Added a list_get_last_item() call - one day we should make most of them inline. 2006-06-21 16:13:34 +00:00
misc.c
queue.c
RadixBitmap.cpp Fixed various warnings. 2008-10-02 21:22:03 +00:00
ring_buffer.cpp * Made struct ring_buffer public (within the kernel). 2008-07-30 10:03:22 +00:00