.. |
arch
|
gcc4 build fix
|
2008-02-17 19:18:31 +00:00 |
cache
|
* Fixed compare_blocks() function; it actually gets cached_block**.
|
2008-01-22 08:16:04 +00:00 |
debug
|
axeld + bonefish:
|
2008-02-17 14:36:47 +00:00 |
device_manager
|
* Started implementing node monitoring in the devfs and device manager.
|
2008-02-20 16:55:05 +00:00 |
disk_device_manager
|
* When removing a media, only the device was unmounted if needed, not its child partitions.
|
2008-02-06 11:46:44 +00:00 |
fs
|
* Started implementing node monitoring in the devfs and device manager.
|
2008-02-20 16:55:05 +00:00 |
lib
|
Merged branch haiku/branches/developer/bonefish/optimization revision
|
2008-01-11 00:36:44 +00:00 |
messaging
|
* Followed Ingo's suggestion and send the message manually in the runtime loader;
|
2007-07-29 21:36:49 +00:00 |
platform
|
Dummy platforms for m68K.
|
2007-10-22 00:03:51 +00:00 |
slab
|
* Also replaced the cpu store's lock with a recursive lock in order
|
2008-02-02 14:20:33 +00:00 |
util
|
* Added a new function hash_insert_grow() that grows the hash table when needed.
|
2008-01-21 19:57:40 +00:00 |
vm
|
Complete rework of the heap implementation. Freelists are now part of the pages
|
2008-02-10 21:00:13 +00:00 |
boot_item.cpp
|
added missing nothrow parameter
|
2006-09-16 23:25:56 +00:00 |
commpage.cpp
|
Merged branch haiku/branches/developer/bonefish/optimization revision
|
2008-01-11 00:36:44 +00:00 |
condition_variable.cpp
|
axeld + bonefish:
|
2008-02-17 14:38:23 +00:00 |
cpu.c
|
yet another fix for #1018, which has at this point blossomed into a reorg of how AP cpus are initialized.
|
2007-02-19 00:11:24 +00:00 |
elf.cpp
|
We should lock around register_elf_image() as we modify the image hash in there.
|
2008-02-18 22:54:12 +00:00 |
heap.cpp
|
Fix bad error in calculating the leak check info address when updating the
|
2008-02-19 00:42:54 +00:00 |
image.c
|
Print ids in decimal.
|
2008-01-28 23:19:54 +00:00 |
int.c
|
Introduce a B_NO_LOCK_VECTOR flag to be used with install_io_interrupt_handler().
|
2008-02-03 16:16:17 +00:00 |
Jamfile
|
Complete rework of the heap implementation. Freelists are now part of the pages
|
2008-02-10 21:00:13 +00:00 |
kernel_daemon.c
|
Some cleanup (made static variables static).
|
2005-06-13 12:59:11 +00:00 |
kernel.rdef
|
Removed the R5 icon from the kernel resources - it can only be compiled for Haiku.
|
2007-01-05 20:16:48 +00:00 |
linkhack.c
|
Renamed system/core to system/kernel.
|
2005-04-13 13:22:10 +00:00 |
lock.c
|
Benaphores are nice and fast, but they aren't useful for debugging at
|
2008-02-01 23:05:26 +00:00 |
main.c
|
Merged branch haiku/branches/developer/bonefish/optimization revision
|
2008-01-11 00:36:44 +00:00 |
module.cpp
|
Fix building with TRACE
|
2007-08-08 21:44:30 +00:00 |
Notifications.cpp
|
bonefish+axeld:
|
2007-08-01 14:48:44 +00:00 |
port.cpp
|
axeld + bonefish:
|
2008-02-17 15:48:30 +00:00 |
real_time_clock.c
|
Merged branch haiku/branches/developer/bonefish/optimization revision
|
2008-01-11 00:36:44 +00:00 |
scheduler.cpp
|
Use decimal for thread ids.
|
2008-01-28 22:58:02 +00:00 |
sem.cpp
|
axeld + bonefish:
|
2008-02-17 15:48:30 +00:00 |
shutdown.c
|
fixed the way accept() works in regards to the cookie pointer. It is no longer visible to userspace, we pass the fd instead. Also renamed kernel's shutdown() to system_shutdown as it collides with Posix's shutdown().
|
2007-05-23 19:56:40 +00:00 |
signal.cpp
|
* Added SIGNAL_FLAG_DONT_RESTART_SYSCALL for send_signal_etc() which
|
2008-02-21 13:19:54 +00:00 |
smp.c
|
Introduce a B_NO_LOCK_VECTOR flag to be used with install_io_interrupt_handler().
|
2008-02-03 16:16:17 +00:00 |
syscalls.cpp
|
Also check the syscall number to avoid problems.
|
2008-02-07 19:07:26 +00:00 |
system_info.c
|
* vm.h no longer includes vm_types.h - only those that actually need access
|
2007-09-27 12:21:33 +00:00 |
team.cpp
|
team::parent is NULL in case of the kernel - Expander crashed reliably
|
2008-02-21 16:15:00 +00:00 |
thread.cpp
|
* Added SIGNAL_FLAG_DONT_RESTART_SYSCALL for send_signal_etc() which
|
2008-02-21 13:19:54 +00:00 |
timer.c
|
added more debug output
|
2007-12-25 14:52:49 +00:00 |
wait_for_objects.cpp
|
axeld + bonefish:
|
2008-02-17 15:48:30 +00:00 |