summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/sys (follow)
Commit message (Collapse)AuthorAgeFilesLines
* timecounter: Port to RTEMSAlexander Krutwig2015-05-202-0/+4
| | | | | | New test sptests/timecounter01. Update #2271.
* timecounter: Use uint32_t instead of u_intAlexander Krutwig2015-05-191-2/+2
| | | | | | | FreeBSD assumes that u_int is a 32-bit integer type. This is wrong for some 16-bit targets supported by RTEMS. Update #2271.
* timecounter: Import from FreeBSDAlexander Krutwig2015-05-195-0/+940
Update #2271.