..
arch
Use the new <asm_defs.h> header in x86 assembly files. Particularly
2008-09-23 22:50:30 +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
* Renamed kernel_startup to gKernelStartup.
2008-08-02 15:03:03 +00:00
find_directory.c
* Added find directory constants B_{BEOS|COMMON|USER}_DATA_DIRECTORY, which
2008-08-16 11:05:59 +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
* Fixed bug #2616 , preparseDate() would clear the elements array beyond its
2008-08-17 15:00:25 +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.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