haiku/src/kernel
Axel Dörfler 8b2f07b69e Removed sleep(), it now uses spin() from cpu.cpp - which is the exact same thing anyway.
This fixes the build as unistd.h defined sleep() as well.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9108 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-09-29 12:51:34 +00:00
..
apps Added some rudimentary AMD CPU identification, courtesy of Brennan Cleveland. 2004-09-15 01:54:50 +00:00
boot Removed sleep(), it now uses spin() from cpu.cpp - which is the exact same thing anyway. 2004-09-29 12:51:34 +00:00
core Fixed the return type of user_memcpy() and friends. 2004-09-29 10:47:46 +00:00
drivers Calmed down the soon to be removed driver loader (to be replaced by a better 2004-09-28 03:42:07 +00:00
glue Now initializes some global variable defined in libroot_init.c. 2004-07-05 18:50:20 +00:00
ldscripts Added boot_loader.ld file (same as stage2.ld for ppc). 2004-04-22 00:53:55 +00:00
libroot isatty() and ctermid() now actually work correctly. 2004-09-28 01:51:01 +00:00
vm2/tests Removing old VM2, starting to integrate new VM. 2003-07-30 11:48:09 +00:00
Jamfile The termios support is now part of the posix_main.o object file. 2004-09-23 23:48:50 +00:00
TODO It is accomplished ... 2002-07-09 12:24:59 +00:00