summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* libmisc/shell/edit: Return if no memory in move_gap5.35Chris Johns2023-01-301-0/+3
* libmisc/shell/edit: Fix closing the editorChris Johns2023-01-301-11/+4
* libmisc/shell/chmod: Fix multiple file arguments to the commandChris Johns2023-01-301-1/+1
* cpukit/fdt: Free index before container5.2Kinsey Moore2022-10-031-2/+2
* cpukit/fdt: Check correct allocationKinsey Moore2022-10-031-1/+1
* cpukit/include: Fix including in C++Chris Johns2022-08-2712-20/+47
* score: Fix unlimited objects supportSebastian Huber2022-07-182-9/+32
* score: Fix _Objects_Active_count()Sebastian Huber2022-07-181-5/+13
* Synchronize all file descriptors in sync()Sebastian Huber2022-05-171-81/+12
* posix: Fix use of clock for relative timesSebastian Huber2022-05-041-13/+18
* heap: Fix heap statistics with protection enabledSebastian Huber2022-05-043-9/+14
* imfs: Fix index underrun when extending empty fileChristian Mauderer2022-04-072-2/+31
* bsp/atsam: Improve UART / USART tx performanceChristian Mauderer2022-02-151-4/+5
* bsp/atsam/i2c: Add error return and fix edge casesChristian Mauderer2022-02-102-59/+47
* bsp/atsam/i2c: Simplify driverChristian Mauderer2022-02-102-69/+45
* termios: Pass number of sent chars to l_startChristian Mauderer2022-02-102-3/+8
* bsp/atsam: Optionally use DMA for UART RxChristian Mauderer2022-01-182-5/+190
* bsp/atsam: Merge USART and UART driverChristian Mauderer2022-01-181-225/+60
* untar: Make behavior similar to GNU or BSD tarChristian Mauderer2021-12-095-29/+282
* score: Fix atomic stores for C++Sebastian Huber2021-12-071-3/+3
* score: Add _Timecounter_Set_NTP_update_second()Sebastian Huber2021-11-162-3/+44
* score: Optimize timehand updates for non-SMPSebastian Huber2021-11-161-8/+36
* score: Port large time delta support to RTEMSSebastian Huber2021-11-162-5/+24
* score: Initialize timehand generation to UINT_MAXSebastian Huber2021-11-161-1/+1
* timecounter: Load the currently selected tc once in tc_windup()Mark Johnston2021-11-161-7/+16
* kern_tc.c: Scaling/large delta recalculationSebastian Huber2021-11-161-38/+50
* timecounter: Lock the timecounter listMark Johnston2021-11-161-10/+30
* timecounter: Let kern.timecounter.stepwarnings be set as a tunableMark Johnston2021-11-161-1/+1
* Remove "All Rights Reserved" fromEd Maste2021-11-161-1/+0
* kern: clarify boot timeWarner Losh2021-11-161-1/+7
* Make kern.timecounter.hardware tunableKonstantin Belousov2021-11-161-5/+18
* Add ddb 'show timecounter' command.Konstantin Belousov2021-11-161-1/+31
* Changes that improve DTrace FBT reliabilityRobert Watson2021-11-161-0/+15
* Remove double-calls to tc_get_timecount()Konstantin Belousov2021-11-161-3/+0
* Mark more nodes as CTLFLAG_MPSAFEPawel Biernacki2021-11-161-13/+24
* Consolidate read code for timecountersKonstantin Belousov2021-11-161-145/+87
* Remove duplicated empty lines from kern/*.cMateusz Guzik2021-11-161-1/+0
* Initialize timehands linkage much earlier.Konstantin Belousov2021-11-161-12/+22
* Make timehands count selectable at boottime.Konstantin Belousov2021-11-161-5/+45
* Instead of using an incomplete list of platformsOlivier Houchard2021-11-161-1/+2
* Create a new macro for static DPCPU data.Andrew Turner2021-11-161-2/+2
* tc: bcopy -> memcpyMateusz Guzik2021-11-161-2/+1
* Move most of the contents of opt_compat.hBrooks Davis2021-11-161-1/+0
* score: Remove FreeBSD identifierSebastian Huber2021-11-161-1/+1
* Use atomic_load(9) to read ppsinfo sequence numbers.Konstantin Belousov2021-11-161-4/+4
* SPDX: use the Beerware identifier.Pedro F. Giffuni2021-11-161-0/+2
* kern_tc.c: Remove unused codeSebastian Huber2021-11-161-6/+0
* Add support for IDLE Thread stack allocatorJoel Sherrill2021-10-0715-8/+373
* powerpc/motorola_powerpc: Map LibBSD bus space to the PCI base addressChris Johns2021-09-221-2/+32
* powerpc/io: Make [out/in] le and be calls conditionalChris Johns2021-09-221-0/+8