haiku/src/system/kernel
Axel Dörfler 37de5a0d83 * The rw_lock now behaves just like a recursive locker if KDEBUG_RW_LOCK_DEBUG
is defined to 1; this allows asserting the read lock case, too.
* Added ASSERT_{READ|WRITE}_LOCKED_RW_LOCK() macros. The read assertion is only
  working when KDEBUG_RW_LOCK_DEBUG is defined to 1, the write assertion works
  always.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26686 a95241bf-73f2-0310-859d-f6bbb57e9c96
2008-07-30 15:27:58 +00:00
..
arch Fix build. 2008-07-25 15:36:05 +00:00
cache * bfs_fsync() was the only place which could cause the 2008-07-23 15:47:47 +00:00
debug * Made struct ring_buffer public (within the kernel). 2008-07-30 10:03:22 +00:00
device_manager IORequest::CreateSubRequest() didn't return the created subrequest, nor 2008-07-29 01:53:14 +00:00
disk_device_manager * _user_find_partition() did not work for partitions (only for devices), as it 2008-07-22 14:05:47 +00:00
fs Added kernel private vfs_vnode_io() which performs an io_request on a 2008-07-28 23:46:50 +00:00
lib bonefish+mmlr: 2008-07-17 19:26:09 +00:00
messaging * Moved KMessage field printing from vfs_boot.cpp::get_boot_partitions() into 2008-07-10 10:06:17 +00:00
platform Fix build. 2008-07-25 15:36:05 +00:00
posix First patch by Salvatore to implement XSI semaphores with a few changes 2008-07-29 12:03:41 +00:00
slab Merged branch haiku/branches/developer/bonefish/vm into trunk. This 2008-07-22 20:36:32 +00:00
util * Made struct ring_buffer public (within the kernel). 2008-07-30 10:03:22 +00:00
vm Reverted most of r26641. 2008-07-28 13:14:37 +00:00
boot_item.cpp * Changed get_boot_item() API: it now also can retrieve the size of the boot 2008-03-30 11:01:41 +00:00
boot_splash.cpp * Added an explicit boot_splash_uninit(). Not really needed, but makes 2008-07-09 15:25:01 +00:00
commpage.cpp Merged branch haiku/branches/developer/bonefish/optimization revision 2008-01-11 00:36:44 +00:00
condition_variable.cpp The "cvar" command wasn't happy with private condition variables. Now we 2008-07-29 01:52:20 +00:00
cpu.c * _user_cpu_enabled() accidently returned an error code instead of "false". 2008-05-22 11:38:00 +00:00
elf.cpp Merged branch haiku/branches/developer/bonefish/vm into trunk. This 2008-07-22 20:36:32 +00:00
heap.cpp Removed superfluous whitespace. 2008-07-25 13:25:28 +00:00
image.c * Initialize all static mutexes in the kernel through a MUTEX_INITIALIZER() 2008-06-05 23:19:27 +00:00
int.c * Added optional spinlock contention measurement feature. Enabled when 2008-06-02 02:04:12 +00:00
Jamfile Removed superfluous whitespace. 2008-07-24 23:19:51 +00:00
kernel_daemon.cpp * Initialize all static mutexes in the kernel through a MUTEX_INITIALIZER() 2008-06-05 23:19:27 +00:00
kernel.rdef patch by Artur Wyszynski (aljen): 2008-03-18 10:11:58 +00:00
linkhack.c
lock.cpp * The rw_lock now behaves just like a recursive locker if KDEBUG_RW_LOCK_DEBUG 2008-07-30 15:27:58 +00:00
low_resource_manager.cpp Merged branch haiku/branches/developer/bonefish/vm into trunk. This 2008-07-22 20:36:32 +00:00
main.cpp First patch by Salvatore to implement XSI semaphores with a few changes 2008-07-29 12:03:41 +00:00
module.cpp * Added the generic device bus manager module to the built-in module list; now 2008-07-20 13:52:15 +00:00
Notifications.cpp * Replaced the useless InitCheck() method in {Open,Multi}HashTable (it 2008-06-24 22:23:57 +00:00
port.cpp * Add read, write and total count to the ports KDL command so one can see 2008-06-08 00:23:17 +00:00
real_time_clock.c Disable tracing. 2008-03-24 01:02:59 +00:00
scheduler.cpp Added new kernel thread "undertaker" which gets rid of dead thread 2008-05-29 14:28:31 +00:00
sem.cpp Merged branch haiku/branches/developer/bonefish/vm into trunk. This 2008-07-22 20:36:32 +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 * For each userland team the kernel creates an area in the userland 2008-05-11 16:25:35 +00:00
smp.c * Added optional spinlock contention measurement feature. Enabled when 2008-06-02 02:04:12 +00:00
syscalls.cpp First patch by Salvatore to implement XSI semaphores with a few changes 2008-07-29 12:03:41 +00:00
system_info.cpp * Reenabled used page reporting based on vm_available_memory(). 2008-04-02 12:47:08 +00:00
team.cpp First patch by Salvatore to implement XSI semaphores with a few changes 2008-07-29 12:03:41 +00:00
thread.cpp * Added [un]lock_memory_etc() versions that accept a team_id as first argument. 2008-07-16 22:55:17 +00:00
timer.cpp * Made waiting for a timer handler more power usage friendly. 2008-04-22 18:46:34 +00:00
usergroup.cpp Some setre{g,u}id() tweaking. What happens to the saved set-{g,u}id is 2008-04-15 21:18:07 +00:00
wait_for_objects.cpp Added poll() kernel tracing. 2008-05-10 16:23:48 +00:00