summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-06-05remove printing.Zheng Da
2010-06-05skip calling init if there is no init.Zheng Da
2010-06-04support block devices in the DDE library.Zheng Da
2010-06-04fix a complication problem.Zheng Da
2010-06-04fix compilation errors in the last commit.Zheng Da
2010-06-04return linux errno in linux_pkg_xmit.Zheng Da
2010-06-04remove the declaration of linux_net_emulation_ops.Zheng Da
2010-06-04remove redundant fields in mach_device.Zheng Da
2010-06-04convert linux errno to mach in libmachdev.Zheng Da
2010-05-31windhoek can be compiled.Zheng Da
2010-05-31make glue code of networking more independant.Zheng Da
This change is required for block device drivers. When block device drivers are linked to the glue code, the linker should be able to perform garbage collection and exclude the code of networking from the driver programs.
2010-05-31change Makefile to install ddekit header files.Zheng Da
2010-05-31include ddekit/timer.h in the Linux file.Zheng Da
2010-05-31check in the initial version of windhoek by DROPS.Zheng Da
2010-05-28link to libhurd-slab while building dde drivers.Zheng Da
2010-05-28ddekit slab uses libhurd-slab.Zheng Da
2010-05-28set new slab with 0.Zheng Da
2010-05-28reimplement ddekit_large_malloc.Zheng Da
2010-05-28Use cthreads in hurd-slab.Zheng Da
2010-05-28Use malloc/free by default in slab.Zheng Da
2010-05-28Use a large slab size.Zheng Da
2010-05-28original libhurd-slab from viengoos.Zheng Da
2010-05-28memory from linux_kmalloc is aligned with cache line size.Zheng Da
It's an ugly fix.
2010-05-19remove files generated by autoreconf and configureZheng Da
2010-05-19configure checks libpciaccess.Zheng Da
2010-05-19Merge branch 'dde' of ssh://git.sv.gnu.org/srv/git/hurd/incubator into ddeZheng Da
2010-05-20Merge branch 'dde' of ssh://git.sv.gnu.org/srv/git/hurd/incubatorZheng Da
2010-05-19Revert "make devnode open for reading and writing."Zheng Da
This reverts commit e0571ec558b13cbf400f2a0c55787238fcf3d858.
2010-05-11Add e100.Zheng Da
it's not work in dde yet.
2010-05-11block intloop thread when irq is disabled.Zheng Da
2010-05-11Add ne2k-pci driver.Zheng Da
2010-05-07call device_irq_enable even when interrupt is ignored.Zheng Da
2010-05-07Add DDE rtl8139.Zheng Da
2010-05-07fix a bug when device_intr_notify return an error.Zheng Da
2010-05-07remove printing in dde_e1000 and dde_pcnet32.Zheng Da
2010-05-07make devnode open for reading and writing.root
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 util.h in libddekit.Zheng Da
2010-05-04Use more memory chunks for linux_kmalloc.Zheng Da
2010-05-04remove all temporary files created by vim.Zheng Da
2010-05-04Add printing.Zheng Da
2010-05-04make devnode readable and writable.Zheng Da
2010-04-22ddekit: print messages.Zheng Da
2010-04-22jiffies in the type of unsigned long.Zheng Da
2010-04-22jiffies in the type of unsigned long.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-06Use mem device to map memory for MMIO.Zheng Da