.. |
arch
|
axeld + bonefish:
|
2007-07-19 13:55:56 +00:00 |
cache
|
More informative output.
|
2007-07-19 21:43:22 +00:00 |
debug
|
bonefish+axeld:
|
2007-07-19 13:16:08 +00:00 |
device_manager
|
We were leaking a module reference.
|
2007-07-15 02:29:00 +00:00 |
disk_device_manager
|
axeld+bonefish:
|
2007-07-19 13:32:33 +00:00 |
fs
|
Make partition access saver. attempts to read or write outside of a partition
|
2007-07-25 22:30:59 +00:00 |
lib
|
* Added find_directory() to the kernel - it currently may not work as good as the
|
2007-05-21 22:28:02 +00:00 |
messaging
|
* Made header includable by C code. In this case a KMessage structure
|
2007-07-15 00:32:37 +00:00 |
platform
|
|
|
slab
|
slab/cache: a couple more fixes.
|
2007-04-30 01:08:05 +00:00 |
util
|
Implemented hash_remove_current() which removes the current iterator position
|
2007-03-11 21:18:49 +00:00 |
vm
|
Minor cleanup in comments.
|
2007-07-27 02:15:39 +00:00 |
boot_item.cpp
|
|
|
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
|
re-enable kernel asserts.
|
2007-06-21 05:37:46 +00:00 |
image.c
|
|
|
int.c
|
the previously added IO interrupt handling routines are no longer necessary, at least for now.
|
2007-05-06 22:40:52 +00:00 |
Jamfile
|
* Include HaikuImage after the Jamfiles, so they can provide/adjust info
|
2007-06-29 19:28:11 +00:00 |
kernel_daemon.c
|
|
|
kernel.rdef
|
|
|
linkhack.c
|
|
|
lock.c
|
Minor cleanup.
|
2007-07-17 23:40:41 +00:00 |
main.c
|
[Sorry, couldn't split this one up any further.]
|
2007-07-15 02:10:15 +00:00 |
module.cpp
|
[Sorry, couldn't split this one up any further.]
|
2007-07-15 02:10:15 +00:00 |
port.c
|
read_port[_etc]() now allows the msgCode pointer parameter to be NULL - as on BeOS.
|
2007-07-27 01:34:14 +00:00 |
real_time_clock.c
|
|
|
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
|
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.c
|
Another kernel bug less:
|
2007-01-12 22:54:21 +00:00 |
smp.c
|
Continuing from the kernel debugger did not work on SMP machines, as SMP_MSG_CPU_HALT was
|
2007-05-31 22:09:39 +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 Haiku revision number to the kernel (same mechanism as used for
|
2007-05-19 15:36:32 +00:00 |
team.c
|
fix change in revision 20162, the path was left out
|
2007-02-20 20:27:23 +00:00 |
thread.c
|
Because of ongoing problems with thread_yield() and our current scheduler, I've disabled yielding for now; it will now just snooze a bit.
|
2007-07-05 18:27:27 +00:00 |
timer.c
|
|
|