summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-02-05remove printing in the trivfs server.Zheng Da
2010-02-05trivfs server creates its own port bucket.Zheng Da
2010-02-05deallocate skb_reply before freeing the packet.Zheng Da
2010-02-05create device port with create_device_port.Zheng Da
2010-02-05dereference ports when return D_INVALID_OPERATIONS in device requests.Zheng Da
2010-02-05create a thread for only handling device requests.Zheng Da
2010-02-05print to stderr.Zheng Da
2010-02-05fix a bug in ddekit: use the relative time.Zheng Da
2010-02-01check in dde_pcnet32.Zheng Da
2010-02-01check in libmachdev.Zheng Da
2010-01-29Reorganize Makefile.Zheng Da
2010-01-29libdde_linux26 is adapted to be used by libmachdev.Zheng Da
2010-01-29remove printing in the interrupt handler.Zheng Da
2010-01-27not unregister driver in dde_pcnet32_test.Zheng Da
2010-01-27dde_pcnet32_test: use netdev_ops.Zheng Da
2010-01-27remove the printing in timer.Zheng Da
2010-01-27Enable the irq after installing irq handler and receiving an interrupt.Zheng Da
2010-01-26DDE Linux: Temporary solution to handle two buses.Zheng Da
2010-01-26allocate a port for interrupt delivery.Zheng Da
2010-01-26raise the priority of the interrupt handler thread.Zheng Da
2010-01-26ddekit: support multiple pci buses in the system.Zheng Da
2010-01-21initialize pciaccess in ddekit.Zheng Da
2010-01-21add pcnet32 to test dde linux26.Zheng Da
2010-01-19link to ddekit statically.Zheng Da
2010-01-19call l4dde26_init and l4dde26_process_init explicitly.Zheng Da
2010-01-19hide free_pages.Zheng Da
2010-01-19link the program with default.ld.Zheng Da
2010-01-19Add initcall in ddekit.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-16Create a ddekit thread directly for ddekit timer.Zheng Da
2010-01-14make the test program compilable.Zheng Da
2010-01-14Adapt Makefile.Zheng Da
2010-01-14Add the original dde26_test.Zheng Da
2010-01-13move SYSTEM variable to Makeconf.local.Zheng Da
2010-01-13hide __get_free_pages to avoid name conflict.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