haiku/src/system/kernel
Michael Lotz ddb785a296 Better return B_ERROR when not compiling the actual call in.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28987 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-01-23 01:30:29 +00:00
..
arch Better return B_ERROR when not compiling the actual call in. 2009-01-23 01:30:29 +00:00
cache * When a file system reports -1 offsets in its fs_get_file_map() function, this 2008-11-14 12:06:44 +00:00
debug * Not sure how this happened. 2009-01-02 10:42:44 +00:00
device_manager * BaseDevice::InitDevice() and UninitDevice() must not be called with the devfs 2008-11-07 13:23:24 +00:00
disk_device_manager * Registering a file device now also normalizes the path now. 2008-10-13 23:49:52 +00:00
fs * _user_flock() will no longer accept invalid operations, thus fixing bug #3141. 2009-01-12 12:07:06 +00:00
lib * Make the kernel (and boot loader) version of vsnprintf() (that backs up all 2008-10-25 12:28:53 +00:00
messaging Reverting r27437 as per Axel's advice. The variable size is initialized by the 2008-09-12 13:46:50 +00:00
platform - Fix build. 2008-10-21 21:23:55 +00:00
posix Change function name to work with stricter name lookup in GCC 4.3. See 2009-01-22 23:10:50 +00:00
scheduler * Replaced scheduler_remove_from_run_queue() by 2008-10-21 12:37:13 +00:00
slab * Implement CACHE_DONT_SLEEP partially. At least for small object caches 2008-08-21 23:02:08 +00:00
util * Made kernel_cpp.h usable in the runtime loader. 2008-11-03 13:15:12 +00:00
vm * Added kernel tracing for page faults. 2008-10-23 16:15:07 +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 Register the commpage as an image and its entries as symbols. 2008-09-24 14:41:42 +00:00
condition_variable.cpp * Fixed bug in the "scheduler" command: The check when a thread was 2008-09-03 15:10:44 +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 * elf_find_symbol() now checks if the hashtable section is greater than 0. 2008-11-11 21:24:09 +00:00
heap.cpp * The deferred_deleter() kernel daemon dropped out, if the list with 2008-11-14 01:50:13 +00:00
image.cpp Insert the application image at the head of the list. Work-around for 2008-09-25 11:47:12 +00:00
int.c * Moved more debug macros to kernel_debug_config.h. 2008-10-20 14:24:46 +00:00
Jamfile * kernel.so must link agaist kernel_misc.o as well to make all of its symbols 2008-12-27 20:37:55 +00:00
kernel_daemon.cpp * The kernel daemon now uses a recursive lock instead of a mutex. This fixes 2008-11-07 12:22:05 +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 Consistently use KDEBUG. It is always defined and therefore must be 2008-10-20 13:06:04 +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 * Replaced scheduler_remove_from_run_queue() by 2008-10-21 12:37:13 +00:00
module.cpp * When the initialization of a B_KEEP_LOADED module failed, it was kept 2008-09-28 13:25:43 +00:00
Notifications.cpp * Replaced the useless InitCheck() method in {Open,Multi}HashTable (it 2008-06-24 22:23:57 +00:00
port.cpp Increased the maximal port message size to 256 KB. The profiling 2008-09-17 00:23:25 +00:00
real_time_clock.c Disable tracing. 2008-03-24 01:02:59 +00:00
sem.cpp 0 is a valid semaphore ID. 2008-10-23 08:49:25 +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 Changed the handling for hardware-caused terminal signals: 2008-09-27 14:08:13 +00:00
smp.cpp * Moved more debug macros to kernel_debug_config.h. 2008-10-20 14:24:46 +00:00
syscalls.cpp * Implemented a (private for now) get_system_info_etc() call, that can retrieve 2008-09-17 16:27:17 +00:00
system_info.cpp * The "info" KDL command now also dumps the built-in SVN revision. 2008-10-15 21:24:32 +00:00
team.cpp Print the error code. Supposedly B_NO_MEMORY, but one never knows. 2008-10-01 21:58:59 +00:00
thread.cpp * Removed B_{MIN|MAX}_PRIORITY from OS.h - they were never really intended 2008-11-05 18:11:58 +00:00
timer.cpp Moved definition of the PAUSE macro to <cpu.h>, respectively 2008-10-17 16:53:31 +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