summaryrefslogtreecommitdiffstats
path: root/cpukit (unfollow)
Commit message (Expand)AuthorFilesLines
2014-02-05score: _CPU_Context_switch_to_first_task_smp()Sebastian Huber6-41/+1
2014-02-04Add thread-local storage (TLS) supportSebastian Huber46-55/+521
2014-02-04score: Add _Thread_Get_maximum_internal_threads()Sebastian Huber2-11/+20
2014-02-04score: Add _Heap_Size_with_overhead()Sebastian Huber1-0/+23
2014-02-04score: Add _Workspace_Allocate_aligned()Sebastian Huber2-0/+16
2014-02-03dosfs/fat.c: Remove use of register keywordJoel Sherrill1-1/+1
2014-02-03calloc.c: Remove use of register keywordJoel Sherrill1-3/+3
2014-02-03posix/*.c: Remove use of register keywordJoel Sherrill13-26/+26
2014-02-03rtems/*.c: Remove use of register keywordJoel Sherrill37-73/+73
2014-01-21IMFS: Improved support for generic nodesSebastian Huber2-3/+3
2014-01-21IMFS: Allow sockets as generic nodesSebastian Huber1-1/+2
2014-01-20Don't use unsafe buffer operationsNick Withers1-18/+12
2014-01-10arm: Add ARMv7-M SHCSR register bitsSebastian Huber1-0/+6
2014-01-09tasksetpriority.c: Remove obsolete commentJoel Sherrill1-2/+1
2014-01-09posix: fix race condition between pthread_create and capture engineTill Strauman1-0/+5
2014-01-09mw_uid: corrects uid_read_message short timeoutsAllan Hessenflow1-2/+11
2014-01-09NTP: Sync time correctly when receiving broadcast updatesJim Panetta1-3/+4
2014-01-08libcsupport: Refactor rtems_deviceio_errnoDaniel Ramirez6-86/+83
2014-01-07libcsupport: implemented termios functions cfsetspeed and cfmakerawDaniel Ramirez4-1/+109
2013-12-24cpukit/capture: Print the uptime and diff in ctrace.Chris Johns1-17/+17
2013-12-24cpukit/capture: Use the new RTEMS API to get the uptime in nanoseconds.Chris Johns3-16/+57
2013-12-24cpukit/rtems: Add rtems_clock_get_uptime_nanoseconds to the RTEMS API.Chris Johns8-3/+127
2013-12-21rtems: classic api to/from core priority conversionsDaniel Ramirez5-5/+27
2013-12-20libcsupport: Accept NULL for zero-length entriesSebastian Huber3-21/+29
2013-12-20Filesystem: Use default kqfilter and poll handlerSebastian Huber20-0/+50
2013-12-20Filesystem: Add readv/writev handlersSebastian Huber26-145/+352
2013-12-20libcsupport: Add and use rtems_libio_iovec_eval()Sebastian Huber3-155/+87
2013-12-19cpukit/capture: Update the capture engine.Chris Johns3-233/+195
2013-12-19For PR 2164 - RFS File System - fix bitmap_create_search loop bugAlan Cudmore1-1/+2
2013-12-19For PR 2162 - RFS File System - statvfs reports 1 block freeAlan Cudmore2-2/+2
2013-12-19For PR 2163 - RFS File System - fix group search algorithm bugAlan Cudmore1-1/+15
2013-12-16arm: Fix set by but not used warningSebastian Huber1-1/+2
2013-12-16nfsclient: Move defines to cover all header filesSebastian Huber1-2/+3
2013-12-16JFFS2: Do not re-define struct iovecSebastian Huber1-5/+1
2013-12-16cpukit/shell: Control help break with SHELL_LINES env variable.Chris Johns1-3/+11
2013-12-14no_cpu/cpusmplock.h: Clean up to be compilableJoel Sherrill1-0/+4
2013-12-13cpukit/configure.ac: Probe for SMP affinity methodsJoel Sherrill1-0/+8
2013-12-11PR2160: imfs: Use ENOSYS for unsupported nodesSebastian Huber4-7/+18
2013-12-10alarm.c: Use _Assert() not assert()Joel Sherrill1-1/+1
2013-12-10PR2138: rtems_rfs_rtems_initialize() can erroneously set errno.Chris Johns1-1/+1
2013-12-09alarm.c: Per comment add debug code for kill() failingJoel Sherrill1-4/+17
2013-12-09pthread.c: Use UINT32_MAX rather than constant valueJoel Sherrill1-1/+1
2013-12-09condwaitsupp.c: Return EPERM if waiting and mutex is not lockedJoel Sherrill1-4/+8
2013-12-09psignalimpl.h: Remove dead commentJoel Sherrill1-3/+1
2013-12-09pthread.c: Remove XXX and use SIGNAL_ constantsJoel Sherrill1-5/+3
2013-12-09posix/config.h: Comment clean upJoel Sherrill1-10/+102
2013-12-09signalcatch.c: Remove junk commentJoel Sherrill2-2/+1
2013-12-09timerimpl.h: Comment clean upJoel Sherrill1-36/+22
2013-12-09semaphoreimpl.h: Comment clean upJoel Sherrill1-79/+38
2013-12-09mqueueimpl.h: Comment clean upJoel Sherrill1-176/+91