summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Correct size comparison (pages vs. sections)Gregory Nutt2014-09-071-1/+4
* Refresh configurationGregory Nutt2014-09-071-11/+6
* Fix typo in ELF variable name (only see it when C++ support is enabled)Gregory Nutt2014-09-071-3/+3
* Update ChangeLogsGregory Nutt2014-09-072-1/+10
* Fix some conditional compilation in kernel build mode. And, while we are tou...Gregory Nutt2014-09-073-11/+14
* Several commands must be disabled in the kernel build because they depend on ...Gregory Nutt2014-09-072-3/+27
* libapps.a needs to be added to the list of libraries to link against.Gregory Nutt2014-09-072-2/+2
* Update ChangeLogGregory Nutt2014-09-071-0/+3
* Changes to many Makefiles. For kernel buil object containing main cannot go ...Gregory Nutt2014-09-0721-266/+315
* Changes to many Makefiles. For kernel buil object containing main cannot go ...Gregory Nutt2014-09-071-18/+19
* Changes to many Makefiles. For kernel buil object containing main cannot go ...Gregory Nutt2014-09-072-11/+12
* Changes to many Makefiles. For kernel buil object containing main cannot go ...Gregory Nutt2014-09-0767-719/+832
* Determine the main object name from the main source name in every kernel buil...Gregory Nutt2014-09-0785-0/+85
* Add an nm command after every kernel build link to show if there are any unde...Gregory Nutt2014-09-0785-0/+85
* Add the main object to the list objects to link in every kernel build link co...Gregory Nutt2014-09-0785-85/+85
* Add the main object to the dependencies for the kernel buildGregory Nutt2014-09-0785-85/+85
* If now a kernel build, then add the main object in with all of the restGregory Nutt2014-09-0785-0/+340
* Update apps/examples/helloxx/MakefileGregory Nutt2014-09-0786-87/+107
* Fix apps/examples/hello/MakefileGregory Nutt2014-09-071-4/+11
* SAMA5D4-EK kernel configurations needs support for task termination clean-upGregory Nutt2014-09-062-4/+10
* apps/bin should be removed on cleanGregory Nutt2014-09-061-0/+1
* Customize the program name in the generic setup that was added to each makefi...Gregory Nutt2014-09-0686-86/+86
* Add generic setup logic to every Makefile that installs a program. Each will...Gregory Nutt2014-09-0686-0/+774
* Fix all install targetsGregory Nutt2014-09-0688-346/+346
* apps/ make-related fixes. Now builds kernel mode file systemGregory Nutt2014-09-064-34/+49
* Fix program name configuration variable used in the MakefileGregory Nutt2014-09-061-2/+2
* Several fixes for errors introduced by last check-insGregory Nutt2014-09-067-18/+45
* Oops wrong elseGregory Nutt2014-09-0688-89/+89
* Add missing else from last big changeGregory Nutt2014-09-0688-0/+88
* Update ChangeLogGregory Nutt2014-09-061-3/+4
* Add program installation for CONFIG_BUILD_KERNEL in all Makefiles that build ...Gregory Nutt2014-09-0688-0/+792
* For the kernel build, there is no reason for ELF flags to be differentGregory Nutt2014-09-061-2/+2
* Only one install target per MakefileGregory Nutt2014-09-0664-260/+128