..
arch
* Add code to allocate and free interrupt vectors for message signaled
2010-04-13 14:46:09 +00:00
cache
block_cache::NewBlock(): Allocate cached_block::current_data only when the
2010-03-19 19:07:18 +00:00
debug
Handle sigaction[_etc]() return value correctly (it's not an error code).
2010-04-06 20:24:23 +00:00
device_manager
* Use add_debugger_command_etc() for adding the debugger commands.
2010-02-23 13:42:55 +00:00
disk_device_manager
Add missing error return.
2010-01-09 13:12:54 +00:00
fs
debug_resolve_vnode_path(): Avoid duplicate slash at the beginning of the
2010-02-27 20:29:11 +00:00
lib
Add ffs() (find first set bit, starting at least significant) to the kernel.
2010-04-13 14:34:06 +00:00
locks
* Moved created subdirectory src/system/kernel/lock.cpp to new subdirectory
2010-04-11 16:07:39 +00:00
messaging
* Added flag KMESSAGE_CLONE_BUFFER, which will cause buffer passed to SetTo()
2009-11-20 13:52:23 +00:00
platform
*.c -> *.cpp
2009-12-01 17:06:26 +00:00
posix
Fixed various errors/warnings reported by cppcheck:
2010-02-08 22:50:38 +00:00
scheduler
bonefish+axeld:
2010-04-11 20:40:58 +00:00
slab
Changed the names of the block allocator object caches to avoid confusion
2010-03-19 18:27:28 +00:00
util
Added ring_buffer_get_vecs() that returns iovecs describing the contents of
2010-03-16 17:07:40 +00:00
vm
delete_area(): When the address space is the kernel address space, we need to
2010-04-12 15:25:08 +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
* Moved the VM headers into subdirectory vm/.
2009-12-02 18:05:10 +00:00
condition_variable.cpp
Coding style cleanups. Thanks axeld.
2009-12-03 13:05:39 +00:00
cpu.cpp
*.c -> *.cpp
2009-12-01 17:06:26 +00:00
elf.cpp
Fixed various errors/warnings reported by cppcheck:
2010-02-08 22:50:38 +00:00
heap.cpp
Made heap classes const just in case. They really already were though.
2010-03-01 22:29:23 +00:00
image.cpp
headers/private/kernel/util/OpenHashTable.h, Hugo's version, is a bit nicer than
2009-07-27 00:39:12 +00:00
int.cpp
* All scheduler implementations:
2009-12-13 21:18:27 +00:00
Jamfile
* Moved created subdirectory src/system/kernel/lock.cpp to new subdirectory
2010-04-11 16:07:39 +00:00
kernel_c++_structs.cpp
Attempt at allowing to use C++ structures in C only code: We use the
2009-12-02 10:56:10 +00:00
kernel_daemon.cpp
* The kernel daemon no longer hold its lock when calling the registered hooks.
2010-04-13 12:09:56 +00:00
kernel_versions
Added version scripts for the kernel, libroot, and libbe. ATM each has two
2009-05-22 14:53:31 +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
listeners.cpp
Added WaitObjectListener destructor. Hopefully fixes the gcc 2 build.
2009-04-23 14:53:18 +00:00
low_resource_manager.cpp
* Removed useless return parameter from vm_remove_all_page_mappings().
2010-02-03 18:53:52 +00:00
main.cpp
* Moved created subdirectory src/system/kernel/lock.cpp to new subdirectory
2010-04-11 16:07:39 +00:00
module.cpp
Fixed spelling.
2009-11-20 07:10:23 +00:00
Notifications.cpp
DefaultNotificationService:
2009-12-21 20:56:50 +00:00
port.cpp
Added TODO regarding the non-swappability of the initial port heap area.
2010-02-15 22:19:49 +00:00
real_time_clock.cpp
*.c -> *.cpp
2009-12-01 17:06:26 +00:00
sem.cpp
* All scheduler implementations:
2009-12-13 21:18:27 +00:00
shutdown.cpp
*.c -> *.cpp
2009-12-01 17:06:26 +00:00
signal.cpp
* Added some comments to the thread flags.
2010-04-06 20:23:18 +00:00
smp.cpp
* Inline {acquire,release}_spinlock(), when spinlock debugging is disabled.
2010-01-11 22:13:11 +00:00
syscalls.cpp
* Moved created subdirectory src/system/kernel/lock.cpp to new subdirectory
2010-04-11 16:07:39 +00:00
system_info.cpp
dump_info(): We can't use use cpu_get_active_time() in the kernel debugger as
2010-02-28 15:39:44 +00:00
team.cpp
* Set the exit status for the main thread as well in _user_exit_team().
2010-04-13 13:29:56 +00:00
thread.cpp
Don't cancel the alarm on exec*(). POSIX alarm() requires that. The BeBook
2010-04-06 17:06:08 +00:00
timer.cpp
set_hardware_timer() would sometimes (on boot) pass a negative timeout to
2010-02-17 09:12:43 +00:00
usergroup.cpp
* Introduced ref-counting for the I/O contexts.
2009-03-02 00:26:22 +00:00
wait_for_objects.cpp
_user_wait_for_objects(): Don't copy the infos back to userland when an error
2010-03-25 15:57:38 +00:00