summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Update ChangeLogGregory Nutt2014-08-291-0/+2
* Add a tool to make refreshing configurations easier when you wnat to do a lot...Gregory Nutt2014-08-292-0/+189
* Update ChangeLogGregory Nutt2014-08-291-0/+6
* Various changes/fixes to get configs/stm32f4discovery/kostest working after t...Gregory Nutt2014-08-299-88/+215
* Some initial clean-up in verifying the CONFIG_BUILD_PROTECTED configuration c...Gregory Nutt2014-08-295-12/+17
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new...Gregory Nutt2014-08-29234-693/+738
* Update ChangeLogGregory Nutt2014-08-291-0/+9
* Fix hard coded values in dispatch_sysall inline assembly. Back out/corect par...Gregory Nutt2014-08-291-42/+15
* Fix a cloned typoGregory Nutt2014-08-291-9/+10
* Fix ARM7/9 and Cortex-A SYSCALLs: For threads in SVC mode, the SVC instructi...Gregory Nutt2014-08-292-15/+16
* Various fixes to the ARMv7-A system call logicGregory Nutt2014-08-291-10/+32
* Update ChangeLogGregory Nutt2014-08-291-0/+3
* Rename arch/arm/src/armv7-a/syscall.h to svcall.h to work around some includ...Gregory Nutt2014-08-294-17/+22
* System call debug needs to be conditioned on LIB_SYSCALL, no NUTTX_KERNELGregory Nutt2014-08-291-1/+1
* Updte ChangeLogGregory Nutt2014-08-291-0/+5
* The ELF test/example has been extended so the individual ELF test programs ca...Gregory Nutt2014-08-2910-23/+319
* Enable Kconfig tools in buildroot configurationGregory Nutt2014-08-281-0/+5
* Trick the top-level makefiles into building the SYSCALL proxy library but the...Gregory Nutt2014-08-282-2/+4
* Update ChangeLogGregory Nutt2014-08-281-0/+9
* include/sys/syscall.h: System definitions should depend on CONFIG_LIB_SYSCALL...Gregory Nutt2014-08-282-4/+3
* g_system_timer must be handler in a special way if there are external modulesGregory Nutt2014-08-281-8/+34
* errno must be handled in a special way if there are external modulesGregory Nutt2014-08-281-6/+13
* nuttx/sched: Remove explicit references to errno. That is a problem from wi...Gregory Nutt2014-08-284-15/+15
* nuttx/sched: Remove explicit references to errno. That is a problem from wi...Gregory Nutt2014-08-2815-25/+26
* In some configurations, g_system_tmer must be extern'ed as a private variableGregory Nutt2014-08-281-3/+14
* nuttx/drivers: Remove explicity references to errno. That is a problem from...Gregory Nutt2014-08-288-34/+34
* nuttx/fs: Remove explicity references to errno. That is a problem from with...Gregory Nutt2014-08-2811-30/+33
* Fix syscall library selection in top-level MakefilesGregory Nutt2014-08-282-0/+6
* Update ChangeLogGregory Nutt2014-08-281-0/+3
* ARMv7-A: Add SYSCALL handling logicGregory Nutt2014-08-2810-31/+401
* Update ChangeLogGregory Nutt2014-08-281-0/+2
* Add an ARMv7-A system call definition header fileGregory Nutt2014-08-285-14/+145
* Update ChangeLogGregory Nutt2014-08-281-0/+4
* The system call library can now be built with CONFIG_NUTTX_KERNEL. New selec...Gregory Nutt2014-08-288-35/+84
* Update README fileGregory Nutt2014-08-281-4/+13
* Cortex-A address environments: Fix issue with page privilegesGregory Nutt2014-08-282-9/+57
* Remove a warningGregory Nutt2014-08-281-3/+0
* Update ChangeLogsGregory Nutt2014-08-282-1/+7
* STM32 FLASH fixes: use size_t instead of uint16_t, make interface more generi...Gregory Nutt2014-08-286-60/+190
* Fix an error introduced into ALL implmentations of interrupt dispatch logicGregory Nutt2014-08-2813-13/+22
* Add address environment support to ALL implementatins of up_release_pending()Gregory Nutt2014-08-289-16/+125
* Add address environment support to ALL implementatins of up_reprioritize_rtr()Gregory Nutt2014-08-2810-22/+132
* Z80: Move address environment switch from the task switchers to the interrupt...Gregory Nutt2014-08-283-33/+41
* x86: Move address environment switch from the task switchers to the interrupt...Gregory Nutt2014-08-283-36/+41
* SH: Move address environment switch from the task switchers to the interrupt ...Gregory Nutt2014-08-283-60/+64
* MIPS: Move address environment switch from the task switchers to the interrup...Gregory Nutt2014-08-284-49/+82
* AVR32: Move address environment switch from the task switchers to the interru...Gregory Nutt2014-08-283-38/+43
* AVR32: Move address environment switch from the task switchers to the interru...Gregory Nutt2014-08-283-38/+45
* ARM: Move address environment switch from the task switchers to the interrupt...Gregory Nutt2014-08-285-29/+112
* ARM: Move address environment switch from the task switchers to the interrupt...Gregory Nutt2014-08-286-63/+68