summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* PR2138: rtems_rfs_rtems_initialize() can erroneously set errno.Chris Johns2013-12-101-1/+1
| | | | Patch from Nick for this. Thanks.
* arm/xilinx__zynq: Support application based clock freq.Chris Johns2013-12-101-2/+110
| | | | | | | Provide a weak call to a clock freq routine to allow the application to supply the freq defined in the Xilinx generated source. Add code to calculate the baud rate.
* arm/xilinx_zynq: Add bsp_translation_table_end to the linker script.Chris Johns2013-12-101-0/+1
|
* tmtests: refactored timesys.h, removed declarationsDaniel Ramirez2013-12-0911-3/+21
|
* Merge branch 'master' into amJoel Sherrill2013-12-097-52/+99
|\
| * 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
| | | | | | | | | | Split the dub call into dup and dup2 in fcntl.c. This requires a private command which is placed in the internal libio header.
| * PR2159: Have the FIFO driver read follow POSIX standard.Chris Johns2013-12-101-43/+41
| | | | | | | | | | The read call was only returning once the requested buffer was full. The change returns any available data.
| * libfs/imfs: Set the FIFO control block.Chris Johns2013-12-101-1/+1
| | | | | | | | The FIFO was incorrectly set to the default control block.
| * arm shared: Add bsp_translation_table_end the linker symbols.Chris Johns2013-12-101-0/+1
| |
* | alarm.c: Per comment add debug code for kill() failingJoel Sherrill2013-12-091-4/+17
| | | | | | | | | | This is highly unlikely and would indicate a serious bug in the system or corruption. But it is better to be cautious.
* | 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
| | | | | | | | | | | | This error check was commented out because it is not in the POSIX specification. However, the GNU/Linux manual page does document that EPERM is to be returned in this situation.
* | 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
|/
* doxygen: refactored doxygen in libbsp to illustrate new rule setDaniel Ramirez2013-12-0917-41/+111
|
* arm: csb337: Add doxygenChirayu Desai2013-12-094-2/+47
|
* cpukit/rtems: Remove XXX in commentsJoel Sherrill2013-12-0929-73/+112
|
* arm: csb336: Add doxygenChirayu Desai2013-12-083-2/+38
|
* arm: gdbarmsim: Add doxygenChirayu Desai2013-12-072-1/+31
|
* sparc shared: improve doxygenToma Radu2013-12-074-8/+9
| | | | Add doxygen to the header files in sparc/shared/include directory.
* tmtests_plan.csv: New planning fileJoel Sherrill2013-12-071-0/+158
|
* tmoverhd/testtask.c: Fix output to be consistentJoel Sherrill2013-12-071-71/+71
|
* tmoverhd/empty.c: formattingJoel Sherrill2013-12-071-2/+1
|
* tm19: Clean up outputJoel Sherrill2013-12-071-2/+2
|
* psxtmtests_plan.csv: Update messagesJoel Sherrill2013-12-071-120/+120
|
* timesys.h: Benchmark output now includes a dash for easier parsingJoel Sherrill2013-12-071-6/+10
|
* psxtmtests: Make output more uniformJoel Sherrill2013-12-0743-125/+125
|
* tmtests: Make output more uniformJoel Sherrill2013-12-0729-134/+136
|
* virtex4: Move start.S to virtex4/start/start.SDaniel Ramirez2013-12-062-1/+1
|
* tqm8xx: Move start.S to tqm8xx/start/start.SDaniel Ramirez2013-12-062-1/+1
|
* virtex5: Move start.S to virtex5/start/start.SDaniel Ramirez2013-12-062-1/+1
|
* powerpc/ss555: move startup/start.S to start/start.SChirayu Desai2013-12-063-2/+2
|
* libcpu/powerpc/mpc5xx: use THREAD_DISABLE_DISPATCH_LEVEL in asmChirayu Desai2013-12-061-13/+13
|
* sppagesize: fix copyrightGedare Bloom2013-12-062-7/+5
|
* powerpc: mbx8xx: move starup/start.S to start/start.SChirayu Desai2013-12-062-1/+1
|
* sptests: add a test for page sizeChirayu Desai2013-12-066-2/+89
| | | | Bug: https://www.rtems.org/bugzilla/show_bug.cgi?id=1216
* Fix leap year calculationNickolay Semyonov-Kolchin2013-12-051-1/+2
| | | | | Reference: http://en.wikipedia.org/wiki/Leap_year Bug: https://www.rtems.org/bugzilla/show_bug.cgi?id=1422
* sptest: sp2038: Add a test for leap yearChirayu Desai2013-12-051-0/+32
| | | | Bug test case for PR 1422
* doc/posix_users: add notes and descriptions for pthread_key functionsSahil Patnayakuni2013-12-051-4/+63
|