summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Expand)AuthorAgeFilesLines
* rtems: Add rtems_interrupt_entry_install()Sebastian Huber2021-07-261-0/+237
* rtems: Add RTEMS_FATAL_SOURCE_SPURIOUS_INTERRUPTSebastian Huber2021-07-262-1/+9
* rtems: Add rtems_interrupt_is_pending()Sebastian Huber2021-07-261-0/+54
* rtems: Add rtems_interrupt_vector_is_enabled()Sebastian Huber2021-07-261-0/+50
* rtems: Add rtems_interrupt_vector_enable()Sebastian Huber2021-07-261-0/+88
* rtems: Add rtems_interrupt_get_attributes()Sebastian Huber2021-07-261-0/+207
* rtems: Generate <rtems/irq-extension.h>Sebastian Huber2021-07-261-476/+1354
* rtems: Add rtems_interrupt_raise()Sebastian Huber2021-07-261-37/+125
* cpukit: occured -> occurredSebastian Huber2021-07-1623-64/+64
* sparc: Prefer RTEMS_FATAL_SOURCE_EXCEPTIONSebastian Huber2021-07-151-14/+0
* rtems: Fix Doxygen commentSebastian Huber2021-07-151-2/+2
* Fix compiler warnings for schedulerstrongapa.cRichi Dubey2021-07-061-4/+20
* rtems: Do not broadcast to signal a condition varSebastian Huber2021-07-011-1/+1
* arm: For AArch32 use non-shareable memorySebastian Huber2021-06-291-2/+2
* arm: Fix AARCH32_PMSA_ATTR_XN valueSebastian Huber2021-06-291-1/+1
* arm: Fix AArch32 memory attribute definesSebastian Huber2021-06-291-4/+4
* arm: Disable alignment check in PMSA initSebastian Huber2021-06-291-1/+1
* Update Strong APA SchedulerRichi Dubey2021-06-243-229/+924
* sparc: Simplify trap table initializationSebastian Huber2021-06-244-54/+639
* sparc: Move FP frame offset defines to cpuimpl.hSebastian Huber2021-06-242-57/+57
* sparc: More reliable bad trap handlingSebastian Huber2021-06-246-1/+515
* sparc: Move ISR handler install routinesSebastian Huber2021-06-243-174/+202
* score: Move _ISR_Vector_table[] to separate fileSebastian Huber2021-06-243-8/+49
* score: Remove bogus _ISR_Nest_level settingSebastian Huber2021-06-241-4/+0
* score: Remove _CPU_Initialize_vectors()Sebastian Huber2021-06-2413-76/+0
* i2c: Add non blocking read / writeChristian Mauderer2021-06-222-6/+83
* cpukit: Add timespecisnonnegative to Makefile.amRyan Long2021-06-211-0/+1
* cpu/armv7m: Fix initialization of MPU regionsChristian Mauderer2021-06-211-1/+1
* cpu/armv7m: Avoid regions with negative sizeChristian Mauderer2021-06-211-1/+1
* rtems: Fix rtems_task_set_affinity() docsSebastian Huber2021-06-171-1/+1
* arm: Fix parameter use in AARCH32_PMSA_MEM_ATTR()Sebastian Huber2021-06-161-1/+1
* score: Comment _Thread_queue_Surrender_sticky()Sebastian Huber2021-06-151-1/+7
* Use a common phrase for pointer parametersSebastian Huber2021-06-1514-181/+180
* score: Add PER_CPU_DATA_NEED_INITIALIZATION()Sebastian Huber2021-06-105-55/+113
* score: Fix initialization of thread queue contextSebastian Huber2021-06-106-9/+15
* sysconf: Remove sysconf(515)Ryan Long2021-06-091-4/+0
* main_edit.c: get rid of malloc warningRyan Long2021-06-091-8/+8
* futimens.c, utime.c: Remove unnecessary include of <sys/stat.h>.Joel Sherrill2021-06-092-2/+0
* score: Remove unused _Per_CPU_Initialize() declSebastian Huber2021-06-081-7/+0
* cpukit/libdebugger: Fix for sockaddr_in not being initializedHarrison Edward Gerber2021-06-021-1/+1
* cpukit/libmisc/monitor: Fix src/dest overlap of strcpy in mon-editor.cHarrison Edward Gerber2021-05-281-1/+11
* Change filesystem utime_h handler to utimens_hRyan Long2021-05-2818-177/+292
* libcsupport: Implement utimes() in terms of utimensat()Ryan Long2021-05-281-14/+49
* libcsupport: Implement utime() in terms of utimensat()Ryan Long2021-05-281-32/+40
* libcsupport: Added futimens() and utimensat()Ryan Long2021-05-286-15/+491
* main_help.c: Do not care what char is returned by getchar()Ryan Long2021-05-281-1/+1
* main_cp.c: Ignore return value from stat()Ryan Long2021-05-281-0/+6
* gen_uuid.c: Ignore return values from fcntl()Ryan Long2021-05-281-0/+6
* thread-API: Add rtems_*mutex_try_lockChristian Mauderer2021-05-281-0/+12
* cpukit: Add description of release version numbersChristian Mauderer2021-05-281-0/+21