summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Beginning of logic that will, hopefully, all me to build applications against...Gregory Nutt2014-09-044-3/+243
* Update ChangeLogGregory Nutt2014-09-041-0/+4
* The 'make export' target needs to bundle up the user C startup file (crt0), n...Gregory Nutt2014-09-0417-45/+69
* Update ChangeLogsGregory Nutt2014-09-041-2/+5
* Don't copy build scripts for kernel build 'make exports'Gregory Nutt2014-09-043-10/+30
* In 'make export', do not copy internal header files if this is a kernel buildGregory Nutt2014-09-043-40/+79
* Update ChangeLogsGregory Nutt2014-09-041-0/+5
* In the kernel build, only the user libraries should be exported.Gregory Nutt2014-09-045-4/+40
* Fix 'make export'. Adding subdirectories to the sched/ directory broke the h...Gregory Nutt2014-09-041-9/+9
* Mostly cosmetic changesGregory Nutt2014-09-044-5/+7
* Fix error in new macro definition that causes compile problem when not using ...Gregory Nutt2014-09-041-3/+3
* Update ChangeLogGregory Nutt2014-09-031-0/+2
* Add capability to perform initial board initialization on a separate worker t...Gregory Nutt2014-09-033-17/+133
* Fix more places where the user-mode allocator is used to allocate kernel thre...Gregory Nutt2014-09-0311-51/+82
* Update ChangeLogGregory Nutt2014-09-031-0/+11
* Group creation logic must use new group flag when allocating resources so tha...Gregory Nutt2014-09-036-3/+342
* Add a flag to group structure: If the group is created by a kernel thread, t...Gregory Nutt2014-09-031-0/+1
* IDLE TCB setup needs to indicate the the IDLE thread is a privileged, kernel ...Gregory Nutt2014-09-032-0/+9
* Granule allocator initialization uses wrong allocator to setting aside kernel...Gregory Nutt2014-09-031-2/+2
* I love/hate conditional compilationGregory Nutt2014-09-0318-13/+71
* Fix a typo in conditional compilationGregory Nutt2014-09-031-1/+1
* Fix several compile errors for logic added for CONFIG_BUILD_KERNEL, but which...Gregory Nutt2014-09-0314-20/+25
* SAMA5D4-EK: Add logic to mount an SD card as a boot deviceGregory Nutt2014-09-035-34/+189
* SAMA5D4-EK: Restructure initialization slightly to better support kernel modeGregory Nutt2014-09-036-138/+211
* Every defconfig file should now have a valid setting for CONFIG_WDOG_INTRESERVEGregory Nutt2014-09-03213-0/+213
* Update ChangeLogGregory Nutt2014-09-021-1/+3
* Add support for delivery of use-mode signals in the kernel build.Gregory Nutt2014-09-0223-59/+159
* Update ChangeLogGregory Nutt2014-09-021-0/+10
* Restructuring of build to allow use of use-space allocators by kernel logic i...Gregory Nutt2014-09-0210-60/+94
* Space at the beginning of the process data space is now reserved for user hea...Gregory Nutt2014-09-0215-66/+270
* Add SYSCALL support for pgalloc()Gregory Nutt2014-09-025-9/+25
* sbrk() need to initialized the memory manager on the first callGregory Nutt2014-09-024-23/+73
* Updated ChangeLogGregory Nutt2014-09-011-1/+17
* Update ChangeLogsGregory Nutt2014-09-012-0/+7
* Fix error in initialize of IDLE TCB due to last change. The argument list is...Gregory Nutt2014-09-011-4/+8
* Fix NSH PS command: If there are not argument, it would print garbage for ar...Gregory Nutt2014-09-011-6/+6
* Add misc/Obsoleted/ChangeLog and misc/Obsoleted/Patches/Remove-8051-2014-9-1....Gregory Nutt2014-09-013-6/+6640
* Update ChangeLogGregory Nutt2014-09-011-1/+8
* There used to be two ways to pass parameters to new tasks, depending upon the...Gregory Nutt2014-09-0148-357/+251
* Update ChangeLogGregory Nutt2014-09-011-0/+3
* Remove final traces of the 8015 from the NuttX source treeGregory Nutt2014-09-01318-854/+76
* Obsolete support for the 8051 family. Trying to maintain compatibility with ...Gregory Nutt2014-09-0141-0/+0
* Update ChangeLogGregory Nutt2014-09-011-0/+3
* Updates to the CC3200-Launchpad configuration for better compatibilityGregory Nutt2014-09-013-65/+37
* Update ChangeLogGregory Nutt2014-09-011-0/+2
* Completes the implementation of sbrk() (untested)Gregory Nutt2014-09-0116-40/+364
* ARMv7 address environment: Static functions not marked staticGregory Nutt2014-09-012-8/+8
* Fix common heap allocation logic, taking into account the kernel build requir...Gregory Nutt2014-09-011-14/+30
* Update ChangeLogGregory Nutt2014-09-011-0/+2
* Initial implementatino of sbrk()Gregory Nutt2014-09-017-3/+397