.. |
arch
|
Adjusted the fake goto, so that passing a NULL target buffer together
|
2008-01-18 19:20:54 +00:00 |
cache
|
* cache_detach_sub_transaction() didn't really work: it did not put all needed
|
2008-01-18 17:07:18 +00:00 |
debug
|
Introduced helper class TraceOutput that represents an output buffer
|
2008-01-18 22:15:30 +00:00 |
device_manager
|
whenever a node has already a child, it means a driver has already attached to this node
|
2007-10-25 18:25:23 +00:00 |
disk_device_manager
|
Philippe was right, of course, the media checker thread did not bother to
|
2007-11-13 12:20:39 +00:00 |
fs
|
* Fixed the "vnodes" KDL command when called without any arguments.
|
2008-01-16 20:36:27 +00:00 |
lib
|
Merged branch haiku/branches/developer/bonefish/optimization revision
|
2008-01-11 00:36:44 +00:00 |
messaging
|
* Followed Ingo's suggestion and send the message manually in the runtime loader;
|
2007-07-29 21:36:49 +00:00 |
platform
|
Dummy platforms for m68K.
|
2007-10-22 00:03:51 +00:00 |
slab
|
We generally handle NULL pointers in free() and friends gracefully.
|
2008-01-17 08:06:54 +00:00 |
util
|
Something else that has been laying around for some time. Implemented hash_grow() that can grow a hash table to a new table size. Automatic growing is commented out in hash_insert() since there needs to be a way to disallow growing in certain cases (i.e. where no allocations can be made). This is detailed in the ToDo at the top of the file.
|
2007-12-06 21:58:06 +00:00 |
vm
|
* Fixed a deadlock (and resolved TODO): we need to make all pages unbusy again
|
2008-01-17 08:21:48 +00:00 |
boot_item.cpp
|
added missing nothrow parameter
|
2006-09-16 23:25:56 +00:00 |
commpage.cpp
|
Merged branch haiku/branches/developer/bonefish/optimization revision
|
2008-01-11 00:36:44 +00:00 |
condition_variable.cpp
|
Added usage message to "cvar" and "cvars" debugger commands and define
|
2008-01-17 23:22:29 +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
|
* elf_resolve_symbol() no longer copies the symbol name if symbolPrepend is
|
2008-01-06 14:54:57 +00:00 |
heap.c
|
Applied François' patch to be able to free large allocations. Even though the
|
2007-10-06 13:14:11 +00:00 |
image.c
|
* Made the debugger command "team_images" a bit more useful: it now accepts a
|
2007-11-28 11:56:06 +00:00 |
int.c
|
Disable an io interrupt when more than 99% are unhandled. This somewhat prevents random freezing.
|
2008-01-02 17:33:27 +00:00 |
Jamfile
|
gcc4 requires a cast, so we prepend (void *) to cast every syscall function
|
2008-01-18 17:39:43 +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
|
|
|
lock.c
|
* Added a mutex_trylock() function.
|
2007-09-25 16:41:52 +00:00 |
main.c
|
Merged branch haiku/branches/developer/bonefish/optimization revision
|
2008-01-11 00:36:44 +00:00 |
module.cpp
|
Fix building with TRACE
|
2007-08-08 21:44:30 +00:00 |
Notifications.cpp
|
bonefish+axeld:
|
2007-08-01 14:48:44 +00:00 |
port.cpp
|
The "sem" and "port" debugger commands set some temporary variables,
|
2008-01-17 23:07:59 +00:00 |
real_time_clock.c
|
Merged branch haiku/branches/developer/bonefish/optimization revision
|
2008-01-11 00:36:44 +00:00 |
scheduler.cpp
|
* The loop that should select a thread of the next priority class actually did
|
2007-10-12 10:29:08 +00:00 |
sem.cpp
|
The "sem" and "port" debugger commands set some temporary variables,
|
2008-01-17 23:07:59 +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
|
Use TraceOutput.
|
2008-01-18 22:18:42 +00:00 |
smp.c
|
* Update the PAUSE macro from "rep; nop;" to "pause;" which is the same bytecode wise but more readable
|
2007-12-18 19:46:26 +00:00 |
syscalls.cpp
|
TraceBuffer simplifies things a bit.
|
2008-01-18 22:17:15 +00:00 |
system_info.c
|
* vm.h no longer includes vm_types.h - only those that actually need access
|
2007-09-27 12:21:33 +00:00 |
team.cpp
|
Also trace set_job_control_entry() and wait_for_child().
|
2008-01-18 00:01:32 +00:00 |
thread.cpp
|
Merged branch haiku/branches/developer/bonefish/optimization revision
|
2008-01-11 00:36:44 +00:00 |
timer.c
|
added more debug output
|
2007-12-25 14:52:49 +00:00 |
wait_for_objects.cpp
|
* Renamed fs/vfs_select.cpp to wait_for_objects.cpp and got rid of
|
2007-10-02 19:47:31 +00:00 |