- Jan 15, 2013
-
-
Guy Zana authored
-
Christoph Hellwig authored
found by the glibc testsuite
-
Christoph Hellwig authored
Fix various corner cases to pass the glibc test suite.
-
Christoph Hellwig authored
-
Christoph Hellwig authored
-
Christoph Hellwig authored
-
Christoph Hellwig authored
-
Christoph Hellwig authored
-
Avi Kivity authored
mmap() did not consider that a large page may be used to map an area that it is overwriting. This can happen if the primordial 1:1 area is remapped (as when the payload is creating some guard pages). The result is that random memory is overwritten with a pte. Fix by detecting large pages and splitting them up.
-
Avi Kivity authored
-
Dor Laor authored
We need only to store the virtual address returned from malloc. virt_to_phys is the function translating the virtual mem into physical. In addition, I founf a design error in the virtio PFN code. It will only affect us on > 44 bit ram..
-
Guy Zana authored
-
Dor Laor authored
* 'master' of github.com:cloudius-systems/osv: Moved some definitions to reside within the appropriate classes (vring_used, vring_avail) build: use headers and binaries from external/gcc.bin and external/glibc.bin Add glibc.bin submodule Add gcc binary submodule
-
Guy Zana authored
-
Dor Laor authored
-
Avi Kivity authored
-
Avi Kivity authored
-
- Jan 14, 2013
-
-
Dor Laor authored
Now the network driver has 3 queues as it should have
-
Guy Zana authored
-
Avi Kivity authored
-
Avi Kivity authored
-
Guy Zana authored
-
- Jan 13, 2013
-
-
Avi Kivity authored
-
Avi Kivity authored
Required by pthread_getattr_np(), in turn required by the jvm.
-
Avi Kivity authored
-
Dor Laor authored
* 'master' of github.com:/avikivity/osv: pthread: implement pthread_create()
-
Dor Laor authored
queue size correctly.
-
Dor Laor authored
-
Avi Kivity authored
-
- Jan 12, 2013
-
-
Guy Zana authored
-
- Jan 11, 2013
-
-
Avi Kivity authored
Apparently glibc defines it as a macro, so it doesn't compile. #undef it back.
-
Avi Kivity authored
Caught by make mode=release.
-
Avi Kivity authored
-
Avi Kivity authored
-
Avi Kivity authored
Otherwise 'make' deletes the intermediate .o file and causes spurious rebuilds.
-
Avi Kivity authored
-
Avi Kivity authored
Break long lines
-
Avi Kivity authored
Cuts boot time dramatically
-
Avi Kivity authored
-
Christoph Hellwig authored
-