Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-06 | The code can be compiled now. | Zheng Da | |
2009-12-05 | Fix a bug. | Zheng Da | |
The interrupt handler can only been attached to the same irq once. | |||
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 | |
ddekit_condvar_wait_timed hasn't been implemented as it is only used by freebsd drivers. | |||
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 | |
cthreads mutex might contain the holder only when WAITDEBUG is defined. I think it's better to implement it by ourselves. | |||
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 | |
TODO: the implementation of the owner of lock hasn't been adapted. | |||
2009-11-18 | Adapt the implementation of DDEKit threads. | Zheng Da | |
2009-11-17 | Remove the old pgtable file. | Zheng Da | |
2009-11-17 | Remove the code for initializing l4io. | Zheng Da | |
2009-11-17 | link with pciaccess library. | Zheng Da | |
2009-11-17 | Use libpciaccess to implement it. | Zheng Da | |
2009-11-17 | We simply use malloc and free. | Zheng Da | |
Maybe I can just use macros to replace ddekit_simple_malloc ddekit_simple_free. | |||
2009-11-17 | Adapt Makefile to compile DDEKit in Hurd. | Zheng Da | |
2009-11-17 | Add DDEKit headers. | Zheng Da | |
2009-11-17 | The original version of DDEKit. | Zheng Da | |
2009-05-03 | This is my initial working version. | root | |
There is a bug in boot in this version: subhurd sometimes cannot boot. |