haiku/src/kernel/core
Axel Dörfler 85b750f216 Implemented first test implementation of the new block cache and transaction API.
Moved from mutexes to benaphores.
Removed partial write support of the old API.
remove_cached_device_blocks() will now actually free all remaining blocks.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9895 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-11-10 02:03:39 +00:00
..
addons Fixed build conflict with new ISA bus manager. 2004-06-07 01:13:49 +00:00
arch Use create_area() instead of vm_create_anonymous_region(). 2004-11-08 14:06:50 +00:00
cache Implemented first test implementation of the new block cache and transaction API. 2004-11-10 02:03:39 +00:00
device_manager pnp_node_info is now a little bit more public and can now be found in kdevice_manager.h. 2004-09-04 17:35:15 +00:00
disk_device_manager Removed the empty function stubs from this file (and basically moved there 2004-10-29 01:43:15 +00:00
fs Added fs_volume.h header, "resolved" one of the last old ERR_* error codes. 2004-11-08 18:35:47 +00:00
util Always define the symbols needed for basic C++ features. If we link against libgcc.a the symbols from there are simply overridden. 2004-11-03 17:33:17 +00:00
vm clean up of region=>area, addr_type=>addressSpec, fixed compile errors when trace is active 2004-11-09 13:42:12 +00:00
cbuf.c Replaced region_id with area_id. 2004-11-08 14:11:46 +00:00
console.c Fixed typo that prevented compilation. 2004-07-02 02:57:29 +00:00
cpu.c Renamed some init2() functions to init_post_vm() to make clearer when and why 2004-10-21 01:45:43 +00:00
debug.c Since the additional 512 bytes of dprintf() on the stack can potentially 2004-10-25 22:53:37 +00:00
elf.c Replaced region_id with area_id. 2004-11-08 14:11:46 +00:00
faults.c Include kernel_args.h instead of stage2.h. 2003-10-07 23:12:37 +00:00
gdb.c Removed superfluous htons()/htonl() functions (we already have the 2004-05-31 22:49:06 +00:00
heap.c Renamed heap_init_postsem() to _post_sem(), added new heap_init_post_thread(). 2004-10-23 13:59:27 +00:00
image.c BeGeistert checkin: fixed broken allocation length as found by the USE_WALL 2004-10-18 15:39:21 +00:00
int.c Renamed some init2() functions to init_post_vm() to make clearer when and why 2004-10-21 01:45:43 +00:00
Jamfile Added the "cache" subdirectory to the build. 2004-09-03 15:36:35 +00:00
kernel_daemon.c No need to have the kernel daemon run immediately. 2004-11-08 14:03:19 +00:00
khash.c New function hash_remove_first() makes emptying a hash table much simpler. 2004-11-10 01:56:22 +00:00
linkhack.c It is accomplished ... 2002-07-09 12:24:59 +00:00
lock.c Semaphores created in the kernel always belong to the kernel; there is 2004-11-01 00:52:27 +00:00
main.c Fine-graded debug output. Debug output disabled by default. 2004-11-08 14:37:07 +00:00
misc.c It is accomplished ... 2002-07-09 12:24:59 +00:00
module.c Removed some debugging output that shouldn't have made it into the repository. 2004-11-09 13:57:03 +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 Several follow-up changes required by the changes either to the VFS 2004-08-28 20:51:47 +00:00
queue.c Replaced kmalloc(), kfree(), and kstrdup() with the POSIX equivalents. 2002-10-29 23:07:06 +00:00
real_time_clock.c Temporarily added initialization of the system time conversion factor (x86) 2004-11-09 13:50:52 +00:00
scheduler.c Fixed a warning. 2004-10-14 14:24:42 +00:00
sem.c Got rid of gSemRegion as it is never really used. 2004-11-08 13:57:40 +00:00
signal.c send_signal_etc() is now capable of broadcasting a signal to all teams in 2004-10-14 14:48:40 +00:00
smp.c Replaced all remaining PAGE_SIZE with B_PAGE_SIZE and "addr" with addr_t. 2004-10-20 00:19:38 +00:00
syscalls.c DDM syscalls added. 2004-10-29 01:37:37 +00:00
sysctl.c Several follow-up changes required by the changes either to the VFS 2004-08-28 20:51:47 +00:00
system_info.c Partially implemented get_system_info(), courtesy of Jack Burton. 2004-04-21 22:57:39 +00:00
team.c Renamed *_stack_region_id with *_stack_area, also replaced region_id with area_id. 2004-11-08 13:53:34 +00:00
thread.c Renamed *_stack_region_id with *_stack_area, also replaced region_id with area_id. 2004-11-08 13:52:11 +00:00
timer.c Applied ages old cleanup patch from Jack Burton. 2004-03-14 18:02:22 +00:00