summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2010-01-05define SRC_DIR in Makefile in linux26/libZheng Da
2010-01-05Declare fetch_jiffies in the header file.Zheng 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
2010-01-01check in panic.cZheng Da
2010-01-01Remove c_headers.hZheng Da
2009-12-29Don't include C library headers files in our header files.Zheng Da
2009-12-21a temporary version of Makefiles for libdde_linux26Zheng Da
2009-12-21check in mk.Zheng Da
2009-12-15Add ddekit_condvar_deinit.Zheng Da
2009-12-15Use ddekit condvar instead of the one in cthreads.Zheng Da
2009-12-15testing program for ddekit thread.Zheng Da
2009-12-15fix a bug in condvar.Zheng Da
2009-12-15fix a bug (setting a thread name).Zheng Da
2009-12-13Setup the main thread when initializing ddekit.Zheng Da
2009-12-13Use a global lock to protect a thread's local data.Zheng Da
2009-12-13A new thread has been initialized when it starts.Zheng Da
2009-12-11Don't set the main thread name.Zheng Da