summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* check-networking.m4: Disable legacy stack for x86_64 and epiphanyJoel Sherrill2018-10-182-2/+10
| | | | | x86_64 is 64-bits and too new for the legacy stack to support. epiphany is a small target and cannot compile the legacy (or new) stack.
* mpc8260ads/start/bspstart.c: Fix unused function warningJoel Sherrill2018-10-181-0/+6
|
* qemuppc/start/cmain.c: Cast args to memcpy and bzero to fix warningsJoel Sherrill2018-10-181-5/+14
|
* gen5200/mscan/mscan.c: Fix printf() format warningJoel Sherrill2018-10-181-1/+1
|
* or1k/shared/cache/cache.c: Remove unused methodsJoel Sherrill2018-10-181-35/+0
|
* gdbarmsim/include/bsp.h: Include <sys/stat.h> to fix warningJoel Sherrill2018-10-181-0/+2
|
* Support O_DIRECTORY open() flagSebastian Huber2018-10-182-2/+38
| | | | Close #3545.
* bsp/atsam: Add const qualifier to AES_SetInput()Sebastian Huber2018-10-182-2/+2
|
* console: Be fair in simple console readSebastian Huber2018-10-181-2/+7
| | | | | | | Wait for one tick in case no character is available after a call to getchark(). Otherwise the system is constantly busy within an input loop (for example in the RTEMS shell). The polled Termios driver uses the same approach.
* serial/ns16550: Fix precision clock synthesizerSebastian Huber2018-10-171-15/+16
| | | | | | | The precision clock synthesizer support broke the driver on the QorIQ P1020. On this device the Alternate Function Register is accessed with DLAB == 1 instead of the FIFO Control Register (FCR). Restructure the code to account for this.
* bsp/imx7: Add getchark() supportSebastian Huber2018-10-171-16/+20
|
* bsps/arm: Recognize .tm_clone_table input sectionSebastian Huber2018-10-151-0/+3
|
* bsp/tms570: Simple fix to resolve macro redefinitions.Pavel Pisa2018-10-151-34/+46
| | | | closes #3347
* build: Remove specialized CPPFLAGSSebastian Huber2018-10-154-5/+0
| | | | Close #3375.
* libtests/Makefile.am: Add CPU_CFLAGS to rtems-ld invocationJoel Sherrill2018-10-141-1/+2
| | | | closes #3401, #3402.
* tmtests: Fix unused variable warningsSebastian Huber2018-10-124-8/+0
|
* fsclose01: Fix uninitialized variable warningSebastian Huber2018-10-121-1/+1
|
* posix: Fix unused result warningSebastian Huber2018-10-121-2/+2
|
* build: Fix build on WindowsSebastian Huber2018-10-122-0/+24
| | | | | Avoid a long argument list while creating the librtemscpu.a library archive.
* tmtests/tmonetoone: New test programSebastian Huber2018-10-115-0/+337
|
* telnetd: Add server port to configurationSebastian Huber2018-10-113-5/+19
| | | | Close #3543.
* telnetd: Create sessions at startSebastian Huber2018-10-115-240/+291
| | | | Update #3543.
* telnetd: Allocate the server contextSebastian Huber2018-10-101-7/+8
| | | | Update #3543.
* telnetd: Create server socket at startSebastian Huber2018-10-101-76/+86
| | | | Update #3543.
* telnetd: Rename shell_args to telnetd_sessionSebastian Huber2018-10-101-33/+33
| | | | Update #3543.
* telnetd: Simplify task spawn functionSebastian Huber2018-10-101-92/+36
| | | | | | | Use the minimum task size for the telnet server task since it has to deal only with simple socket operations. Update #3543.
* build: Include header.am in cpukit/Makefile.amSebastian Huber2018-10-1049-668/+435
| | | | | Include all cpukit/*/header.am files in cpukit/Makefile.am. This gets rid of all subtree Makefile.am and the sudirs hack.
* telnetd: Remove keep stdio featureSebastian Huber2018-10-107-80/+222
| | | | | | | | | | | | | | The Telnet service started via rtems_telnetd_start() had a keep stdio feature. This just created a task and executed the command function in a loop. For this kind of service we do not library support. This can be done by an application task on its own. Remove this feature and provide only the real Telnet server functionality. Use syslog() for error and status messages. Add test program for the Telnet server. Close #3542.
* build: Remove local.amSebastian Huber2018-10-10244-253/+0
|
* build: Directly reference libraries in testsSebastian Huber2018-10-105-64/+27
| | | | Remove use of TMPINSTALL_FILES.
* build: Merge score/cpu/*/Makefile.amSebastian Huber2018-10-1023-1751/+1706
|
* build: Merge libmisc/Makefile.amSebastian Huber2018-10-104-236/+214
|
* build: Merge libnetworking/Makefile.amSebastian Huber2018-10-103-142/+132
|
* build: Merge zlib/Makefile.amSebastian Huber2018-10-103-30/+23
|
* build: Merge telnetd/Makefile.amSebastian Huber2018-10-103-15/+13
|
* build: Merge score/Makefile.amSebastian Huber2018-10-103-230/+217
|
* build: Merge rtems/Makefile.amSebastian Huber2018-10-104-205/+158
|
* build: Merge pppd/Makefile.amSebastian Huber2018-10-103-19/+24
|
* build: Merge posix/Makefile.amSebastian Huber2018-10-104-203/+222
|
* build: Merge mghttpd/Makefile.amSebastian Huber2018-10-103-17/+13
|
* build: Merge libstdthreads/Makefile.amSebastian Huber2018-10-106-23/+13
|
* build: Merge librpc/Makefile.amSebastian Huber2018-10-104-54/+51
|
* build: Merge libpci/Makefile.amSebastian Huber2018-10-104-41/+26
|
* build: Merge libmd/Makefile.amSebastian Huber2018-10-104-20/+9
|
* build: Merge libi2c/Makefile.amSebastian Huber2018-10-104-10/+1
|
* build: Merge libgnat/Makefile.amSebastian Huber2018-10-104-16/+7
|
* build: Merge libfs/Makefile.amSebastian Huber2018-10-105-186/+177
|
* build: Merge libdrvmgr/Makefile.amSebastian Huber2018-10-094-38/+23
|
* build: Merge libdl/Makefile.amSebastian Huber2018-10-094-41/+29
|
* build: Merge libdebugger/Makefile.amSebastian Huber2018-10-093-24/+20
|