summaryrefslogtreecommitdiff
path: root/libdde_linux26
AgeCommit message (Expand)Author
2012-05-17Fix do_softirq prototype according to declarationSamuel Thibault
2012-04-07Do not enable irqs during softirq processing, just like upstream DDESamuel Thibault
2012-04-07Merge branch 'dde' of git.savannah.gnu.org:/srv/git/hurd/incubator into ddeSamuel Thibault
2012-04-07Revert to upstream DDE cli_sti code, with __threadSamuel Thibault
2012-02-25Print a message when a firmware is requestSamuel Thibault
2012-02-22Clean up includesSamuel Thibault
2012-02-18Fix 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
2011-05-08remove .svn directoriesSamuel Thibault
2010-08-18block devices use the default work queue.Zheng Da
2010-08-09fake irq disable and enable.Zheng Da
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-01Use BPF to filter the packets to be delivered.Zheng Da
2010-07-12use TSC to implement delay.Zheng Da
2010-07-12not export the symbol loops_per_jiffy.Zheng Da
2010-07-12calibrate the delay loop several times.Zheng Da
2010-07-12Use Linux's udelay and ndelay.Zheng Da
2010-06-21remove netdev_boot_setup in dde linux26.Zheng Da
2010-06-17check disk existence in open_block_dev.Zheng Da
2010-06-15implement get_random_bytes() with random() in libcZheng Da
2010-06-09Fix up DDE pathsOlaf Buddenhagen
2010-06-09include more block IO scheduler.Zheng Da
2010-06-05fix a bug in claim_irq.Zheng Da
2010-06-04support block devices in the DDE library.Zheng Da
2010-06-04return linux errno in linux_pkg_xmit.Zheng Da
2010-05-31include ddekit/timer.h in the Linux file.Zheng Da
2010-05-06remove local_irq_restore in spin_trylock_irqsave.Zheng Da
2010-05-05explicitly show pcibios_enable_device isn't implemented.Zheng Da
2010-05-05fix a bug in searching network devices.Zheng Da
2010-05-04Add printing.Zheng Da
2010-04-06Use pci_set_master in linux.Zheng Da
2010-04-06implement dump_stack in libddekit with backtrace.Zheng Da
2010-04-06set memory allocated by ddekit_large_malloc to zeroZheng Da
2010-02-28implement cli/sti with a lock.Zheng Da
2010-02-27ignore more files.Zheng Da
2010-02-27Use lock to protect pending softirq variable.Zheng Da
2010-02-27Use adapted dev_queue_xmit to transmit packets in DDE Linux.Zheng Da
2010-02-07initialize new fields in sk_buff.Zheng Da
2010-02-07free delivered packets.Zheng Da
2010-02-06fix a serious bug in dde_linux26.Zheng Da
2010-01-29Reorganize Makefile.Zheng Da
2010-01-29libdde_linux26 is adapted to be used by libmachdev.Zheng Da
2010-01-26DDE Linux: Temporary solution to handle two buses.Zheng Da
2010-01-19link the program with default.ld.Zheng Da
2010-01-16prepare to use initcall to do initialization.Zheng Da
2010-01-16rename __mutex_init to avoid the name conflict.Zheng Da
2010-01-16Initialize dde26 process.Zheng Da