haiku/src/system/kernel
Michael Lotz 1d99d469a0 * Properly implement rescan in devfs (rescan when closed and republish when open)
* Cache the looked up image symbols as well as the API version in the driver entry

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23441 a95241bf-73f2-0310-859d-f6bbb57e9c96
2008-01-12 16:05:17 +00:00
..
arch Hi Ingo, I'm not the only one to break the build today :)) 2008-01-11 14:01:19 +00:00
cache * Fixed a big bug in common_file_io_vec_pages(): vecOffset was not correctly 2008-01-06 14:04:15 +00:00
debug Merged branch haiku/branches/developer/bonefish/optimization revision 2008-01-11 00:36:44 +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 * Properly implement rescan in devfs (rescan when closed and republish when open) 2008-01-12 16:05:17 +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 The slab areas shouldn't be user readable... 2008-01-03 10:33:03 +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 (or rather, worked around) a deadlock in the VM: when a file was 2008-01-09 22:25:21 +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 * Increased condition variable hash size. 2007-10-01 22:28:54 +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 Merged branch haiku/branches/developer/bonefish/optimization revision 2008-01-11 00:36:44 +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 * 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.c * IDs are now generally printed as decimal values. 2007-10-11 08:30:18 +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.c * IDs are now generally written as decimal numbers, rather than hexadecimal. 2007-10-11 07:46:55 +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 Merged branch haiku/branches/developer/bonefish/optimization revision 2008-01-11 00:36:44 +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.c Merged branch haiku/branches/developer/bonefish/optimization revision 2008-01-11 00:36:44 +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 Added a list of death_entry's to the teams structure. It stores the 2007-11-28 00:07: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