You need to sign in or sign up before continuing.
- Feb 07, 2013
-
-
Christoph Hellwig authored
-
- Feb 04, 2013
-
-
Christoph Hellwig authored
again taken from musl. For now disabled: - floor, ceil: we have an asm implementation, but need to check if it's enough - various functions that mess with the floating point exception status.
-
- Jan 29, 2013
-
-
Avi Kivity authored
-
- Jan 27, 2013
-
-
Dor Laor authored
-
- Jan 18, 2013
-
-
Christoph Hellwig authored
-
- Jan 17, 2013
-
-
Christoph Hellwig authored
-
- Jan 16, 2013
-
-
Christoph Hellwig authored
Import the whole string library, as well as the ctype functions from the musl C library. Must is a BSD licensed library that aims to be API and mostly ABI compatible with glibc, so it's our easiest way to provide the ABI we need without reinventing the wheel. I will import more of the traditional non-syscall C library code from it and expect libc/ to eventually mostly consist of slightly modified musl code.
-
- Jan 15, 2013
-
-
Christoph Hellwig authored
-
- Jan 10, 2013
-
-
Christoph Hellwig authored
Various changes to fit into the OSv environment. This also includes a ramfs in-memory full filesystem. Bootfs is rewritten as a simple unpacker into ramfs, and the fs class is modified to wrap the VFS instead of being an abstract subclass.
-
Christoph Hellwig authored
Using the recently commited strncmp broke the VFS path lookup.
-
- Jan 03, 2013
-
-
Dor Laor authored
-