haiku/src/system/kernel/lib
2007-04-16 06:17:14 +00:00
..
Jamfile Turn the assembly optimized memcpy (simple rep movsd) back on for x86. Had to hack around the make system a bit, and the result is pretty nasty, specifically due to the amount of places in the system where various targets poke their fingers into the libroot directory. 2007-04-16 06:17:14 +00:00
kernel_errno.c Moved libroot/posix/kerrno.c to kernel/lib/ where it belongs, and renamed it to kernel_errno.c. 2007-02-02 10:53:57 +00:00
kernel_setjmp_save_sigs.c Enabled setjmp()/longjmp() support in the kernel. 2007-04-01 17:05:26 +00:00
kernel_vsprintf.c Since we're using floating point values at several places in the kernel, I added 2006-12-21 12:05:16 +00:00