Age | Commit message (Expand) | Author |
2010-05-28 | Use cthreads in hurd-slab. | Zheng Da |
2010-05-28 | Use malloc/free by default in slab. | Zheng Da |
2010-05-28 | Use a large slab size. | Zheng Da |
2010-05-28 | original libhurd-slab from viengoos. | Zheng Da |
2010-05-28 | memory from linux_kmalloc is aligned with cache line size. | Zheng Da |
2010-05-19 | remove files generated by autoreconf and configure | Zheng Da |
2010-05-19 | configure checks libpciaccess. | Zheng Da |
2010-05-19 | Merge branch 'dde' of ssh://git.sv.gnu.org/srv/git/hurd/incubator into dde | Zheng Da |
2010-05-20 | Merge branch 'dde' of ssh://git.sv.gnu.org/srv/git/hurd/incubator | Zheng Da |
2010-05-19 | Revert "make devnode open for reading and writing." | Zheng Da |
2010-05-11 | Add e100. | Zheng Da |
2010-05-11 | block intloop thread when irq is disabled. | Zheng Da |
2010-05-11 | Add ne2k-pci driver. | Zheng Da |
2010-05-07 | call device_irq_enable even when interrupt is ignored. | Zheng Da |
2010-05-07 | Add DDE rtl8139. | Zheng Da |
2010-05-07 | fix a bug when device_intr_notify return an error. | Zheng Da |
2010-05-07 | remove printing in dde_e1000 and dde_pcnet32. | Zheng Da |
2010-05-07 | make devnode open for reading and writing. | root |
2010-05-06 | remove local_irq_restore in spin_trylock_irqsave. | 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 util.h in libddekit. | Zheng Da |
2010-05-04 | Use more memory chunks for linux_kmalloc. | Zheng Da |
2010-05-04 | remove all temporary files created by vim. | Zheng Da |
2010-05-04 | Add printing. | Zheng Da |
2010-05-04 | make devnode readable and writable. | Zheng Da |
2010-04-22 | ddekit: print messages. | Zheng Da |
2010-04-22 | jiffies in the type of unsigned long. | Zheng Da |
2010-04-22 | jiffies in the type of unsigned long. | 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 | Use mem device to map memory for MMIO. | Zheng Da |
2010-04-06 | set memory allocated by ddekit_large_malloc to zero | Zheng Da |
2010-04-05 | check in the initial version of dde_e1000 | Zheng Da |
2010-03-03 | Support MMIO. | Zheng Da |
2010-02-28 | Set the right source hw address in dde_pcnet32_test. | Zheng Da |
2010-02-28 | reset the helder pointer before unlock in ddekit lock. | Zheng Da |
2010-02-28 | implement cli/sti with a lock. | Zheng Da |
2010-02-27 | ignore more files. | Zheng Da |
2010-02-27 | Use lock to protect pending softirq variable. | Zheng Da |
2010-02-27 | Use pcnet32 driver in Linux 2.6.29. | Zheng Da |
2010-02-27 | Add `flags` in device_intr_notify in libmachdev. | Zheng Da |
2010-02-27 | IRQ server doesn't have reply messages. | Zheng Da |
2010-02-27 | Add `flags` in RPC device_intr_notify definition. | Zheng Da |
2010-02-27 | Remove tmp and ignore it in the future. | Zheng Da |
2010-02-27 | Use adapted dev_queue_xmit to transmit packets in DDE Linux. | Zheng Da |
2010-02-27 | Add `flags` for interrupt registration. | Zheng Da |
2010-02-27 | remove RPCs for PCI conf space. | Zheng Da |
2010-02-08 | remove io done thread. | Zheng Da |
2010-02-08 | return packet transmission error to the client. | Zheng Da |