haiku/src/system/kernel
Axel Dörfler f951ca0e6a Fixed a couple of bugs:
* fs_unmount() freed vnodes, but didn't remove them from the unused list if
  needed.
* vfs_get_module_path() could put a vnode twice under several situations.
* vnode_path_to_vnode() now always puts the dir vnode, even if the provided
  path is NULL. Documented the fact that it does eat the ref, too.
* Added a to-do item in vfs_get_vnode_cache() about a possible problem.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16662 a95241bf-73f2-0310-859d-f6bbb57e9c96
2006-03-08 21:42:14 +00:00
..
arch Implemented SSE2/3 support (tested with VLC). 2006-03-02 17:12:56 +00:00
cache Like the comment above said, vfs_lookup_vnode() doesn't grab a ref to the vnode, 2006-03-05 20:55:35 +00:00
debug Fixed "strange" debugger commands in help listing. 2006-03-06 13:38:16 +00:00
device_manager * Added get_root() to device_manager_info. Surprisingly enough, it 2006-02-07 02:29:14 +00:00
disk_device_manager improbed tabbing 2006-01-24 10:56:10 +00:00
fs Fixed a couple of bugs: 2006-03-08 21:42:14 +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 * Added a new list_insert_item_before() function that inserts a new item 2006-03-02 22:48:47 +00:00
vm vm_cache_resize() could remove one page too many, and thus eventually free 2006-03-06 22:28:40 +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 Changed the way how CPU activity is monitored: instead of taking the active 2006-02-01 20:03:55 +00:00
elf.c Fixed some GCC4 only warnings 2006-01-08 12:39:06 +00:00
heap.c * Added debug output to vm_low_memory.cpp. 2005-12-16 17:35:03 +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 [arch_]int_post_device_manager() which is invoked after 2006-02-07 02:50:32 +00:00
Jamfile * Added a debugger command "info" that dumps some basic system usage info. 2006-03-06 13:40:36 +00:00
kernel_daemon.c Some cleanup (made static variables static). 2005-06-13 12:59:11 +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 * Reduced stack usage for iterator_get_next_module() quite a bit by no 2006-03-05 18:09:19 +00:00
port.c * Closing a port now also deletes the port's semaphores, so that a pending write_port(), 2006-03-08 17:09:20 +00:00
real_time_clock.c Fixed a couple problems in the time keeping mechanism, which got broken lately. Done in tandem with Korli 2006-01-05 16:03:22 +00:00
scheduler.cpp Changed the way how CPU activity is monitored: instead of taking the active 2006-02-01 20:03:55 +00:00
sem.c * get_vnode() did not decrease the sUnusedVnodes counter when taking one node 2006-03-06 16:18:52 +00:00
shutdown.c Renamed system/core to system/kernel. 2005-04-13 13:22:10 +00:00
signal.c Fixed a major oversight in the interrupt handling: when a user space 2005-11-25 12:26:56 +00:00
smp.c Fixed call_all_cpus(): it shouldn't call the function synchronously; inter-CPU 2006-01-31 18:30:34 +00:00
syscalls.c The app_server now updates the kernel's blue screen frame buffer on mode changes 2005-05-29 20:23:00 +00:00
sysctl.c Renamed system/core to system/kernel. 2005-04-13 13:22:10 +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 Separated vm_address_space.h from vm.h. 2005-12-20 15:54:45 +00:00
thread.c * Added a wait_for_thread_etc() function that allows specifying semaphore flags 2006-03-08 16:41:03 +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