summaryrefslogtreecommitdiffstats
path: root/cpukit (unfollow)
Commit message (Expand)AuthorFilesLines
2015-03-10cpukit: deprecate task variables. closes #2293.Gedare Bloom3-4/+15
2015-03-10cpukit: deprecate rtems_clock_get(). closes #2294.Gedare Bloom1-1/+4
2015-03-10cpukit: deprecate notepadsGedare Bloom3-7/+18
2015-03-10cpukit/libcrypt/misc.c: Reverse order of statements in ifdefJoel Sherrill1-2/+2
2015-03-10posix: Install <semaphore.h> only if not providedSebastian Huber3-1/+7
2015-03-10libcsupport: Delete superfluous _gettimeofday()Sebastian Huber1-16/+0
2015-03-10posix: Change sem_t to the 32-bit object typeSebastian Huber2-2/+2
2015-03-10posix: Use a value of 0 for SEM_FAILEDSebastian Huber1-1/+1
2015-03-10score: Add rtems_set_errno_and_return_value()Sebastian Huber3-17/+16
2015-03-09cpukit/libmisc/fsmount/fsmount.h: Remove duplicate comments and copyrightJoel Sherrill1-29/+7
2015-03-09cpukit/dev/include/dev/i2c/i2c.h: Fix Doxygen groupingJoel Sherrill1-0/+2
2015-03-09Move contents of libcsupport/include/zilog into libbsp/sharedJoel Sherrill4-223/+0
2015-03-09Remove unused cpukit/libcsupport/include/zilog/z8536.hJoel Sherrill3-122/+0
2015-03-09Move libcsupport/include/motorola/*.h to m68k/idp BSPJoel Sherrill3-392/+0
2015-03-09cpukit/libcrypt/misc.c: Conditionally correct 16-bit unclean codeJoel Sherrill1-0/+4
2015-03-09cpukit/libdl/rtl-mdreloc-m32r.c: Add parentheses per Chris' suggestionJoel Sherrill1-1/+1
2015-03-09vprintk.c: Reorder switch and add default to eliminate warningJoel Sherrill1-4/+5
2015-03-09or1k/rtems/score/cpu.h: Add no_return attribute to _CPU_Context_restoreJoel Sherrill1-1/+1
2015-03-09cpukit/score/cpu/sh/context.c: Correct name of _CPU_Context_switchJoel Sherrill1-1/+1
2015-03-09or1k: Correct _CPU_Thread_Idle_body prototypeJoel Sherrill2-2/+2
2015-03-09sysconf: Add _SC_NPROCESSORS_(CONF|ONLN)Sebastian Huber1-0/+4
2015-03-09sysconf: SimplifySebastian Huber1-22/+17
2015-03-09network: Avoid clash with FreeBSD <sys/time.h>Sebastian Huber2-4/+6
2015-03-09score: Fix for GCC version 5 and laterSebastian Huber1-1/+2
2015-03-09score: TypoSebastian Huber1-1/+1
2015-03-06Temporarily disable libdl for h8300Joel Sherrill1-1/+4
2015-03-06Always disable networking for h8300Joel Sherrill1-0/+4
2015-03-06Temporarily disable libdl for lm32Joel Sherrill1-1/+4
2015-03-06Temporarily disable libdl for v850Joel Sherrill1-1/+4
2015-03-06Temporarily disable libdl for bfinJoel Sherrill1-1/+4
2015-03-06Fix even more Doxygen issuesJoel Sherrill11-11/+42
2015-03-06coremuteximpl.h: Reorder macro names to match body and fix Doxygen warningsJoel Sherrill1-7/+13
2015-03-06Fix more Doxygen typosJoel Sherrill7-13/+13
2015-03-06Fix a number of minor Doxygen formatting issuesJoel Sherrill7-15/+17
2015-03-06testsupport: Add cascade option to parallel testAlexander Krutwig2-11/+44
2015-03-06shell: Add PROFREPORT commandSebastian Huber3-0/+50
2015-03-06score: Allow NULL for SMP lock nameSebastian Huber1-1/+1
2015-03-06score: Fix SMP lock implementationSebastian Huber3-1/+9
2015-03-05score: Add compiler memory barrier to atomic opsSebastian Huber1-0/+6
2015-03-05score: Implement fine-grained locking for eventsSebastian Huber12-221/+205
2015-03-05score: Add thread wait flagsSebastian Huber3-0/+193
2015-03-05score: Add thread acquireSebastian Huber2-24/+79
2015-03-05score: Add ISR lock to Objects_ControlSebastian Huber5-0/+166
2015-03-05score: Thread dispatch dis/enable without GiantSebastian Huber1-22/+82
2015-03-05score: Add and use _Thread_Do_dispatch()Sebastian Huber3-85/+120
2015-03-05score: Simplify and fix signal deliverySebastian Huber4-52/+26
2015-03-05score: Update _Thread_Heir only if necessarySebastian Huber11-75/+49
2015-03-05score: Add and use PRIORITY_PSEUDO_ISRSebastian Huber3-2/+9
2015-03-05libmd: Disable SHA modules for m32cSebastian Huber3-0/+13
2015-03-05capture: Fix warningsSebastian Huber1-5/+5