[PATCH 00/12] Canonicalize @defgroup and @file comments
Sebastian Huber
sebastian.huber at embedded-brains.de
Tue Dec 1 08:10:01 UTC 2020
This patch set removes some unused stuff and cleans up some minor things
which I noticed during the review.
The main part is a canonicalization of the @defgroup and @file comments
in rtems, sapi, and score. This was a quite mechancial and boaring task
which coveres more than 600 files.
Sebastian Huber (12):
score: Delete empty pheapinit.c
posix: Delete unused _POSIX_Fatal_error()
rtems: Simplify includes in version.c
shell: Rename "IO" typedef for better Doxygen
rtems: Add <rtems/rtems/clockimpl.h>
rtems: Canonicalize implementation Doxygen groups
score: Canonicalize Doxygen groups
score: Always define RTEMSScoreMRSP group
rtems: Canonicalize Doxygen @file comments
score: Canonicalize Doxygen @file comments
sapi: Canonicalize @defgroup and @file comments
config: Canonicalize @defgroup and @file comments
bsps/arm/altera-cyclone-v/rtc/rtc.c | 1 +
bsps/arm/lpc32xx/rtc/rtc-config.c | 1 +
bsps/bfin/shared/dev/rtc.c | 1 +
bsps/shared/dev/rtc/ds1375.c | 1 +
bsps/shared/dev/rtc/rtc-support.c | 1 +
cpukit/Makefile.am | 2 -
cpukit/doxygen.h | 8 -
cpukit/include/rtems/chain.h | 12 +-
cpukit/include/rtems/confdefs.h | 17 +-
cpukit/include/rtems/confdefs/bdbuf.h | 5 +-
cpukit/include/rtems/confdefs/bsp.h | 5 +-
cpukit/include/rtems/confdefs/clock.h | 5 +-
cpukit/include/rtems/confdefs/console.h | 5 +-
cpukit/include/rtems/confdefs/extensions.h | 5 +-
cpukit/include/rtems/confdefs/inittask.h | 5 +-
cpukit/include/rtems/confdefs/initthread.h | 5 +-
cpukit/include/rtems/confdefs/iodrivers.h | 5 +-
cpukit/include/rtems/confdefs/libio.h | 5 +-
cpukit/include/rtems/confdefs/libpci.h | 5 +-
cpukit/include/rtems/confdefs/malloc.h | 5 +-
cpukit/include/rtems/confdefs/mpci.h | 5 +-
cpukit/include/rtems/confdefs/newlib.h | 5 +-
.../include/rtems/confdefs/objectsclassic.h | 5 +-
cpukit/include/rtems/confdefs/objectsposix.h | 5 +-
cpukit/include/rtems/confdefs/obsolete.h | 5 +-
cpukit/include/rtems/confdefs/percpu.h | 5 +-
cpukit/include/rtems/confdefs/scheduler.h | 5 +-
cpukit/include/rtems/confdefs/threads.h | 5 +-
cpukit/include/rtems/confdefs/unlimited.h | 5 +-
cpukit/include/rtems/confdefs/wkspace.h | 5 +-
.../include/rtems/confdefs/wkspacesupport.h | 5 +-
cpukit/include/rtems/counter.h | 4 +-
cpukit/include/rtems/extension.h | 10 +-
cpukit/include/rtems/extensiondata.h | 7 +-
cpukit/include/rtems/extensionimpl.h | 6 +-
cpukit/include/rtems/ioimpl.h | 17 +-
cpukit/include/rtems/posix/posixapi.h | 18 --
cpukit/include/rtems/profiling.h | 6 +-
cpukit/include/rtems/rbheap.h | 11 +-
cpukit/include/rtems/rbtree.h | 14 +-
cpukit/include/rtems/rtems/asrdata.h | 8 +-
cpukit/include/rtems/rtems/asrimpl.h | 10 +-
cpukit/include/rtems/rtems/attrimpl.h | 10 +-
cpukit/include/rtems/rtems/barrierdata.h | 7 +-
cpukit/include/rtems/rtems/barrierimpl.h | 13 +-
cpukit/include/rtems/rtems/clock.h | 30 ---
cpukit/include/rtems/rtems/clockimpl.h | 73 +++++++
cpukit/include/rtems/rtems/dpmemdata.h | 8 +-
cpukit/include/rtems/rtems/dpmemimpl.h | 9 +-
cpukit/include/rtems/rtems/eventdata.h | 9 +-
cpukit/include/rtems/rtems/eventimpl.h | 9 +-
cpukit/include/rtems/rtems/eventmp.h | 20 +-
cpukit/include/rtems/rtems/messagedata.h | 7 +-
cpukit/include/rtems/rtems/messageimpl.h | 13 +-
cpukit/include/rtems/rtems/modesimpl.h | 9 +-
cpukit/include/rtems/rtems/mp.h | 7 +-
cpukit/include/rtems/rtems/msgmp.h | 18 +-
cpukit/include/rtems/rtems/objectimpl.h | 9 +-
cpukit/include/rtems/rtems/optionsimpl.h | 9 +-
cpukit/include/rtems/rtems/partdata.h | 8 +-
cpukit/include/rtems/rtems/partimpl.h | 10 +-
cpukit/include/rtems/rtems/partmp.h | 18 +-
cpukit/include/rtems/rtems/ratemondata.h | 7 +-
cpukit/include/rtems/rtems/ratemonimpl.h | 9 +-
cpukit/include/rtems/rtems/regiondata.h | 7 +-
cpukit/include/rtems/rtems/regionimpl.h | 9 +-
cpukit/include/rtems/rtems/semdata.h | 7 +-
cpukit/include/rtems/rtems/semimpl.h | 9 +-
cpukit/include/rtems/rtems/semmp.h | 18 +-
cpukit/include/rtems/rtems/signalimpl.h | 12 +-
cpukit/include/rtems/rtems/signalmp.h | 18 +-
cpukit/include/rtems/rtems/statusimpl.h | 10 +-
cpukit/include/rtems/rtems/taskmp.h | 18 +-
cpukit/include/rtems/rtems/tasksdata.h | 9 +-
cpukit/include/rtems/rtems/tasksimpl.h | 9 +-
cpukit/include/rtems/rtems/timerdata.h | 7 +-
cpukit/include/rtems/rtems/timerimpl.h | 9 +-
cpukit/include/rtems/rtems/types.h | 10 +
cpukit/include/rtems/score/address.h | 8 +-
cpukit/include/rtems/score/apimutex.h | 8 +-
cpukit/include/rtems/score/assert.h | 5 +-
cpukit/include/rtems/score/atomic.h | 5 +-
cpukit/include/rtems/score/chain.h | 5 +-
cpukit/include/rtems/score/chainimpl.h | 5 +-
cpukit/include/rtems/score/context.h | 7 +-
cpukit/include/rtems/score/copyrt.h | 13 +-
cpukit/include/rtems/score/corebarrier.h | 9 +-
cpukit/include/rtems/score/corebarrierimpl.h | 6 +-
cpukit/include/rtems/score/coremsg.h | 8 +-
cpukit/include/rtems/score/coremsgbuffer.h | 5 +-
cpukit/include/rtems/score/coremsgimpl.h | 7 +-
cpukit/include/rtems/score/coremutex.h | 15 +-
cpukit/include/rtems/score/coremuteximpl.h | 3 +-
cpukit/include/rtems/score/corerwlockimpl.h | 17 +-
cpukit/include/rtems/score/coresem.h | 11 +-
cpukit/include/rtems/score/coresemimpl.h | 6 +-
cpukit/include/rtems/score/cpustdatomic.h | 10 +-
cpukit/include/rtems/score/freechain.h | 13 +-
cpukit/include/rtems/score/freechainimpl.h | 4 +-
cpukit/include/rtems/score/heap.h | 6 +-
cpukit/include/rtems/score/heapimpl.h | 3 +-
cpukit/include/rtems/score/heapinfo.h | 3 +-
cpukit/include/rtems/score/interr.h | 11 +-
cpukit/include/rtems/score/io.h | 21 ++
cpukit/include/rtems/score/isr.h | 17 +-
cpukit/include/rtems/score/isrlevel.h | 6 +-
cpukit/include/rtems/score/isrlock.h | 13 +-
cpukit/include/rtems/score/memory.h | 9 +-
cpukit/include/rtems/score/mpci.h | 6 +-
cpukit/include/rtems/score/mpciimpl.h | 3 +-
cpukit/include/rtems/score/mppkt.h | 20 +-
cpukit/include/rtems/score/mrsp.h | 18 +-
cpukit/include/rtems/score/mrspimpl.h | 3 +-
cpukit/include/rtems/score/muteximpl.h | 25 ++-
cpukit/include/rtems/score/object.h | 24 +--
cpukit/include/rtems/score/objectdata.h | 5 +-
cpukit/include/rtems/score/objectimpl.h | 6 +-
cpukit/include/rtems/score/objectmp.h | 13 +-
cpukit/include/rtems/score/onceimpl.h | 8 +-
cpukit/include/rtems/score/percpu.h | 22 ++-
cpukit/include/rtems/score/percpudata.h | 16 +-
cpukit/include/rtems/score/priority.h | 6 +-
cpukit/include/rtems/score/prioritybitmap.h | 11 +-
.../include/rtems/score/prioritybitmapimpl.h | 8 +-
cpukit/include/rtems/score/priorityimpl.h | 3 +-
cpukit/include/rtems/score/processormask.h | 7 +-
cpukit/include/rtems/score/profiling.h | 5 +-
cpukit/include/rtems/score/protectedheap.h | 5 +-
cpukit/include/rtems/score/rbtree.h | 9 +-
cpukit/include/rtems/score/rbtreeimpl.h | 10 +-
cpukit/include/rtems/score/scheduler.h | 7 +-
cpukit/include/rtems/score/schedulercbs.h | 12 +-
cpukit/include/rtems/score/schedulercbsimpl.h | 5 +-
cpukit/include/rtems/score/scheduleredf.h | 9 +-
cpukit/include/rtems/score/scheduleredfimpl.h | 3 +-
cpukit/include/rtems/score/scheduleredfsmp.h | 10 +-
cpukit/include/rtems/score/schedulerimpl.h | 12 +-
cpukit/include/rtems/score/schedulernode.h | 4 +-
.../include/rtems/score/schedulernodeimpl.h | 4 +-
.../include/rtems/score/schedulerpriority.h | 10 +-
.../score/schedulerpriorityaffinitysmp.h | 6 +-
.../rtems/score/schedulerpriorityimpl.h | 7 +-
.../rtems/score/schedulerprioritysmp.h | 6 +-
.../rtems/score/schedulerprioritysmpimpl.h | 4 +-
cpukit/include/rtems/score/schedulersimple.h | 9 +-
.../include/rtems/score/schedulersimpleimpl.h | 7 +-
.../include/rtems/score/schedulersimplesmp.h | 5 +-
cpukit/include/rtems/score/schedulersmp.h | 6 +-
cpukit/include/rtems/score/schedulersmpimpl.h | 5 +-
.../include/rtems/score/schedulerstrongapa.h | 5 +-
cpukit/include/rtems/score/semaphoreimpl.h | 13 +-
cpukit/include/rtems/score/smp.h | 8 +-
cpukit/include/rtems/score/smpbarrier.h | 9 +-
cpukit/include/rtems/score/smpimpl.h | 5 +-
cpukit/include/rtems/score/smplock.h | 8 +-
cpukit/include/rtems/score/smplockmcs.h | 3 +-
cpukit/include/rtems/score/smplockseq.h | 3 +-
cpukit/include/rtems/score/smplockstats.h | 3 +-
cpukit/include/rtems/score/smplockticket.h | 3 +-
cpukit/include/rtems/score/stack.h | 13 +-
cpukit/include/rtems/score/stackimpl.h | 6 +-
cpukit/include/rtems/score/states.h | 8 +-
cpukit/include/rtems/score/statesimpl.h | 6 +-
cpukit/include/rtems/score/status.h | 21 ++
cpukit/include/rtems/score/sysstate.h | 5 +-
cpukit/include/rtems/score/thread.h | 9 +-
cpukit/include/rtems/score/threaddispatch.h | 3 +-
cpukit/include/rtems/score/threadidledata.h | 4 +-
cpukit/include/rtems/score/threadimpl.h | 6 +-
cpukit/include/rtems/score/threadmp.h | 13 +-
cpukit/include/rtems/score/threadq.h | 9 +-
cpukit/include/rtems/score/threadqimpl.h | 12 +-
cpukit/include/rtems/score/timecounter.h | 5 +-
cpukit/include/rtems/score/timecounterimpl.h | 3 +-
cpukit/include/rtems/score/timespec.h | 11 +-
cpukit/include/rtems/score/timestamp.h | 12 +-
cpukit/include/rtems/score/timestampimpl.h | 7 +-
cpukit/include/rtems/score/tls.h | 6 +-
cpukit/include/rtems/score/todimpl.h | 9 +-
cpukit/include/rtems/score/userext.h | 16 +-
cpukit/include/rtems/score/userextdata.h | 5 +-
cpukit/include/rtems/score/userextimpl.h | 3 +-
cpukit/include/rtems/score/watchdog.h | 14 +-
cpukit/include/rtems/score/watchdogimpl.h | 6 +-
cpukit/include/rtems/score/watchdogticks.h | 4 +-
cpukit/include/rtems/score/wkspace.h | 14 +-
cpukit/include/rtems/score/wkspacedata.h | 5 +-
cpukit/include/rtems/timecounter.h | 9 +-
cpukit/include/rtems/version.h | 7 +-
cpukit/libmisc/shell/dd.h | 4 +-
cpukit/libmisc/shell/extern-dd.h | 4 +-
cpukit/libmisc/shell/main_dd.c | 4 +-
cpukit/rtems/src/barrier.c | 5 +-
cpukit/rtems/src/barriercreate.c | 5 +-
cpukit/rtems/src/barrierdelete.c | 8 +-
cpukit/rtems/src/barrierident.c | 5 +-
cpukit/rtems/src/barrierrelease.c | 5 +-
cpukit/rtems/src/barrierwait.c | 8 +-
cpukit/rtems/src/clockgetsecondssinceepoch.c | 8 +-
cpukit/rtems/src/clockgettickspersecond.c | 8 +-
cpukit/rtems/src/clockgettod.c | 5 +-
cpukit/rtems/src/clockgettodtimeval.c | 8 +-
cpukit/rtems/src/clockgetuptime.c | 5 +-
cpukit/rtems/src/clockgetuptimenanoseconds.c | 5 +-
cpukit/rtems/src/clockgetuptimeseconds.c | 5 +-
cpukit/rtems/src/clockgetuptimetimeval.c | 8 +-
cpukit/rtems/src/clockset.c | 10 +-
cpukit/rtems/src/clocktick.c | 8 +-
cpukit/rtems/src/clocktodtoseconds.c | 10 +-
cpukit/rtems/src/clocktodvalidate.c | 10 +-
cpukit/rtems/src/dpmem.c | 5 +-
cpukit/rtems/src/dpmemcreate.c | 9 +-
cpukit/rtems/src/dpmemdelete.c | 8 +-
cpukit/rtems/src/dpmemexternal2internal.c | 8 +-
cpukit/rtems/src/dpmemident.c | 5 +-
cpukit/rtems/src/dpmeminternal2external.c | 8 +-
cpukit/rtems/src/eventmp.c | 6 +-
cpukit/rtems/src/eventreceive.c | 2 +-
cpukit/rtems/src/eventseize.c | 5 +-
cpukit/rtems/src/eventsend.c | 2 +-
cpukit/rtems/src/eventsurrender.c | 2 +-
cpukit/rtems/src/getapiconfig.c | 9 +
cpukit/rtems/src/intrbody.c | 9 +-
cpukit/rtems/src/intrcatch.c | 8 +-
cpukit/rtems/src/modes.c | 10 +-
cpukit/rtems/src/mp.c | 8 +-
cpukit/rtems/src/msg.c | 5 +-
cpukit/rtems/src/msgmp.c | 5 +-
cpukit/rtems/src/msgqbroadcast.c | 8 +-
cpukit/rtems/src/msgqconstruct.c | 8 +-
cpukit/rtems/src/msgqcreate.c | 2 +-
cpukit/rtems/src/msgqdelete.c | 8 +-
cpukit/rtems/src/msgqflush.c | 5 +-
cpukit/rtems/src/msgqgetnumberpending.c | 5 +-
cpukit/rtems/src/msgqident.c | 5 +-
cpukit/rtems/src/msgqreceive.c | 8 +-
cpukit/rtems/src/msgqsend.c | 5 +-
cpukit/rtems/src/msgqurgent.c | 8 +-
cpukit/rtems/src/part.c | 6 +-
cpukit/rtems/src/partcreate.c | 4 +-
cpukit/rtems/src/partdelete.c | 2 +-
cpukit/rtems/src/partgetbuffer.c | 2 +-
cpukit/rtems/src/partident.c | 2 +-
cpukit/rtems/src/partmp.c | 6 +-
cpukit/rtems/src/partreturnbuffer.c | 2 +-
cpukit/rtems/src/ratemon.c | 5 +-
cpukit/rtems/src/ratemoncancel.c | 8 +-
cpukit/rtems/src/ratemoncreate.c | 5 +-
cpukit/rtems/src/ratemondelete.c | 8 +-
cpukit/rtems/src/ratemongetstatistics.c | 8 +-
cpukit/rtems/src/ratemongetstatus.c | 8 +-
cpukit/rtems/src/ratemonident.c | 5 +-
cpukit/rtems/src/ratemonperiod.c | 8 +-
cpukit/rtems/src/ratemonreportstatistics.c | 8 +-
cpukit/rtems/src/ratemonresetall.c | 5 +-
cpukit/rtems/src/ratemonresetstatistics.c | 5 +-
cpukit/rtems/src/ratemontimeout.c | 8 +-
cpukit/rtems/src/region.c | 5 +-
cpukit/rtems/src/regioncreate.c | 5 +-
cpukit/rtems/src/regiondelete.c | 8 +-
cpukit/rtems/src/regionextend.c | 8 +-
cpukit/rtems/src/regiongetfreeinfo.c | 8 +-
cpukit/rtems/src/regiongetinfo.c | 8 +-
cpukit/rtems/src/regiongetsegment.c | 8 +-
cpukit/rtems/src/regiongetsegmentsize.c | 8 +-
cpukit/rtems/src/regionident.c | 5 +-
cpukit/rtems/src/regionprocessqueue.c | 8 +-
cpukit/rtems/src/regionresizesegment.c | 8 +-
cpukit/rtems/src/regionreturnsegment.c | 8 +-
cpukit/rtems/src/rtemsbuildid.c | 5 +-
cpukit/rtems/src/rtemsbuildname.c | 8 +-
cpukit/rtems/src/rtemsmaxprio.c | 5 +-
cpukit/rtems/src/rtemsnametoid.c | 5 +-
cpukit/rtems/src/rtemsobjectapimaximumclass.c | 8 +-
cpukit/rtems/src/rtemsobjectapiminimumclass.c | 5 +-
cpukit/rtems/src/rtemsobjectgetapiclassname.c | 8 +-
cpukit/rtems/src/rtemsobjectgetapiname.c | 8 +-
cpukit/rtems/src/rtemsobjectgetclassicname.c | 8 +-
cpukit/rtems/src/rtemsobjectgetclassinfo.c | 8 +-
cpukit/rtems/src/rtemsobjectgetname.c | 8 +-
cpukit/rtems/src/rtemsobjectidapimaximum.c | 8 +-
cpukit/rtems/src/rtemsobjectidapiminimum.c | 8 +-
cpukit/rtems/src/rtemsobjectidgetapi.c | 5 +-
cpukit/rtems/src/rtemsobjectidgetclass.c | 8 +-
cpukit/rtems/src/rtemsobjectidgetindex.c | 8 +-
cpukit/rtems/src/rtemsobjectidgetnode.c | 8 +-
cpukit/rtems/src/rtemsobjectsetname.c | 5 +-
cpukit/rtems/src/rtemstimer.c | 5 +-
cpukit/rtems/src/scheduleraddprocessor.c | 9 +
cpukit/rtems/src/schedulergetmaxprio.c | 13 +-
cpukit/rtems/src/schedulergetprocessorset.c | 9 +
cpukit/rtems/src/schedulerident.c | 9 +
cpukit/rtems/src/scheduleridentbyprocessor.c | 9 +
.../rtems/src/scheduleridentbyprocessorset.c | 9 +
cpukit/rtems/src/schedulermapfromposix.c | 5 +-
cpukit/rtems/src/schedulermaptoposix.c | 5 +-
cpukit/rtems/src/schedulerremoveprocessor.c | 9 +
cpukit/rtems/src/sem.c | 5 +-
cpukit/rtems/src/semcreate.c | 5 +-
cpukit/rtems/src/semdelete.c | 8 +-
cpukit/rtems/src/semflush.c | 8 +-
cpukit/rtems/src/semident.c | 5 +-
cpukit/rtems/src/semmp.c | 8 +-
cpukit/rtems/src/semobtain.c | 8 +-
cpukit/rtems/src/semrelease.c | 8 +-
cpukit/rtems/src/semsetpriority.c | 9 +
cpukit/rtems/src/signalcatch.c | 9 +-
cpukit/rtems/src/signalmp.c | 8 +-
cpukit/rtems/src/signalsend.c | 8 +-
cpukit/rtems/src/status.c | 8 +-
cpukit/rtems/src/statustext.c | 5 +-
cpukit/rtems/src/statustoerrno.c | 8 +-
cpukit/rtems/src/systemeventreceive.c | 2 +-
cpukit/rtems/src/systemeventsend.c | 2 +-
cpukit/rtems/src/taskconstruct.c | 5 +-
cpukit/rtems/src/taskconstructuser.c | 2 +-
cpukit/rtems/src/taskcreate.c | 5 +-
cpukit/rtems/src/taskdelete.c | 8 +-
cpukit/rtems/src/taskexit.c | 9 +
cpukit/rtems/src/taskgetaffinity.c | 5 +-
cpukit/rtems/src/taskgetpriority.c | 9 +
cpukit/rtems/src/taskgetscheduler.c | 9 +
cpukit/rtems/src/taskident.c | 5 +-
cpukit/rtems/src/taskinitdefault.c | 9 +
cpukit/rtems/src/taskinitusers.c | 5 +-
cpukit/rtems/src/taskissuspended.c | 5 +-
cpukit/rtems/src/taskiterate.c | 9 +
cpukit/rtems/src/taskmode.c | 8 +-
cpukit/rtems/src/taskmp.c | 5 +-
cpukit/rtems/src/taskrestart.c | 8 +-
cpukit/rtems/src/taskresume.c | 8 +-
cpukit/rtems/src/tasks.c | 8 +-
cpukit/rtems/src/taskself.c | 8 +-
cpukit/rtems/src/tasksetaffinity.c | 5 +-
cpukit/rtems/src/tasksetpriority.c | 8 +-
cpukit/rtems/src/tasksetscheduler.c | 9 +
cpukit/rtems/src/taskstart.c | 5 +-
cpukit/rtems/src/tasksuspend.c | 8 +-
cpukit/rtems/src/taskwakeafter.c | 8 +-
cpukit/rtems/src/taskwakewhen.c | 10 +-
cpukit/rtems/src/timercancel.c | 10 +-
cpukit/rtems/src/timercreate.c | 12 +-
cpukit/rtems/src/timerdelete.c | 8 +-
cpukit/rtems/src/timerfireafter.c | 8 +-
cpukit/rtems/src/timerfirewhen.c | 8 +-
cpukit/rtems/src/timergetinfo.c | 8 +-
cpukit/rtems/src/timerident.c | 5 +-
cpukit/rtems/src/timerreset.c | 5 +-
cpukit/rtems/src/timerserver.c | 13 +-
cpukit/rtems/src/timerserverfireafter.c | 8 +-
cpukit/rtems/src/timerserverfirewhen.c | 5 +-
cpukit/rtems/src/workspace.c | 9 +-
cpukit/rtems/src/workspacegreedy.c | 10 +-
cpukit/sapi/src/chainappendnotify.c | 5 +-
cpukit/sapi/src/chaingetnotify.c | 5 +-
cpukit/sapi/src/chaingetwait.c | 5 +-
cpukit/sapi/src/chainprependnotify.c | 5 +-
cpukit/sapi/src/chainprotected.c | 12 ++
cpukit/sapi/src/delaynano.c | 9 +
cpukit/sapi/src/delayticks.c | 9 +
cpukit/sapi/src/exinit.c | 7 +-
cpukit/sapi/src/exshutdown.c | 9 +
cpukit/sapi/src/extension.c | 5 +-
cpukit/sapi/src/extensioncreate.c | 6 +-
cpukit/sapi/src/extensiondelete.c | 5 +-
cpukit/sapi/src/extensionident.c | 5 +-
cpukit/sapi/src/fatal.c | 6 +-
cpukit/sapi/src/fatalsrctext.c | 5 +-
cpukit/sapi/src/getconfigmax.c | 22 ++-
cpukit/sapi/src/getcopyrightnotice.c | 5 +-
cpukit/sapi/src/getversionstring.c | 5 +-
cpukit/sapi/src/interrtext.c | 5 +-
cpukit/sapi/src/io.c | 6 +-
cpukit/sapi/src/ioclose.c | 4 +-
cpukit/sapi/src/iocontrol.c | 4 +-
cpukit/sapi/src/iodefault.c | 6 +-
cpukit/sapi/src/ioinitialize.c | 4 +-
cpukit/sapi/src/ioopen.c | 6 +-
cpukit/sapi/src/ioread.c | 4 +-
cpukit/sapi/src/ioregisterdriver.c | 5 +-
cpukit/sapi/src/iounregisterdriver.c | 5 +-
cpukit/sapi/src/iowrite.c | 4 +-
cpukit/sapi/src/panic.c | 9 +
cpukit/sapi/src/posixapi.c | 179 ------------------
cpukit/sapi/src/profilingiterate.c | 9 +
cpukit/sapi/src/profilingreportxml.c | 9 +
cpukit/sapi/src/rbheap.c | 7 +-
cpukit/sapi/src/rbtree.c | 8 +-
cpukit/sapi/src/rbtreefind.c | 5 +-
cpukit/sapi/src/sapirbtreeinsert.c | 9 +
cpukit/sapi/src/sysinitverbose.c | 13 +-
cpukit/sapi/src/tcsimpleinstall.c | 9 +
cpukit/sapi/src/version.c | 20 +-
cpukit/score/src/allocatormutex.c | 10 +
cpukit/score/src/apimutexisowner.c | 3 +
cpukit/score/src/apimutexlock.c | 5 +-
cpukit/score/src/apimutexunlock.c | 5 +-
cpukit/score/src/chain.c | 5 +-
cpukit/score/src/chainnodecount.c | 8 +
cpukit/score/src/condition.c | 12 ++
cpukit/score/src/configstackspacesize.c | 8 +
cpukit/score/src/corebarrier.c | 8 +-
cpukit/score/src/corebarrierrelease.c | 5 +-
cpukit/score/src/corebarrierwait.c | 8 +-
cpukit/score/src/coremsg.c | 8 +-
cpukit/score/src/coremsgbroadcast.c | 8 +-
cpukit/score/src/coremsgclose.c | 8 +-
cpukit/score/src/coremsgflush.c | 5 +-
cpukit/score/src/coremsgflushwait.c | 5 +-
cpukit/score/src/coremsginsert.c | 3 +-
cpukit/score/src/coremsgseize.c | 8 +-
cpukit/score/src/coremsgsubmit.c | 5 +-
cpukit/score/src/coremutexseize.c | 8 +-
cpukit/score/src/corerwlock.c | 3 +-
cpukit/score/src/corerwlockobtainread.c | 5 +-
cpukit/score/src/corerwlockobtainwrite.c | 3 +-
cpukit/score/src/corerwlockrelease.c | 5 +-
cpukit/score/src/coresem.c | 8 +-
cpukit/score/src/coretod.c | 5 +-
cpukit/score/src/coretodadjust.c | 3 +-
cpukit/score/src/coretodhookdata.c | 12 +-
cpukit/score/src/coretodhookregister.c | 9 +-
cpukit/score/src/coretodhookrun.c | 5 +-
cpukit/score/src/coretodhookunregister.c | 9 +-
cpukit/score/src/coretodset.c | 5 +-
cpukit/score/src/coretodtickspersec.c | 3 +-
.../src/debugisthreaddispatchingallowed.c | 8 +
cpukit/score/src/freechain.c | 3 +-
cpukit/score/src/futex.c | 8 +
cpukit/score/src/heap.c | 3 +-
cpukit/score/src/heapallocate.c | 3 +-
cpukit/score/src/heapextend.c | 3 +-
cpukit/score/src/heapfree.c | 3 +-
cpukit/score/src/heapgetfreeinfo.c | 3 +-
cpukit/score/src/heapgetinfo.c | 3 +-
cpukit/score/src/heapgreedy.c | 4 +-
cpukit/score/src/heapiterate.c | 3 +-
cpukit/score/src/heapnoextend.c | 3 +-
cpukit/score/src/heapresizeblock.c | 3 +-
cpukit/score/src/heapsizeofuserarea.c | 3 +-
cpukit/score/src/heapwalk.c | 3 +-
cpukit/score/src/interr.c | 4 +-
cpukit/score/src/iobase64.c | 9 +
cpukit/score/src/ioprintf.c | 9 +
cpukit/score/src/iovprintf.c | 9 +
cpukit/score/src/isr.c | 8 +-
cpukit/score/src/isrisinprogress.c | 3 +-
cpukit/score/src/iterateoverthreads.c | 8 +-
cpukit/score/src/kern_tc.c | 17 ++
cpukit/score/src/libatomic.c | 9 +
cpukit/score/src/log2table.c | 7 +-
cpukit/score/src/memoryallocate.c | 9 +
cpukit/score/src/memorydirtyfreeareas.c | 9 +
cpukit/score/src/memoryfill.c | 9 +
cpukit/score/src/memoryzerobeforeuse.c | 9 +
cpukit/score/src/memoryzerofreeareas.c | 9 +
cpukit/score/src/mpci.c | 13 +-
cpukit/score/src/mpcidefault.c | 5 +-
cpukit/score/src/mutex.c | 12 ++
cpukit/score/src/objectactivecount.c | 9 +
cpukit/score/src/objectallocate.c | 3 +-
cpukit/score/src/objectallocatenone.c | 7 +-
cpukit/score/src/objectallocatestatic.c | 7 +-
cpukit/score/src/objectallocateunlimited.c | 7 +-
cpukit/score/src/objectapimaximumclass.c | 8 +-
cpukit/score/src/objectclose.c | 8 +-
cpukit/score/src/objectextendinformation.c | 3 +-
cpukit/score/src/objectfree.c | 8 +-
cpukit/score/src/objectfreestatic.c | 7 +-
cpukit/score/src/objectgetinfo.c | 8 +-
cpukit/score/src/objectgetinfoid.c | 5 +-
cpukit/score/src/objectgetlocal.c | 8 +-
cpukit/score/src/objectgetnameasstring.c | 5 +-
cpukit/score/src/objectgetnext.c | 3 +-
cpukit/score/src/objectgetnoprotection.c | 8 +-
cpukit/score/src/objectidtoname.c | 10 +-
.../score/src/objectinitializeinformation.c | 3 +-
cpukit/score/src/objectmp.c | 15 +-
cpukit/score/src/objectnamespaceremove.c | 5 +-
cpukit/score/src/objectnametoid.c | 8 +-
cpukit/score/src/objectnametoidstring.c | 3 +-
cpukit/score/src/objectsetname.c | 3 +-
cpukit/score/src/objectshrinkinformation.c | 5 +-
cpukit/score/src/once.c | 9 +
cpukit/score/src/opt_compat.h | 7 +
cpukit/score/src/opt_ffclock.h | 7 +
cpukit/score/src/opt_ntp.h | 7 +
cpukit/score/src/percpu.c | 5 +-
cpukit/score/src/percpuasm.c | 9 +
cpukit/score/src/percpustatewait.c | 9 +
cpukit/score/src/pheapallocate.c | 3 +-
cpukit/score/src/pheapextend.c | 3 +-
cpukit/score/src/pheapfree.c | 3 +-
cpukit/score/src/pheapgetblocksize.c | 3 +-
cpukit/score/src/pheapgetfreeinfo.c | 3 +-
cpukit/score/src/pheapgetinfo.c | 3 +-
cpukit/score/src/pheapgetsize.c | 3 +-
cpukit/score/src/pheapinit.c | 24 ---
cpukit/score/src/pheapiterate.c | 3 +-
cpukit/score/src/pheapresizeblock.c | 3 +-
cpukit/score/src/pheapwalk.c | 3 +-
cpukit/score/src/processormaskcopy.c | 6 +-
cpukit/score/src/profilingisrentryexit.c | 9 +
cpukit/score/src/profilingsmplock.c | 11 ++
cpukit/score/src/rbtreeextract.c | 9 +
cpukit/score/src/rbtreeinsert.c | 9 +
cpukit/score/src/rbtreeiterate.c | 3 +-
cpukit/score/src/rbtreenext.c | 4 +-
cpukit/score/src/rbtreepostorder.c | 4 +-
cpukit/score/src/rbtreereplace.c | 3 +-
cpukit/score/src/sched.c | 10 +
cpukit/score/src/scheduler.c | 3 +-
cpukit/score/src/schedulercbs.c | 5 +-
cpukit/score/src/schedulercbsattachthread.c | 8 +-
cpukit/score/src/schedulercbscleanup.c | 8 +-
cpukit/score/src/schedulercbscreateserver.c | 8 +-
cpukit/score/src/schedulercbsdestroyserver.c | 5 +-
cpukit/score/src/schedulercbsdetachthread.c | 5 +-
.../score/src/schedulercbsgetapprovedbudget.c | 8 +-
.../score/src/schedulercbsgetexecutiontime.c | 5 +-
cpukit/score/src/schedulercbsgetparameters.c | 5 +-
.../src/schedulercbsgetremainingbudget.c | 8 +-
cpukit/score/src/schedulercbsgetserverid.c | 8 +-
cpukit/score/src/schedulercbsnodeinit.c | 10 +-
cpukit/score/src/schedulercbsreleasejob.c | 5 +-
cpukit/score/src/schedulercbssetparameters.c | 5 +-
cpukit/score/src/schedulercbsunblock.c | 5 +-
cpukit/score/src/schedulerdefaultaskforhelp.c | 11 ++
.../score/src/schedulerdefaultmappriority.c | 9 +
.../score/src/schedulerdefaultnodedestroy.c | 5 +-
cpukit/score/src/schedulerdefaultnodeinit.c | 5 +-
cpukit/score/src/schedulerdefaultpinunpin.c | 9 +
cpukit/score/src/schedulerdefaultreleasejob.c | 5 +-
cpukit/score/src/schedulerdefaultschedule.c | 9 +
.../score/src/schedulerdefaultsetaffinity.c | 5 +-
cpukit/score/src/schedulerdefaultstartidle.c | 9 +
cpukit/score/src/schedulerdefaulttick.c | 5 +-
cpukit/score/src/scheduleredf.c | 5 +-
cpukit/score/src/scheduleredfblock.c | 5 +-
cpukit/score/src/scheduleredfchangepriority.c | 8 +-
cpukit/score/src/scheduleredfnodeinit.c | 8 +-
cpukit/score/src/scheduleredfreleasejob.c | 6 +-
cpukit/score/src/scheduleredfschedule.c | 8 +-
cpukit/score/src/scheduleredfsmp.c | 12 +-
cpukit/score/src/scheduleredfunblock.c | 5 +-
cpukit/score/src/scheduleredfyield.c | 5 +-
cpukit/score/src/schedulergetaffinity.c | 9 +
cpukit/score/src/schedulerpriority.c | 11 +-
.../score/src/schedulerpriorityaffinitysmp.c | 14 +-
cpukit/score/src/schedulerpriorityblock.c | 5 +-
.../src/schedulerprioritychangepriority.c | 5 +-
cpukit/score/src/schedulerpriorityschedule.c | 7 +-
cpukit/score/src/schedulerprioritysmp.c | 12 +-
cpukit/score/src/schedulerpriorityunblock.c | 8 +-
cpukit/score/src/schedulerpriorityyield.c | 8 +-
cpukit/score/src/schedulersetaffinity.c | 9 +
cpukit/score/src/schedulersimple.c | 5 +-
cpukit/score/src/schedulersimpleblock.c | 5 +-
.../score/src/schedulersimplechangepriority.c | 5 +-
cpukit/score/src/schedulersimpleschedule.c | 5 +-
cpukit/score/src/schedulersimplesmp.c | 12 +-
cpukit/score/src/schedulersimpleunblock.c | 7 +-
cpukit/score/src/schedulersimpleyield.c | 5 +-
cpukit/score/src/schedulersmp.c | 9 +
cpukit/score/src/schedulersmpstartidle.c | 9 +
cpukit/score/src/schedulerstrongapa.c | 10 +-
cpukit/score/src/semaphore.c | 10 +
cpukit/score/src/smp.c | 13 +-
cpukit/score/src/smpbarrierwait.c | 9 +
cpukit/score/src/smplock.c | 11 ++
cpukit/score/src/smpmulticastaction.c | 15 +-
cpukit/score/src/smpunicastaction.c | 13 +-
cpukit/score/src/stackallocator.c | 14 +-
cpukit/score/src/stackallocatorfree.c | 13 +-
cpukit/score/src/stackallocatorfreenothing.c | 3 +-
cpukit/score/src/stackallocatorinit.c | 3 +-
cpukit/score/src/thread.c | 9 +-
cpukit/score/src/threadallocateunlimited.c | 7 +-
cpukit/score/src/threadchangepriority.c | 8 +-
cpukit/score/src/threadclearstate.c | 8 +-
cpukit/score/src/threadcreateidle.c | 8 +-
cpukit/score/src/threaddispatch.c | 7 +-
cpukit/score/src/threadentryadaptoridle.c | 9 +
cpukit/score/src/threadentryadaptornumeric.c | 9 +
cpukit/score/src/threadentryadaptorpointer.c | 9 +
cpukit/score/src/threadget.c | 5 +-
cpukit/score/src/threadgetcputimeused.c | 9 +
cpukit/score/src/threadhandler.c | 8 +-
cpukit/score/src/threadidledefault.c | 9 +
cpukit/score/src/threadinitialize.c | 8 +-
cpukit/score/src/threaditerate.c | 9 +
cpukit/score/src/threadloadenv.c | 5 +-
cpukit/score/src/threadmp.c | 9 +-
cpukit/score/src/threadname.c | 9 +
cpukit/score/src/threadq.c | 13 +-
cpukit/score/src/threadqenqueue.c | 11 +-
cpukit/score/src/threadqextractwithproxy.c | 13 +-
cpukit/score/src/threadqfirst.c | 8 +-
cpukit/score/src/threadqflush.c | 8 +-
cpukit/score/src/threadqops.c | 11 ++
cpukit/score/src/threadqtimeout.c | 11 ++
cpukit/score/src/threadrestart.c | 5 +-
cpukit/score/src/threadscheduler.c | 9 +
cpukit/score/src/threadsetstate.c | 5 +-
cpukit/score/src/threadstackallocate.c | 3 +-
cpukit/score/src/threadstackfree.c | 3 +-
cpukit/score/src/threadstart.c | 5 +-
cpukit/score/src/threadstartmultitasking.c | 8 +-
cpukit/score/src/threadtimeout.c | 5 +-
cpukit/score/src/threadunpin.c | 9 +
cpukit/score/src/threadwaitgetid.c | 9 +
cpukit/score/src/threadyield.c | 5 +-
cpukit/score/src/timespecaddto.c | 8 +-
cpukit/score/src/timespecdivide.c | 5 +-
cpukit/score/src/timespecdividebyinteger.c | 5 +-
cpukit/score/src/timespecfromticks.c | 8 +-
cpukit/score/src/timespecgetasnanoseconds.c | 8 +-
cpukit/score/src/timespecisvalid.c | 8 +-
cpukit/score/src/timespeclessthan.c | 8 +-
cpukit/score/src/timespecsubtract.c | 8 +-
cpukit/score/src/timespectoticks.c | 7 +-
cpukit/score/src/tlsallocsize.c | 9 +
cpukit/score/src/userext.c | 3 +-
cpukit/score/src/userextaddset.c | 3 +-
cpukit/score/src/userextiterate.c | 12 +-
cpukit/score/src/userextremoveset.c | 3 +-
cpukit/score/src/watchdoginsert.c | 3 +-
cpukit/score/src/watchdogremove.c | 3 +-
cpukit/score/src/watchdogtick.c | 9 +
cpukit/score/src/watchdogtickssinceboot.c | 8 +-
cpukit/score/src/watchdogtimeslicedefault.c | 9 +
cpukit/score/src/wkspace.c | 10 +-
cpukit/score/src/wkspaceisunifieddefault.c | 9 +
cpukit/score/src/wkspacemallocinitdefault.c | 4 +-
cpukit/score/src/wkspacemallocinitunified.c | 2 +-
cpukit/score/src/wkstringduplicate.c | 5 +-
spec/build/cpukit/librtemscpu.yml | 2 -
testsuites/sptests/sp2038/init.c | 1 +
638 files changed, 3201 insertions(+), 1742 deletions(-)
create mode 100644 cpukit/include/rtems/rtems/clockimpl.h
delete mode 100644 cpukit/sapi/src/posixapi.c
delete mode 100644 cpukit/score/src/pheapinit.c
--
2.26.2
More information about the devel
mailing list