..
arch
[GSoC] [ARM] Patch by Johannes Wischert.
2009-08-15 14:22:53 +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
Made _debuggerAssert()'s "message" parameter const. Fixes building with gcc4.
2009-04-30 12:21:20 +00:00
disk_scanner.cpp
Renamed src/kernel to src/system.
2005-04-13 13:06:35 +00:00
driver_settings.c
Fix typo.
2008-10-15 08:08:31 +00:00
find_directory.c
* Changed directory structure as suggested on the mailing list.
2009-04-03 09:02:44 +00:00
fs_attr.cpp
* Introduced dedicated syscalls for the deprecated BeOS fs_attr API. Before,
2009-07-29 00:34:44 +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
Added private get_image_symbol_etc() that can recursively search for a symbol
2009-02-28 18:50:40 +00:00
Jamfile
* Made set_timezone() argument const - it's not supposed to mess with it.
2009-07-02 14:07:46 +00:00
parsedate.cpp
* squashed a TODO in parsedate() about missing timezones - now both textual
2009-05-26 15:11:05 +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
* Coding style cleanup, pointed out by Andreas.
2008-08-05 13:57:14 +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
* Implemented a (private for now) get_system_info_etc() call, that can retrieve
2008-09-17 16:27:17 +00:00
team.c
Renamed src/kernel to src/system.
2005-04-13 13:06:35 +00:00
thread.c
* revert r27322 and apply the patch provided by Salvatore
2008-09-04 17:00:01 +00:00
time.cpp
* Made set_timezone() argument const - it's not supposed to mess with it.
2009-07-02 14:07:46 +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