summaryrefslogtreecommitdiff
path: root/libmachdev
AgeCommit message (Expand)Author
2012-02-19cleanupSamuel Thibault
2012-02-19Merge remote-tracking branch 'mainline/master' into ddeSamuel Thibault
2011-08-23missing irq->line renamingSamuel Thibault
2011-08-23rename device_intr_notify into device_intr_registerSamuel Thibault
2011-08-23rename device_irq_enable into device_intr_enableSamuel Thibault
2011-05-08reorder vm_allocate_contiguous parameter like vm_allocateSamuel Thibault
2011-05-08Rename vm_dma_buff_alloc RPC into vm_allocate_contiguousSamuel Thibault
2011-05-08Do not skip old RPCsSamuel Thibault
2010-08-18fix a bug in device_read for block devices.Zheng Da
2010-08-08implement device_read for block devices.Zheng Da
2010-08-08fix a bug in device_write for the block device.Zheng Da
2010-08-08check if the device exists.Zheng Da
2010-08-08Make the thread of DS server known to Linux.Zheng Da
2010-08-08check emul_device_t object in all DS server RPCs.Zheng Da
2010-08-04not print errors if fails to deliver packages.Zheng Da
2010-08-01Use BPF to filter the packets to be delivered.Zheng Da
2010-06-21fix port leak in block glue code of libmachdev.Zheng Da
2010-06-21create send right when block device is opened.Zheng Da
2010-06-17fix a bug in device_open in libmachdev.Zheng Da
2010-06-17fix a bug in linux_block_emulation_opsZheng Da
2010-06-16add fsys opt support in dde drivers.Zheng Da
2010-06-14fix compiling problems in libddekit and libmachdev.Zheng Da
2010-06-05skip calling init if there is no init.Zheng Da
2010-06-04support block devices in the DDE library.Zheng Da
2010-06-04fix a complication problem.Zheng Da
2010-06-04fix compilation errors in the last commit.Zheng Da
2010-06-04remove the declaration of linux_net_emulation_ops.Zheng Da
2010-06-04remove redundant fields in mach_device.Zheng Da
2010-06-04convert linux errno to mach in libmachdev.Zheng Da
2010-05-31make glue code of networking more independant.Zheng Da
2010-05-04Add printing.Zheng Da
2010-02-27Add `flags` in device_intr_notify in libmachdev.Zheng Da
2010-02-27remove RPCs for PCI conf space.Zheng Da
2010-02-08remove io done thread.Zheng Da
2010-02-08return packet transmission error to the client.Zheng Da
2010-02-05remove printing in the trivfs server.Zheng Da
2010-02-05trivfs server creates its own port bucket.Zheng Da
2010-02-05deallocate skb_reply before freeing the packet.Zheng Da
2010-02-05create device port with create_device_port.Zheng Da
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