summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* score: Add RTEMS_UNREACHABLE() to a groupSebastian Huber2021-05-281-0/+2
* bsps/aarch64: Add MMU driver to relax alignmentKinsey Moore2021-05-271-16/+50
* bsps/aarch64: Break out system registersKinsey Moore2021-05-271-0/+9985
* rtems: Document new rtems_task_delete() errorSebastian Huber2021-05-271-0/+3
* cpukit/libpci: fix potential buffer overflow in pci_cfg_print_code.cHarrison Edward Gerber2021-05-261-2/+2
* score/aarch64: Align context validation frameKinsey Moore2021-05-261-11/+18
* score: Direct thread dispatch in a self restartSebastian Huber2021-05-261-5/+11
* score: Fix _Thread_Cancel()Sebastian Huber2021-05-261-26/+22
* posix: Allow pthread_cancel() from within ISRsSebastian Huber2021-05-261-9/+4
* score: Simplify calling _Thread_Exit()Sebastian Huber2021-05-266-53/+28
* rtems: Return RTEMS_CALLED_FROM_ISRSebastian Huber2021-05-261-5/+15
* sysinit: Do not open console when just referencing reentrancy structure.Joel Sherrill2021-05-252-6/+21
* telnetd.c: Remove RTEMS_NETWORKING checkVijay Kumar Banerjee2021-05-201-10/+1
* score: Simplify thread queue timeout handlingSebastian Huber2021-05-1810-44/+88
* posix: Fix use of clock for relative timesSebastian Huber2021-05-181-13/+18
* score: Add _CPU_Context_switch_no_return()Sebastian Huber2021-05-189-5/+56
* score: Move _Thread_queue_Queue_get_name_and_id()Sebastian Huber2021-05-173-36/+77
* posix: Use RTEMS_POSIX_API in clock_nanosleep()Sebastian Huber2021-05-171-0/+5
* posix: Move clock_nanosleep()Sebastian Huber2021-05-173-91/+117
* score: Add and use _Per_CPU_Is_ISR_in_progress()Sebastian Huber2021-05-174-13/+22
* score: Improve parameters in _Thread_Change_life()Sebastian Huber2021-05-172-22/+29
* rtems: Fix task restart within interrupt contextSebastian Huber2021-05-143-74/+17
* rtems: Always set the real priority during restartSebastian Huber2021-05-141-26/+32
* score: Return status in _Thread_Restart_other()Sebastian Huber2021-05-143-12/+16
* rtems: Check entry point in rtems_task_start()Sebastian Huber2021-05-141-0/+4