summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-02-18Remove generated fileSamuel Thibault
2012-02-18include bpf in linkSamuel Thibault
2012-02-16Fix link commandSamuel Thibault
2012-02-16fix build (probably for newer perl)Samuel Thibault
2011-11-06Fix unlocking in raw_local_irq_restore inside a fake_local_irq_disable/restoreSamuel Thibault
* libdde_linux26/lib/src/arch/l4/cli_sti.c (unlock_refcnt): New variable. (raw_local_irq_restore): Unlock `cli_lock' when `flags' are equal to `unlock_refcnt' (and clear the latter). (raw_local_irq_disable): If `cli_lock' was not locked, save the current value of `_refcnt' into `unlock_refcnt', unless the former is already smaller than the latter.
2011-08-23missing irq->line renamingSamuel Thibault
2011-08-23missing renameSamuel Thibault
2011-08-23missing irq->line renamingSamuel Thibault
2011-08-23rename intr.h constantsSamuel Thibault
2011-08-23rename device_intr_notify into device_intr_registerSamuel Thibault
2011-08-23rename irq into intr or lineSamuel Thibault
2011-08-23rename device_irq_enable into device_intr_enableSamuel Thibault
2011-06-30Revert "drop generated files"Samuel Thibault
This reverts commit fb489ff7a7989b85ae4f3c1deaf5dbf816de6545. The Makefile rules are not actually regenerating them properly.
2011-05-09drop generated filesSamuel 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
2011-05-08drop intermediate backupSamuel Thibault
2011-05-08drop patch fileSamuel Thibault
2011-05-08drop libpthreadSamuel Thibault
2011-05-08drop intermediate backupSamuel Thibault
2011-05-08drop generated fileSamuel Thibault
2011-05-08drop .orig and .rej filesSamuel Thibault
2011-05-08drop .cvsignore filesSamuel Thibault
2011-05-08remove .svn directoriesSamuel Thibault
2011-05-08re-add mainline configureSamuel Thibault
2011-05-08Re-add original configureSamuel Thibault
2011-05-08drop generated binary filesSamuel Thibault
2011-05-08drop diff fileSamuel Thibault
2011-05-08Remove mig-generated filesSamuel Thibault
2011-05-08Remove mig-generated filesSamuel Thibault
2011-05-08remove git-generated filesSamuel Thibault
2011-05-08rm .o filesSamuel Thibault
2011-05-08rmove .DS_StoreSamuel Thibault
2011-05-08remove .prof_d filesSamuel Thibault
2011-05-08Remove CVS directoriesSamuel Thibault
2011-05-08Merge branch 'dde' into HEADSamuel Thibault
2011-05-08Merge commit 'ac7ddb0d9557348206f3bc9bd2bf65b7d7b6409a' into HEADSamuel Thibault
2011-05-08drop .d filesSamuel Thibault
2011-05-08Merge branch 'master' into ddeSamuel Thibault
Conflicts: README
2010-08-18block devices use the default work queue.Zheng Da
kblockd work queue doesn't work. It might be a bug in DDE. On the other hand, the default work queue isn't used in a DDE driver, so it should be enough to use the default one.
2010-08-18fix a bug in device_read for block devices.Zheng Da
2010-08-09fake irq disable and enable.Zheng Da
Some functions such as blk_plug_device checks whether irqs are disabled. So I need to fake irq diable in spin_lock_irq and spin_lock_irqsave.
2010-08-08modify variable name and comment of block_dev_rw.Zheng Da
2010-08-08for debugging IDE.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