summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Refresh NTOSD configurations. Fix some minor bit rot build issuesGregory Nutt2014-09-1114-57/+69
* Kconfig choice value needs a promptGregory Nutt2014-09-111-1/+1
* More updated makefilesGregory Nutt2014-09-112-2/+2
* Update ChangeLogGregory Nutt2014-09-111-1/+3
* MAINOBJ needs to be added to object list in many MakefileGregory Nutt2014-09-1188-88/+88
* Fix some minor issues with the exampls/udp MakefileGregory Nutt2014-09-103-5/+15
* clock_gettime.c: Fix a cornercase bug in clock_gettime()Gregory Nutt2014-09-101-1/+1
* Update ChangeLogGregory Nutt2014-09-101-0/+2
* Fixes to clock bias logic. Remove vestiges of g_tickbias; apply bias instead...Gregory Nutt2014-09-103-19/+23
* Update ChangeLogGregory Nutt2014-09-101-0/+5
* Add logic to initialize the per-process user heap when each user process is s...Gregory Nutt2014-09-1015-132/+326
* Update ChangeLogGregory Nutt2014-09-101-0/+9
* SAMA5D4-EK: These configurations now use the fixed DRAM mapping for manipulat...Gregory Nutt2014-09-104-5/+135
* Add configuration to use the fixed DRAM mapping for the page pool (if availab...Gregory Nutt2014-09-105-6/+213
* pcDuino: Several fixes so that it still builds after other Cortex-A changes.Gregory Nutt2014-09-103-0/+4
* Update ChangeLogGregory Nutt2014-09-091-0/+3
* When allocating a stack for a new process using the user-sapce allocator, nee...Gregory Nutt2014-09-092-6/+32
* Updata ChangeLogGregory Nutt2014-09-091-1/+5
* ELF relocations. Some relocation types do not have a named symbol associated...Gregory Nutt2014-09-0910-24/+160
* Update ChangeLogGregory Nutt2014-09-091-1/+4
* Add logic that will permit us to build user libraries with different CFLAGS t...Gregory Nutt2014-09-092-193/+197
* Updata changelogGregory Nutt2014-09-091-0/+4
* Move commit library targets out of Makefile.unix and Makeifle.win into a new ...Gregory Nutt2014-09-093-306/+195
* Fix a typo in a header fileGregory Nutt2014-09-091-1/+1
* Update changelogGregory Nutt2014-09-092-1/+6
* SAMA5D4-EK kernel config can now boot from a ROMFS file systemGregory Nutt2014-09-097-32/+1177
* Update ChangeLogGregory Nutt2014-09-091-0/+2
* Add a script to create a boot ROMFS imageGregory Nutt2014-09-092-0/+77
* Update ChangeLogGregory Nutt2014-09-091-0/+2
* Add README.txt file for CC3200 LaunchpadGregory Nutt2014-09-093-1/+128
* Update README fileGregory Nutt2014-09-081-1/+8
* Update CC3200 OpenOCD configGregory Nutt2014-09-081-4/+6
* Rename SAMA5D4-EK kernel configuration to knsh for consistency with naming fo...Gregory Nutt2014-09-085-5/+13
* Cosmetic changes to comments/spacingGregory Nutt2014-09-082-4/+6
* Update ChangeLogsGregory Nutt2014-09-082-0/+4
* Change commenting style to agree with coding standardGregory Nutt2014-09-087-86/+86
* ELF build reuires -fno-common in CFLAGSGregory Nutt2014-09-081-2/+5
* Correct atan2 implementations from Denis ArnstGregory Nutt2014-09-083-94/+51
* pthread prototype changes must be reflected in system calls as wellGregory Nutt2014-09-081-4/+4
* Update ChangeLogGregory Nutt2014-09-081-0/+4
* A const storage class to to phthread parameters. From Freddie ChopinGregory Nutt2014-09-089-18/+18
* SAM3X/Arduino Due: Fix typo in sam3x_periphclks.h; add SCLK definitions to bo...Gregory Nutt2014-09-081-4/+4
* SAM3X/Arduino Due: Fix typo in sam3x_periphclks.h; add SCLK definitions to bo...Gregory Nutt2014-09-087-10/+13
* Update ChangeLogGregory Nutt2014-09-071-0/+3
* SAMA5D4-EK: In kernel build with address environment, need logic to map user ...Gregory Nutt2014-09-076-6/+247
* ChangeLogGregory Nutt2014-09-071-0/+2
* Fix loop counter... was overrunning a table on larger ELF filesGregory Nutt2014-09-071-1/+1
* Update ChangeLogGregory Nutt2014-09-071-0/+5
* Need to call elf_initialize() on bring-up before attempting to load ELF modulesGregory Nutt2014-09-072-5/+29
* Improved binfmt debug outputGregory Nutt2014-09-073-20/+37