summaryrefslogtreecommitdiffstats
path: root/cpukit (unfollow)
Commit message (Expand)AuthorFilesLines
2021-07-26rtems: Add rtems_interrupt_entry_install()Sebastian Huber1-0/+237
2021-07-26rtems: Add RTEMS_FATAL_SOURCE_SPURIOUS_INTERRUPTSebastian Huber2-1/+9
2021-07-26rtems: Add rtems_interrupt_is_pending()Sebastian Huber1-0/+54
2021-07-26rtems: Add rtems_interrupt_vector_is_enabled()Sebastian Huber1-0/+50
2021-07-26rtems: Add rtems_interrupt_vector_enable()Sebastian Huber1-0/+88
2021-07-26rtems: Add rtems_interrupt_get_attributes()Sebastian Huber1-0/+207
2021-07-26rtems: Generate <rtems/irq-extension.h>Sebastian Huber1-476/+1354
2021-07-26rtems: Add rtems_interrupt_raise()Sebastian Huber1-37/+125
2021-07-16cpukit: occured -> occurredSebastian Huber23-64/+64
2021-07-15sparc: Prefer RTEMS_FATAL_SOURCE_EXCEPTIONSebastian Huber1-14/+0
2021-07-15rtems: Fix Doxygen commentSebastian Huber1-2/+2
2021-07-06Fix compiler warnings for schedulerstrongapa.cRichi Dubey1-4/+20
2021-07-01rtems: Do not broadcast to signal a condition varSebastian Huber1-1/+1
2021-06-29arm: For AArch32 use non-shareable memorySebastian Huber1-2/+2
2021-06-29arm: Fix AARCH32_PMSA_ATTR_XN valueSebastian Huber1-1/+1
2021-06-29arm: Fix AArch32 memory attribute definesSebastian Huber1-4/+4
2021-06-29arm: Disable alignment check in PMSA initSebastian Huber1-1/+1
2021-06-24Update Strong APA SchedulerRichi Dubey3-229/+924
2021-06-24sparc: Simplify trap table initializationSebastian Huber4-54/+639
2021-06-24sparc: Move FP frame offset defines to cpuimpl.hSebastian Huber2-57/+57
2021-06-24sparc: More reliable bad trap handlingSebastian Huber6-1/+515
2021-06-24sparc: Move ISR handler install routinesSebastian Huber3-174/+202
2021-06-24score: Move _ISR_Vector_table[] to separate fileSebastian Huber3-8/+49
2021-06-24score: Remove bogus _ISR_Nest_level settingSebastian Huber1-4/+0
2021-06-24score: Remove _CPU_Initialize_vectors()Sebastian Huber13-76/+0
2021-06-22i2c: Add non blocking read / writeChristian Mauderer2-6/+83
2021-06-21cpukit: Add timespecisnonnegative to Makefile.amRyan Long1-0/+1
2021-06-21cpu/armv7m: Fix initialization of MPU regionsChristian Mauderer1-1/+1
2021-06-21cpu/armv7m: Avoid regions with negative sizeChristian Mauderer1-1/+1
2021-06-17rtems: Fix rtems_task_set_affinity() docsSebastian Huber1-1/+1
2021-06-16arm: Fix parameter use in AARCH32_PMSA_MEM_ATTR()Sebastian Huber1-1/+1
2021-06-15score: Comment _Thread_queue_Surrender_sticky()Sebastian Huber1-1/+7
2021-06-15Use a common phrase for pointer parametersSebastian Huber14-181/+180
2021-06-10score: Add PER_CPU_DATA_NEED_INITIALIZATION()Sebastian Huber5-55/+113
2021-06-10score: Fix initialization of thread queue contextSebastian Huber6-9/+15
2021-06-09sysconf: Remove sysconf(515)Ryan Long1-4/+0
2021-06-09main_edit.c: get rid of malloc warningRyan Long1-8/+8
2021-06-09futimens.c, utime.c: Remove unnecessary include of <sys/stat.h>.Joel Sherrill2-2/+0
2021-06-08score: Remove unused _Per_CPU_Initialize() declSebastian Huber1-7/+0
2021-06-02cpukit/libdebugger: Fix for sockaddr_in not being initializedHarrison Edward Gerber1-1/+1
2021-05-28cpukit/libmisc/monitor: Fix src/dest overlap of strcpy in mon-editor.cHarrison Edward Gerber1-1/+11
2021-05-28Change filesystem utime_h handler to utimens_hRyan Long18-177/+292
2021-05-28libcsupport: Implement utimes() in terms of utimensat()Ryan Long1-14/+49
2021-05-28libcsupport: Implement utime() in terms of utimensat()Ryan Long1-32/+40
2021-05-28libcsupport: Added futimens() and utimensat()Ryan Long6-15/+491
2021-05-28main_help.c: Do not care what char is returned by getchar()Ryan Long1-1/+1
2021-05-28main_cp.c: Ignore return value from stat()Ryan Long1-0/+6
2021-05-28gen_uuid.c: Ignore return values from fcntl()Ryan Long1-0/+6
2021-05-28thread-API: Add rtems_*mutex_try_lockChristian Mauderer1-0/+12
2021-05-28cpukit: Add description of release version numbersChristian Mauderer1-0/+21