Gregory Nutt
|
f2a5fdb625
|
Updata ChangeLog
|
2014-09-17 08:39:51 -06:00 |
|
Gregory Nutt
|
b37c0a832a
|
Fixes to avoid some hang conditions using STM32 CAN
|
2014-09-17 08:35:03 -06:00 |
|
Gregory Nutt
|
f285498921
|
Update ChangeLog
|
2014-09-17 07:43:47 -06:00 |
|
Gregory Nutt
|
82381dbdc6
|
Only SAM4 family has RTTDIS bit in the MR register. SourceForge bug #33 from Fabien Comte
|
2014-09-17 07:42:12 -06:00 |
|
Gregory Nutt
|
9591e76d5a
|
Fix errors in apps/examplex/helloxx and cxxtext Makefiles; update SAMA5D3x-EK/hello defconfig
|
2014-09-17 07:32:55 -06:00 |
|
Gregory Nutt
|
311a88e819
|
Add a sharable version of arm_virtpgaddr()
|
2014-09-16 16:49:44 -06:00 |
|
Gregory Nutt
|
5e5b33b7f5
|
Update README
|
2014-09-16 16:12:00 -06:00 |
|
Gregory Nutt
|
5d9276ed71
|
More changes so that the KNSH build survives the changes needed for the ELF build
|
2014-09-16 15:55:21 -06:00 |
|
Gregory Nutt
|
1ef758d67f
|
A couple more changes for clean ELF build
|
2014-09-16 15:40:48 -06:00 |
|
Gregory Nutt
|
925fc9ad81
|
First round of changes to get the ELF configuration building again
|
2014-09-16 15:37:05 -06:00 |
|
Gregory Nutt
|
62a11fde1d
|
Update TODO and a README
|
2014-09-16 13:58:55 -06:00 |
|
Gregory Nutt
|
4bbaf80cab
|
Update ChangeLogs
|
2014-09-16 13:43:12 -06:00 |
|
Gregory Nutt
|
2defa2d45c
|
These files were deleted and moved to a different location (see previos commit)
|
2014-09-16 13:36:51 -06:00 |
|
Gregory Nutt
|
af2efda031
|
remove tailing blank line
|
2014-09-16 13:36:14 -06:00 |
|
Gregory Nutt
|
d4d1534b5a
|
Move common/up_signal_dispatch.c to armv6-m, armv7-m, and armv7-a. The armv7-a version needs to be different to handle the case where we are dispatch kernel mode signals when running under a user mode group
|
2014-09-16 13:35:29 -06:00 |
|
Gregory Nutt
|
058229b626
|
Correct stack handling is signal deliver to user processes
|
2014-09-16 13:33:13 -06:00 |
|
Gregory Nutt
|
0bedf06b49
|
Move some share-able logic from sama5/sam_pgalloc.c to armv7-a/arm_physpgaddr.c
|
2014-09-16 13:31:48 -06:00 |
|
Gregory Nutt
|
9a49f05087
|
Move some share-able logic from sama5/sam_pgalloc.c to armv7-a/arm_physpgaddr.c
|
2014-09-16 13:31:24 -06:00 |
|
Gregory Nutt
|
b627c70492
|
Move some share-able logic from sama5/sam_pgalloc.c to armv7-a/arm_physpgaddr.c
|
2014-09-16 13:29:43 -06:00 |
|
Gregory Nutt
|
85ba1f0be3
|
Update README
|
2014-09-16 13:26:10 -06:00 |
|
Gregory Nutt
|
9c3253e612
|
Enable kernel stack in SAMA5D4-EK knsh configurations
|
2014-09-15 17:00:02 -06:00 |
|
Gregory Nutt
|
abb60c9c2f
|
Fix some backward conditional compilation
|
2014-09-15 16:23:31 -06:00 |
|
Gregory Nutt
|
731de13347
|
Partial fix to an cache cleaning problem
|
2014-09-15 16:04:42 -06:00 |
|
Gregory Nutt
|
ff97fa2114
|
Fix an error in a debug statement
|
2014-09-15 15:15:57 -06:00 |
|
Gregory Nutt
|
2711592e52
|
Eliminate a bug introduced in last checking
|
2014-09-15 15:10:50 -06:00 |
|
Gregory Nutt
|
8c3528183b
|
ARMv7-A: Improvements to assertion output for kernel mode
|
2014-09-15 15:03:55 -06:00 |
|
Gregory Nutt
|
f9ec764553
|
Update ChangeLog
|
2014-09-15 12:48:23 -06:00 |
|
Gregory Nutt
|
701719b2ca
|
Don't release user stack in kernel build. Already destroyed with all of the address environment
|
2014-09-15 12:45:41 -06:00 |
|
Gregory Nutt
|
2a6f761c68
|
Update ChangeLog
|
2014-09-15 11:40:14 -06:00 |
|
Gregory Nutt
|
5e4c77245f
|
If we are configured to use a kernel stack while in SYSCALL handling, then we need to switch back to the user stack to deliver a signal
|
2014-09-15 11:38:48 -06:00 |
|
Gregory Nutt
|
7ac0a7a4ec
|
Fix a typo in system call when fetching parameter from the stack: regs[REG_PC]+4 is the address, not regs[REG_PC+4]
|
2014-09-15 10:55:10 -06:00 |
|
Gregory Nutt
|
01121736bd
|
Update ChangeLog
|
2014-09-15 10:19:58 -06:00 |
|
Gregory Nutt
|
31824f5b53
|
execl() is not a system interface. It belongs in libc and should not have a system call associated with it.
|
2014-09-15 10:17:04 -06:00 |
|
Gregory Nutt
|
a5e30ac4a1
|
execv() is a basic system interface. It should not be in libc/ but rather in sched/task. Its symboltable helper logic also belongs in the kernel but belings in binfmt/ with the other symbol table logic
|
2014-09-15 10:16:20 -06:00 |
|
Gregory Nutt
|
398f7b594f
|
execv() is a basic system interface. It should not be in libc/ but rather in sched/task. Its symboltable helper logic also belongs in the kernel but belings in binfmt/ with the other symbol table logic
|
2014-09-15 10:15:47 -06:00 |
|
Gregory Nutt
|
da7a440b35
|
execv() is a basic system interface. It should not be in libc/ but rather in sched/task. Its symboltable helper logic also belongs in the kernel but belings in binfmt/ with the other symbol table logic
|
2014-09-15 10:15:19 -06:00 |
|
Gregory Nutt
|
62880f60c4
|
In kernel mode, we have to duplicate the callers argv[] buffer when exec'ing new tasks. When the argv[] buffer is needed, the caller's address environment will not longer be in place
|
2014-09-14 14:10:23 -06:00 |
|
Gregory Nutt
|
2eb71d5a35
|
Fix an ordering problem in integration of kernel stack logic
|
2014-09-14 12:40:09 -06:00 |
|
Gregory Nutt
|
3649dab9bd
|
Initial integration of kernel stack (does not work)
|
2014-09-14 11:19:34 -06:00 |
|
Gregory Nutt
|
25ee232fd4
|
Update ChangeLog
|
2014-09-14 09:54:46 -06:00 |
|
Gregory Nutt
|
de4956a2cd
|
Add the initial implementation of the process kernel stack logic. Not yet integrated into the main OS logic nor tested.
|
2014-09-14 09:53:54 -06:00 |
|
Gregory Nutt
|
a912089099
|
Update ChangeLog
|
2014-09-14 09:12:37 -06:00 |
|
Gregory Nutt
|
b255883b0a
|
Rename everything associated with the dynamic process stack to ustack to make room in the name space for a kstack
|
2014-09-14 09:10:09 -06:00 |
|
Gregory Nutt
|
c71aabc6b2
|
Update ChangeLogs
|
2014-09-14 08:28:15 -06:00 |
|
Gregory Nutt
|
e12213592b
|
Don't build task_create() or task_spawn() interfaces if there is an addres environment
|
2014-09-14 08:22:21 -06:00 |
|
Gregory Nutt
|
eae146d641
|
Kernel proxy thread should be a kernel thread, not a user task
|
2014-09-14 08:20:40 -06:00 |
|
Gregory Nutt
|
beb3238f36
|
Update README, TODO, and make some unfinished configuration options dependent on EXPERIMENTAL
|
2014-09-13 15:45:26 -06:00 |
|
Gregory Nutt
|
e6b3b9a40b
|
Update porting guide to include stack address environment functions
|
2014-09-13 14:31:41 -06:00 |
|
Gregory Nutt
|
945196e064
|
Update ChangeLog
|
2014-09-13 13:47:24 -06:00 |
|
Gregory Nutt
|
6e48516a31
|
Add logic need to manage a virtualized stack. Not yet incorporated into base OS logic.
|
2014-09-13 13:45:35 -06:00 |
|