haiku/src/kernel
Axel Dörfler e729eba84d Merged several object files together - there are now posix_xxx.o and
kernel_posix_xxx.o, where xxx stands for stdio/stdlib/unistd/...
sleep.c and usleep.c no longer reference sys_() calls directly, but
call the OS functions instead (snooze_until(), and system_time()).


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1839 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-11-04 18:49:49 +00:00
..
apps Added a simple select() and poll() test application - it's not yet added 2002-11-01 03:03:12 +00:00
boot might work better 2002-10-30 02:10:06 +00:00
core Moved the select/poll implementation into its own file (vfs_select.c). 2002-11-03 03:19:34 +00:00
drivers Replaced kmalloc(), kfree(), and kstrdup() with the POSIX equivalents. 2002-10-29 23:07:06 +00:00
glue adding environmental variables support 2002-07-18 14:07:56 +00:00
ldscripts It is accomplished ... 2002-07-09 12:24:59 +00:00
libroot Merged several object files together - there are now posix_xxx.o and 2002-11-04 18:49:49 +00:00
vm2 Checkpoint - more work done. 2002-10-26 18:55:44 +00:00
Jamfile Replaced kmalloc(), kfree(), and kstrdup() with the POSIX equivalents. 2002-10-29 23:07:06 +00:00
TODO It is accomplished ... 2002-07-09 12:24:59 +00:00