- Jan 24, 2013
- Jan 22, 2013
- Jan 21, 2013
-
-
Christoph Hellwig authored
-
Avi Kivity authored
-
Avi Kivity authored
-
Avi Kivity authored
-
Avi Kivity authored
Java likes upper case in class file names.
-
Guy Zana authored
-
Guy Zana authored
-
Avi Kivity authored
-
Avi Kivity authored
It expects penv to point to something.
-
Avi Kivity authored
-
Christoph Hellwig authored
except for the floating point functionality for now.
-
Dor Laor authored
* 'master' of github.com:cloudius-systems/osv: libc: implement semaphores printf: fix printf("%d", -1) disable floating point support in *printf and *scanf import libc/stdio from musl wire up ioctl() implement vectored writes in the console driver use the stock mktemp implementation from musl now that we support clock_gettime add a setbuf() stub add clock_gettime and supporting functionality
-
Dor Laor authored
-
Dor Laor authored
Please it together w/ other definitions
-
Avi Kivity authored
-
Avi Kivity authored
Conflicts: libc/printf.cc
-
Avi Kivity authored
We did not account for negative numbers, oops.
-
Christoph Hellwig authored
This would require pulling in libm, for which we aren't ready yet.
-
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
-
Christoph Hellwig authored
-
Christoph Hellwig authored
-
Christoph Hellwig authored
-
Dor Laor authored
* 'master' of github.com:cloudius-systems/osv: main: minimal nanosleep() test libc: implement nanosleep() sched: add sleep_until() sched: fix segfault switching a thread back to itself kvmclock: fix for physical mapping changes build: disable the x86-64 redzone for now implement dup3()
-
Dor Laor authored
Longer term it should be nice not to allocate the bars at all
-
Dor Laor authored
-
Avi Kivity authored
-
Avi Kivity authored
-
Avi Kivity authored
-
Avi Kivity authored
-
Avi Kivity authored
Since we don't have an idle thread yet, if a thread is woken up that was last running, we end up calling switch_to() for the current thread, which breaks badly. Add a test for this case.
-
Avi Kivity authored
virt_to_phys() no longer works on static variables, so update the code to allocate kvmclock structures from the heap.
-
Avi Kivity authored
Using the redzone means any interrupt can clobber local variables, so disable it. This isn't a full solution since the payload is not built this way, but it's better than nothing for now.
-
Christoph Hellwig authored
-
- Jan 20, 2013
-
-
Dor Laor authored
* 'master' of github.com:cloudius-systems/osv: libc: implement putenv() libc: implement getpwuid() libc: implement uname() pthread: increase default stack size pthread: fix pthread_self() main: switch payload loading to be in a pthread
-