.. |
arch
|
Add macros for syscalls with 11 to 13 args.
|
2007-11-15 22:59:35 +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
|
Implemented _debuggerAssert().
|
2007-11-20 16:15:27 +00:00 |
disk_scanner.cpp
|
Renamed src/kernel to src/system.
|
2005-04-13 13:06:35 +00:00 |
driver_settings.c
|
* Now uses find_directory() when used inside the kernel.
|
2007-05-22 13:06:51 +00:00 |
find_directory.c
|
* I broke create_path() with r21194; unlike strncpy(), strlcpy() needs enough space for
|
2007-05-25 11:06:25 +00:00 |
fs_attr.c
|
fs_write_attr() is supposed to remove an existing attribute value.
|
2007-05-22 09:24:19 +00:00 |
fs_index.c
|
Renamed src/kernel to src/system.
|
2005-04-13 13:06:35 +00:00 |
fs_info.c
|
Renamed src/kernel to src/system.
|
2005-04-13 13:06:35 +00:00 |
fs_query.cpp
|
Renamed src/kernel to src/system.
|
2005-04-13 13:06:35 +00:00 |
fs_volume.c
|
Fixed warning.
|
2006-05-19 13:05:56 +00:00 |
image.c
|
* Added a mechanism to retrieve a BMessage with eventual error descriptions
|
2007-07-27 02:32:19 +00:00 |
Jamfile
|
* Renamed fs/vfs_select.cpp to wait_for_objects.cpp and got rid of
|
2007-10-02 19:47:31 +00:00 |
parsedate.cpp
|
Renamed src/kernel to src/system.
|
2005-04-13 13:06:35 +00:00 |
port.c
|
Renamed src/kernel to src/system.
|
2005-04-13 13:06:35 +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
|
This removes the inline assembly code for find_thread
|
2005-08-20 23:57:11 +00:00 |
time.c
|
Uh, the reason why ping did only work once, was because set_alarm() did not call
|
2006-07-26 13:19:52 +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 |