summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add thread-local storage (TLS) supportSebastian Huber2014-02-0446-55/+521
* score: Add _Thread_Get_maximum_internal_threads()Sebastian Huber2014-02-042-11/+20
* score: Add _Heap_Size_with_overhead()Sebastian Huber2014-02-041-0/+23
* score: Add _Workspace_Allocate_aligned()Sebastian Huber2014-02-042-0/+16
* dosfs/fat.c: Remove use of register keywordJoel Sherrill2014-02-031-1/+1
* calloc.c: Remove use of register keywordJoel Sherrill2014-02-031-3/+3
* posix/*.c: Remove use of register keywordJoel Sherrill2014-02-0313-26/+26
* rtems/*.c: Remove use of register keywordJoel Sherrill2014-02-0337-73/+73
* IMFS: Improved support for generic nodesSebastian Huber2014-01-212-3/+3
* IMFS: Allow sockets as generic nodesSebastian Huber2014-01-211-1/+2
* Don't use unsafe buffer operationsNick Withers2014-01-201-18/+12
* arm: Add ARMv7-M SHCSR register bitsSebastian Huber2014-01-101-0/+6
* tasksetpriority.c: Remove obsolete commentJoel Sherrill2014-01-091-2/+1
* posix: fix race condition between pthread_create and capture engineTill Strauman2014-01-091-0/+5
* mw_uid: corrects uid_read_message short timeoutsAllan Hessenflow2014-01-091-2/+11
* NTP: Sync time correctly when receiving broadcast updatesJim Panetta2014-01-091-3/+4
* libcsupport: Refactor rtems_deviceio_errnoDaniel Ramirez2014-01-086-86/+83
* libcsupport: implemented termios functions cfsetspeed and cfmakerawDaniel Ramirez2014-01-074-1/+109
* cpukit/capture: Print the uptime and diff in ctrace.Chris Johns2013-12-241-17/+17
* cpukit/capture: Use the new RTEMS API to get the uptime in nanoseconds.Chris Johns2013-12-243-16/+57
* cpukit/rtems: Add rtems_clock_get_uptime_nanoseconds to the RTEMS API.Chris Johns2013-12-248-3/+127
* rtems: classic api to/from core priority conversionsDaniel Ramirez2013-12-215-5/+27
* libcsupport: Accept NULL for zero-length entriesSebastian Huber2013-12-203-21/+29
* Filesystem: Use default kqfilter and poll handlerSebastian Huber2013-12-2020-0/+50
* Filesystem: Add readv/writev handlersSebastian Huber2013-12-2026-145/+352
* libcsupport: Add and use rtems_libio_iovec_eval()Sebastian Huber2013-12-203-155/+87
* cpukit/capture: Update the capture engine.Chris Johns2013-12-193-233/+195
* For PR 2164 - RFS File System - fix bitmap_create_search loop bugAlan Cudmore2013-12-191-1/+2
* For PR 2162 - RFS File System - statvfs reports 1 block freeAlan Cudmore2013-12-192-2/+2
* For PR 2163 - RFS File System - fix group search algorithm bugAlan Cudmore2013-12-191-1/+15
* arm: Fix set by but not used warningSebastian Huber2013-12-161-1/+2
* nfsclient: Move defines to cover all header filesSebastian Huber2013-12-161-2/+3
* JFFS2: Do not re-define struct iovecSebastian Huber2013-12-161-5/+1
* cpukit/shell: Control help break with SHELL_LINES env variable.Chris Johns2013-12-161-3/+11
* no_cpu/cpusmplock.h: Clean up to be compilableJoel Sherrill2013-12-141-0/+4
* cpukit/configure.ac: Probe for SMP affinity methodsJoel Sherrill2013-12-131-0/+8
* PR2160: imfs: Use ENOSYS for unsupported nodesSebastian Huber2013-12-114-7/+18
* alarm.c: Use _Assert() not assert()Joel Sherrill2013-12-101-1/+1
* PR2138: rtems_rfs_rtems_initialize() can erroneously set errno.Chris Johns2013-12-101-1/+1
* Merge branch 'master' into amJoel Sherrill2013-12-096-52/+98
|\
| * PR2161: Set the source port to SYSLOG in the syslog socket.Chris Johns2013-12-101-1/+1
| * PR2158: Add support for dup2.Chris Johns2013-12-103-7/+55
| * PR2159: Have the FIFO driver read follow POSIX standard.Chris Johns2013-12-101-43/+41
| * libfs/imfs: Set the FIFO control block.Chris Johns2013-12-101-1/+1
* | alarm.c: Per comment add debug code for kill() failingJoel Sherrill2013-12-091-4/+17
* | pthread.c: Use UINT32_MAX rather than constant valueJoel Sherrill2013-12-091-1/+1
* | condwaitsupp.c: Return EPERM if waiting and mutex is not lockedJoel Sherrill2013-12-091-4/+8
* | psignalimpl.h: Remove dead commentJoel Sherrill2013-12-091-3/+1
* | pthread.c: Remove XXX and use SIGNAL_ constantsJoel Sherrill2013-12-091-5/+3
* | posix/config.h: Comment clean upJoel Sherrill2013-12-091-10/+102