summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixes to avoid some hang conditions using STM32 CANGregory Nutt2014-09-172-68/+85
* Update ChangeLogGregory Nutt2014-09-171-0/+3
* Only SAM4 family has RTTDIS bit in the MR register. SourceForge bug #33 from ...Gregory Nutt2014-09-171-0/+2
* Fix errors in apps/examplex/helloxx and cxxtext Makefiles; update SAMA5D3x-EK...Gregory Nutt2014-09-173-5/+8
* Add a sharable version of arm_virtpgaddr()Gregory Nutt2014-09-165-0/+27
* Update READMEGregory Nutt2014-09-161-5/+2
* Eliminate some nshlib warngingsGregory Nutt2014-09-161-0/+3
* More changes so that the KNSH build survives the changes needed for the ELF b...Gregory Nutt2014-09-163-9/+5
* A couple more changes for clean ELF buildGregory Nutt2014-09-162-7/+8
* First round of changes to get the ELF configuration building againGregory Nutt2014-09-1616-48/+37
* Update TODO and a READMEGregory Nutt2014-09-162-47/+6
* Update ChangeLogsGregory Nutt2014-09-162-0/+13
* These files were deleted and moved to a different location (see previos commit)Gregory Nutt2014-09-162-222/+0
* remove tailing blank lineGregory Nutt2014-09-161-1/+0
* Move common/up_signal_dispatch.c to armv6-m, armv7-m, and armv7-a. The armv7...Gregory Nutt2014-09-163-0/+325
* Correct stack handling is signal deliver to user processesGregory Nutt2014-09-161-23/+13
* Move some share-able logic from sama5/sam_pgalloc.c to armv7-a/arm_physpgaddr.cGregory Nutt2014-09-162-2/+2
* Move some share-able logic from sama5/sam_pgalloc.c to armv7-a/arm_physpgaddr.cGregory Nutt2014-09-161-1/+1
* Move some share-able logic from sama5/sam_pgalloc.c to armv7-a/arm_physpgaddr.cGregory Nutt2014-09-166-78/+330
* Update READMEGregory Nutt2014-09-161-0/+4
* examples/null/null_main.c: Need to include config.h it order know if this is...Gregory Nutt2014-09-161-1/+3
* Enable kernel stack in SAMA5D4-EK knsh configurationsGregory Nutt2014-09-152-2/+4
* Fix some backward conditional compilationGregory Nutt2014-09-152-3/+3
* Partial fix to an cache cleaning problemGregory Nutt2014-09-151-5/+8
* Fix an error in a debug statementGregory Nutt2014-09-151-1/+1
* Eliminate a bug introduced in last checkingGregory Nutt2014-09-151-1/+1
* ARMv7-A: Improvements to assertion output for kernel modeGregory Nutt2014-09-151-39/+45
* Update ChangeLogGregory Nutt2014-09-151-0/+7
* Don't release user stack in kernel build. Already destroyed with all of the ...Gregory Nutt2014-09-152-6/+22
* Update ChangeLogGregory Nutt2014-09-151-0/+3
* If we are configured to use a kernel stack while in SYSCALL handling, then we...Gregory Nutt2014-09-152-0/+45
* Fix a typo in system call when fetching parameter from the stack: regs[REG_P...Gregory Nutt2014-09-153-3/+3
* Update ChangeLogGregory Nutt2014-09-151-0/+10
* execl() is not a system interface. It belongs in libc and should not have a ...Gregory Nutt2014-09-154-7/+1
* execv() is a basic system interface. It should not be in libc/ but rather in...Gregory Nutt2014-09-151-0/+1
* execv() is a basic system interface. It should not be in libc/ but rather in...Gregory Nutt2014-09-153-310/+6
* execv() is a basic system interface. It should not be in libc/ but rather in...Gregory Nutt2014-09-157-14/+356
* In kernel mode, we have to duplicate the callers argv[] buffer when exec'ing ...Gregory Nutt2014-09-145-14/+178
* Fix an ordering problem in integration of kernel stack logicGregory Nutt2014-09-141-15/+13
* Initial integration of kernel stack (does not work)Gregory Nutt2014-09-148-30/+105
* Update ChangeLogGregory Nutt2014-09-141-0/+4
* Add the initial implementation of the process kernel stack logic. Not yet in...Gregory Nutt2014-09-147-8/+357
* Update ChangeLogGregory Nutt2014-09-141-0/+4
* Rename everything associated with the dynamic process stack to ustack to make...Gregory Nutt2014-09-1410-75/+133
* Update ChangeLogsGregory Nutt2014-09-142-1/+11
* Don't build task_create() or task_spawn() interfaces if there is an addres en...Gregory Nutt2014-09-1410-6/+37
* Kernel proxy thread should be a kernel thread, not a user taskGregory Nutt2014-09-141-4/+5
* Do not build test cases that use task_create is there is an address environmentGregory Nutt2014-09-142-4/+16
* Update README, TODO, and make some unfinished configuration options dependent...Gregory Nutt2014-09-133-1/+16
* Update porting guide to include stack address environment functionsGregory Nutt2014-09-131-2/+123