..
arch
* Made the relocation more robust against incorrectly built images.
2008-08-13 23:20:18 +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
* Added "bool wait" parameter to _GetOperation(). If false and no unused
2008-08-19 21:37:16 +00:00
disk_device_manager
* Try to create unknown devices before failing in RegisterDevice(), and
2008-08-18 17:57:03 +00:00
fs
* Since the file cache can access any kind of data (and not just file data),
2008-08-20 20:22:06 +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
Added object_cache_get_usage() function that returns the memory
2008-08-06 00:07:55 +00:00
util
* Made struct ring_buffer public (within the kernel).
2008-07-30 10:03:22 +00:00
vm
Implemented (a simple) WriteAsync(), i.e. swap pages are now written
2008-08-20 11:44:23 +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
Don't allow the kernel team to be passed to
2008-08-02 23:56:26 +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
* 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
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
* Reworked the way sem_undo requests are processed by following
2008-08-16 18:20:54 +00:00
thread.cpp
Fixed table columns alignment in the "threads" command.
2008-08-12 17:03:43 +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