summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* mm: Break up mm_user.c and mm_kernel.c into separate files for better symmetryGregory Nutt2014-08-3110-139/+605
|
* Update ChangeLogGregory Nutt2014-08-311-0/+4
|
* SAMA5D4-EK: Add a configuration for testing the kernel build configuration ↵Gregory Nutt2014-08-314-0/+1165
| | | | (still a work in progress)
* Remove CONFIG_MM_MULTIHEAP. Non-multiheap operation is no longer supportedGregory Nutt2014-08-31260-622/+1184
|
* Need to condition out standard allocators in kernel build. More to be doneGregory Nutt2014-08-3111-31/+26
|
* ARMv7-A: A little more logic and a few more fixes for Cortex-A kernel buildGregory Nutt2014-08-315-28/+157
|
* last change alters semantics of __HAVE_KERNEL_GLOBALSGregory Nutt2014-08-302-8/+4
|
* Back out and replace recent kludges for errno and clock_systimer. There is ↵Gregory Nutt2014-08-308-130/+17
| | | | a cleaner way
* Upate ChangeLogGregory Nutt2014-08-302-91/+5
|
* Add configuration options to start the system from a program on a file systemGregory Nutt2014-08-303-58/+270
|
* clock_systimer needs the same fix as fore get/set_errno when used with ↵Gregory Nutt2014-08-302-3/+113
| | | | system calls
* Cosmetic: Fix all comments, defaults, etc. that references the defunct name ↵Gregory Nutt2014-08-309-22/+22
| | | | user_start
* Update ChangeLogGregory Nutt2014-08-301-0/+6
|
* Separate flat, protected, and kernel mode library selected into separate ↵Gregory Nutt2014-08-306-26/+233
| | | | files. The conditional logic as exceed my able to comprehend and maintain the selections.
* Move Makefile library selections to a separate makefile fragmentGregory Nutt2014-08-303-182/+138
|
* Move Makefile directory selections to a separate makefile fragmentGregory Nutt2014-08-303-185/+181
|
* CosmeticGregory Nutt2014-08-302-2/+2
|
* Enable SYSCALL interface with address environments in the SAMA5D4-EK ELF ↵Gregory Nutt2014-08-302-2/+17
| | | | configuration
* Update ChangeLogGregory Nutt2014-08-301-1/+4
|
* Yet more issues with errno access via syscalls fixedGregory Nutt2014-08-303-18/+104
|
* Build syscalls that do not need header files (there are nonw, however)Gregory Nutt2014-08-301-2/+12
|
* Refresh all configurations that have MMUsGregory Nutt2014-08-3027-825/+2796
|
* Refresh configurations using the MPUGregory Nutt2014-08-305-331/+857
|
* Add prompt to refresh.shGregory Nutt2014-08-302-10/+18
|
* Update README fileGregory Nutt2014-08-291-8/+40
|
* Update ChangeLogGregory Nutt2014-08-291-0/+2
|
* Add a tool to make refreshing configurations easier when you wnat to do a ↵Gregory Nutt2014-08-292-0/+189
| | | | lot of them
* Update ChangeLogGregory Nutt2014-08-291-0/+6
|
* Various changes/fixes to get configs/stm32f4discovery/kostest working after ↵Gregory Nutt2014-08-299-88/+215
| | | | the big configuration renaming (and after a long period of bit rot)
* Some initial clean-up in verifying the CONFIG_BUILD_PROTECTED configuration ↵Gregory Nutt2014-08-295-12/+17
| | | | change
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate ↵Gregory Nutt2014-08-29234-693/+738
| | | | new CONFIG_BUILD_KERNEL
* Update ChangeLogGregory Nutt2014-08-291-0/+9
|
* Fix hard coded values in dispatch_sysall inline assembly. Back out/corect ↵Gregory Nutt2014-08-291-42/+15
| | | | part of last change; that was going the wrong direction.
* Fix a cloned typoGregory Nutt2014-08-291-9/+10
|
* Fix ARM7/9 and Cortex-A SYSCALLs: For threads in SVC mode, the SVC ↵Gregory Nutt2014-08-292-15/+16
| | | | instructions clobbers R14. This must be taken account in the inline assembly
* 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 ↵Gregory Nutt2014-08-294-17/+22
| | | | include path name collisions; fix some compilation errors in SYSCALL logic when debug is enabled
* 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 ↵Gregory Nutt2014-08-2910-23/+319
| | | | can link against the SYSCALL library (if it is available) or against the C library to eliminate or minimize the need for symbol tables (2014-8-29).
* Enable Kconfig tools in buildroot configurationGregory Nutt2014-08-281-0/+5
|
* Trick the top-level makefiles into building the SYSCALL proxy library but ↵Gregory Nutt2014-08-282-2/+4
| | | | then not actually linking with it
* Update ChangeLogGregory Nutt2014-08-281-0/+9
|
* include/sys/syscall.h: System definitions should depend on ↵Gregory Nutt2014-08-282-4/+3
| | | | CONFIG_LIB_SYSCALL not CONFIG_NUTTX_KERNEL
* 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 ↵Gregory Nutt2014-08-284-15/+15
| | | | within the kernel for certain configurations
* nuttx/sched: Remove explicit references to errno. That is a problem from ↵Gregory Nutt2014-08-2815-25/+26
| | | | within the kernel for certain configurations
* In some configurations, g_system_tmer must be extern'ed as a private variableGregory Nutt2014-08-281-3/+14
|