- Feb 24, 2013
-
-
Guy Zana authored
-
- Feb 21, 2013
- Feb 20, 2013
- Feb 19, 2013
- Feb 18, 2013
-
-
Guy Zana authored
-
Guy Zana authored
-
Christoph Hellwig authored
This is like printf() but prints straight to the console instead of going through the stdio library, the VFS and the device layer. To be used for debugging outout in the kernel.
-
Guy Zana authored
-
- Feb 17, 2013
-
-
Guy Zana authored
-
- Feb 13, 2013
-
-
Guy Zana authored
-
- Feb 12, 2013
-
-
Christoph Hellwig authored
-
Christoph Hellwig authored
-
Christoph Hellwig authored
-
Guy Zana authored
-
Guy Zana authored
-
- Feb 11, 2013
-
-
Avi Kivity authored
For musl code.
-
Guy Zana authored
-
Christoph Hellwig authored
Running tests is now done by editing the command line in build.mak
-
Guy Zana authored
-
- Feb 10, 2013
- Feb 09, 2013
-
-
Dor Laor authored
The tests themselves didn't change and all the changes their are just changes of namespace usage and variable movement.
-
- Feb 07, 2013
- Feb 06, 2013
- Feb 05, 2013
- Feb 04, 2013
-
-
Christoph Hellwig authored
-
- Feb 03, 2013
-
-
Guy Zana authored
The EVENTHANDLER mechanism provides a way for kernel subsystems to register interest in kernel events and have their callback functions invoked when these events occur.
-
Avi Kivity authored
A console driver that wraps another with a spinlock. We usually don't want spinlocks, but if we want to debug the scheduler, we have to use them here.
-
Guy Zana authored
-