- Jan 23, 2014
-
-
Amnon Heiman authored
In the Http server implementation, some of the code was based on an example from the boost library. The boost license itself was not included in the license directory. Signed-off-by:
Amnon Heiman <amnon@cloudius-systems.com> Signed-off-by:
Pekka Enberg <penberg@cloudius-systems.com>
-
- Dec 01, 2013
-
-
Nadav Har'El authored
Add license file (BSD license) for fastlog2() function used in the new scheduler as a quick approximate logf(). From https://code.google.com/p/fastapprox/ . Signed-off-by:
Nadav Har'El <nyh@cloudius-systems.com> Signed-off-by:
Pekka Enberg <penberg@cloudius-systems.com>
-
- Apr 30, 2013
-
-
Arnon Kanfi authored
-
- Apr 17, 2013
-
-
Guy Zana authored
-
- 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
-