summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* dev/sc16is752: Add ioctl calls for modem controll.Christian Mauderer2018-05-142-1/+96
| | | | | | | | This add ths following ioctl calls to the sc16is752 driver: - TIOCMGET - TIOCMSET - TIOCMBIS - TIOCMBIC
* sparc64 niagara, usiii: Remove -D options from cfg file and move to bspopts.hJoel Sherrill2018-05-099-3/+34
| | | | Updates #3425.
* smdk2410: Move define of CPU_S3C2410 to bspopts.hJoel Sherrill2018-05-094-3/+12
| | | | Updates #3425.
* rtl22xx_t.cfg: Remove comment with -D __THUMB_INTERWORK__Joel Sherrill2018-05-081-4/+0
| | | | Updates #3425.
* ftpd: Fix infinite recursion in yield()Sebastian Huber2018-05-081-1/+1
| | | | Update #3419.
* telnetd: Use syslog() instead of printk()Sebastian Huber2018-05-021-2/+8
| | | | Update #3419.
* telnetd: Always build telnet daemonSebastian Huber2018-05-024-31/+76
| | | | | | Add support for libbsd initialization. Update #3419.
* ftpd: Always build FTP daemonSebastian Huber2018-05-024-36/+66
| | | | | | Add support for libbsd initialization. Update #3419.
* ftpd: Use floating-point tasks due to syslog()Sebastian Huber2018-05-021-1/+1
| | | | Update #3419.
* ftpd: Fairplay with libbsdSebastian Huber2018-05-021-0/+18
| | | | Update #3419.
* network: Import latest <arpa/ftp.h> from FreeBSDSebastian Huber2018-05-023-7/+10
| | | | Update #3419.
* ftpfs: Always build FTP clientSebastian Huber2018-05-025-3/+9
| | | | | | Move FTP client filesystem to separate library libftpfs.a. Update #3419.
* tftpfs: Always build TFTP clientSebastian Huber2018-05-025-6/+24
| | | | | | | Move TFTP client filesystem to separate library libtftpfs.a. Conditionally use legacy network stack features, e.g. BOOTP support. Update #3419.
* libdebugger: Move to separate librarySebastian Huber2018-05-026-14/+11
| | | | | | | | | | Always build remote TCP support since it depends only on the POSIX socket API. It works with the legacy network stack and libbsd. Move it to a separate libdebugger.a library to allow an easy use with libbsd via "-ldebugger -lbsd" otherwise we would have a cyclic dependency between libbsd.a and librtemscpu.a. Update #3419.
* tests: Move rtems-test-check.pySebastian Huber2018-05-023-204/+1
| | | | Remove shell script variant.
* tests: Remove difftest and sorttimes toolsSebastian Huber2018-05-027-364/+0
| | | | Close #3418.
* tests: Remove configure feature checksSebastian Huber2018-05-0223-334/+11
| | | | Update #3409.
* Drop executable permissions on .[ch] filesJoel Sherrill2018-04-3022-0/+0
|
* jffs2: Do not use command line definesSebastian Huber2018-04-3021-2/+40
| | | | Update #3375.
* config: Fix -Wint-in-bool-context warningsSebastian Huber2018-04-301-1/+1
|
* smptests/smpschededf02: Add test caseSebastian Huber2018-04-271-3/+8
|
* bsp/pc386: Remove bin2boot supportSebastian Huber2018-04-277-857/+0
| | | | | Update #3408. Close #3410.
* bsp/mcf5206elite: Do not install runtest scriptSebastian Huber2018-04-265-48/+0
| | | | | | | Provide the runtest script only as a part of the sources. This simplifies the build system. Test support should be included in the RTEMS Tester.
* bsps: Move documentation, etc. files to bspsSebastian Huber2018-04-26127-0/+0
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsps: Remove unmaintained times filesSebastian Huber2018-04-264-765/+0
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsp/sparc64: Move asm.S to bsps and renameSebastian Huber2018-04-263-2/+2
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsps/mips: Move liblnk to bspsSebastian Huber2018-04-265-6/+6
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsps/powerpc: Move bsp-start-zero.S to bspsSebastian Huber2018-04-265-4/+4
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsp/psim: Move align_h.S to bspsSebastian Huber2018-04-262-1/+1
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsp/haleakala: Move assembler files to bspsSebastian Huber2018-04-263-2/+2
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsp/qemuppc: Install linkcmds.baseSebastian Huber2018-04-251-0/+1
| | | | | Update #3339. Close #3411.
* bsps/arm: Remove unused filesSebastian Huber2018-04-2513-17990/+0
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsps: Remove unused u-boot-generic-board-info.hSebastian Huber2018-04-252-137/+1
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsp/beagle: Move source files to bspsSebastian Huber2018-04-255-4/+4
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsp/gumstix: Move fb.c to bspsSebastian Huber2018-04-252-1/+1
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsp/lm3s69xx: Move ssi.c to bspsSebastian Huber2018-04-252-1/+1
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsp/lpc176x: Move source files to bspsSebastian Huber2018-04-2515-433/+433
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsp/lpc24xx: Move source files to bspsSebastian Huber2018-04-2510-9/+9
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsp/lpc32xx: Move source files to bspsSebastian Huber2018-04-2512-11/+11
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsp/raspberrypi: Move source files to bspsSebastian Huber2018-04-257-4/+4
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsp/smdk2410: Move smc.c to bspsSebastian Huber2018-04-252-1/+1
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsp/tms570: Move cpucounterread.c to bspsSebastian Huber2018-04-252-1/+1
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsp/mcf5206elite: Move nvram.c to bspsSebastian Huber2018-04-252-1/+1
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsp/mrm332: Move interr.c to bspsSebastian Huber2018-04-251-0/+0
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsp/mrm332: Move spinit.c to bspsSebastian Huber2018-04-252-1/+1
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsp/gen5200: Move source files to bspsSebastian Huber2018-04-257-4/+4
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsp/haleakala: Move mmu_405.c to bspsSebastian Huber2018-04-252-1/+1
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsp/beatnik: Move source files to bspsSebastian Huber2018-04-258-4/+4
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsp/mvme3100: Move flashcfg.c to bspsSebastian Huber2018-04-252-1/+1
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsp/mvme5500: Move source files to bspsSebastian Huber2018-04-254-3/+3
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.