Commit Graph
24711 Commits
Author SHA1 Message Date
Sebastian Huber e4933743ef libchip/serial: Fix warnings 2013-02-11 14:44:46 +01:00
Sebastian Huber 49f65bef3e libchip/serial: Fix warnings 2013-02-11 14:44:46 +01:00
Sebastian Huber d2a4f158e1 libchip/serial: Fix warnings 2013-02-11 14:44:46 +01:00
Sebastian Huber 5de9e8dd36 bsp/erc32: Fix warnings 2013-02-11 14:44:45 +01:00
WeiY 4c96372591 score: atomic support for RTEMS. Cleanup. 2013-02-07 17:02:12 -05:00
WeiY 7e02305018 tests: atomic support for RTEMS. SMP tests for atomic operations. 2013-02-07 17:02:12 -05:00
WeiY fb9fa1537a tests: atomic support for RTEMS. Uniprocessor tests for atomic ops. 2013-02-07 17:02:12 -05:00
WeiY b8601fda53 score: atomic support for RTEMS. Atomic operations for PowerPC. 2013-02-07 17:02:12 -05:00
WeiY 45c6d53ef8 score: atomic support for RTEMS. Atomic operations for i386. 2013-02-07 17:02:12 -05:00
WeiY 2f0a093612 score: atomic support for RTEMS. Generic atomic operations API definition. 2013-02-07 17:02:12 -05:00
WeiY 9d23df2fbc score: atomic support for RTEMS automake and autoconf changes 2013-02-07 17:02:12 -05:00
Sebastian Huber 4b53f1918b bsp/mpc55xx: Add MPC55XX_ENABLE_START_PROLOGUE 2013-02-06 15:35:55 +01:00
Sebastian Huber dc5cd7972a bsp/mpc55xx: Merge RSM6 variants into one 2013-02-06 15:35:55 +01:00
Sebastian Huber c082b57502 bsp/mpc55xx: Add and use BSP specific fatal codes 2013-02-06 15:35:55 +01:00
Sebastian Huber 39de53882c bsps/powerpc: Add and use ppc_cpu_is_specific_e200 2013-02-06 15:35:54 +01:00
Sebastian Huber 302061471c bsps/powerpc: Fix e200 check 2013-02-06 15:35:54 +01:00
Sebastian Huber 93d4d06574 bsp/mpc55xx: Add mpc55xx_mmu_apply_config() 2013-02-06 15:35:54 +01:00
Sebastian Huber a2930a9067 rtems: Revert documentation changes 2013-02-06 15:34:40 +01:00
Joel Sherrill dd7b83550d Merge branch 'master' of ssh://git.rtems.org/data/git/rtems 2013-02-02 15:19:01 -06:00
Sebastian Huber 80e37434ac fstests/fsrdwr: Free allocated memory 2013-01-30 17:21:26 +01:00
Sebastian Huber 2e0177d8d8 fstests: Check resources used by FAT file system 2013-01-30 17:08:05 +01:00
Sebastian Huber 065441d80f fstests: Use global environment and clean up
This releases all resources acquired by the chroot().
2013-01-30 17:08:05 +01:00
Sebastian Huber 334222f042 fstests: Initialize swapout task 2013-01-30 17:08:05 +01:00
Sebastian Huber 399afaf5ba fstests: Perform a quick format 2013-01-30 17:08:05 +01:00
Sebastian Huber 524cdbbccd fstests: Use designated initializers 2013-01-30 17:08:04 +01:00
Sebastian Huber eefeefdd0e dosfs: Always release the buffers
Release the buffers also if this is not the last reference to the file
object since otherwise we may hold modified data indefinitely.
2013-01-30 17:08:04 +01:00
Sebastian Huber 1b937c6994 ftpd: Check the root and current directory change
Only continue the session if the root and current directory change was
successful, otherwise the FTP server may access restricted file system
areas.
2013-01-30 17:08:04 +01:00
Sebastian Huber b63c8f9b50 ftpfs: Fix SIZE command handling
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.
2013-01-28 16:46:02 +01:00
Sebastian Huber c934a10dba bsp/mpc55xx: Add BSP_DATA_CACHE_USE_WRITE_THROUGH 2013-01-28 16:45:42 +01:00
Sebastian Huber 036788d57b bsps/powerpc: Add option for write-through cache 2013-01-28 16:45:42 +01:00
Sebastian Huber 4dafa52b6d bsp/mpc55xx: Fix MMU configuration for RSM6 2013-01-28 16:45:41 +01:00
Sebastian Huber 33bd2efbb2 testsuites: Fix prototypes 2013-01-27 13:50:23 +01:00
Sebastian Huber 565d8daad5 testsuites: Use rtems_fatal_source_description() 2013-01-27 13:47:17 +01:00
Ric Claus 967278fd95 Fixed virtex4,5 BSP compile time warnings 2013-01-26 23:18:12 +01:00
Joel Sherrill bb679b3111 Move <memory.h> and <sys/uio.h> to non-networking directory
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.
2013-01-23 13:38:04 -06:00
Sebastian Huber 7f7b09ca2e bsp/gen83xx: Disable caches in bsp_restart() 2013-01-18 10:01:52 +01:00
Alex Ivanov 99d11970b6 fstests: Generating .scn (Screen Shots) #4 2013-01-15 13:46:56 -06:00
Alex Ivanov 79060eb608 psxtmtests: Generating .scn (Screen Shots) #8 2013-01-15 10:03:55 -06:00
Christopher Kerl 408a16edb5 Create POSIX Timing Test psxtmthread02
Minor modifications were made to the student version to
clearify methods and to clean up test output.
2013-01-14 10:12:14 -06:00
Alex Ivanov e214280bd7 Generating .scn (Screen Shots) #7 2013-01-14 09:53:36 -06:00
Sebastian Huber 0cce75e696 NIOS2: Fix register restore sequence in epilogue
This fix is critical.  The previous implementation leads to system
corruption.
2013-01-14 10:48:06 +01:00
Sebastian Huber f7351e4ea5 bsp/virtex5: Fix define location 2013-01-14 08:16:04 +01:00
Christopher Kerl 72f3b05165 Create POSIX Timing Test psxtmcond09
Modifications were made to this submission allow the same init.c
file to be ran by three tests that were very similar using posix
pthread_cond_timedwait and pthread_cond_wait.
2013-01-11 14:33:37 -06:00
Christopher Kerl bcefae2ea3 Create POSIX Timing Test psxtmcond03 2013-01-11 14:15:51 -06:00
Jennifer Averett 86d06a6132 Added more condition variable timing tests. 2013-01-11 14:15:51 -06:00
Sebastian Huber b1d1021200 bsp/lpc32xx: Bypass the IrDA modem for UART6 2013-01-11 14:50:44 +01:00
Joel Sherrill e858f7049c cpukit: Fix many Doxygen warnings 2013-01-10 17:06:47 -06:00
Joel Sherrill 0c2f1e3345 devfs: Doxygen Warning Removal and Cleanup 2013-01-10 17:06:47 -06:00
Joel Sherrill b697bc6a44 cpukit: Use Consistent Beginning of Doxygen Group Notation
This is the result of a sed script which converts all uses
of @{ into a consistent form.
2013-01-10 17:06:47 -06:00
Joel Sherrill b10825cd5d cpukit: Add EOL on files missing EOL at EOF 2013-01-10 17:06:47 -06:00