summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* bsps/powerpc: Remove unused filesSebastian Huber2013-02-132-46/+0
|
* score: use new alignment routine in object extend information.Gedare Bloom2013-02-121-12/+16
|
* score: New routines to align addresses up or down.Gedare Bloom2013-02-121-0/+44
|
* sptests/spfatal11: Update due to API changesSebastian Huber2013-02-122-5/+22
|
* sapi: PR1911: Add CONFIGURE_DISABLE_BSP_SETTINGSSebastian Huber2013-02-123-0/+79
|
* score: Add and use rtems_assert_contextSebastian Huber2013-02-125-7/+52
|
* bsp/lpc32xx: Add BSP_USB_OTG_TRANSCEIVER_VBUSSebastian Huber2013-02-121-0/+3
|
* sparc64: revert linkcmds to 4 MB ram sizeGedare Bloom2013-02-111-2/+2
|
* PR1560: _Objects_Extend_information improper alignmentGedare Bloom2013-02-111-5/+18
| | | | | | _Objects_Extend_information uses a sizeof(uint32_t) offset that leads to improper alignment in case the CPU (actually, heap) alignment is 8 or higher. The problem is solved by adding enough padding to align the sub-tables.
* bsp/lpc24xx: Move UART probes to separate filesSebastian Huber2013-02-116-53/+130
|
* libchip/serial: Make NS16550 handler publicSebastian Huber2013-02-115-18/+29
| | | | This allows derived drivers to use these functions.
* libchip/serial: Add const qualifierSebastian Huber2013-02-1138-64/+64
|
* libchip/serial: Fix warningsSebastian Huber2013-02-112-2/+13
|
* libchip/serial: Fix warningsSebastian Huber2013-02-111-2/+1
|
* libchip/serial: Fix warningsSebastian Huber2013-02-112-6/+9
|
* bsp/erc32: Fix warningsSebastian Huber2013-02-111-2/+2
|
* score: atomic support for RTEMS. Cleanup.WeiY2013-02-073-226/+218
|
* tests: atomic support for RTEMS. SMP tests for atomic operations.WeiY2013-02-0742-0/+1991
|
* tests: atomic support for RTEMS. Uniprocessor tests for atomic ops.WeiY2013-02-0742-0/+2563
|
* score: atomic support for RTEMS. Atomic operations for PowerPC.WeiY2013-02-071-0/+537
|
* score: atomic support for RTEMS. Atomic operations for i386.WeiY2013-02-071-0/+341
|
* score: atomic support for RTEMS. Generic atomic operations API definition.WeiY2013-02-074-0/+876
|
* score: atomic support for RTEMS automake and autoconf changesWeiY2013-02-0712-2/+54
|
* bsp/mpc55xx: Add MPC55XX_ENABLE_START_PROLOGUESebastian Huber2013-02-065-0/+51
|
* bsp/mpc55xx: Merge RSM6 variants into oneSebastian Huber2013-02-0616-150/+85
|
* bsp/mpc55xx: Add and use BSP specific fatal codesSebastian Huber2013-02-067-20/+45
|
* bsps/powerpc: Add and use ppc_cpu_is_specific_e200Sebastian Huber2013-02-062-2/+10
|
* bsps/powerpc: Fix e200 checkSebastian Huber2013-02-061-4/+2
|
* bsp/mpc55xx: Add mpc55xx_mmu_apply_config()Sebastian Huber2013-02-061-2/+12
|
* rtems: Revert documentation changesSebastian Huber2013-02-061-5/+5
|
* Merge branch 'master' of ssh://git.rtems.org/data/git/rtemsJoel Sherrill2013-02-02935-18184/+24798
|\
| * fstests/fsrdwr: Free allocated memorySebastian Huber2013-01-301-0/+4
| |
| * fstests: Check resources used by FAT file systemSebastian Huber2013-01-301-0/+6
| |
| * fstests: Use global environment and clean upSebastian Huber2013-01-301-3/+14
| | | | | | | | This releases all resources acquired by the chroot().
| * fstests: Initialize swapout taskSebastian Huber2013-01-301-0/+19
| |
| * fstests: Perform a quick formatSebastian Huber2013-01-301-1/+1
| |
| * fstests: Use designated initializersSebastian Huber2013-01-301-10/+10
| |
| * dosfs: Always release the buffersSebastian Huber2013-01-301-22/+23
| | | | | | | | | | Release the buffers also if this is not the last reference to the file object since otherwise we may hold modified data indefinitely.
| * ftpd: Check the root and current directory changeSebastian Huber2013-01-301-20/+28
| | | | | | | | | | | | Only continue the session if the root and current directory change was successful, otherwise the FTP server may access restricted file system areas.
| * ftpfs: Fix SIZE command handlingSebastian Huber2013-01-283-80/+124
| | | | | | | | | | | | | | It is invalid to issue a SIZE command once a data transfer is in progress. For reads we issue the SIZE command before the RETR command and get a snapshot of the file size. For writes the file size is initialized to zero and incremented for each write chunk.
| * bsp/mpc55xx: Add BSP_DATA_CACHE_USE_WRITE_THROUGHSebastian Huber2013-01-283-2/+13
| |
| * bsps/powerpc: Add option for write-through cacheSebastian Huber2013-01-281-1/+2
| |
| * bsp/mpc55xx: Fix MMU configuration for RSM6Sebastian Huber2013-01-281-4/+4
| |
| * testsuites: Fix prototypesSebastian Huber2013-01-276-16/+22
| |
| * testsuites: Use rtems_fatal_source_description()Sebastian Huber2013-01-274-27/+6
| |
| * Fixed virtex4,5 BSP compile time warningsRic Claus2013-01-266-7/+11
| |
| * Move <memory.h> and <sys/uio.h> to non-networking directoryJoel Sherrill2013-01-237-28/+120
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These two header files were installed from libnetworking even when networking was disabled. This patch moves them to a non-networking location and updates uio.h to match the FreeBSD 8.x source being used for the USB stack and TCP/IP stack upgrade. - cpukit/include/memory.h Move from cpukit/libnetworking/memory.h. No changes - cpukit/include/sys/uio.h Move from cpukit/libnetworking/sys/uio.h. Replace with FreeBSD 8.x version. - cpukit/include/sys/_iovec.h New. FreeBSD 8.x file supporting <sys/uio.h>. - cpukit/Makefile.am Reflect movement of <memory.h> and <sys/uio.h>. - cpukit/preinstall.am Regenerate - cpukit/libnetworking/nfs/bootp_subr.c Eliminate use of uio_procp field no longer in FreeBSD structure. This field was set and never read so eliminating the set has no impact.
| * bsp/gen83xx: Disable caches in bsp_restart()Sebastian Huber2013-01-181-1/+23
| |
| * fstests: Generating .scn (Screen Shots) #4Alex Ivanov2013-01-156-0/+192
| |
| * psxtmtests: Generating .scn (Screen Shots) #8Alex Ivanov2013-01-157-0/+30
| |