summaryrefslogtreecommitdiffstats
path: root/cpukit (unfollow)
Commit message (Expand)AuthorFilesLines
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
2013-12-09condimpl.h: Comment clean upJoel Sherrill1-98/+35
2013-12-09ptimer.h: Comment clean upJoel Sherrill1-31/+14
2013-12-09muteximpl.h: Comment clean upJoel Sherrill1-108/+44
2013-12-09pspin.c: Comment clean upJoel Sherrill1-16/+7
2013-12-09pbarrier.c: Comment clean upJoel Sherrill1-16/+7
2013-12-10PR2161: Set the source port to SYSLOG in the syslog socket.Chris Johns1-1/+1
2013-12-10PR2158: Add support for dup2.Chris Johns3-7/+55
2013-12-10PR2159: Have the FIFO driver read follow POSIX standard.Chris Johns1-43/+41
2013-12-10libfs/imfs: Set the FIFO control block.Chris Johns1-1/+1
2013-12-09cpukit/rtems: Remove XXX in commentsJoel Sherrill29-73/+112
2013-12-05Fix leap year calculationNickolay Semyonov-Kolchin1-1/+2
2013-12-04Update to Mongoose 3.9 at the last point before the MIT -> GPL license changeNick Withers3-1403/+2572
2013-12-04libblock: Use LAST for the last partition blockSebastian Huber1-1/+1
2013-12-03PR2157: fdisk partition table dump improvementWendell P Silva1-1/+1
2013-12-03PR2056: libqos conversion from uint32_t to time_tGedare Bloom1-2/+2
2013-12-03arm: Clear reservationsSebastian Huber2-1/+2
2013-12-02score: Minor _Thread_Dispatch() optimizationSebastian Huber1-2/+1
2013-12-02posix: Use cleanup contexts on the stackSebastian Huber7-13/+111
2013-11-29POSIX timers: Add restrict keywordSahil Patnayakuni2-4/+4