summaryrefslogtreecommitdiff
path: root/libdde_linux26
AgeCommit message (Collapse)Author
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
In order to avoid dead lock caused by spin_lock_irq or spin_lock_irqsave, I remove irq disabling in them. It's really unnecessary to do spin_lock_irq and spin_lock_irqsave any more because interrupt isn't handled in a real interrupt context.
2010-02-27ignore more files.Zheng Da
2010-02-27Use lock to protect pending softirq variable.Zheng Da
This is a temporary solution. I should implement a correct mechanism to simulate cli/sti.
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
don't set `tail` in sk_buff.
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
2010-01-13move SYSTEM variable to Makeconf.local.Zheng Da
2010-01-13don't initialize neighbor and genhd for now.Zheng Da
2010-01-13fix the problem of including path.Zheng Da
2010-01-13hide __mutex_init because of name conflict with libc.Zheng Da
2010-01-13fix the problem of HZ and jiffies.Zheng Da
2010-01-13Remove the static declaration of initcall functions.Zheng Da
2010-01-13fix a include path in dde linux26.Zheng Da
2010-01-13move variables to Makeconf.localZheng Da
2010-01-13to compile programs with dde linux26 library.Zheng Da
2010-01-05Don't declare jiffies as a variable.Zheng Da
2010-01-05call initcall functions explicitly.Zheng Da
2010-01-05correct the path of header files.Zheng Da
2010-01-05Remove Makefile.inc as it is generated automatically.Zheng Da
2010-01-05Don't compile the sound component in linux26.Zheng Da
2010-01-05define SRC_DIR in Makefile in linux26/libZheng Da
2010-01-01Change the path of header files.Zheng Da
TODO We need to handle initcall properly.
2010-01-01Change HZ.Zheng Da
2010-01-01add .gitignore to libdde_linux26.Zheng Da
2010-01-01The modified Makefile can build libdde_linux26 nowZheng Da
2009-12-21a temporary version of Makefiles for libdde_linux26Zheng Da
2009-12-21check in mk.Zheng Da
2009-12-06Remove unused files.Zheng Da
2009-12-06check in the original version of dde linux26.Zheng Da