summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* telnetd.c: Fix no prototype warningJoel Sherrill2016-03-241-4/+5
* libnetworking/sys/libkern.h: Disable non-POSIX prototype that is actually unusedJoel Sherrill2016-03-241-0/+2
* cpuuse/cpuusagetop.c: Fix unused variable warningJoel Sherrill2016-03-241-1/+0
* score: Use RTEMS_UNREACHABLE()Sebastian Huber2016-03-231-0/+2
* posix: pthread_exit() is a no-return functionSebastian Huber2016-03-231-0/+1
* score: Add and use RTEMS_UNREACHABLESebastian Huber2016-03-234-15/+22
* cpukit/rtems/include/rtems/rtems/sem.h: Remove junk in commentJoel Sherrill2016-03-221-2/+0
* lpc1768_mbed.cfg: Turn on per function sectionsJoel Sherrill2016-03-221-5/+2
* psxtests/psxobj01: Fix for RTEMS_DEBUGSebastian Huber2016-03-221-0/+7
* score: Fix for RTEMS_DEBUGSebastian Huber2016-03-222-3/+10
* score: Always declare _Objects_Get_by_name()Sebastian Huber2016-03-221-2/+0
* rtems: Use object allocator lockSebastian Huber2016-03-221-14/+4
* score: Fix for RTEMS_DEBUGSebastian Huber2016-03-221-3/+8
* rtems: Rework rate-monotonic schedulerSebastian Huber2016-03-2211-435/+423
* rtems: Avoid __RTEMS_USE_TICKS_FOR_STATISTICS__Sebastian Huber2016-03-211-35/+10
* rtems: Delete Rate_monotonic_Period_time_tSebastian Huber2016-03-214-24/+22
* rtems: Inline _Rate_monotonic_Reset_statistics()Sebastian Huber2016-03-211-43/+16
* mpci: Avoid Giant lockSebastian Huber2016-03-181-7/+11
* mpci: Avoid Giant lockSebastian Huber2016-03-181-8/+11
* score: Avoid Giant lock for CORE spinlockSebastian Huber2016-03-1812-301/+149
* score: Add _Objects_Get_by_name()Sebastian Huber2016-03-1816-250/+192
* sptests/sptls02: Use GNU++11Sebastian Huber2016-03-181-1/+1
* bsp/qoriq: Invalidate TLS anchorSebastian Huber2016-03-181-2/+4
* ftpd: Resolve function name conflictSebastian Huber2016-03-181-3/+3
* score: C++ compatibilitySebastian Huber2016-03-181-1/+1
* posix: Use per-thread lookup tree for POSIX KeysSebastian Huber2016-03-1813-409/+326
* score: Destroy thread timer lockSebastian Huber2016-03-181-4/+1
* sparc: Fix SMP context switchSebastian Huber2016-03-181-6/+6
* bspgetworkarea.c: File header now uses DoxygenJoel Sherrill2016-03-171-10/+14
* mcf5235/start/start.S: Fix spacing from bad tab expansionJoel Sherrill2016-03-171-22/+21
* pc386/console/conscfg.c: Fix name of Edison consoleJoel Sherrill2016-03-171-3/+3
* sparc: Fix window underflow trap handlerDaniel Hellstrom2016-03-172-7/+7
* sapi: Include missing header fileSebastian Huber2016-03-172-0/+2
* rtems: Avoid Giant lock in rtems_signal_catch()Sebastian Huber2016-03-172-11/+28
* rtems: Avoid Giant lock in rtems_task_mode()Sebastian Huber2016-03-171-3/+4
* posix: Avoid Giant lock in sched_yield()Sebastian Huber2016-03-171-3/+5
* score: Fix CPU time used by executing threadsSebastian Huber2016-03-1712-193/+157
* bsp/realview_pbx_a9_qemu: Fix compiler flagsSebastian Huber2016-03-171-2/+1
* pc386/.../bspimpl.h: New file missed in previous commit.Joel Sherrill2016-03-161-0/+37
* bsp/mpc55xx: Fix BSS initializationSebastian Huber2016-03-162-5/+28
* timecounter: Avoid invalid memcpy()Sebastian Huber2016-03-161-0/+8
* score: Fix intenal mutex attributesSebastian Huber2016-03-161-1/+1
* score: Use allocator lock in _Objects_Get_next()Sebastian Huber2016-03-163-34/+10
* sapi: Do not disable thread dispatchingSebastian Huber2016-03-161-2/+0
* pc386: Do not include rtems/pci.h from bsp.h. Add bsp/bspimpl.hJoel Sherrill2016-03-156-18/+28
* atsamv-testsuite.tcfg: Add more testsJoel Sherrill2016-03-151-0/+19
* bsp/leon3: Clock driver workaround for GR712RCSebastian Huber2016-03-151-18/+53
* bsp/beatnik: Delete unused linkcmds fileSebastian Huber2016-03-151-276/+0
* monitor: Use object allocator lockSebastian Huber2016-03-146-6/+6
* score: Use ISR lock for IO driver registrationSebastian Huber2016-03-1418-39/+96