source: rtems/cpukit

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @18bbfc7   12/05/21 15:37:33 Sebastian Huber score: Fix atomic stores for C++ Close #4567. 5
(edit) @5382f617   10/28/21 09:14:57 Sebastian Huber score: Add _Timecounter_Set_NTP_update_second() Allow the … 5
(edit) @780b468   10/11/21 15:10:29 Sebastian Huber score: Optimize timehand updates for non-SMP In uniprocessor … 5
(edit) @1c378f1   10/11/21 08:45:27 Sebastian Huber score: Port large time delta support to RTEMS 5
(edit) @68a3658d   10/11/21 08:09:57 Sebastian Huber score: Initialize timehand generation to UINT_MAX This leads to a … 5
(edit) @1640657   10/29/21 18:29:22 markj timecounter: Load the currently selected tc once in tc_windup() … 5
(edit) @4f13092   10/28/21 08:22:58 Sebastian Huber kern_tc.c: Scaling/large delta recalculation This change is a slight … 5
(edit) @e27dc9d   10/16/21 13:46:55 markj timecounter: Lock the timecounter list Timecounter registration is … 5
(edit) @f03147f1   10/09/21 16:34:06 markj timecounter: Let kern.timecounter.stepwarnings be set as a tunable … 5
(edit) @fc06357   08/08/21 14:38:01 emaste Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrights … 5
(edit) @1ca98b27   05/05/21 18:32:13 imp kern: clarify boot time In FreeBSD, the current time is computed from … 5
(edit) @2cf3700   03/07/21 23:50:12 kib Make kern.timecounter.hardware tunable Noted and reviewed by: kevans … 5
(edit) @c3fc52ec   01/18/21 07:25:36 kib Add ddb 'show timecounter' command. MFC after: 1 week Sponsored … 5
(edit) @512e0b5   01/09/21 08:38:11 rwatson Changes that improve DTrace FBT reliability on freebsd/arm64: - … 5
(edit) @62c428f2   06/10/20 22:30:32 kib Remove double-calls to tc_get_timecount() to warm timecounters. It … 5
(edit) @eb909371   02/26/20 14:26:36 kaktus Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many) … 5
(edit) @166a80c3   02/14/20 23:27:45 kib Consolidate read code for timecounters and fix possible overflow in … 5
(edit) @265c2e6   01/30/20 20:05:05 mjg Remove duplicated empty lines from kern/*.c No functional changes. 5
(edit) @bc9c0e0   09/09/19 12:42:48 kib Initialize timehands linkage much earlier. Reported and tested … 5
(edit) @402dafa4   09/09/19 11:29:58 kib Make timehands count selectable at boottime. Tested by: O'Connor, … 5
(edit) @a9ce44b   01/13/19 00:19:15 cognet Instead of using an incomplete list of platforms that uses 64bits … 5
(edit) @975ecc17   07/05/18 17:13:37 andrew Create a new macro for static DPCPU data. On arm64 (and possible … 5
(edit) @f43beb0   05/04/18 22:48:10 mjg tc: bcopy -> memcpy 5
(edit) @c54b13b   04/06/18 17:35:35 brooks Move most of the contents of opt_compat.h to opt_global.h. … 5
(edit) @f77b692   10/09/21 19:23:16 Sebastian Huber score: Remove FreeBSD identifier 5
(edit) @7d3712f   12/19/17 10:05:45 kib Use atomic_load(9) to read ppsinfo sequence numbers. In this case … 5
(edit) @73b77be   11/30/17 20:33:45 pfg SPDX: use the Beerware identifier. 5
(edit) @d5649e2   01/28/21 10:40:10 Sebastian Huber kern_tc.c: Remove unused code This fix relates to a Coverity issue … 5
(edit) @c8a10609   10/01/21 19:56:34 joel Add support for IDLE Thread stack allocator Add a stack allocator … 5
(edit) @e9712e78   08/23/21 16:43:23 ryan.long pxcdevctl: Adjust for standard (5 branch) psxdevctl is supposed to … 5
(edit) @ff94ddc   09/09/21 13:03:29 Sebastian Huber rtems: Initialize count of postponed jobs The … 5
(edit) @50a8353   05/26/21 07:39:13 christian.mauderer cpukit: Add description of release version numbers The release … 5
(edit) @06427c8d   05/14/21 07:14:11 Sebastian Huber rtems: Check entry point in rtems_task_start() Close #4409. 5
(edit) @a274b6f   11/18/20 07:36:48 christian.mauderer shell: Add i2c and spi commands This adds some commands that are … 5
(edit) @08f807e   03/18/21 02:50:56 niteesh.gs rtems-fdt/rtems-fdt.c: Fix bug in loop termination The while loop, … 5
(edit) @3a66586   03/16/21 13:59:20 Sebastian Huber rtems: Allow RTEMS_PRIORITY for MrsP semaphores In order to improve … 5
(edit) @2497a46a   11/25/19 08:45:26 Daniel Hellstrom sparc,leon: avoid triggering LEON3FT errata TN-0009 Update #4154. 5
(edit) @3074eb0   11/20/19 12:19:35 Daniel Hellstrom sparc,leon: avoid triggering TN-0009 bad sequence Update #4154. 5
(edit) @d9d96f0   11/14/19 09:26:21 Daniel Hellstrom sparc: fix bad register alignment for 64 bit store Update #4311. 5
(edit) @980cdb8   12/19/17 12:37:08 cederman sparc: Remove sequences that the B2BST scan script warns about Update … 5
(edit) @ef1ac8af   02/05/21 13:35:56 Sebastian Huber score: Add barrier thread queue operations This fixes a missing … 5
(edit) @cc2a237   02/05/21 13:13:31 Sebastian Huber score: Make FIFO thread queue ops public Update #4232. 5
(edit) @5861e42   02/05/21 13:19:06 Sebastian Huber score: Constify Thread_queue_First_operation Update #4232. 5
(edit) @5ae7ec9   01/25/21 05:39:55 Sebastian Huber Fix RTEMS_LINKER_ROSET_ITEM_ORDERED_DECLARE() Add "extern" similar to … 5
(edit) @f84c4a5   10/29/20 13:11:32 jan.sommer confdefs: Add extern C guards to libpci.h Closes #4169 5
(edit) @7021c014   10/15/20 06:14:22 Chris Johns libfs/rfs: Check search bit map end on last bit - Do not write past … 5
(edit) @3d7da435   10/02/20 09:36:20 Sebastian Huber bsps/arm: Workaround for Errata 845369 Add a workaround for Cortex-A9 … 5
(edit) @40f23cea   10/02/20 16:38:49 Gedare Bloom i386/score: fix assembly mnemonic This is a backport for assembler … 5
(edit) @18549295   09/24/20 13:31:41 frank.kuehndel Fixing bug in line editing of the shell with CTRL-U. This patch fixes … 5
(edit) @7661402   08/21/20 06:59:10 Sebastian Huber confdefs: Fix cyclic dependency Close #4060. 5
(edit) @e95c00a7   06/28/20 00:21:45 kinsey.moore posix: Only check shm_unlink obj_err if necessary In the nominal case … 5
(edit) @95036a45   08/08/20 08:07:32 Chris Johns shell: Only clear std handles when the shell task exits Clearing the … 5
(edit) @4a2ac5e   08/03/20 12:18:33 christian.mauderer dosfs: Fix memory leak on failed mounts. Currently if mount fails, a … 5
(edit) @5eb07731   07/30/20 08:30:15 Sebastian Huber rtems: Add rtems_interrupt_server_create() Add … 5
(edit) @849d7418   07/22/20 12:41:51 jan.sommer i386: Fix possible race condition on first context restore Make sure … 5
(edit) @46c23871   06/16/20 05:28:58 Sebastian Huber rtems: Remove RTEMS_MP_NOT_CONFIGURED error Some objects can be … 5
(edit) @5d4a1edc   05/31/20 14:22:55 jan.sommer bsp/pc386: Define interrupt stack frame for smp - Defines … 5
(edit) @8937f12   05/31/20 14:22:54 jan.sommer bsp/pc386: Update context switch and restore Uses similar flow in … 5
(edit) @85d6a760   05/31/20 14:22:53 jan.sommer bsp/pc386: Update GDT to work for SMP Create a GS segment in the GDT … 5
(edit) @bd750c9e   05/27/20 07:24:54 Sebastian Huber arm: Fix ARMv7-M exception handler Store the stack pointer of the … 5
(edit) @934cbe7   05/12/20 05:06:37 Sebastian Huber posix: Get real priority in pthread_getattr_np() This is in line with … 5
(edit) @153b2669   05/07/20 06:45:29 Sebastian Huber termios: Replace rtems_termios_isig_status_code Merge the … 5
(edit) @e9762d7   05/05/20 23:53:45 Chris Johns libdl: Add allocator check script Use with the trace outout to check … 5
(edit) @3ce3cdf   05/05/20 14:16:54 Sebastian Huber score: Update _Copyright_Notice Add the _Copyright_Notice to a … 5
(edit) @d30a352   05/05/20 14:12:05 Sebastian Huber rtems: Deprecate _Copyright_Notice Close #3973. 5
(edit) @1af8e45b   05/05/20 14:11:39 Sebastian Huber rtems: Add rtems_get_copyright_notice() Update #3973. 5
(edit) @63274da   05/05/20 12:53:42 Sebastian Huber rtems: Deprecate <rtems/system.h> Close #3972. 5
(edit) @3d86d83   05/05/20 12:49:54 Sebastian Huber rtems: Deprecate RTEMS_MAXIMUM_NAME_LENGTH This define is * not … 5
(edit) @34b098e   05/05/20 12:37:30 Sebastian Huber rtems: Deprecate use of _RTEMS_version Close #3970. 5
(edit) @4b9b6dd   05/05/20 12:34:32 Sebastian Huber Use rtems_get_version_string() Update #3970. 5
(edit) @b7702c54   05/05/20 04:58:27 Chris Johns libdl/rap: Correctly check the return enum from rela calls - The … 5
(edit) @3635d6a   05/05/20 04:57:34 Chris Johns libdl/obj-comp: Add trace prints when decompressing Updates #3969 5
(edit) @d5fc2a6a   05/05/20 04:55:34 Chris Johns libdl/obj-cache: Fail if the read offset is past the file length - … 5
(edit) @b77670fd   05/05/20 04:54:39 Chris Johns libdl/obj: Fix RAP format call table. Updates #3969 5
(edit) @fe77587   05/05/20 04:53:53 Chris Johns libdl/sparc: Print trace message of reloc failture path Updates #3969 5
(edit) @285cda3   05/05/20 04:53:14 Chris Johns libdl: Fix comment. Updates #3969 5
(edit) @cfe8f7a   04/27/20 14:14:06 Sebastian Huber doxygen: Switch @brief and @ingroup This order change fixes the Latex … 5
(edit) @0b416759   04/28/20 03:58:20 Chris Johns libdl/mips: Fix MIPS16hi/lo relocation support. This patch is an … 5
(edit) @3d73642   04/17/20 08:00:15 Sebastian Huber sapi: Add param check to rtems_extension_create() Check that the … 5
(edit) @80cf60e   04/15/20 07:48:32 Sebastian Huber Canonicalize config.h include Use the following variant which was … 5
(edit) @8f808c1   04/15/20 07:45:32 Sebastian Huber libnetworking: Remove config.h include in header 5
(edit) @d007cc2   04/14/20 05:26:27 Chris Johns libmisc/shell: Fix the handling of joel scripts in telnet - Fix the … 5
(edit) @4f32722   04/14/20 14:29:52 Sebastian Huber config: Fix typo Update #3875. 5
(edit) @ea227af   04/13/20 17:41:21 Sebastian Huber score: Check time of day in _TOD_Set() Close #3949. 5
(edit) @fb07f730   04/13/20 17:29:35 Sebastian Huber score: Return status in _TOD_Set() Update #3949. 5
(edit) @840f21d   04/07/20 05:13:58 Sebastian Huber score: Delete RTEMS_DECLARE_GLOBAL_SYMBOL() Delete unused … 5
(edit) @099ab00   04/05/20 08:31:24 Sebastian Huber config: Fix _ISR_Stack_area_end In the previous implementation, the … 5
(edit) @3a882e5   04/05/20 08:30:43 Sebastian Huber score: Add and use RTEMS_SYMBOL_NAME() Update #3799. 5
(edit) @d582d0e   04/05/20 07:58:24 Sebastian Huber Revert "score: Fix _ISR_Stack_area_end" This reverts commit … 5
(edit) @50782bc5   04/03/20 15:31:35 Gedare Bloom cpukit/rfs: fix typo in header guard 5
(edit) @8e80876   04/03/20 07:47:21 Sebastian Huber score: Fix _ISR_Stack_area_end The _ISR_Stack_area_begin and … 5
(edit) @51307919   03/20/20 08:12:26 Sebastian Huber arm: ARMv7-M statically initialized vector table Statically … 5
(edit) @7e33a80   03/31/20 08:31:20 Sebastian Huber config: Remove filesystem entry config options Remove the following … 5
(edit) @86f006be   04/01/20 07:07:09 Sebastian Huber libio: Remove RTEMS_FILESYSTEM_TYPE_MINIIMFS This type is unused. Do … 5
(edit) @18f5bcb   03/26/20 14:06:57 Sebastian Huber rtems: Fix Doxygen comment 5
(edit) @7cec259   03/31/20 12:57:40 Sebastian Huber config: Remove CONFIGURE_FILESYSTEM_DEVFS This filesystem no longer … 5
(edit) @762425e   03/31/20 08:05:51 Sebastian Huber ftpd: Remove superfluous defines These defines are not used and … 5
(edit) @eb92b1f   03/31/20 08:03:20 Sebastian Huber ftpd: Fix return types 5
(edit) @5608e89   03/30/20 08:30:06 Sebastian Huber config: Remove BSP_DEFAULT_UNIFIED_WORK_AREAS Do not undefine this … 5
(edit) @96402b74   03/23/20 15:16:18 Sebastian Huber score: Document _TLS_Alignment 5
Note: See TracRevisionLog for help on using the revision log.