- Apr 11, 2013
-
-
Avi Kivity authored
-
Avi Kivity authored
This is only causing confusion; change all callers to add '\n' explicitly and drop the optional argument.
-
- Apr 07, 2013
-
-
Guy Zana authored
-
- Mar 18, 2013
-
-
Christoph Hellwig authored
just like most libc implementations.
-
- Feb 11, 2013
-
-
Christoph Hellwig authored
-
- Feb 07, 2013
-
-
Christoph Hellwig authored
-
Christoph Hellwig authored
Of course we don't actually support locales yet, so these are trivial wrappers.
-
Christoph Hellwig authored
-
- Feb 06, 2013
-
-
Christoph Hellwig authored
-
Christoph Hellwig authored
-
- Feb 05, 2013
-
-
Christoph Hellwig authored
-
- Jan 31, 2013
-
-
Avi Kivity authored
Otherwise, static constructors in functions are never called. This manifested itself in the jit generating wrong code when compiling a function, as the register calling convention was not initialized, and the jvm tried to load all method arguments into %rax.
-
- Jan 27, 2013
-
-
Christoph Hellwig authored
-
- Jan 21, 2013
-
-
Christoph Hellwig authored
-
Christoph Hellwig authored
note that as of now all functioanlity related to file or pthread locking is not implemented or stubbed out.
-
Christoph Hellwig authored
-
Christoph Hellwig authored
-
- Jan 20, 2013
-
-
Avi Kivity authored
confstr(NULL) is defined to return the size of required storage; use a temporary string to make it not fault.
-
- Jan 19, 2013
-
-
Christoph Hellwig authored
-
Christoph Hellwig authored
-
- Jan 18, 2013
-
-
Christoph Hellwig authored
-
- Jan 17, 2013
-
-
Christoph Hellwig authored
-
Christoph Hellwig authored
-
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
-
Christoph Hellwig authored
-
- Jan 11, 2013
-
-
Christoph Hellwig authored
-
- Jan 10, 2013
-
-
Avi Kivity authored
-
Avi Kivity authored
Do nothing yet (used for CLOEXEC, meaningless for us).
-
Avi Kivity authored
-
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.
-
Avi Kivity authored
-
Avi Kivity authored
-
Avi Kivity authored
-
- Jan 09, 2013
-
-
Avi Kivity authored
-
Christoph Hellwig authored
-
Christoph Hellwig authored
-
- Jan 08, 2013
-
-
Avi Kivity authored
-
Avi Kivity authored
-