summaryrefslogtreecommitdiffstats
path: root/payloads/libpayload/libc/exec.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* payloads: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-071-2/+2
* libpayload: Make Kconfig bools use IS_ENABLED()Stefan Reinauer2015-06-301-2/+2
* libpayload: Change CONFIG_* to CONFIG_LP_* in the kconfig.Gabe Black2014-08-051-2/+2
* Change TARGET_I386 to ARCH_X86David Hendricks2012-11-301-2/+2
* [PATCH] libpayload: rename config.h to libpayload-config.hJordan Crouse2008-11-241-1/+1
* Fix some Doxygen warnings and/or typos (trivial).Uwe Hermann2008-08-261-3/+5
* these use CONFIG_ variables, too.Stefan Reinauer2008-08-111-0/+1
* libpayload: Add an exec() and i386_do_exec() functionJordan Crouse2008-05-201-0/+50