haiku/src/system/libroot/os
Axel Dörfler 9c5c79ad86 * Made DIR definition private, and moved it into the new dirent_private.h
header.
* Added fields necessary to make it possible to retrieve more than one
  dirent from the underlying file system.
* Unless some app creates a DIR on its own to it to feed readdir(), this
  change should be binary compatible. If we find an application misbehaving,
  we can still make it a GCC4 only thing.
* fs_attr/fs_index/fs_query now all use readdir() directly (as that one
  contains the logic to iterate through a number of dirents in userspace).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26339 a95241bf-73f2-0310-859d-f6bbb57e9c96
2008-07-09 11:16:00 +00:00
..
arch build fix 2008-06-08 20:34:49 +00:00
area.c Renamed src/kernel to src/system. 2005-04-13 13:06:35 +00:00
atomic.c The <arch_config.h> header is needed in <syscalls.h>, since we're using 2005-12-07 23:11:02 +00:00
debug.c * _rtDebugFlag is supposed to default to true (is usually only used when 2008-03-05 19:41:05 +00:00
disk_scanner.cpp Renamed src/kernel to src/system. 2005-04-13 13:06:35 +00:00
driver_settings.c * Initialize all static mutexes in the kernel through a MUTEX_INITIALIZER() 2008-06-05 23:19:27 +00:00
find_directory.c Fixed warnings. 2008-05-02 12:39:17 +00:00
fs_attr.c * Made DIR definition private, and moved it into the new dirent_private.h 2008-07-09 11:16:00 +00:00
fs_index.c * Made DIR definition private, and moved it into the new dirent_private.h 2008-07-09 11:16:00 +00:00
fs_info.c Renamed src/kernel to src/system. 2005-04-13 13:06:35 +00:00
fs_query.cpp * Made DIR definition private, and moved it into the new dirent_private.h 2008-07-09 11:16:00 +00:00
fs_volume.c Fixed warning. 2006-05-19 13:05:56 +00:00
image.cpp Fix gcc4 build. 2008-06-24 16:10:57 +00:00
Jamfile * Changed the _kern_exec() and _kern_load_image() syscalls. They expect 2008-06-24 03:37:07 +00:00
parsedate.cpp Renamed src/kernel to src/system. 2005-04-13 13:06:35 +00:00
port.c Added experimental public API get_port_message_info_etc(). It is similar 2008-04-17 17:46:02 +00:00
scheduler.c Make C compiler happy. 2007-08-04 17:09:46 +00:00
sem.c Renamed src/kernel to src/system. 2005-04-13 13:06:35 +00:00
syscalls.S Renamed src/kernel to src/system. 2005-04-13 13:06:35 +00:00
system_info.c is_computer_on() lives again as a true syscall. 2007-02-04 21:08:35 +00:00
team.c Renamed src/kernel to src/system. 2005-04-13 13:06:35 +00:00
thread.c * Introduced new header directory headers/private/system which is supposed 2008-05-14 03:55:16 +00:00
time.c * Introduced new header directory headers/private/system which is supposed 2008-05-14 03:55:16 +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