summaryrefslogtreecommitdiff
Commit message (Expand)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
* 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 a...Gregory Nutt2014-08-308-130/+17
* 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 system...Gregory Nutt2014-08-302-3/+113
* Cosmetic: Fix all comments, defaults, etc. that references the defunct name u...Gregory Nutt2014-08-309-22/+22
* Update ChangeLogGregory Nutt2014-08-301-0/+6
* Separate flat, protected, and kernel mode library selected into separate file...Gregory Nutt2014-08-306-26/+233
* 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 conf...Gregory Nutt2014-08-302-2/+17
* 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 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