..
arch
Re-added support for kernel breakpoints. This feature is just way to
2008-08-27 12:52:23 +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
Extended debugger language: Dereferenced addresses are now supported as
2008-08-25 00:24:06 +00:00
device_manager
* DMAResource::TranslateNext(): Added parameter to limit the maximum
2008-08-28 01:49:18 +00:00
disk_device_manager
* Cleanup, no functional change.
2008-08-21 20:31:18 +00:00
fs
extended debug check for FS_CALL() to others FS_CALL() versions
2008-08-24 19:52:10 +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
Increased the number of pages the page writer tries to write per run.
2008-08-28 01:49:59 +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
Patch by David Powell:
2008-08-28 16:59:34 +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
Improved the "ls" command:
2008-08-23 00:05:16 +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
* Added a post boot device module init function that unloads all unused modules,
2008-08-22 09:41:10 +00:00
module.cpp
* unload_module_image() was never called with image == NULL, so I just removed
2008-08-22 10:19:29 +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
Enhanced scheduler tracing. The reschedule tracing entry does now record
2008-08-23 00:12:27 +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 kernel private thread_state_to_text() which just calls
2008-08-22 23:51:22 +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