index
:
teythoon/packaging/hurd.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libdde_linux26
/
lib
/
src
/
arch
Age
Commit message (
Expand
)
Author
2013-07-27
rename libdde_linux26 into libdde-linux26 to make dpkg-source happy
Samuel Thibault
2012-07-06
Fix probing for all PCI buses, not only 0 and 2
Samuel Thibault
2012-07-01
Add boot_cpu_data
Samuel Thibault
2012-06-30
Add param_set/get_charp/bool/invboll
Samuel Thibault
2012-06-30
Add tasklet_kill
Samuel Thibault
2012-05-17
Fix do_softirq prototype according to declaration
Samuel Thibault
2012-04-07
Do not enable irqs during softirq processing, just like upstream DDE
Samuel Thibault
2012-04-07
Revert to upstream DDE cli_sti code, with __thread
Samuel Thibault
2011-11-06
Fix unlocking in raw_local_irq_restore inside a fake_local_irq_disable/restore
Samuel Thibault
2011-05-08
remove .svn directories
Samuel Thibault
2010-08-09
fake irq disable and enable.
Zheng Da
2010-07-12
Use Linux's udelay and ndelay.
Zheng Da
2010-06-05
fix a bug in claim_irq.
Zheng Da
2010-06-04
support block devices in the DDE library.
Zheng Da
2010-06-04
return linux errno in linux_pkg_xmit.
Zheng Da
2010-05-05
explicitly show pcibios_enable_device isn't implemented.
Zheng Da
2010-05-05
fix a bug in searching network devices.
Zheng Da
2010-05-04
Add printing.
Zheng Da
2010-04-06
Use pci_set_master in linux.
Zheng Da
2010-04-06
implement dump_stack in libddekit with backtrace.
Zheng Da
2010-04-06
set memory allocated by ddekit_large_malloc to zero
Zheng Da
2010-02-28
implement cli/sti with a lock.
Zheng Da
2010-02-27
Use lock to protect pending softirq variable.
Zheng Da
2010-02-27
Use adapted dev_queue_xmit to transmit packets in DDE Linux.
Zheng Da
2010-02-06
fix a serious bug in dde_linux26.
Zheng Da
2010-01-29
libdde_linux26 is adapted to be used by libmachdev.
Zheng Da
2010-01-26
DDE Linux: Temporary solution to handle two buses.
Zheng Da
2010-01-16
prepare to use initcall to do initialization.
Zheng Da
2010-01-16
Initialize dde26 process.
Zheng Da
2010-01-13
don't initialize neighbor and genhd for now.
Zheng Da
2010-01-13
Remove the static declaration of initcall functions.
Zheng Da
2010-01-05
Don't declare jiffies as a variable.
Zheng Da
2010-01-05
call initcall functions explicitly.
Zheng Da
2010-01-05
correct the path of header files.
Zheng Da
2010-01-01
Change the path of header files.
Zheng Da
2009-12-06
check in the original version of dde linux26.
Zheng Da