summaryrefslogtreecommitdiffstats
path: root/cpukit (unfollow)
Commit message (Expand)AuthorFilesLines
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
2021-05-28score: Add RTEMS_UNREACHABLE() to a groupSebastian Huber1-0/+2
2021-05-27bsps/aarch64: Add MMU driver to relax alignmentKinsey Moore1-16/+50
2021-05-27bsps/aarch64: Break out system registersKinsey Moore1-0/+9985
2021-05-27rtems: Document new rtems_task_delete() errorSebastian Huber1-0/+3
2021-05-26cpukit/libpci: fix potential buffer overflow in pci_cfg_print_code.cHarrison Edward Gerber1-2/+2
2021-05-26score/aarch64: Align context validation frameKinsey Moore1-11/+18
2021-05-26score: Direct thread dispatch in a self restartSebastian Huber1-5/+11
2021-05-26score: Fix _Thread_Cancel()Sebastian Huber1-26/+22
2021-05-26posix: Allow pthread_cancel() from within ISRsSebastian Huber1-9/+4
2021-05-26score: Simplify calling _Thread_Exit()Sebastian Huber6-53/+28
2021-05-26rtems: Return RTEMS_CALLED_FROM_ISRSebastian Huber1-5/+15
2021-05-25sysinit: Do not open console when just referencing reentrancy structure.Joel Sherrill2-6/+21
2021-05-20telnetd.c: Remove RTEMS_NETWORKING checkVijay Kumar Banerjee1-10/+1
2021-05-18score: Simplify thread queue timeout handlingSebastian Huber10-44/+88
2021-05-18posix: Fix use of clock for relative timesSebastian Huber1-13/+18
2021-05-18score: Add _CPU_Context_switch_no_return()Sebastian Huber9-5/+56
2021-05-17score: Move _Thread_queue_Queue_get_name_and_id()Sebastian Huber3-36/+77
2021-05-17posix: Use RTEMS_POSIX_API in clock_nanosleep()Sebastian Huber1-0/+5
2021-05-17posix: Move clock_nanosleep()Sebastian Huber3-91/+117
2021-05-17score: Add and use _Per_CPU_Is_ISR_in_progress()Sebastian Huber4-13/+22
2021-05-17score: Improve parameters in _Thread_Change_life()Sebastian Huber2-22/+29
2021-05-14rtems: Fix task restart within interrupt contextSebastian Huber3-74/+17
2021-05-14rtems: Always set the real priority during restartSebastian Huber1-26/+32
2021-05-14score: Return status in _Thread_Restart_other()Sebastian Huber3-12/+16
2021-05-14rtems: Check entry point in rtems_task_start()Sebastian Huber1-0/+4
2021-05-14rtems: Add TOD_Ticks_validationSebastian Huber2-15/+24
2021-05-12rtems: Constify rtems_task_wake_when()Sebastian Huber6-16/+28
2021-05-12rtems: Document rtems_task_set_scheduler() errorsSebastian Huber1-3/+20
2021-05-12rtems: Clarify rtems_task_get_priority() docSebastian Huber1-2/+2
2021-05-12rtems: Use rtems_clock_get_ticks_per_second()Sebastian Huber1-2/+2
2021-05-12_TOD_Validate(): Fix incorrect return codeFrank Kühndel5-40/+51
2021-05-11rtems: Use _Objects_Free_nothing() for msg queuesSebastian Huber2-6/+9
2021-05-11score: Rename _Stack_Free_nothing()Sebastian Huber7-16/+16