haiku/src/kernel/libroot/os
Axel Dörfler 3dbf98a59a Renamed thread/team syscalls to new scheme.
find_thread() is now correct.
Moved send_data(), has_data(), and receive_data() back into this file.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6874 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-03-03 01:05:13 +00:00
..
arch _kfind_thread_() is now correctly implemented. 2004-03-03 01:03:31 +00:00
area.c Added/changed/fixed area syscalls. 2003-08-20 15:58:06 +00:00
atomic.c renamed atomic_read() into atomic_get() (since we already have atomic_set(), but not a atomic_write()) 2003-08-31 01:21:56 +00:00
debug.c Added libroot's os/ tree. 2002-10-05 17:07:03 +00:00
disk_scanner.cpp extended_partition_info::mounted_at is gone. 2003-02-08 00:40:48 +00:00
driver_settings.c Corrected a comment to match the implementation. 2003-10-01 01:39:03 +00:00
fs_attr.c Fixes the not POSIX style return codes - fs_*() functions return -1 and set 2002-10-17 19:22:04 +00:00
fs_index.c Added implementation of the functions in fs_index.h. 2002-10-17 19:30:59 +00:00
image.c Moved "__progname" from startup code to libroot_init.c (because BeOS start_dyn.o 2003-01-13 10:50:14 +00:00
Jamfile Implemented new syscalls for 32 and 64 bit atomic operations. 2003-08-21 23:02:00 +00:00
parsedate.cpp Now ignores the ending of ordered numbers (1st, 2nd, 3rd, ...). 2003-08-27 01:12:51 +00:00
port.c Added libroot's os/ tree. 2002-10-05 17:07:03 +00:00
sem.c Added libroot's os/ tree. 2002-10-05 17:07:03 +00:00
syscalls.S Added _kern_debug_output() syscall. 2003-11-13 22:07:36 +00:00
systeminfo.c Moved arch-dependent stuff to the correct location, no more #if __INTEL__ 2003-01-07 09:05:27 +00:00
team.c Added libroot's os/ tree. 2002-10-05 17:07:03 +00:00
thread.c Renamed thread/team syscalls to new scheme. 2004-03-03 01:05:13 +00:00
time.c Implemented the set_real_time_clock() syscall. 2003-10-28 13:29:29 +00:00