summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2009-12-11destroy the port before the thread exits.Zheng Da
2009-12-11Test timer.Zheng Da
2009-12-11Use ddekit lock instead of mutex.Zheng Da
2009-12-11allow to print information to stdout.Zheng Da
2009-12-07Make ddekit_simple_malloc/free inline.Zheng Da
2009-12-07Use linux_kmalloc only when we need contiguous physical memory.Zheng Da
2009-12-07fix a bug in printf.cZheng Da
2009-12-07support allocation of large chunks of memory.Zheng Da
2009-12-06check in a test program for the ddekit library.Zheng Da
2009-12-06fix Makefile to compile the library.Zheng Da
2009-12-06kmem gets its own priv host port by itself.Zheng Da
2009-12-06fix a bug in printf.c.Zheng Da
2009-12-06Redefine HZ.Zheng Da