summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/coretodset.c (unfollow)
Commit message (Expand)AuthorFilesLines
2022-02-28score/src/[a-m]*.c: Change license to BSD-2Joel Sherrill1-3/+22
2021-11-15score: Do not shadow parameterSebastian Huber1-4/+4
2021-09-06score: Add _TOD_Is_valid_new_time_of_day()Sebastian Huber1-20/+2
2020-12-02score: Canonicalize Doxygen @file commentsSebastian Huber1-2/+3
2020-04-16Canonicalize config.h includeSebastian Huber1-1/+1
2020-04-14score: Check time of day in _TOD_Set()Sebastian Huber1-1/+20
2020-04-14score: Return status in _TOD_Set()Sebastian Huber1-6/+6
2019-12-11Add TOD Hooks to allow BSP to take action when TOD is setJoel Sherrill1-1/+10
2019-04-11score: Rename _SMP_Get_processor_count()Sebastian Huber1-3/+3
2019-04-04doxygen: Rename Score* groups in RTEMSScore*Sebastian Huber1-1/+1
2018-02-02score: Rename _Watchdog_Realtime_from_*()Sebastian Huber1-1/+1
2018-02-02score: Optimize watchdog tickleSebastian Huber1-2/+22
2017-12-04score: Use self-contained API mutexSebastian Huber1-1/+1
2017-10-24score: Rename _Watchdog_Ticks_from_*()Sebastian Huber1-1/+1
2017-10-17score: Rename watchdog variantsSebastian Huber1-1/+1
2017-10-09score: Use struct timespec for TODSebastian Huber1-6/+6
2016-05-02score: Avoid Giant lock for set time of daySebastian Huber1-8/+6
2016-05-02score: Streamline set time of day functionsSebastian Huber1-1/+1
2016-03-04score: Replace watchdog handler implementationSebastian Huber1-16/+12
2015-05-20timecounter: Use in RTEMSAlexander Krutwig1-9/+10
2015-04-17score: Fix _TOD_Set_with_timestamp()Sebastian Huber1-4/+5
2015-04-13score: Add Watchdog_HeaderSebastian Huber1-2/+2
2015-04-13score: Split _Watchdog_Adjust()Sebastian Huber1-2/+4
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns1-1/+1
2014-03-11score: Add local context to SMP lock APISebastian Huber1-3/+3
2013-08-01score: Use an ISR lock for TODSebastian Huber1-6/+11
2013-08-01score: Delete _TOD_Activate and _TOD_DeactivateSebastian Huber1-2/+0
2013-08-01score: Rename tod.h to todimpl.hSebastian Huber1-1/+1
2013-07-26score: Merge tod implementation into one fileSebastian Huber1-4/+1
2013-07-26score: Create object implementation headerSebastian Huber1-1/+0
2013-07-22score: Create watchdog implementation headerSebastian Huber1-1/+1
2013-06-07score: Move thread dispatch content to new fileSebastian Huber1-0/+1
2012-11-29score misc: Score misc: Clean up Doxygen #6 (GCI 2012)Christopher Kerl1-2/+6
2012-06-14score: Fix performance issue for 64-bit timestampsSebastian Huber1-0/+2
2012-06-14score: New structure TOD_ControlSebastian Huber1-2/+2
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill1-2/+0
2011-09-292011-09-29 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber1-22/+9
2011-07-242011-07-24 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-2/+1
2008-12-22Eliminate TRUE/FALSE.Ralf Corsepius1-1/+1
2008-12-082008-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-7/+10
2008-07-29Remove stray args in function call.Ralf Corsepius1-1/+1
2007-04-052007-04-05 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-9/+6
2007-04-022007-04-02 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-16/+12
2005-01-27Include config.h.Ralf Corsepius1-0/+4
2004-04-15Remove stray white spaces.Ralf Corsepius1-1/+0
2003-09-042003-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+1
2002-08-072002-08-07 Chris Johns <ccj@acm.org>Joel Sherrill1-2/+2
1999-11-17Updated copyright notice.Joel Sherrill1-2/+1
1999-11-02Split Heap and Time of Day Handlers.Joel Sherrill1-0/+64