summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rfs: Fix format warningSebastian Huber2018-01-231-1/+1
| | | | Update #3082.
* rfs: Fix for 64-bit targetsSebastian Huber2018-01-222-2/+2
| | | | | | | The RTEMS_BLKIO_SETBLKSIZE IO control expects an uint32_t parameter and not a size_t which is 64-bits on 64-bit targets. Update #3082.
* monitor: Fix thread priority valuesSebastian Huber2018-01-221-1/+4
|
* powerpc: Add FSL_EIS_EPRSebastian Huber2018-01-221-0/+1
| | | | Update #3085.
* tests: Change TEST BUILD to use define namesSebastian Huber2018-01-221-77/+32
|
* rtems: Fix rtems_task_mode()Sebastian Huber2018-01-191-8/+0
| | | | | | | | | | | A rtems_configuration_is_smp_enabled() inside a !defined( RTEMS_SMP) block makes no sense. Remove !defined( RTEMS_SMP ) conditions. Test tm04 works now again. Update #3000.
* testsupport/testbeginend.c: Fix redefined warningJoel Sherrill2018-01-161-1/+3
|
* Include rtems/bspIo.h for printk.Chris Johns2018-01-041-0/+2
| | | | Closes @3267.
* sparc: Remove <bsp.h> from PCI shell commandSebastian Huber2018-01-021-1/+0
| | | | | Update #3254. Update #3260.
* sparc: Remove BSP specifics from <pci/irq.h>Sebastian Huber2018-01-021-6/+16
| | | | | | Update #3254. Update #3260. Update #3269.
* sparc: Remove BSP specifics from <pci/access.h>Sebastian Huber2018-01-021-93/+0
| | | | | Update #3254. Update #3260.
* sparc: Move <libcpu/byteorder.h>Sebastian Huber2018-01-023-0/+78
| | | | | Update #3254. Update #3260.
* posix: Remove unused global variableSebastian Huber2017-12-151-2/+0
| | | | | Update #2702. Update #2555.
* epiphany: Remove superfluous includesSebastian Huber2017-12-141-4/+0
| | | | Update #3254.
* untar: ConstifySebastian Huber2017-12-142-2/+2
|
* zlib: Fix buildSebastian Huber2017-12-134-6/+7
| | | | Update #3254.
* zlib: Do not generate zconf.hSebastian Huber2017-12-132-10/+2
| | | | Update #3254.
* telnetd: Include <rtems/passwd.h>Sebastian Huber2017-12-131-1/+1
| | | | | | Prepare for header file move to common include directory. Update #3254.
* pppd: Include <rtems/rtems*.h>Sebastian Huber2017-12-132-2/+2
| | | | | | Prepare for header file move to common include directory. Update #3254.
* mghttpd: Include <mghttpd/mongoose.h>Sebastian Huber2017-12-131-1/+1
| | | | | | Prepare for header file move to common include directory. Update #3254.
* uuid: Include <uuid/uuid.h>Sebastian Huber2017-12-131-1/+1
| | | | | | Prepare for header file move to common include directory. Update #3254.
* utf8proc: Include <utf8proc/utf8proc.h>Sebastian Huber2017-12-131-1/+1
| | | | | | Prepare for header file move to common include directory. Update #3254.
* redirector: Include <rtems/stdio-redirect.h>Sebastian Huber2017-12-131-2/+1
| | | | | | Prepare for header file move to common include directory. Update #3254.
* shell: Include <rtems/shell.h>Sebastian Huber2017-12-131-1/+1
| | | | | | Prepare for header file move to common include directory. Update #3254.
* monitor: Include <rtems/monitor.h>Sebastian Huber2017-12-133-3/+3
| | | | | | Prepare for header file move to common include directory. Update #3254.
* capture: Include <rtems/captureimpl.h>Sebastian Huber2017-12-132-5/+3
| | | | | | Prepare for header file move to common include directory. Update #3254.
* RFS: Include <rtems/rtems-rfs-shell.h>Sebastian Huber2017-12-131-1/+1
| | | | | | Prepare for header file move to common include directory. Update #3254.
* libdl: Include <rtems/rtl/rtl-*.h>Sebastian Huber2017-12-1328-41/+41
| | | | | | Prepare for header file move to common include directory. Update #3254.
* pipe: Include <rtems/pipe.h>Sebastian Huber2017-12-131-2/+1
| | | | | | Prepare for header file move to common include directory. Update #3254.
* dosfs: Include <rtems/dosfs.h>Sebastian Huber2017-12-132-2/+2
| | | | | | Prepare for header file move to common include directory. Update #3254.
* ftpd: Include <rtems/ftpd.h>Sebastian Huber2017-12-131-2/+1
| | | | | | Prepare for header file move to common include directory. Update #3254.
* devfs: Include <rtems/devfs.h>Sebastian Huber2017-12-1310-10/+10
| | | | | | Prepare for header file move to common include directory. Update #3254.
* IMFS: Include <rtems/imfs.h>Sebastian Huber2017-12-1329-29/+29
| | | | | | Prepare for header file move to common include directory. Update #3254.
* libdebugger: Avoid use of <bsp/linker-symbols.h>Sebastian Huber2017-12-131-2/+4
| | | | Update #3254.
* arm: Move <libcpu/arm-cp15.h> to cpukitSebastian Huber2017-12-133-0/+2272
| | | | Update #3254.
* dosfs: Allow creating a file with similar name.Christian Mauderer2017-12-071-3/+7
| | | | | | | | If there is already a file with a long file name it isn't possible to create a second file which has a name that ends on the first files name (for example ets.beam and sets.beam). This patch fixes that. Update #3258.
* Remove obsolete network header filesSebastian Huber2017-12-0727-4653/+0
| | | | Update #3254.
* libmisc/stackchk/check.c: correct formatting of stack pointers in ↵Andrei Chichak2017-12-071-2/+2
| | | | | | | | Stack_check_Dump_threads_usage Pointers were being printed as 0x<decimal> rather than 0x<hex>. I altered the formatting define used to give the correct formatting. Close #3240
* taskmode.c: Ensure all error checking is done before modifying executingJoel Sherrill2017-12-061-3/+31
| | | | | | | Also use single conditional expressions to simplify error checking. Combined, this all resulted in a block of SMP enabled error checking. Updates #3000.
* confdefs: Replace RTEMS 4.12 with 5.1Sebastian Huber2017-12-061-8/+8
| | | | Update #3220.
* libio: Use API mutexSebastian Huber2017-12-064-54/+18
|
* drvmgr: Use API mutexSebastian Huber2017-12-064-37/+7
|
* dosfs: Fix files with same name as volume name.Christian Mauderer2017-12-051-1/+2
| | | | | | | Take care that a file in the root directory with the same name as the volume name can be found. Update #3257.
* score: Use self-contained API mutexSebastian Huber2017-12-0426-242/+119
| | | | | | | | | | Use a self-contained recursive mutex for API_Mutex_Control. The API mutexes are protected against asynchronous thread cancellation. Add dedicated mutexes for libatomic and TOD. Close #2629. Close #2630.
* ada: Fix user extension supportSebastian Huber2017-12-011-6/+6
|
* riscv/rtems/score/cpu.h: Use RTEMS_NO_RETURN not deprecated ↵Joel Sherrill2017-11-291-3/+2
| | | | RTEMS_COMPILER_NO_RETURN_ATTRIBUTE
* sapi/src/panic.c: Add include of <rtems/bspIo.h>Joel Sherrill2017-11-291-0/+1
|
* testsupport/test.h: Add RTEMS_NO_RETURN to rtems_test_exit()Joel Sherrill2017-11-291-1/+1
|
* rtems/inttypes: Clarify hexadecimal in commentsMartin Erik Werner2017-11-291-2/+2
| | | | | | | Update comments to reflect that PRIxblksize_t PRIxblkcnt_t is hexadecimal, not decimal. Signed-off-by: Martin Erik Werner <martin.werner@aacmicrotec.com>
* bsps: Provide <tm27.h> in each BSPSebastian Huber2017-11-273-0/+58
| | | | | | | | | Since the <tm27.h> is highly BSP-dependent and used only by the tm27 test program we must provide this header file for each BSP. Without the preinstall build target each header file must have a unique source header file. Update #3254.