haiku/src/kernel/core
Axel Dörfler 080cec2518 Fixed a warning.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4515 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-09-06 17:31:33 +00:00
..
addons Now uses the BeOS map_physical_memory() call. 2003-08-20 02:17:09 +00:00
arch renamed atomic_read() into atomic_get() (since we already have atomic_set(), but not a atomic_write()) 2003-08-31 01:21:56 +00:00
disk_device_manager KPartition::Dump() now also writes its size in MB for convenience (makes it 2003-09-02 04:06:01 +00:00
fs Fixed a warning. 2003-09-06 17:31:33 +00:00
util Moved list.c into the util/ subdirectory and build. 2003-09-02 13:07:22 +00:00
vm Replaced the vm_get_region_info() call with get_area_info(). 2003-08-20 15:51:30 +00:00
cbuf.c Replaced calls to vm_create_anonymous_region() with the BeOS compatible 2003-08-19 14:28:11 +00:00
console.c *LOTS* of small changes to make the kernel compatible with Be's KernelExport.h 2002-10-26 16:13:36 +00:00
cpu.c moved atomic user functions to SH4 atomic.c 2003-08-20 02:21:57 +00:00
debug.c boot headers have been moved, some cleanups, dbg_save_registers() renamed. 2003-05-03 16:20:38 +00:00
elf.c Replaced some more vm_*() calls with BeOS compatible ones. 2003-08-20 15:55:56 +00:00
faults.c boot headers have been moved, some cleanups, dbg_save_registers() renamed. 2003-05-03 16:20:38 +00:00
gdb.c dbg_add_command() changed into BeOS compatible add_debugger_command(). 2002-07-17 22:07:37 +00:00
heap.c free() now fills the freed memory with 0xdeadbeef if PARANOID_KFREE is defined 2003-08-18 03:35:57 +00:00
image.c Team/image stuff now uses lists instead of kqueues. 2003-01-26 23:31:38 +00:00
int.c boot headers have been moved, some cleanups, dbg_save_registers() renamed. 2003-05-03 16:20:38 +00:00
Jamfile Moved list.c into the util/ subdirectory and build. 2003-09-02 13:07:22 +00:00
kernel_daemon.c Makes use of the new daemon_hook typedef. 2003-01-27 13:53:10 +00:00
khash.c Completely removed the buggy, inflexible, and incomplete new_hash_table 2002-11-29 08:30:20 +00:00
linkhack.c It is accomplished ... 2002-07-09 12:24:59 +00:00
lock.c Fixed the return code of recursive_lock_init() (formerly known as 2003-06-27 03:22:57 +00:00
main.c boot headers have been moved, some cleanups, dbg_save_registers() renamed. 2003-05-03 16:20:38 +00:00
misc.c It is accomplished ... 2002-07-09 12:24:59 +00:00
module.c Fixed two very subtle and hidden bugs that prevented the module component 2003-08-18 03:41:26 +00:00
pools.c Replaced some more vm_create_anonymous_region() with create_area() and 2003-08-19 17:38:13 +00:00
port.c Replaced calls to vm_create_anonymous_region() with the BeOS compatible 2003-08-19 14:28:11 +00:00
queue.c Replaced kmalloc(), kfree(), and kstrdup() with the POSIX equivalents. 2002-10-29 23:07:06 +00:00
scheduler.c Backport time tracking fix from NewOS: 2003-01-29 21:59:37 +00:00
sem.c Replaced calls to vm_create_anonymous_region() with the BeOS compatible 2003-08-19 14:28:11 +00:00
signal.c Fixed a variable misnamer I introduced earlier (team -> threadID). 2003-01-27 13:55:57 +00:00
smp.c cvs server: Up-to-date check failed for `src/kernel/core/vm/vm.c' 2003-08-20 02:48:15 +00:00
syscalls.c renamed atomic_read() into atomic_get() (since we already have atomic_set(), but not a atomic_write()) 2003-08-31 01:21:56 +00:00
sysctl.c Replaced kmalloc(), kfree(), and kstrdup() with the POSIX equivalents. 2002-10-29 23:07:06 +00:00
team.c cvs server: Up-to-date check failed for `src/kernel/core/vm/vm.c' 2003-08-20 02:48:15 +00:00
thread.c Replaced some more vm_*() calls with BeOS compatible ones. 2003-08-20 15:55:56 +00:00
timer.c boot headers have been moved, some cleanups, dbg_save_registers() renamed. 2003-05-03 16:20:38 +00:00