haiku/src/system/kernel
Axel Dörfler c40fe37f0b * Reverted the changes r17693 made to vfs_get_vnode_cache(); instead, vm_create_vnode_cache()
will now grab a reference to the vnode as well if successful. This way, vfs_get_vnode_cache()
  now actually works how it should: it will now always grab a reference to the cache and
  its underlying vnode. This removes an extra reference to the vnode (and vm_cache) that
  got ignored before and prevented volumes to be unmounted (or file caches to be removed).
  Thanks to Korli for pointing this out.
* file_cache_create() is now aware of that extra vnode reference and releases it; unmounting
  volumes is now working again as it should.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@18716 a95241bf-73f2-0310-859d-f6bbb57e9c96
2006-08-30 23:09:04 +00:00
..
arch Minor cleanup. 2006-08-30 23:00:58 +00:00
cache * Reverted the changes r17693 made to vfs_get_vnode_cache(); instead, vm_create_vnode_cache() 2006-08-30 23:09:04 +00:00
debug - moved dumpBlock() into debug.c, renamed it to dump_block() and added it 2006-07-25 19:46:36 +00:00
device_manager Turned off some debug output, the device tree is no longer dumped (was a partial 2006-03-27 15:14:30 +00:00
disk_device_manager * KDiskDeviceManager::_ScanPartition() can now run synchronously (and execute the 2006-05-05 10:54:10 +00:00
fs * Reverted the changes r17693 made to vfs_get_vnode_cache(); instead, vm_create_vnode_cache() 2006-08-30 23:09:04 +00:00
lib Fixed some GCC4 only warnings 2006-01-08 12:39:06 +00:00
messaging * Introduced new build system variables 2005-12-30 21:20:07 +00:00
platform * Turned the kernel platform support from a library into an object. 2006-01-26 15:06:59 +00:00
util have ring_buffer built on non-haiku platforms 2006-08-04 19:20:01 +00:00
vm * Reverted the changes r17693 made to vfs_get_vnode_cache(); instead, vm_create_vnode_cache() 2006-08-30 23:09:04 +00:00
boot_item.cpp The boot item list was not initialized; this was no problem, though, as 2005-06-13 13:01:13 +00:00
cpu.c Removed the extra info struct in the cpu_ent union and made said union a struct instead. Same as r1137 in NewOS. 2006-04-29 22:38:19 +00:00
elf.cpp Forgot even more debug output... 2006-03-26 18:45:54 +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 Removed sysctl(), there is no need for this BSD-ish call. 2006-06-29 09:37:06 +00:00
kernel_daemon.c Some cleanup (made static variables static). 2005-06-13 12:59:11 +00:00
kernel.rdef * Changed the kernel build rules, so that the executables can have resources 2006-06-13 16:08:55 +00:00
linkhack.c Renamed system/core to system/kernel. 2005-04-13 13:22:10 +00:00
lock.c Renamed system/core to system/kernel. 2005-04-13 13:22:10 +00:00
main.c Added [arch_]int_post_device_manager() which is invoked after 2006-02-07 02:50:32 +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 Removed the extra info struct in the cpu_ent union and made said union a struct instead. Same as r1137 in NewOS. 2006-04-29 22:38:19 +00:00
sem.c Dumping semaphore info in the kernel debugger will now print the whole queue 2006-08-29 11:05:22 +00:00
shutdown.c Renamed system/core to system/kernel. 2005-04-13 13:22:10 +00:00
signal.c * send_signal_etc() now handles a pid_t of -1 specially, but not yet really correct 2006-08-29 01:41:16 +00:00
smp.c Removed the extra info struct in the cpu_ent union and made said union a struct instead. Same as r1137 in NewOS. 2006-04-29 22:38:19 +00:00
syscalls.c Removed sysctl(), there is no need for this BSD-ish call. 2006-06-29 09:37:06 +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 * send_signal_etc() now handles a pid_t of -1 specially, but not yet really correct 2006-08-29 01:41:16 +00:00
thread.c kill_thread() and friends are supposed to check the passed in thread_id or else 2006-08-29 01:36:54 +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