# # ChangeLog for / in rtems # # Generated by Trac 1.2.1.dev0 # 06/16/24 21:24:32 Fri, 06 Mar 2015 13:42:56 GMT Joel Sherrill [c096dc1] * doc/ada_user/ada_user.texi (modified) doc: Update Ada User Guide to match C Fri, 06 Mar 2015 12:20:44 GMT Sebastian Huber [da06fe9] * cpukit/score/include/rtems/score/atomic.h (modified) * cpukit/score/include/rtems/score/cpustdatomic.h (modified) * cpukit/score/include/rtems/score/smplock.h (modified) score: Fix SMP lock implementation See also: ... Thu, 05 Mar 2015 13:54:09 GMT Sebastian Huber [5fca9ef] * c/src/lib/libbsp/shared/src/irq-server.c (modified) bsps: Use interrupt lock for interrupt server Thu, 05 Mar 2015 13:53:47 GMT Sebastian Huber [f3a57820] * c/src/lib/libbsp/powerpc/qoriq/irq/irq.c (modified) bsp/qoriq: Fix warning Thu, 05 Mar 2015 10:51:25 GMT Sebastian Huber [7183f1cd] * cpukit/score/include/rtems/score/cpustdatomic.h (modified) score: Add compiler memory barrier to atomic ops Wed, 04 Mar 2015 07:02:19 GMT Sebastian Huber [7d6e94b] * cpukit/rtems/Makefile.am (modified) * cpukit/rtems/include/rtems/rtems/eventimpl.h (modified) * cpukit/rtems/src/event.c (modified) * cpukit/rtems/src/eventdata.c (deleted) * cpukit/rtems/src/eventreceive.c (modified) * cpukit/rtems/src/eventseize.c (modified) * cpukit/rtems/src/eventsend.c (modified) * cpukit/rtems/src/eventsurrender.c (modified) * cpukit/rtems/src/eventtimeout.c (modified) * cpukit/rtems/src/systemeventreceive.c (modified) * cpukit/rtems/src/systemeventsend.c (modified) * cpukit/rtems/src/tasks.c (modified) * testsuites/sptests/spintrcritical10/init.c (modified) * testsuites/sptests/spintrcritical21/init.c (modified) * testsuites/sptests/spsize/size.c (modified) score: Implement fine-grained locking for events Use the ISR lock ... Wed, 04 Mar 2015 07:02:09 GMT Sebastian Huber [4c8a0ac] * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/src/threadinitialize.c (modified) score: Add thread wait flags Update #2273. Sun, 01 Mar 2015 12:50:55 GMT Sebastian Huber [5b393fa5] * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/src/threadget.c (modified) score: Add thread acquire Update #2273. Sat, 28 Feb 2015 17:06:37 GMT Sebastian Huber [43e1573c] * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/object.h (modified) * cpukit/score/include/rtems/score/objectimpl.h (modified) * cpukit/score/src/objectacquire.c (added) * cpukit/score/src/objectclose.c (modified) score: Add ISR lock to Objects_Control This enables per-object SMP ... Sat, 28 Feb 2015 16:24:52 GMT Sebastian Huber [1512761] * cpukit/score/include/rtems/score/threaddispatch.h (modified) score: Thread dispatch dis/enable without Giant Update #2273. Thu, 26 Feb 2015 09:32:08 GMT Sebastian Huber [222dc775] * cpukit/score/include/rtems/score/threaddispatch.h (modified) * cpukit/score/src/threaddispatch.c (modified) * cpukit/score/src/threadhandler.c (modified) * testsuites/tmtests/tm26/task1.c (modified) score: Add and use _Thread_Do_dispatch() The _Thread_Dispatch() ... Mon, 23 Feb 2015 15:54:54 GMT Sebastian Huber [6157743] * cpukit/posix/src/psignalunblockthread.c (modified) * cpukit/rtems/src/signalsend.c (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/src/threadrestart.c (modified) score: Simplify and fix signal delivery Deliver the POSIX signals ... Thu, 26 Feb 2015 09:33:36 GMT Sebastian Huber [b8a5abf] * cpukit/rtems/src/taskmode.c (modified) * cpukit/score/include/rtems/score/schedulerimpl.h (modified) * cpukit/score/src/schedulercbsunblock.c (modified) * cpukit/score/src/scheduleredfchangepriority.c (modified) * cpukit/score/src/scheduleredfunblock.c (modified) * cpukit/score/src/schedulerprioritychangepriority.c (modified) * cpukit/score/src/schedulerpriorityunblock.c (modified) * cpukit/score/src/schedulerpriorityyield.c (modified) * cpukit/score/src/schedulersimplechangepriority.c (modified) * cpukit/score/src/schedulersimpleunblock.c (modified) * cpukit/score/src/threadchangepriority.c (modified) * testsuites/sptests/sp04/system.h (modified) * testsuites/sptests/sp04/task1.c (modified) * testsuites/tmtests/tm04/task1.c (modified) score: Update _Thread_Heir only if necessary Previously, the ... Thu, 05 Mar 2015 07:11:27 GMT Sebastian Huber [81b03c6] * cpukit/rtems/src/timerserver.c (modified) * cpukit/score/include/rtems/score/priority.h (modified) * cpukit/score/src/mpci.c (modified) score: Add and use PRIORITY_PSEUDO_ISR Thu, 05 Mar 2015 09:53:20 GMT Sebastian Huber [77510c7] * c/src/lib/libbsp/m32c/m32cbsp/make/custom/m32csim-testsuite.tcfg (modified) * cpukit/configure.ac (modified) * cpukit/libmd/Makefile.am (modified) * cpukit/libmd/preinstall.am (modified) libmd: Disable SHA modules for m32c Close #2219. Thu, 05 Mar 2015 10:11:25 GMT Sebastian Huber [16b2de35] * cpukit/libmisc/capture/capture.c (modified) capture: Fix warnings Thu, 05 Mar 2015 09:34:28 GMT Sebastian Huber [c735cd5] * cpukit/libfs/src/dosfs/fat_file.h (modified) * cpukit/libfs/src/dosfs/msdos.h (modified) * cpukit/libfs/src/dosfs/msdos_create.c (modified) * cpukit/libfs/src/dosfs/msdos_eval.c (modified) * cpukit/libfs/src/dosfs/msdos_mknod.c (modified) * cpukit/libfs/src/dosfs/msdos_rename.c (modified) * cpukit/libfs/src/dosfs/msdos_rmnod.c (modified) dosfs: Fix warnings Thu, 05 Mar 2015 09:26:30 GMT Sebastian Huber [6fd5b4e] * cpukit/libmisc/testsupport/testextension.c (modified) tests: Fix warning Thu, 05 Mar 2015 09:11:23 GMT Sebastian Huber [d0061287] * testsuites/sptests/spcache01/init.c (modified) * testsuites/sptests/spnsext01/init.c (modified) * testsuites/tmtests/tmcontext01/init.c (modified) tests: Fix warnings Thu, 05 Mar 2015 09:05:49 GMT Sebastian Huber [5155069] * c/src/libchip/serial/ns16550.c (modified) libchip/serial: Fix warning Thu, 05 Mar 2015 09:04:37 GMT Sebastian Huber [b4fa5a52] * c/src/lib/libbsp/shared/console-termios-init.c (modified) bsps: Fix warning Thu, 05 Mar 2015 09:26:22 GMT Sebastian Huber [2c88438] * cpukit/libfs/src/imfs/imfs_rename.c (modified) IMFS: Fix warning Thu, 05 Mar 2015 08:58:43 GMT Sebastian Huber [29d36fa] * cpukit/libfs/src/imfs/imfs_rename.c (modified) IMFS: Include missing header file Thu, 05 Mar 2015 08:58:22 GMT Sebastian Huber [81c73acf] * cpukit/libfs/src/imfs/imfs_creat.c (modified) IMFS: Fix warning Thu, 05 Mar 2015 08:57:18 GMT Sebastian Huber [5d428576] * cpukit/libblock/src/diskdevs.c (modified) libblock: Fix warning Thu, 05 Mar 2015 08:53:09 GMT Sebastian Huber [b8aa1c1] * cpukit/rtems/include/rtems/rtems/intr.h (modified) * cpukit/score/include/rtems/score/isrlock.h (modified) score: C/C++ compatibility macros for ISR locks Update #2273. Thu, 05 Mar 2015 08:37:36 GMT Sebastian Huber [5b5d2fd4] * cpukit/libcsupport/src/__usrenv.c (modified) Filesystem: Delete unused null_op_fsmount_me() Thu, 05 Mar 2015 08:06:44 GMT Alexander Krutwig [7f577d3] * cpukit/libmisc/Makefile.am (modified) * cpukit/libmisc/testsupport/test.h (modified) * cpukit/libmisc/testsupport/testparallel.c (added) * testsuites/smptests/smpatomic01/init.c (modified) tests: Refactor parallel test execution Wed, 04 Mar 2015 12:07:02 GMT Alexander Krutwig [51acbdc] * cpukit/score/include/rtems/score/interr.h (modified) score: Documentation Thu, 05 Mar 2015 07:44:59 GMT Sebastian Huber [18d0a49] * cpukit/Makefile.am (modified) * cpukit/libmisc/Makefile.am (modified) * cpukit/libmisc/testsupport/test.h (moved) * cpukit/libmisc/testsupport/testbeginend.c (moved) * cpukit/libmisc/testsupport/testextension.c (moved) * cpukit/preinstall.am (modified) * cpukit/sapi/Makefile.am (modified) * cpukit/sapi/preinstall.am (modified) * cpukit/wrapup/Makefile.am (modified) Move test support from sapi to libmisc/testsupport Wed, 04 Mar 2015 15:13:49 GMT Sebastian Huber [8ac3549] * cpukit/score/cpu/arm/rtems/score/cpu.h (modified) * cpukit/score/cpu/avr/rtems/score/cpu.h (modified) * cpukit/score/cpu/bfin/rtems/score/cpu.h (modified) * cpukit/score/cpu/h8300/rtems/score/cpu.h (modified) * cpukit/score/cpu/i386/rtems/score/cpu.h (modified) * cpukit/score/cpu/lm32/rtems/score/cpu.h (modified) * cpukit/score/cpu/m32c/rtems/score/cpu.h (modified) * cpukit/score/cpu/m32r/rtems/score/cpu.h (modified) * cpukit/score/cpu/m68k/rtems/score/cpu.h (modified) * cpukit/score/cpu/mips/rtems/score/cpu.h (modified) * cpukit/score/cpu/moxie/rtems/score/cpu.h (modified) * cpukit/score/cpu/nios2/rtems/score/cpu.h (modified) * cpukit/score/cpu/no_cpu/rtems/score/cpu.h (modified) * cpukit/score/cpu/or1k/rtems/score/cpu.h (modified) * cpukit/score/cpu/powerpc/rtems/score/cpu.h (modified) * cpukit/score/cpu/sh/rtems/score/cpu.h (modified) * cpukit/score/cpu/sparc/rtems/score/cpu.h (modified) * cpukit/score/cpu/sparc64/rtems/score/cpu.h (modified) * cpukit/score/cpu/v850/rtems/score/cpu.h (modified) score: Delete unused CPU_UNROLL_ENQUEUE_PRIORITY Wed, 04 Mar 2015 23:15:41 GMT Hesham ALMatary [3358d62] * cpukit/score/cpu/or1k/Makefile.am (modified) * cpukit/score/cpu/or1k/preinstall.am (modified) * cpukit/score/cpu/or1k/rtems/score/cpuatomic.h (added) score/cpu/or1k: Add cpuatomic.h to fix broken build. ... Wed, 04 Mar 2015 20:53:36 GMT Joel Sherrill [461a930] * testsuites/libtests/capture01/capture01.scn (modified) capture01: Update screen file Tue, 03 Mar 2015 21:15:00 GMT Joel Sherrill [57a914a3] * testsuites/fstests/Makefile.am (modified) * testsuites/fstests/configure.ac (modified) * testsuites/fstests/fsscandir01/fsscandir01.doc (added) * testsuites/fstests/fsscandir01/init.c (added) * testsuites/fstests/imfs_fsscandir01/Makefile.am (added) * testsuites/fstests/imfs_fsscandir01/imfs_fsscandir01.scn (added) * testsuites/fstests/jffs2_fsscandir01/Makefile.am (added) * testsuites/fstests/jffs2_fsscandir01/jffs2_fsscandir01.scn (added) * testsuites/fstests/mdosfs_fsscandir01/Makefile.am (added) * testsuites/fstests/mdosfs_fsscandir01/mdosfs_fsscandir01.scn (added) * testsuites/fstests/mimfs_fsscandir01/Makefile.am (added) * testsuites/fstests/mimfs_fsscandir01/mimfs_fsscandir01.scn (added) * testsuites/fstests/mrfs_fsscandir01/Makefile.am (added) * testsuites/fstests/mrfs_fsscandir01/mrfs_fsscandir01.scn (added) Add simple test for scandir() on all file systems tested updates 1394 Tue, 03 Mar 2015 16:08:51 GMT Gedare Bloom [56c7192] * testsuites/psxtests/Makefile.am (modified) * testsuites/psxtests/configure.ac (modified) * testsuites/psxtests/psxclock01/Makefile.am (added) * testsuites/psxtests/psxclock01/init.c (added) * testsuites/psxtests/psxclock01/psxclock01.doc (added) * testsuites/psxtests/psxclock01/psxclock01.scn (added) psxtests/psxclock01: use clock() and CLOCKS_PER_SEC Closes #2182 Wed, 25 Feb 2015 19:52:10 GMT Gedare Bloom [76f37656] * cpukit/libcsupport/src/__times.c (modified) libcsupport: scale times() call to microseconds Wed, 04 Mar 2015 09:15:02 GMT Sebastian Huber [e50297e] * cpukit/score/include/rtems/score/isrlock.h (modified) * testsuites/sptests/sp37/init.c (modified) score: ISR lock C/C++ compatiblity issue Empty structures are ... Thu, 26 Feb 2015 10:35:28 GMT Sebastian Huber [d2ffb7dc] * cpukit/score/include/rtems/score/threaddispatch.h (modified) * cpukit/score/src/threadenabledispatch.c (modified) score: Add and use _Thread_Enable_dispatch_body() Update #2273. Thu, 26 Feb 2015 10:32:45 GMT Sebastian Huber [b99be6e] * cpukit/score/include/rtems/score/threaddispatch.h (modified) score: Inline _Thread_Disable_dispatch() for SMP Thu, 26 Feb 2015 09:29:02 GMT Sebastian Huber [2b7fe356] * cpukit/score/include/rtems/score/threaddispatch.h (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/src/threaddispatchdisablelevel.c (modified) score: Add parameter to Giant acquire/release Update #2273. Wed, 04 Mar 2015 10:56:25 GMT Sebastian Huber [c5436ff4] * testsuites/smptests/smpcapture01/init.c (modified) * testsuites/smptests/smpcapture01/smpcapture01.scn (modified) smptests/smpcapture01: Avoid livelock condition Thu, 26 Feb 2015 09:26:49 GMT Sebastian Huber [0324410] * testsuites/smptests/smpcache01/init.c (modified) * testsuites/smptests/smpfatal03/init.c (modified) smptests: Do not use Giant directly This ensures that thread ... Tue, 03 Mar 2015 20:51:24 GMT Joel Sherrill [396ce49] * cpukit/librpc/src/xdr/xdr_float.c (modified) xdr_float.c: Fix typo Tue, 03 Mar 2015 20:09:41 GMT Hesham ALMatary [262a0d7] * cpukit/score/cpu/or1k/or1k-exception-default.c (modified) or1k/or1k-exception-default.c: Eliminate dependency on BSP provided ... Tue, 03 Mar 2015 18:48:14 GMT Hesham ALMatary [39655741] * cpukit/librpc/src/xdr/xdr_float.c (modified) librpc: Include or1knd part of the recongnized CPUs at xdr_float.c ... Tue, 03 Mar 2015 15:17:26 GMT Joel Sherrill [e4154b8] * c/src/lib/libbsp/mips/csb350/start/start.S (modified) * c/src/lib/libbsp/mips/genmongoosev/start/start.S (modified) * c/src/lib/libbsp/mips/jmr3904/start/start.S (modified) * c/src/lib/libbsp/mips/malta/start/start.S (modified) mips BSPs: Remove .global for unprovided symbol closes 2253 Mon, 02 Mar 2015 11:23:20 GMT Sebastian Huber [4ccb79bc] * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/smpbarrier.h (modified) score: Enable SMP barriers for all configurations Thu, 26 Feb 2015 20:31:27 GMT Martin Galvan [991fdb33] * c/src/lib/libbsp/arm/shared/start/start.S (modified) * c/src/lib/libbsp/arm/shared/startup/bsp-start-init-registers.S (added) * c/src/lib/libbsp/arm/tms570/Makefile.am (modified) * c/src/lib/libbsp/arm/tms570/configure.ac (modified) ARM: Add BSP_START_NEEDS_REGISTER_INITIALIZATION This patch adds ... Thu, 26 Feb 2015 17:39:05 GMT Martin Galvan [63e91fe6] * cpukit/score/cpu/arm/armv4-exception-default.S (modified) ARM: Fix _ARMV4_Exception_fiq_default In ... Thu, 26 Feb 2015 11:55:43 GMT Sebastian Huber [6357e14a] * testsuites/psxtests/psx05/init.c (modified) psxtests/psx05: Adjust test case Update #2170. Thu, 26 Feb 2015 09:19:38 GMT Sebastian Huber [bd1c9248] * testsuites/sptests/sp76/init.c (modified) sptests/sp76: Check that the right task executes Tue, 24 Feb 2015 15:27:08 GMT Gedare Bloom [c0e01a28] * cpukit/posix/src/mutextrylock.c (modified) * doc/posix_users/mutex.t (modified) posix: fix error return code for pthread_mutex_trylock ... Mon, 22 Dec 2014 00:50:31 GMT Chris Johns [ee870077] * cpukit/libnetworking/rtems/rtems_glue.c (modified) Panic on RTEMS_FAST_MUTEX network semaphore claim/release. Fix the ... Mon, 23 Feb 2015 20:42:59 GMT Gedare Bloom [9d090fb7] * c/src/lib/libbsp/sparc64/niagara/include/bsp.h (modified) * c/src/lib/libbsp/sparc64/niagara/start/bspinit.S (modified) * c/src/lib/libbsp/sparc64/shared/clock/ckinit.c (modified) * c/src/lib/libbsp/sparc64/shared/startup/setvec.c (modified) * c/src/lib/libbsp/sparc64/usiii/include/bsp.h (modified) * c/src/lib/libbsp/sparc64/usiii/start/bspinit.S (modified) * c/src/lib/libcpu/sparc64/shared/score/interrupt.S (modified) * c/src/lib/libcpu/sparc64/shared/syscall/sparc64-syscall.S (modified) * cpukit/score/cpu/sparc64/context.S (modified) sparc64: fix copyright notices. The sparc64 port had some incorrect ... Mon, 23 Feb 2015 17:27:05 GMT Jeffrey Hill [ced84fc0] * cpukit/librpc/src/rpc/clnt_udp.c (modified) rpc: misaligned pointer dereference in clnt_udp.c line 363 closes #2248 Mon, 23 Feb 2015 17:06:21 GMT Jeffrey Hill [49ff36b] * cpukit/librpc/src/rpc/get_myaddress.c (modified) rpc: misaligned address exception in get_myaddress.c closes #2249 ... Mon, 23 Feb 2015 15:49:15 GMT Sebastian Huber [748fbd1] * tools/build/Makefile.am (modified) rtems-bin2c: Fix Windows build Update #2238. Mon, 23 Feb 2015 15:46:22 GMT Till Straumann [25e14e31] * cpukit/libnetworking/net/if.c (modified) networking: alignment exception in ioctl(SIOCGIFCONF) Access memory ... Mon, 23 Feb 2015 15:38:37 GMT Gedare Bloom [1281c34] * tools/build/rtems-bin2c.c (modified) Use counted strnlen in bin2c. Closes #2238. Mon, 23 Feb 2015 14:59:49 GMT Gedare Bloom [83fe4468] * testsuites/psxtests/psx09/init.c (modified) * testsuites/psxtests/psx12/init.c (modified) psxtests: add string param to printf. closes #2241 Fri, 20 Feb 2015 13:08:01 GMT Martin Galvan [dc9aaf7] * c/src/lib/libbsp/arm/shared/start/start.S (modified) ARM: Support VFP-D16 This patch allows the existing FPU code to ... Fri, 20 Feb 2015 08:42:15 GMT Sebastian Huber [a45dfa14] * cpukit/libfs/src/imfs/imfs_linfile.c (modified) * testsuites/libtests/tar02/init.c (modified) * testsuites/libtests/tar02/tar02.scn (modified) IMFS: Fix copy on write for linfiles Fri, 20 Feb 2015 04:00:47 GMT Nick Withers [5eb27ce] * cpukit/libcsupport/src/pwdgrp.c (modified) Don't fail to create passwd and group files if /etc already exists Mon, 17 Feb 2014 08:39:27 GMT Nick Withers [c53705c] * doc/posix1003.1/ch05.t (modified) * doc/posix1003.1/ch08.t (modified) * doc/posix1003.1/compliance_list (modified) doc: Note that rename() is only partially implemented. Replacing of ... Thu, 19 Feb 2015 20:48:47 GMT Gedare Bloom [7f1bb40a] * cpukit/score/cpu/bfin/cpu_asm.S (modified) bfin: do not reset dispatch needed Closes #2148 Fix suggested in ... Thu, 19 Feb 2015 10:12:01 GMT Sebastian Huber [a3316f47] * testsuites/sptests/spsem_err01/system.h (modified) * testsuites/sptests/spsem_err02/system.h (modified) * testsuites/sptests/sptask_err01/system.h (modified) sptests: Add missing test extension Wed, 18 Feb 2015 16:46:37 GMT Sebastian Huber [4e3d9a4d] * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/atomic.h (modified) * cpukit/score/include/rtems/score/cpustdatomic.h (modified) * cpukit/score/preinstall.am (modified) * testsuites/smptests/smpatomic01/init.c (modified) * testsuites/smptests/smpatomic01/smpatomic01.scn (modified) * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/spatomic01/Makefile.am (added) * testsuites/sptests/spatomic01/init.c (added) * testsuites/sptests/spatomic01/spatomic01.doc (added) * testsuites/sptests/spatomic01/spatomic01.scn (added) score: Make available Make ... Wed, 18 Feb 2015 16:06:05 GMT Sebastian Huber [fd14430] * cpukit/libfs/src/imfs/imfs_initsupp.c (modified) IMFS: Silence warning Tue, 17 Feb 2015 12:43:57 GMT Sebastian Huber [7fcb71a] * cpukit/score/src/threadstartmultitasking.c (modified) score: Fix _Thread_Start_multitasking() on SMP Close #2268. Tue, 17 Feb 2015 09:00:43 GMT Sebastian Huber [8d6e6eeb] * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/src/threaddispatch.c (modified) * cpukit/score/src/threadhandler.c (modified) * cpukit/score/src/threadstartmultitasking.c (modified) score: Fix FP context restore via _Thread_Handler After a context ... Mon, 16 Feb 2015 10:55:03 GMT Sebastian Huber [c34f94f7] * c/src/lib/libbsp/arm/shared/arm-a9mpcore-smp.c (modified) * c/src/lib/libbsp/powerpc/qoriq/startup/bspsmp.c (modified) * c/src/lib/libbsp/shared/bspsmp.c (modified) * c/src/lib/libbsp/sparc/leon3/startup/bspsmp.c (modified) * cpukit/score/cpu/arm/rtems/score/cpu.h (modified) * cpukit/score/cpu/i386/rtems/score/cpu.h (modified) * cpukit/score/cpu/no_cpu/rtems/score/cpu.h (modified) * cpukit/score/cpu/powerpc/rtems/score/cpu.h (modified) * cpukit/score/cpu/sparc/rtems/score/cpu.h (modified) * cpukit/score/src/threadstartmultitasking.c (modified) * testsuites/smptests/smpfatal08/init.c (modified) score: Add _CPU_SMP_Prepare_start_multitasking() Update #2268. Sun, 15 Feb 2015 09:38:15 GMT Sebastian Huber [a43a3466] * cpukit/libfs/src/imfs/imfs.h (modified) * cpukit/libfs/src/imfs/imfs_creat.c (modified) * cpukit/libfs/src/imfs/imfs_eval.c (modified) * cpukit/libfs/src/imfs/imfs_initsupp.c (modified) * cpukit/libfs/src/imfs/imfs_rename.c (modified) * testsuites/psxtests/psxstat/test.c (modified) IMFS: Implement variable length node names This reduces the average ... Sat, 14 Feb 2015 19:07:19 GMT Sebastian Huber [f785492] * cpukit/libfs/Makefile.am (modified) * cpukit/libfs/src/imfs/imfs.h (modified) * cpukit/libfs/src/imfs/imfs_dir.c (added) * cpukit/libfs/src/imfs/imfs_dir_default.c (moved) * cpukit/libfs/src/imfs/imfs_dir_minimal.c (added) * cpukit/libfs/src/imfs/imfs_handlers_directory.c (deleted) * cpukit/libfs/src/imfs/imfs_init.c (modified) * cpukit/sapi/include/confdefs.h (modified) * doc/user/conf.t (modified) * testsuites/fstests/fsimfsconfig01/init.c (modified) IMFS: Add CONFIGURE_IMFS_DISABLE_READDIR Wed, 11 Feb 2015 23:36:34 GMT Joel Sherrill [5640dd5] * c/src/lib/libbsp/arm/lpc176x/make/custom/lpc1768_mbed_ahb_ram_eth-testsuite.tcfg (modified) lpc1768_mbed_ahb_ram_eth-testsuite.tcfg: Add ftp01 Wed, 11 Feb 2015 23:34:44 GMT Joel Sherrill [79b45a1] * c/src/lib/libbsp/arm/lpc176x/make/custom/lpc1768_mbed-testsuite.tcfg (modified) lpc1768_mbed-testsuite.tcfg: Add ftp01 Fri, 13 Feb 2015 21:07:45 GMT Sebastian Huber [2d84c4e] * cpukit/score/src/threadstartmultitasking.c (modified) score: Mention ticket in comment Fri, 13 Feb 2015 20:26:17 GMT Sebastian Huber [249766c5] * cpukit/sapi/include/confdefs.h (modified) * doc/user/conf.t (modified) * testsuites/fstests/fsimfsconfig01/init.c (modified) IMFS: Rename CONFIGURE_IMFS_DISABLE_FCHMOD Rename ... Fri, 13 Feb 2015 20:11:55 GMT Sebastian Huber [40a18d7f] * cpukit/sapi/include/confdefs.h (modified) * doc/user/conf.t (modified) * testsuites/fstests/fsimfsconfig01/init.c (modified) IMFS: Add CONFIGURE_IMFS_DISABLE_MKNOD_FILE Fri, 13 Feb 2015 19:53:41 GMT Sebastian Huber [12eee4fd] * cpukit/sapi/include/confdefs.h (modified) * doc/user/conf.t (modified) * testsuites/fstests/Makefile.am (modified) * testsuites/fstests/configure.ac (modified) * testsuites/fstests/fsimfsconfig01/init.c (modified) * testsuites/fstests/fsimfsconfig03/Makefile.am (added) * testsuites/fstests/fsimfsconfig03/fsimfsconfig03.doc (added) * testsuites/fstests/fsimfsconfig03/fsimfsconfig03.scn (added) * testsuites/fstests/fsimfsconfig03/init.c (added) IMFS: CONFIGURE_USE_MINIIMFS_AS_BASE_FILESYSTEM Resurrect ... Fri, 13 Feb 2015 17:52:43 GMT Joel Sherrill [50f8bfd] * cpukit/sapi/Makefile.am (modified) * cpukit/sapi/preinstall.am (modified) sapi/Makefile.am: Do not install libsapi.a ... Mon, 02 Feb 2015 13:55:23 GMT Sebastian Huber [353506b9] * cpukit/libcsupport/include/sys/event.h (modified) sys/event.h: Update to FreeBSD 9.3 Wed, 11 Feb 2015 19:59:29 GMT Joel Sherrill [b57a6a7] * testsuites/psxtests/psxhdrs/Makefile.am (modified) * testsuites/psxtests/psxhdrs/pthread/pthread_attr_destroy.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_attr_getdetachstate.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_attr_getguardsize.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_attr_getinheritsched.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_attr_getschedparam.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_attr_getschedpolicy.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_attr_getscope.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_attr_getstack.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_attr_getstackaddr.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_attr_getstacksize.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_attr_init.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_attr_setdetachstate.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_attr_setguardsize.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_attr_setinheritsched.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_attr_setschedparam.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_attr_setschedpolicy.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_attr_setscope.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_attr_setstack.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_attr_setstackaddr.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_attr_setstacksize.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_cancel.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_cleanup.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_cond_broadcast.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_cond_destroy.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_cond_init.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_cond_signal.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_cond_timedwait.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_cond_wait.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_condattr_destroy.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_condattr_getpshared.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_condattr_init.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_condattr_setpshared.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_create.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_detach.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_equal.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_exit.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_getcpuclockid.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_getschedparam.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_getspecific.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_join.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_key_create.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_key_delete.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_mutex_destroy.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_mutex_getprioceiling.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_mutex_init.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_mutex_lock.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_mutex_setprioceiling.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_mutex_timedlock.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_mutex_trylock.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_mutex_unlock.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_mutexattr_destroy.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_mutexattr_getprioceiling.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_mutexattr_getprotocol.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_mutexattr_getpshared.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_mutexattr_init.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_mutexattr_setprioceiling.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_mutexattr_setprotocol.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_mutexattr_setpshared.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_once.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_self.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_setcancelstate.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_setcanceltype.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_setschedparam.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_setspecific.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_testcancel.c (moved) * testsuites/psxtests/psxhdrs/pthread11.c (deleted) * testsuites/psxtests/psxhdrs/pthread12.c (deleted) * testsuites/psxtests/psxhdrs/sched/sched_get_priority_max.c (moved) * testsuites/psxtests/psxhdrs/sched/sched_get_priority_min.c (moved) * testsuites/psxtests/psxhdrs/sched/sched_getparam.c (moved) * testsuites/psxtests/psxhdrs/sched/sched_getscheduler.c (moved) * testsuites/psxtests/psxhdrs/sched/sched_rr_get_interval.c (moved) * testsuites/psxtests/psxhdrs/sched/sched_setparam.c (moved) * testsuites/psxtests/psxhdrs/sched/sched_setscheduler.c (moved) * testsuites/psxtests/psxhdrs/sched/sched_yield.c (moved) * testsuites/psxtests/psxhdrs/signal/pthread_sigmask.c (moved) * testsuites/psxtests/psxhdrs/signal/raise.c (moved) * testsuites/psxtests/psxhdrs/signal/signal.c (moved) * testsuites/psxtests/psxhdrs/signal/sigpending.c (moved) * testsuites/psxtests/psxhdrs/signal/sigprocmask.c (moved) * testsuites/psxtests/psxhdrs/signal/sigsuspend.c (moved) * testsuites/psxtests/psxhdrs/signal/sigtimedwait.c (moved) * testsuites/psxtests/psxhdrs/signal/sigwait.c (moved) * testsuites/psxtests/psxhdrs/signal/sigwaitinfo.c (moved) * testsuites/psxtests/psxhdrs/signal01.c (deleted) * testsuites/psxtests/psxhdrs/signal02.c (deleted) * testsuites/psxtests/psxhdrs/signal03.c (deleted) * testsuites/psxtests/psxhdrs/signal04.c (deleted) * testsuites/psxtests/psxhdrs/signal05.c (deleted) * testsuites/psxtests/psxhdrs/signal06.c (deleted) * testsuites/psxtests/psxhdrs/signal07.c (deleted) * testsuites/psxtests/psxhdrs/signal08.c (deleted) * testsuites/psxtests/psxhdrs/signal09.c (deleted) * testsuites/psxtests/psxhdrs/signal10.c (deleted) * testsuites/psxtests/psxhdrs/time/asctime.c (moved) * testsuites/psxtests/psxhdrs/time/asctime_r.c (moved) * testsuites/psxtests/psxhdrs/time/clock.c (moved) * testsuites/psxtests/psxhdrs/time/clock_getcpuclockid.c (moved) * testsuites/psxtests/psxhdrs/time/clock_getenable_attr.c (moved) * testsuites/psxtests/psxhdrs/time/clock_getres.c (moved) * testsuites/psxtests/psxhdrs/time/clock_gettime.c (moved) * testsuites/psxtests/psxhdrs/time/clock_setenable_attr.c (moved) * testsuites/psxtests/psxhdrs/time/clock_settime.c (moved) * testsuites/psxtests/psxhdrs/time/ctime.c (moved) * testsuites/psxtests/psxhdrs/time/ctime_r.c (moved) * testsuites/psxtests/psxhdrs/time/difftime.c (moved) * testsuites/psxtests/psxhdrs/time/gmtime.c (moved) * testsuites/psxtests/psxhdrs/time/gmtime_r.c (moved) * testsuites/psxtests/psxhdrs/time/localtime.c (moved) * testsuites/psxtests/psxhdrs/time/localtime_r.c (moved) * testsuites/psxtests/psxhdrs/time/mktime.c (moved) * testsuites/psxtests/psxhdrs/time/nanosleep.c (moved) * testsuites/psxtests/psxhdrs/time/strftime.c (moved) * testsuites/psxtests/psxhdrs/time/time.c (moved) * testsuites/psxtests/psxhdrs/time/timer_create.c (moved) * testsuites/psxtests/psxhdrs/time/timer_delete.c (moved) * testsuites/psxtests/psxhdrs/time/timer_getoverrun.c (moved) * testsuites/psxtests/psxhdrs/time/timer_gettime.c (moved) * testsuites/psxtests/psxhdrs/time/timer_settime.c (moved) * testsuites/psxtests/psxhdrs/unistd/alarm.c (moved) * testsuites/psxtests/psxhdrs/unistd/fdatasync.c (moved) * testsuites/psxtests/psxhdrs/unistd/fsync.c (moved) * testsuites/psxtests/psxhdrs/unistd/getegid.c (moved) * testsuites/psxtests/psxhdrs/unistd/geteuid.c (moved) * testsuites/psxtests/psxhdrs/unistd/getgid.c (moved) * testsuites/psxtests/psxhdrs/unistd/getgroups.c (moved) * testsuites/psxtests/psxhdrs/unistd/getlogin.c (moved) * testsuites/psxtests/psxhdrs/unistd/getlogin_r.c (moved) * testsuites/psxtests/psxhdrs/unistd/getpgrp.c (moved) * testsuites/psxtests/psxhdrs/unistd/getpid.c (moved) * testsuites/psxtests/psxhdrs/unistd/getppid.c (moved) * testsuites/psxtests/psxhdrs/unistd/getuid.c (moved) * testsuites/psxtests/psxhdrs/unistd/pause.c (moved) * testsuites/psxtests/psxhdrs/unistd/setgid.c (moved) * testsuites/psxtests/psxhdrs/unistd/setpgid.c (moved) * testsuites/psxtests/psxhdrs/unistd/setsid.c (moved) * testsuites/psxtests/psxhdrs/unistd/setuid.c (moved) * testsuites/psxtests/psxhdrs/unistd/sleep.c (moved) * testsuites/psxtests/psxhdrs/unistd/sync.c (moved) * testsuites/psxtests/psxhdrs/unistd/ualarm.c (moved) * testsuites/psxtests/psxhdrs/unistd/usleep.c (moved) psxhdrs: Reorganize into subdirectories per .h file and rename files ... Wed, 11 Feb 2015 19:31:30 GMT Joel Sherrill [86076f3] * testsuites/psxtests/psxhdrs/Makefile.am (modified) * testsuites/psxtests/psxhdrs/pthread35.c (deleted) * testsuites/psxtests/psxhdrs/pthread36.c (deleted) psxhdrs: Remove test of pthread_attr_[gs]et_cputime These methods ... Wed, 11 Feb 2015 20:00:35 GMT Joel Sherrill [eedaf9b] * testsuites/psxtests/configure.ac (modified) * testsuites/psxtests/psxhdrs/Makefile.am (modified) * testsuites/psxtests/psxhdrs/sys/socket/accept.c (added) * testsuites/psxtests/psxhdrs/sys/socket/bind.c (added) * testsuites/psxtests/psxhdrs/sys/socket/connect.c (added) * testsuites/psxtests/psxhdrs/sys/socket/getpeername.c (added) * testsuites/psxtests/psxhdrs/sys/socket/getsockname.c (added) * testsuites/psxtests/psxhdrs/sys/socket/getsockopt.c (added) * testsuites/psxtests/psxhdrs/sys/socket/listen.c (added) * testsuites/psxtests/psxhdrs/sys/socket/recv.c (added) * testsuites/psxtests/psxhdrs/sys/socket/recvfrom.c (added) * testsuites/psxtests/psxhdrs/sys/socket/recvmsg.c (added) * testsuites/psxtests/psxhdrs/sys/socket/send.c (added) * testsuites/psxtests/psxhdrs/sys/socket/sendmsg.c (added) * testsuites/psxtests/psxhdrs/sys/socket/sendto.c (added) * testsuites/psxtests/psxhdrs/sys/socket/setsockopt.c (added) * testsuites/psxtests/psxhdrs/sys/socket/shutdown.c (added) * testsuites/psxtests/psxhdrs/sys/socket/socket.c (added) * testsuites/psxtests/psxhdrs/sys/socket/socketpair.c (added) psxhdrs: Add tests for API compliance Wed, 11 Feb 2015 20:12:48 GMT Joel Sherrill [547c2282] * cpukit/libnetworking/sys/socket.h (modified) sys/socket.h: Include for ssize_t closes 2245 Sun, 08 Feb 2015 18:43:09 GMT Sebastian Huber [a9df916] * c/src/lib/libbsp/powerpc/beatnik/irq/irq_test_app.c (modified) * cpukit/libfs/Makefile.am (modified) * cpukit/libfs/src/imfs/fifoimfs_init.c (deleted) * cpukit/libfs/src/imfs/imfs.h (modified) * cpukit/libfs/src/imfs/imfs_init.c (modified) * cpukit/libfs/src/imfs/imfs_load_tar.c (modified) * cpukit/libfs/src/imfs/imfs_make_generic_node.c (modified) * cpukit/libfs/src/imfs/miniimfs_init.c (deleted) * cpukit/sapi/include/confdefs.h (modified) * doc/user/conf.t (modified) * testsuites/fstests/Makefile.am (modified) * testsuites/fstests/configure.ac (modified) * testsuites/fstests/fsimfsconfig01/Makefile.am (added) * testsuites/fstests/fsimfsconfig01/fsimfsconfig01.doc (added) * testsuites/fstests/fsimfsconfig01/fsimfsconfig01.scn (added) * testsuites/fstests/fsimfsconfig01/init.c (added) * testsuites/fstests/fsimfsconfig02/Makefile.am (added) * testsuites/fstests/fsimfsconfig02/fsimfsconfig02.doc (added) * testsuites/fstests/fsimfsconfig02/fsimfsconfig02.scn (added) * testsuites/fstests/fsimfsconfig02/init.c (added) * testsuites/fstests/fsimfsgeneric01/init.c (modified) * testsuites/fstests/mimfs_support/fs_support.c (modified) * testsuites/libtests/tar03/init.c (modified) * testsuites/psxtests/psxfile01/main.c (modified) * testsuites/psxtests/psximfs02/init.c (modified) * testsuites/psxtests/psxmount/main.c (modified) * testsuites/psxtests/psxreaddir/main.c (modified) * testsuites/psxtests/psxstat/main.c (modified) * testsuites/samples/iostream/system.h (modified) * testsuites/sptests/sp47/init.c (modified) * testsuites/sptests/sp48/init.c (modified) IMFS: Add fine grained configuration Remove miniIMFS. Statically ... Sun, 08 Feb 2015 15:09:27 GMT Sebastian Huber [a2f5c7e1] * cpukit/libfs/src/imfs/fifoimfs_init.c (modified) * cpukit/libfs/src/imfs/imfs.h (modified) * cpukit/libfs/src/imfs/imfs_init.c (modified) * cpukit/libfs/src/imfs/imfs_initsupp.c (modified) * cpukit/libfs/src/imfs/imfs_mknod.c (modified) * cpukit/libfs/src/imfs/miniimfs_init.c (modified) IMFS: Allow static initialization of FS info Fri, 06 Feb 2015 19:50:49 GMT Sebastian Huber [11026956] * cpukit/libfs/src/imfs/imfs_link.c (modified) IMFS: Fix resource leak Fri, 06 Feb 2015 15:32:39 GMT Sebastian Huber [60cf8a5] * cpukit/libfs/src/imfs/imfs.h (modified) * cpukit/libfs/src/imfs/imfs_creat.c (modified) * cpukit/libfs/src/imfs/imfs_fsunmount.c (modified) * cpukit/libfs/src/imfs/imfs_initsupp.c (modified) * testsuites/fstests/mimfs_support/fs_support.c (modified) IMFS: Add root directory to FS info Fix memory leak in IMFS_fsunmount(). Thu, 05 Feb 2015 15:58:09 GMT Sebastian Huber [9247d3f] * cpukit/libfs/src/imfs/imfs_symlink.c (modified) IMFS: Simplify IMFS_symlink() Thu, 05 Feb 2015 15:43:58 GMT Sebastian Huber [e4d35d8] * cpukit/libfs/Makefile.am (modified) * cpukit/libfs/src/imfs/imfs.h (modified) * cpukit/libfs/src/imfs/imfs_linfile.c (moved) * cpukit/libfs/src/imfs/imfs_memfile.c (moved) * cpukit/libfs/src/imfs/imfs_stat_file.c (added) IMFS: Split linfile and memfile modules Make several functions static. Thu, 05 Feb 2015 15:14:59 GMT Sebastian Huber [24ec25d] * cpukit/libfs/src/imfs/fifoimfs_init.c (modified) * cpukit/libfs/src/imfs/imfs.h (modified) * cpukit/libfs/src/imfs/imfs_creat.c (modified) * cpukit/libfs/src/imfs/imfs_fifo.c (modified) * cpukit/libfs/src/imfs/imfs_handlers_device.c (modified) * cpukit/libfs/src/imfs/imfs_handlers_directory.c (modified) * cpukit/libfs/src/imfs/imfs_handlers_memfile.c (modified) * cpukit/libfs/src/imfs/imfs_init.c (modified) * cpukit/libfs/src/imfs/imfs_initsupp.c (modified) * cpukit/libfs/src/imfs/imfs_link.c (modified) * cpukit/libfs/src/imfs/imfs_load_tar.c (modified) * cpukit/libfs/src/imfs/imfs_make_generic_node.c (modified) * cpukit/libfs/src/imfs/imfs_mknod.c (modified) * cpukit/libfs/src/imfs/imfs_symlink.c (modified) * cpukit/libfs/src/imfs/memfile.c (modified) * cpukit/libfs/src/imfs/miniimfs_init.c (modified) * testsuites/fstests/fsimfsgeneric01/init.c (modified) IMFS: Introduce IMFS_mknod_control Drop ... Thu, 12 Feb 2015 19:52:16 GMT Sebastian Huber [194eb007] * cpukit/libfs/src/defaults/default_mount.c (modified) * cpukit/libfs/src/defaults/default_unmount.c (modified) Filesystem: Use ENOTSUP for default mount/unmount Wed, 04 Feb 2015 09:33:17 GMT Daniel Cederman [5efbb66] * c/src/lib/libbsp/sparc/shared/spw/grspw.c (modified) grspw: Fix typos Mon, 12 Jan 2015 10:24:58 GMT Daniel Cederman [8244a2f] * doc/networking/networkapp.t (modified) doc: Document network task affinity option Mon, 12 Jan 2015 10:24:16 GMT Daniel Cederman [b92f737] * doc/cpu_supplement/sparc.t (modified) doc: Describe new default error handler for Sparc Wed, 04 Feb 2015 09:04:05 GMT Daniel Cederman [8d8573ac] * testsuites/smptests/Makefile.am (modified) * testsuites/smptests/configure.ac (modified) * testsuites/smptests/smpcapture02/Makefile.am (added) * testsuites/smptests/smpcapture02/init.c (added) * testsuites/smptests/smpcapture02/smpcapture02.doc (added) * testsuites/smptests/smpcapture02/smpcapture02.scn (added) smpcapture02: Add test of functionality to add custom entries to ... Fri, 09 Jan 2015 08:03:59 GMT Daniel Cederman [0c94a46] * c/src/lib/libbsp/sparc/Makefile.am (modified) * c/src/lib/libbsp/sparc/erc32/Makefile.am (modified) * c/src/lib/libbsp/sparc/erc32/include/bsp.h (modified) * c/src/lib/libbsp/sparc/leon2/Makefile.am (modified) * c/src/lib/libbsp/sparc/leon2/include/bsp.h (modified) * c/src/lib/libbsp/sparc/leon3/Makefile.am (modified) * c/src/lib/libbsp/sparc/leon3/include/bsp.h (modified) * c/src/lib/libbsp/sparc/shared/irq/bsp_isr_handler.c (added) * c/src/lib/libbsp/sparc/shared/irq/irq-shared.c (modified) bsp/sparc: Move BSP_ISR_handler to a separate file and rename it ... Tue, 10 Feb 2015 20:18:27 GMT Hesham ALMatary [1c7ee73] * cpukit/score/cpu/or1k/cpu.c (modified) or1k/cpu.c: Eliminate dependency on BSP provided header Mon, 09 Feb 2015 18:09:23 GMT Sebastian Huber [16939b18] * cpukit/sapi/include/confdefs.h (modified) * testsuites/psxtests/psximfs02/init.c (modified) * testsuites/psxtests/psxpipe01/init.c (modified) * testsuites/sptests/spfifo02/init.c (modified) * testsuites/sptests/spfifo03/init.c (modified) * testsuites/sptests/spfifo04/init.c (modified) * testsuites/sptests/spfifo05/init.c (modified) Filesystem: Simplify FIFO and pipe configuration