summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | signalcatch.c: Remove junk commentJoel Sherrill2013-12-092-2/+1
* | timerimpl.h: Comment clean upJoel Sherrill2013-12-091-36/+22
* | semaphoreimpl.h: Comment clean upJoel Sherrill2013-12-091-79/+38
* | mqueueimpl.h: Comment clean upJoel Sherrill2013-12-091-176/+91
* | condimpl.h: Comment clean upJoel Sherrill2013-12-091-98/+35
* | ptimer.h: Comment clean upJoel Sherrill2013-12-091-31/+14
* | muteximpl.h: Comment clean upJoel Sherrill2013-12-091-108/+44
* | pspin.c: Comment clean upJoel Sherrill2013-12-091-16/+7
* | pbarrier.c: Comment clean upJoel Sherrill2013-12-091-16/+7
|/
* cpukit/rtems: Remove XXX in commentsJoel Sherrill2013-12-0929-73/+112
* Fix leap year calculationNickolay Semyonov-Kolchin2013-12-051-1/+2
* Update to Mongoose 3.9 at the last point before the MIT -> GPL license changeNick Withers2013-12-043-1403/+2572
* libblock: Use LAST for the last partition blockSebastian Huber2013-12-041-1/+1
* PR2157: fdisk partition table dump improvementWendell P Silva2013-12-031-1/+1
* PR2056: libqos conversion from uint32_t to time_tGedare Bloom2013-12-031-2/+2
* arm: Clear reservationsSebastian Huber2013-12-032-1/+2
* score: Minor _Thread_Dispatch() optimizationSebastian Huber2013-12-021-2/+1
* posix: Use cleanup contexts on the stackSebastian Huber2013-12-027-13/+111