- Jan 15, 2013
-
-
Christoph Hellwig authored
-
- Jan 13, 2013
-
-
Avi Kivity authored
-
Avi Kivity authored
-
- Jan 11, 2013
-
-
Avi Kivity authored
Apparently glibc defines it as a macro, so it doesn't compile. #undef it back.
-
- Jan 10, 2013
-
-
Avi Kivity authored
-
Avi Kivity authored
Instead of using the variable's value, we used its name. There isn't even a name for this kind of bug.
-
Avi Kivity authored
-
Avi Kivity authored
-
Avi Kivity authored
-
Avi Kivity authored
-
Avi Kivity authored
Could be better, but waiting for vfs revamp anyway.
-
Christoph Hellwig authored
Also based on prex code.
-
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.
-
Avi Kivity authored
-
Avi Kivity authored
-
Avi Kivity authored
-
Avi Kivity authored
-
Avi Kivity authored
-
Avi Kivity authored
Unlike most glibc data types, FILE is not opaque - it is defined as _IO_FILE in libio.h and some glibc inlines actually use it. So we must use the same structure. Do this by subclassing _IO_FILE. Unbreaks mode=release build.
-
- Jan 09, 2013
-
-
Avi Kivity authored
as in "%016lx".
-
Avi Kivity authored
-
Christoph Hellwig authored
-
Avi Kivity authored
-
Christoph Hellwig authored
-
- Jan 08, 2013
-
-
Avi Kivity authored
-
Avi Kivity authored
-
Avi Kivity authored
-
Avi Kivity authored
-
Avi Kivity authored
-
Avi Kivity authored
-
Avi Kivity authored
Convert from libc mutex to osv mutex.
-
Avi Kivity authored
-
Avi Kivity authored
-
Avi Kivity authored
-
Avi Kivity authored
-
Avi Kivity authored
Implemented the wrong prototype.
-
Avi Kivity authored
-
Christoph Hellwig authored
Just forward the formatted string to debug() for now. This allows bringing up a trivial hello world test payload.
-
Avi Kivity authored
-