.. |
arch
|
asm optimized user_memcpy(), which should help somewhat, since the old version was a byte-by-byte copy.
|
2007-04-16 06:48:38 +00:00 |
cache
|
Even more correct return value.
|
2007-04-27 10:47:21 +00:00 |
debug
|
Added a wrapper function for the invocation of debugger commands. It
|
2007-04-01 17:15:37 +00:00 |
device_manager
|
Fixed warning.
|
2007-01-12 18:03:21 +00:00 |
disk_device_manager
|
fixed error return in _Scan() function. now only returns B_OK when a device was found.
|
2007-01-06 01:04:09 +00:00 |
fs
|
Added a debugging command "devfs_node" to dump infos about the private devfs nodes for now.
|
2007-04-24 14:04:26 +00:00 |
lib
|
Turn the assembly optimized memcpy (simple rep movsd) back on for x86. Had to hack around the make system a bit, and the result is pretty nasty, specifically due to the amount of places in the system where various targets poke their fingers into the libroot directory.
|
2007-04-16 06:17:14 +00:00 |
messaging
|
* Introduced new build system variables
|
2005-12-30 21:20:07 +00:00 |
platform
|
some build fixes for pxe_ia32 platform
|
2006-09-28 12:52:20 +00:00 |
slab
|
fixed the cache allocator's size_to_cache.
|
2007-04-29 03:33:51 +00:00 |
util
|
Implemented hash_remove_current() which removes the current iterator position
|
2007-03-11 21:18:49 +00:00 |
vm
|
pushed the slab init a bit deeper. added a object cache based allocator, including a bootstrap mechanism to have it init during bootup.
|
2007-04-29 02:23:37 +00:00 |
boot_item.cpp
|
added missing nothrow parameter
|
2006-09-16 23:25:56 +00:00 |
cpu.c
|
yet another fix for #1018, which has at this point blossomed into a reorg of how AP cpus are initialized.
|
2007-02-19 00:11:24 +00:00 |
elf.cpp
|
Reversed locking order of sImageLoadMutex and sImageMutex in
|
2007-03-31 23:06:09 +00:00 |
heap.c
|
fixed some warnings
|
2006-08-28 10:20:45 +00:00 |
image.c
|
Added a image_debug_lookup_user_symbol_address() that one day may find symbol names
|
2005-11-04 17:25:58 +00:00 |
int.c
|
* Added the opportunity to add temporary debug interrupt handlers for
|
2006-06-12 22:24:53 +00:00 |
Jamfile
|
added initial slab code to the kernel. It is still unused, and there is still no VM interaction.
|
2007-04-26 03:41:24 +00:00 |
kernel_daemon.c
|
Some cleanup (made static variables static).
|
2005-06-13 12:59:11 +00:00 |
kernel.rdef
|
Removed the R5 icon from the kernel resources - it can only be compiled for Haiku.
|
2007-01-05 20:16:48 +00:00 |
linkhack.c
|
Renamed system/core to system/kernel.
|
2005-04-13 13:22:10 +00:00 |
lock.c
|
* mutex_lock() and recursive_lock_lock() now return a status_t and report failure.
|
2007-02-07 14:07:31 +00:00 |
main.c
|
pushed the slab init a bit deeper. added a object cache based allocator, including a bootstrap mechanism to have it init during bootup.
|
2007-04-29 02:23:37 +00:00 |
module.cpp
|
* open_module_list() put the wrong base path length onto the stack, and thus,
|
2006-03-12 19:48:28 +00:00 |
port.c
|
Improved the filter capabilities of the "ports", "port", "sems", and "areas" debugger commands.
|
2006-03-24 12:59:23 +00:00 |
real_time_clock.c
|
tzoffset is in seconds
|
2006-08-27 19:03:50 +00:00 |
scheduler.cpp
|
* More or less reverted my previous thread_yield() change: while this gives
|
2007-04-19 21:25:19 +00:00 |
sem.c
|
Disabled priority boost on semaphore release completely now (after having pacified it
|
2007-04-19 21:30:38 +00:00 |
shutdown.c
|
Renamed system/core to system/kernel.
|
2005-04-13 13:22:10 +00:00 |
signal.c
|
Another kernel bug less:
|
2007-01-12 22:54:21 +00:00 |
smp.c
|
this seems to solve the 'lock up on bootup on core 2' problem.
|
2007-03-01 08:09:28 +00:00 |
syscalls.c
|
Don't reschedule at the end of every syscall. Speeds up syscalls by about 15%.
|
2007-02-18 04:53:15 +00:00 |
system_info.c
|
* Added a debugger command "info" that dumps some basic system usage info.
|
2006-03-06 13:40:36 +00:00 |
team.c
|
fix change in revision 20162, the path was left out
|
2007-02-20 20:27:23 +00:00 |
thread.c
|
The thread context was destructed a bit too early: if a team was killed (or didn't
|
2007-04-25 08:25:10 +00:00 |
timer.c
|
Fixes that make Haiku build with gcc 4. Mainly out of the following
|
2005-11-12 23:27:14 +00:00 |