haiku/src/system/kernel
Stephan Aßmus aff0fbbe57 axeld:
* vfs_read_pages_async() must not be called with locked cache,
  since it cannot be guaranteed that the operation will be
  performed asynchronously. (The ISO9660 FS for example does not
  implement the new IO hooks... yet.)


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30476 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-04-28 08:03:39 +00:00
..
arch Fixed incorrect loop condition. Thanks Francois for reviewing! (and sorry for 2009-04-21 12:30:54 +00:00
cache axeld: 2009-04-28 08:03:39 +00:00
debug * Make the wait object hash table larger than the maximum number of wait 2009-04-24 22:44:26 +00:00
device_manager Removed unintentional thought mumbling left-over that would fortunately cause 2009-04-07 17:40:16 +00:00
disk_device_manager * Cleared up a misconception in the notification mechanism. We already had 2009-04-11 21:45:25 +00:00
fs axeld: 2009-04-27 18:16:58 +00:00
lib * Made the WeakReferenceable class templatized. Not really sure yet I like that 2009-04-07 15:14:15 +00:00
messaging Remove invalid TODO. 2009-03-14 00:18:23 +00:00
platform - Fix build. 2008-10-21 21:23:55 +00:00
posix Change function name to work with stricter name lookup in GCC 4.3. See 2009-01-22 23:10:50 +00:00
scheduler * Scheduler/wait object listener: 2009-04-23 13:47:52 +00:00
slab Fixing warnings under GCC4 in preparation to enable -Werror there as well: 2009-02-01 20:48:02 +00:00
util When linking against libgcc already don't include these symbols. Otherwise we 2009-01-25 21:28:43 +00:00
vm axeld: 2009-04-27 18:16:58 +00:00
boot_item.cpp
boot_splash.cpp Patch by David Powell: 2008-08-28 16:59:34 +00:00
commpage.cpp Register the commpage as an image and its entries as symbols. 2008-09-24 14:41:42 +00:00
condition_variable.cpp * Scheduler/wait object listener: 2009-04-23 13:47:52 +00:00
cpu.c * _user_cpu_enabled() accidently returned an error code instead of "false". 2008-05-22 11:38:00 +00:00
elf.cpp Added elf_get_kernel_image() returning the image for the kernel. 2009-04-08 16:47:45 +00:00
heap.cpp * The deferred_deleter() kernel daemon dropped out, if the list with 2008-11-14 01:50:13 +00:00
image.cpp * Cleared up a misconception in the notification mechanism. We already had 2009-04-11 21:45:25 +00:00
int.c Fix wrong check, thanks Axel :-) 2009-02-18 17:52:51 +00:00
Jamfile * Scheduler/wait object listener: 2009-04-23 13:47:52 +00:00
kernel_daemon.cpp Fixing warnings under GCC4 in preparation to enable -Werror there as well: 2009-02-01 20:48:02 +00:00
kernel.rdef
linkhack.c
listeners.cpp Added WaitObjectListener destructor. Hopefully fixes the gcc 2 build. 2009-04-23 14:53:18 +00:00
lock.cpp * Scheduler/wait object listener: 2009-04-23 13:47:52 +00:00
low_resource_manager.cpp Merged branch haiku/branches/developer/bonefish/vm into trunk. This 2008-07-22 20:36:32 +00:00
main.cpp bonefish + mmlr: 2009-04-04 23:54:01 +00:00
module.cpp Fixing warnings under GCC4 in preparation to enable -Werror there as well: 2009-02-01 20:48:02 +00:00
Notifications.cpp * Cleared up a misconception in the notification mechanism. We already had 2009-04-11 21:45:25 +00:00
port.cpp * Cleared up a misconception in the notification mechanism. We already had 2009-04-11 21:45:25 +00:00
real_time_clock.c * Minor cleanup. 2009-04-03 08:05:25 +00:00
sem.cpp * Scheduler/wait object listener: 2009-04-23 13:47:52 +00:00
shutdown.c Patch by Olivier Coursiere: When rebooting, shutdown all the system teams, 2009-04-05 19:04:25 +00:00
signal.cpp Updated TODO. 2009-04-23 12:19:36 +00:00
smp.cpp acquire_spinlock[_nocheck]() do now panic() when they couldn't acquire the 2009-03-26 15:16:39 +00:00
syscalls.cpp The kernel side of a new system-wide sampling-based profiling mechanism. 2009-04-11 22:20:51 +00:00
system_info.cpp * The "info" KDL command now also dumps the built-in SVN revision. 2008-10-15 21:24:32 +00:00
team.cpp * Cleared up a misconception in the notification mechanism. We already had 2009-04-11 21:45:25 +00:00
thread.cpp * Cleared up a misconception in the notification mechanism. We already had 2009-04-11 21:45:25 +00:00
timer.cpp Moved definition of the PAUSE macro to <cpu.h>, respectively 2008-10-17 16:53:31 +00:00
usergroup.cpp * Introduced ref-counting for the I/O contexts. 2009-03-02 00:26:22 +00:00
wait_for_objects.cpp Support 0 file descriptors/infos in poll()/wait_for_objects(). Fixes #3591. 2009-03-21 20:23:36 +00:00