Age | Commit message (Expand) | Author |
2010-01-27 | remove the printing in timer. | Zheng Da |
2010-01-27 | Enable the irq after installing irq handler and receiving an interrupt. | Zheng Da |
2010-01-26 | allocate a port for interrupt delivery. | Zheng Da |
2010-01-26 | raise the priority of the interrupt handler thread. | Zheng Da |
2010-01-26 | ddekit: support multiple pci buses in the system. | Zheng Da |
2010-01-21 | initialize pciaccess in ddekit. | Zheng Da |
2010-01-19 | hide free_pages. | Zheng Da |
2010-01-19 | Add initcall in ddekit. | Zheng Da |
2010-01-16 | Create a ddekit thread directly for ddekit timer. | Zheng Da |
2010-01-13 | hide __get_free_pages to avoid name conflict. | Zheng Da |
2010-01-05 | Declare fetch_jiffies in the header file. | Zheng Da |
2010-01-01 | check in panic.c | Zheng Da |
2010-01-01 | Remove c_headers.h | Zheng Da |
2009-12-29 | Don't include C library headers files in our header files. | Zheng Da |
2009-12-15 | Add ddekit_condvar_deinit. | Zheng Da |
2009-12-15 | Use ddekit condvar instead of the one in cthreads. | Zheng Da |
2009-12-15 | fix a bug in condvar. | Zheng Da |
2009-12-15 | fix a bug (setting a thread name). | Zheng Da |
2009-12-13 | Setup the main thread when initializing ddekit. | Zheng Da |
2009-12-13 | Use a global lock to protect a thread's local data. | Zheng Da |
2009-12-13 | A new thread has been initialized when it starts. | Zheng Da |
2009-12-11 | Don't set the main thread name. | Zheng Da |
2009-12-11 | destroy the port before the thread exits. | Zheng Da |
2009-12-11 | Use ddekit lock instead of mutex. | Zheng Da |
2009-12-11 | allow to print information to stdout. | Zheng Da |
2009-12-07 | Make ddekit_simple_malloc/free inline. | Zheng Da |
2009-12-07 | Use linux_kmalloc only when we need contiguous physical memory. | Zheng Da |
2009-12-07 | fix a bug in printf.c | Zheng Da |
2009-12-07 | support allocation of large chunks of memory. | Zheng Da |
2009-12-06 | fix Makefile to compile the library. | Zheng Da |
2009-12-06 | kmem gets its own priv host port by itself. | Zheng Da |
2009-12-06 | fix a bug in printf.c. | Zheng Da |
2009-12-06 | Redefine HZ. | Zheng Da |
2009-12-06 | The code can be compiled now. | Zheng Da |
2009-12-05 | Fix a bug. | Zheng Da |
2009-12-05 | Implementation of interrupt. | Zheng Da |
2009-12-04 | Implement printf and its variant. | Zheng Da |
2009-12-03 | Implement panic. | Zheng Da |
2009-12-03 | Implement physical <--> virtual address mapping. | Zheng Da |
2009-12-03 | Implement a faked slab cache. | Zheng Da |
2009-12-03 | Modify resource.c. | Zheng Da |
2009-12-03 | The implementation of condition variables. | Zheng Da |
2009-11-21 | Add the implementation of list, used by semaphore. | Zheng Da |
2009-11-21 | Implement the semaphore (in thread.c). | Zheng Da |
2009-11-21 | Record the thread who holds the lock by ourselves. | Zheng Da |
2009-11-21 | Emulate the timer in the Hurd. | Zheng Da |
2009-11-18 | fix a bug in thread.c. | Zheng Da |
2009-11-18 | Check in the implementation of the owner of a lock. | Zheng Da |
2009-11-18 | Adapt the implementation of lock. | Zheng Da |
2009-11-18 | Adapt the implementation of DDEKit threads. | Zheng Da |