summaryrefslogtreecommitdiffstats
path: root/cpukit (unfollow)
Commit message (Expand)AuthorFilesLines
2018-08-10posix: Add configure check for mprotect()Sebastian Huber2-0/+14
2018-08-08sys/event.h: Update version FreeBSD tagSebastian Huber1-1/+1
2018-08-08Make the definition of struct kevent in event.h match what the man page for k...dab1-4/+4
2018-08-08Address some (although not all) style(9) issues in event.h after r335776.dab1-10/+10
2018-08-08Fix compilation error in r335765 under gcc 4.2.1.dab1-4/+1
2018-08-08Remove potential identifier conflict in the EV_SET macro.dab1-0/+20
2018-08-08sys/sys: further adoption of SPDX licensing ID tags.pfg1-0/+2
2018-08-08Decode kevent structures logged via ktrace(2) in kdump.jhb1-0/+41
2018-08-08Add abstime kqueue(2) timers and expand struct kevent members.kib1-2/+9
2018-08-08Fix typo.pkelsey1-1/+1
2018-08-08CONFIGURE_MINIMUM_POSIX_THREAD_STACK_SIZESebastian Huber3-1/+8
2018-08-07libblock: Add RTEMS_DEPRECATEDSebastian Huber6-152/+57
2018-08-07dosfs: Avoid deprecated routineSebastian Huber4-2/+5
2018-08-07libblock: Use rtems_blkdev_create_partition()Sebastian Huber2-16/+2
2018-08-07flashdisk: Use rtems_blkdev_create()Sebastian Huber1-47/+22
2018-08-07nvdisk: Use rtems_blkdev_create()Sebastian Huber1-51/+19
2018-08-07ramdisk: Use rtems_blkdev_create()Sebastian Huber3-40/+10
2018-08-07rfs: Remove erroneous call of rtems_disk_release()Sebastian Huber1-1/+0
2018-08-03score: Remove superfluous semicolonSebastian Huber1-1/+1
2018-08-02rtems: Relax partition buffer area alignmentSebastian Huber1-2/+2
2018-08-02score: Remove CPU_PARTITION_ALIGNMENTSebastian Huber21-228/+23
2018-08-02riscv: Fix CPU_ALIGNMENTSebastian Huber1-1/+3
2018-07-30confdefs: Fix uniprocessor configurationSebastian Huber2-43/+44
2018-07-27riscv: Rework CPU counter supportSebastian Huber4-5/+91
2018-07-25riscv: Add CLINT and PLIC supportSebastian Huber1-5/+45
2018-07-25riscv: Use wfi instruction for idle taskSebastian Huber2-12/+3
2018-07-25riscv: Rework exception handlingSebastian Huber6-144/+54
2018-07-25riscv: New CPU_Exception_frameSebastian Huber4-64/+203
2018-07-25riscv: Add exception codesSebastian Huber1-0/+39
2018-07-25score: _SMP_Inter_processor_interrupt_handler()Sebastian Huber1-1/+1
2018-07-25score: RTEMS_PREDICT_TRUE(), RTEMS_PREDICT_FALSE()Sebastian Huber8-19/+49
2018-07-25_SMP_Start_multitasking_on_secondary_processor()Sebastian Huber2-11/+22
2018-07-25score: _SMP_Inter_processor_interrupt_handler()Sebastian Huber1-5/+4
2018-07-25tm27: Fix prototype warningsSebastian Huber1-3/+4
2018-07-25powerpc: Fix _CPU_Instruction_illegal()Sebastian Huber1-1/+1
2018-07-23score: Add _CPU_Instruction_illegal()Sebastian Huber19-0/+100
2018-07-20score: Add _CPU_Instruction_no_operation()Sebastian Huber19-0/+100
2018-07-20score: Move context validation declarationsSebastian Huber38-203/+199
2018-07-20score: Remove obsolete CPU port definesSebastian Huber3-34/+0
2018-07-20dtc: Update VERSIONSebastian Huber1-3/+3
2018-07-20libfdt: fdt_address_cells() and fdt_size_cells()Sebastian Huber2-23/+14
2018-07-19capture: Include missing header fileSebastian Huber1-0/+2
2018-07-19jffs2: Rename README to VERSIONSebastian Huber1-0/+0
2018-07-19dtc: Add VERSION fileSebastian Huber1-0/+19
2018-07-19libfdt: Add necessary header padding in fdt_create()David Gibson1-3/+7
2018-07-19libfdt: Copy the struct region in fdt_resize()Simon Glass1-1/+1
2018-07-19libfdt: Add helpers for accessing unaligned wordsDavid Gibson2-10/+33
2018-07-19pylibfdt: Add functions to update propertiesSimon Glass1-0/+3
2018-07-19libfdt: Add fdt_check_full() functionDavid Gibson2-0/+65
2018-07-19libfdt: Add fdt_header_size()David Gibson2-4/+27