haiku/src/system/kernel
Axel Dörfler 506894b6a8 * Return an error on initialization error. This fixes CID 1566.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38461 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-08-30 20:21:06 +00:00
..
arch * Return an error on initialization error. This fixes CID 1566. 2010-08-30 20:21:06 +00:00
cache * We need to reset the blockNumber, or else we'll discard the wrong blocks 2010-08-18 16:44:51 +00:00
debug * Fixed CID 566 that was duplicated in blue_screen.cpp as well (but was not 2010-08-27 21:36:07 +00:00
device_manager * The IOCache always needs a DMAResource; it was sometimes checked, and 2010-08-30 20:06:52 +00:00
disk_device_manager Add missing error return. 2010-01-09 13:12:54 +00:00
fs * Fixed CID 1262: waitForLock was not only -1 when exiting the loop, it didn't 2010-08-28 15:17:23 +00:00
lib * Implemented support for the 'z' qualifier prefix for [s]size_t. 2010-07-27 15:39:47 +00:00
locks Added rw_lock_read_lock_with_timeout(). 2010-07-22 11:10:48 +00:00
messaging * Added flag KMESSAGE_CLONE_BUFFER, which will cause buffer passed to SetTo() 2009-11-20 13:52:23 +00:00
platform OpenFirmware: Make of_milliseconds() return error 2010-06-27 15:17:59 +00:00
posix Fixed various errors/warnings reported by cppcheck: 2010-02-08 22:50:38 +00:00
scheduler * Added an extra check as requested by CID 1567, but also added a comment why 2010-08-18 11:39:39 +00:00
slab * Removed a few superfluous "else" keywords. 2010-08-18 11:58:27 +00:00
util Replaced the swap_addr_t and SWAP_SLOT_NONE in RadixBitmap.{h,cpp} by 2010-06-02 20:42:53 +00:00
vm * Fixed CID 1472: "next" could be NULL and dereferenced. 2010-08-17 15:39:26 +00:00
boot_item.cpp
boot_splash.cpp Utilize HAIKU_DISTRO_COMPATIBILITY for the boot splash. Currently only 2010-07-25 20:22:10 +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 CID 1653. symbolTable could be leaked in certain error cases. 2010-08-15 12:46:10 +00:00
heap.cpp * Allow heap.cpp to compile if both, KERNEL_HEAP_LEAK_CHECK, and 2010-08-02 11:10:51 +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 * Moved I/O APIC initialization to a later point, now the APCI and DPC modules 2010-04-15 12:42:10 +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 Replaced no longer necessary send_signal_etc() work-arounds for 2010-04-29 15:23:29 +00:00
kernel_versions * get_memory_map(): Changed parameters types to fixed-width types. 2010-06-23 16:09:26 +00:00
kernel.rdef
linkhack.c
listeners.cpp Added WaitObjectListener destructor. Hopefully fixes the gcc 2 build. 2009-04-23 14:53:18 +00:00
low_resource_manager.cpp * Changed the address space note, warning, critical limits to fixed values. The 2010-06-18 21:01:27 +00:00
main.cpp * boot_item_init() must come before debug_init_post_vm() or else neither the 2010-05-05 14:36:03 +00:00
module.cpp Removed unnecessary inclusions of <boot/kernel_args.h> in private kernel 2010-06-25 22:16:10 +00:00
Notifications.cpp DefaultNotificationService: 2009-12-21 20:56:50 +00:00
port.cpp * Introduced structures {virtual,physical}_address_restrictions, which specify 2010-06-14 16:25:14 +00:00
real_time_clock.cpp Optimised passing around of timezone a bit 2010-08-16 22:01:28 +00:00
sem.cpp tempName was leaked in case team was NULL. CID 1702 2010-08-08 12:11:46 +00:00
shutdown.cpp *.c -> *.cpp 2009-12-01 17:06:26 +00:00
signal.cpp Reintroduced sigwait(), sigsuspend(), and sigpending(). There are obviously 2010-04-30 10:00:44 +00:00
smp.cpp * Style cleanup. 2010-08-17 19:07:16 +00:00
syscalls.cpp * Building with syscall tracing obviously needs this header now. 2010-07-01 19:24:25 +00:00
system_info.cpp Add gcc version information to kdl info command. This could help debugging in some cases and fixes #3240. 2010-07-18 12:21:42 +00:00
team.cpp * Fixed CID 1750: the team args could be leaked in exec_team() on error. 2010-08-18 11:07:20 +00:00
thread.cpp * Resolved TODO: Use an object cache for the thread structure alloction. 2010-07-16 01:13:22 +00:00
timer.cpp * Cleaned up the code which also closes CID 176 which was not a bug, though. 2010-08-18 11:26:23 +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