haiku/src/system/kernel
Stefano Ceccherini 0fce483f9c fix the build
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27132 a95241bf-73f2-0310-859d-f6bbb57e9c96
2008-08-22 08:22:13 +00:00
..
arch fix the build 2008-08-22 08:22:13 +00:00
cache * Changed the way how a cache is destructed: now, it is removed from the 2008-08-20 08:09:18 +00:00
debug * Made TraceEntryIterator available in the kernel. 2008-08-12 21:16:15 +00:00
device_manager * IOBuffer::Delete(): Check for NULL pointer. The IORequest destructor 2008-08-21 03:11:47 +00:00
disk_device_manager * Cleanup, no functional change. 2008-08-21 20:31:18 +00:00
fs * Changed the way fix_dirent() copies the entry: it will now copy the complete 2008-08-22 08:02:38 +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 We're actually using serial input for KDL for now... 2008-08-17 02:11:32 +00:00
posix * Reworked the way sem_undo requests are processed by following 2008-08-16 18:20:54 +00:00
slab * Implement CACHE_DONT_SLEEP partially. At least for small object caches 2008-08-21 23:02:08 +00:00
util * Made struct ring_buffer public (within the kernel). 2008-07-30 10:03:22 +00:00
vm Squashed a TODO: The global swap hash table is no longer resized 2008-08-22 01:15:18 +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 More informative panic(). 2008-08-04 02:45:06 +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 * Added a "flags" parameter to vm_create_anonymous_area() and 2008-08-21 22:50:11 +00:00
heap.cpp * Added heap_set_get_caller() which can be used when heap leak checking 2008-08-21 03:04:12 +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 * Refactored the kernel daemon code into a class. 2008-08-22 01:13:18 +00:00
kernel.rdef patch by Artur Wyszynski (aljen): 2008-03-18 10:11:58 +00:00
linkhack.c Renamed system/core to system/kernel. 2005-04-13 13:22:10 +00:00
lock.cpp * Renamed kernel_startup to gKernelStartup. 2008-08-02 15:03:03 +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 * Shuffled initializers around: the team, ELF, and module initializers come 2008-08-04 13:26:13 +00:00
module.cpp * Shuffled initializers around: the team, ELF, and module initializers come 2008-08-04 13:26:13 +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 * Introduced common base class SchedulerTraceEntry for the scheduler 2008-08-12 21:23:16 +00:00
sem.cpp * Renamed sem_spinlock to sSemsSpinlock. 2008-08-02 15:04:47 +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 * Renamed thread_spinlock and team_spinlock to gThreadSpinlock and 2008-08-02 14:55:53 +00:00
smp.c * Renamed thread_spinlock and team_spinlock to gThreadSpinlock and 2008-08-02 14:55:53 +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 * Moved the incrementing/decrementing of vm_page::wired_count into 2008-08-06 00:28:28 +00:00
team.cpp * Added a "flags" parameter to vm_create_anonymous_area() and 2008-08-21 22:50:11 +00:00
thread.cpp * Added a "flags" parameter to vm_create_anonymous_area() and 2008-08-21 22:50:11 +00:00
timer.cpp * Made waiting for a timer handler more power usage friendly. 2008-04-22 18:46:34 +00:00
usergroup.cpp * Renamed thread_spinlock and team_spinlock to gThreadSpinlock and 2008-08-02 14:55:53 +00:00
wait_for_objects.cpp Added poll() kernel tracing. 2008-05-10 16:23:48 +00:00