summaryrefslogtreecommitdiff
path: root/libmachdev/ds_routines.c
AgeCommit message (Collapse)Author
2010-05-31make glue code of networking more independant.Zheng Da
This change is required for block device drivers. When block device drivers are linked to the glue code, the linker should be able to perform garbage collection and exclude the code of networking from the driver programs.
2010-02-27remove RPCs for PCI conf space.Zheng Da
2010-02-08remove io done thread.Zheng Da
eliminate a potential race condition in thread_wait and thread_wakeup.
2010-02-05dereference ports when return D_INVALID_OPERATIONS in device requests.Zheng Da
2010-02-05create a thread for only handling device requests.Zheng Da
2010-02-01check in libmachdev.Zheng Da