]> git.buserror.net Git - polintos/scott/priv.git/commit
Move some freestanding libc functions from the kernel into
authorScott Wood <scott@thor.buserror.net>
Sun, 5 Aug 2007 16:36:16 +0000 (11:36 -0500)
committerScott Wood <scott@thor.buserror.net>
Sun, 5 Aug 2007 16:36:16 +0000 (11:36 -0500)
commit4b46e0122596ab988ca1c2045464ad7c2af0358b
treeccd1875a78bb9eb796d4c2695c1fe80665719353
parentbcba00f20216db4b6f42fdf2a06e0590df336023
Move some freestanding libc functions from the kernel into
libfreestanding.
12 files changed:
include/c/std/string.h
kernel/Makefile
kernel/arch/x86/Makefile.final
kernel/include/kern/libc.h
kernel/lib/libc.cc
lib/Makefile
lib/c/Makefile
lib/c/Makefile.final [new file with mode: 0644]
lib/c/freestanding/Makefile [new file with mode: 0644]
lib/c/freestanding/Makefile.final [new file with mode: 0644]
lib/c/freestanding/sprintf.c [new file with mode: 0644]
lib/c/freestanding/string.c [new file with mode: 0644]