# # ChangeLog for cpukit in rtems # # Generated by Trac 1.2.1.dev0 # 06/03/24 17:07:01 Mon, 27 Oct 2014 01:09:41 GMT Chris Johns [ae5fe7e6] * cpukit/Makefile.am (modified) * cpukit/configure.ac (modified) * cpukit/libdl/Makefile.am (added) * cpukit/libdl/dlfcn-shell.c (added) * cpukit/libdl/dlfcn-shell.h (added) * cpukit/libdl/dlfcn.c (added) * cpukit/libdl/dlfcn.h (added) * cpukit/libdl/fastlz.c (added) * cpukit/libdl/fastlz.h (added) * cpukit/libdl/include/arch/arm/machine/elf_machdep.h (added) * cpukit/libdl/include/arch/bfin/machine/elf_machdep.h (added) * cpukit/libdl/include/arch/h8300/machine/elf_machdep.h (added) * cpukit/libdl/include/arch/i386/machine/elf_machdep.h (added) * cpukit/libdl/include/arch/lm32/machine/elf_machdep.h (added) * cpukit/libdl/include/arch/m32r/machine/elf_machdep.h (added) * cpukit/libdl/include/arch/m68k/machine/elf_machdep.h (added) * cpukit/libdl/include/arch/mips/machine/elf_machdep.h (added) * cpukit/libdl/include/arch/moxie/machine/elf_machdep.h (added) * cpukit/libdl/include/arch/nios2/machine/elf_machdep.h (added) * cpukit/libdl/include/arch/powerpc/machine/elf_machdep.h (added) * cpukit/libdl/include/arch/sparc/machine/elf_machdep.h (added) * cpukit/libdl/include/arch/v850/machine/elf_machdep.h (added) * cpukit/libdl/include/link.h (added) * cpukit/libdl/include/link_elf.h (added) * cpukit/libdl/include/sys/cdefs_elf.h (added) * cpukit/libdl/include/sys/exec_elf.h (added) * cpukit/libdl/preinstall.am (added) * cpukit/libdl/rap-shell.c (added) * cpukit/libdl/rap-shell.h (added) * cpukit/libdl/rap.c (added) * cpukit/libdl/rap.h (added) * cpukit/libdl/rtl-alloc-heap.c (added) * cpukit/libdl/rtl-alloc-heap.h (added) * cpukit/libdl/rtl-allocator.c (added) * cpukit/libdl/rtl-allocator.h (added) * cpukit/libdl/rtl-chain-iterator.c (added) * cpukit/libdl/rtl-chain-iterator.h (added) * cpukit/libdl/rtl-debugger.c (added) * cpukit/libdl/rtl-elf.c (added) * cpukit/libdl/rtl-elf.h (added) * cpukit/libdl/rtl-error.c (added) * cpukit/libdl/rtl-error.h (added) * cpukit/libdl/rtl-find-file.c (added) * cpukit/libdl/rtl-find-file.h (added) * cpukit/libdl/rtl-fwd.h (added) * cpukit/libdl/rtl-indirect-ptr.h (added) * cpukit/libdl/rtl-mdreloc-arm.c (added) * cpukit/libdl/rtl-mdreloc-bfin.c (added) * cpukit/libdl/rtl-mdreloc-h8300.c (added) * cpukit/libdl/rtl-mdreloc-i386.c (added) * cpukit/libdl/rtl-mdreloc-lm32.c (added) * cpukit/libdl/rtl-mdreloc-m32r.c (added) * cpukit/libdl/rtl-mdreloc-m68k.c (added) * cpukit/libdl/rtl-mdreloc-mips.c (added) * cpukit/libdl/rtl-mdreloc-moxie.c (added) * cpukit/libdl/rtl-mdreloc-nios2.c (added) * cpukit/libdl/rtl-mdreloc-powerpc.c (added) * cpukit/libdl/rtl-mdreloc-sparc.c (added) * cpukit/libdl/rtl-mdreloc-v850.c (added) * cpukit/libdl/rtl-obj-cache.c (added) * cpukit/libdl/rtl-obj-cache.h (added) * cpukit/libdl/rtl-obj-comp.c (added) * cpukit/libdl/rtl-obj-comp.h (added) * cpukit/libdl/rtl-obj-fwd.h (added) * cpukit/libdl/rtl-obj.c (added) * cpukit/libdl/rtl-obj.h (added) * cpukit/libdl/rtl-rap.c (added) * cpukit/libdl/rtl-rap.h (added) * cpukit/libdl/rtl-shell.c (added) * cpukit/libdl/rtl-shell.h (added) * cpukit/libdl/rtl-string.c (added) * cpukit/libdl/rtl-string.h (added) * cpukit/libdl/rtl-sym.c (added) * cpukit/libdl/rtl-sym.h (added) * cpukit/libdl/rtl-trace.c (added) * cpukit/libdl/rtl-trace.h (added) * cpukit/libdl/rtl-unresolved.c (added) * cpukit/libdl/rtl-unresolved.h (added) * cpukit/libdl/rtl.c (added) * cpukit/libdl/rtl.h (added) * cpukit/preinstall.am (modified) * cpukit/wrapup/Makefile.am (modified) * testsuites/libtests/Makefile.am (modified) * testsuites/libtests/configure.ac (modified) * testsuites/libtests/dl01/Makefile.am (added) * testsuites/libtests/dl01/dl-load.c (added) * testsuites/libtests/dl01/dl-load.h (added) * testsuites/libtests/dl01/dl-o1.c (added) * testsuites/libtests/dl01/dl01.doc (added) * testsuites/libtests/dl01/dl01.scn (added) * testsuites/libtests/dl01/init.c (added) cpukit: Add libdl with the Runtime Loader (RTL) code. This is a ... Tue, 28 Oct 2014 12:58:28 GMT Jennifer Averett [8b11ff67] * cpukit/libmisc/capture/capture-cli.c (modified) capture: Remove ctload command. rtems_cpu_usage_top should be used ... Mon, 29 Sep 2014 15:21:00 GMT Jennifer Averett [a7817010] * cpukit/libmisc/Makefile.am (modified) * cpukit/libmisc/shell/main_top.c (added) * cpukit/libmisc/shell/shellconfig.h (modified) libmisc: Add top to shell. Mon, 29 Sep 2014 15:20:27 GMT Jennifer Averett [6031da4] * cpukit/libmisc/Makefile.am (modified) * cpukit/libmisc/cpuuse/cpuusagetop.c (added) * cpukit/libmisc/cpuuse/cpuuse.h (modified) libmisc: Add top to cpuusage. Thu, 04 Sep 2014 18:49:04 GMT Jennifer Averett [05e4e599] * cpukit/libmisc/capture/capture-cli.c (modified) * cpukit/libmisc/capture/capture.c (modified) * cpukit/libmisc/capture/capture.h (modified) * cpukit/libmisc/capture/capture_user_extension.c (modified) * cpukit/libmisc/capture/captureimpl.h (modified) capture: Removal of capture task tracking. This patch removes ... Fri, 19 Sep 2014 19:05:49 GMT Jennifer Averett [7c797a1] * cpukit/libmisc/cpuuse/cpuusagereport.c (modified) cpuuse: Move is_executing_on_a_core to threadimpl.h Fri, 19 Sep 2014 19:04:49 GMT Jennifer Averett [f9b19d9] * cpukit/score/include/rtems/score/threadimpl.h (modified) score: Move is_executing_on_a_core from cpuusagereport.c to threadimpl.h Mon, 08 Sep 2014 14:46:43 GMT Jennifer Averett [134a181] * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/src/threadinitialize.c (modified) score: Add capture data to tcb. Fri, 24 Oct 2014 23:06:54 GMT Chris Johns [42c77e99] * cpukit/libmisc/Makefile.am (modified) * cpukit/libmisc/shell/main_edit.c (added) * cpukit/libmisc/shell/shellconfig.h (modified) shell: Add an editor to the shell. This is a small (21K on sparc) ... Fri, 24 Oct 2014 23:05:59 GMT Chris Johns [ea9232d] * cpukit/libcsupport/Makefile.am (modified) * cpukit/libcsupport/src/realpath.c (added) ilibcsupport: Add realpath call. Fri, 24 Oct 2014 05:09:31 GMT Sebastian Huber [801ad184] * cpukit/sapi/src/testextension.c (modified) sapi: Use an interrupt lock for test extension Ensure to report ... Thu, 23 Oct 2014 13:39:28 GMT Sebastian Huber [a4203273] * cpukit/sapi/src/testextension.c (modified) sapi: Report only if not an SMP shutdown response Thu, 23 Oct 2014 06:21:26 GMT Sebastian Huber [cf4f962] * cpukit/libfs/src/dosfs/fat_file.c (modified) * cpukit/libfs/src/dosfs/fat_file.h (modified) * cpukit/libfs/src/dosfs/msdos_file.c (modified) dosfs: Write meta-data only if it changed Mon, 20 Oct 2014 07:33:34 GMT Sebastian Huber [a7eaaae8] * cpukit/libfs/src/dosfs/fat_file.c (modified) * 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_dir.c (modified) * cpukit/libfs/src/dosfs/msdos_file.c (modified) * cpukit/libfs/src/dosfs/msdos_handlers_file.c (modified) * cpukit/libfs/src/dosfs/msdos_init.c (modified) * cpukit/libfs/src/dosfs/msdos_misc.c (modified) dosfs: Support ctime and mtime Implement ctime and mtime updates ... Mon, 20 Oct 2014 16:31:07 GMT Joel Sherrill [e48bbaa] * cpukit/libfs/src/imfs/ioman.c (modified) cpukit/libfs/src/imfs/ioman.c: Fix typo Mon, 20 Oct 2014 02:46:06 GMT Joel Sherrill [0e74a51] * cpukit/score/cpu/lm32/irq.c (modified) cpukit/score/cpu/lm32/irq.c: Fix warning Mon, 20 Oct 2014 02:45:51 GMT Joel Sherrill [a9c45a04] * cpukit/score/cpu/lm32/rtems/score/cpu.h (modified) score/cpu/lm32/rtems/score/cpu.h: Fix set but not used warning Mon, 20 Oct 2014 02:45:37 GMT Joel Sherrill [6c8e0dc8] * cpukit/score/cpu/i386/rtems/score/cpu.h (modified) score/cpu/i386/rtems/score/cpu.h: Fix set but not used warning Mon, 20 Oct 2014 02:11:00 GMT Joel Sherrill [b83fe77c] * cpukit/libfs/src/jffs2/include/linux/kernel.h (modified) * cpukit/libfs/src/jffs2/src/nodelist.h (modified) * cpukit/libfs/src/jffs2/src/os-rtems.h (modified) jffs2: Add casts and constant designators to address warnings on ... Tue, 14 Oct 2014 16:03:38 GMT Joel Sherrill [ed6365a] * c/src/lib/libbsp/bfin/TLL6527M/include/bsp.h (modified) * c/src/lib/libbsp/bfin/TLL6527M/startup/bspstart.c (modified) * c/src/lib/libbsp/bfin/bf537Stamp/console/console.c (modified) * c/src/lib/libbsp/bfin/bf537Stamp/include/bsp.h (modified) * c/src/lib/libbsp/bfin/bf537Stamp/startup/bspstart.c (modified) * c/src/lib/libbsp/bfin/eZKit533/include/bsp.h (modified) * c/src/lib/libbsp/bfin/eZKit533/startup/bspstart.c (modified) * c/src/lib/libbsp/bfin/shared/start/start.S (modified) * c/src/lib/libcpu/bfin/clock/clock.c (modified) * c/src/lib/libcpu/bfin/clock/rtc.c (modified) * c/src/lib/libcpu/bfin/serial/uart.c (modified) * cpukit/score/cpu/bfin/rtems/bfin/bfin.h (modified) bfin libcpu and libbsp: Fix warnings Mon, 13 Oct 2014 21:14:09 GMT Joel Sherrill [9488c9d] * cpukit/libmisc/redirector/stdio-redirect.c (modified) libmisc/redirector/stdio-redirect.c: Use UL constants since usleep() ... Mon, 13 Oct 2014 20:59:51 GMT Joel Sherrill [803c49cb] * cpukit/libfs/src/jffs2/src/fs-rtems.c (modified) jffs2/src/fs-rtems.c: Add include of for prototypes Mon, 13 Oct 2014 20:56:54 GMT Joel Sherrill [23de6fa8] * cpukit/libfs/src/jffs2/src/fs-rtems.c (modified) jffs2/src/fs-rtems.c: Eliminate set but not used warnings Thu, 16 Oct 2014 13:15:03 GMT Sebastian Huber [21021feb] * cpukit/libmisc/shell/main_lsof.c (modified) shell: Print null mount table entry via LSOF Thu, 16 Oct 2014 10:51:25 GMT Sebastian Huber [cb513f0a] * cpukit/libmisc/shell/main_lsof.c (modified) shell: Improve LSOF output Thu, 16 Oct 2014 06:04:17 GMT Sebastian Huber [cf51c3b] * cpukit/score/src/threadglobalconstruction.c (modified) score: Fix compile error for POSIX disabled Tue, 14 Oct 2014 04:03:47 GMT Gedare Bloom [38f7c78] * cpukit/libfs/src/rfs/rtems-rfs-rtems.c (modified) rfs: explicitly cast to dev_t Wed, 15 Oct 2014 14:26:44 GMT Joel Sherrill [b6bfa1a2] * cpukit/score/cpu/h8300/cpu_asm.S (modified) h8300/cpu_asm.S: Correct register size suffix for loading DISPATCH_NEEDED Wed, 15 Oct 2014 14:15:07 GMT Joel Sherrill [8237b2d] * cpukit/score/include/rtems/score/object.h (modified) rtems/score/object.h: Include to honor 16-bit Ids ... Mon, 13 Oct 2014 18:54:28 GMT Gedare Bloom [805ee4fa] * cpukit/score/cpu/sparc64/cpu.c (modified) * cpukit/score/cpu/sparc64/rtems/score/sparc64.h (modified) sparc64: fix warnings in cpukit/score/cpu Sun, 12 Oct 2014 21:06:06 GMT Joel Sherrill [6b514360] * cpukit/score/cpu/m32c/cpu_asm.c (modified) * cpukit/score/cpu/m32c/rtems/score/cpu.h (modified) score/cpu/m32c: Fix warnings Sun, 12 Oct 2014 20:34:54 GMT Joel Sherrill [65f71f84] * cpukit/libcsupport/include/clockdrv.h (modified) libcsupport/include/clockdrv.h: Remove rtems_clock_major/minor Sun, 12 Oct 2014 21:05:31 GMT Joel Sherrill [388a4e4] * cpukit/libmisc/redirector/stdio-redirect.c (modified) libmisc/redirector/stdio-redirect.c: Use sleep not usleep and do not ... Sun, 12 Oct 2014 21:09:20 GMT Joel Sherrill [308bb9b] * cpukit/libmisc/shell/main_cp.c (modified) shell/main_cp.c: Delete unused -rtems_shell_cp_exit() Fri, 10 Oct 2014 07:09:19 GMT Sebastian Huber [a38ced2] * cpukit/posix/src/pthreadinitthreads.c (modified) * cpukit/rtems/src/taskinitusers.c (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/src/threadglobalconstruction.c (added) * cpukit/score/src/threadhandler.c (modified) * testsuites/psxtests/Makefile.am (modified) * testsuites/psxtests/configure.ac (modified) * testsuites/psxtests/psxglobalcon01/Makefile.am (added) * testsuites/psxtests/psxglobalcon01/init.cc (added) * testsuites/psxtests/psxglobalcon01/psxglobalcon01.doc (added) * testsuites/psxtests/psxglobalcon01/psxglobalcon01.scn (added) * testsuites/psxtests/psxglobalcon02/Makefile.am (added) * testsuites/psxtests/psxglobalcon02/init.cc (added) * testsuites/psxtests/psxglobalcon02/psxglobalcon02.doc (added) * testsuites/psxtests/psxglobalcon02/psxglobalcon02.scn (added) * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/spglobalcon01/Makefile.am (added) * testsuites/sptests/spglobalcon01/init.cc (added) * testsuites/sptests/spglobalcon01/spglobalcon01.doc (added) * testsuites/sptests/spglobalcon01/spglobalcon01.scn (added) * testsuites/sptests/spthreadlife01/init.c (modified) score: Rework global construction Ensure that the global ... Thu, 09 Oct 2014 18:38:13 GMT Joel Sherrill [20cb691] * cpukit/include/rtems/irq.h (modified) cpukit/include/rtems/irq.h: Fix spacing Fri, 10 Oct 2014 09:54:55 GMT Sebastian Huber [037b57a] * c/src/lib/libbsp/arm/csb336/startup/bspstart.c (modified) * c/src/lib/libbsp/arm/csb337/startup/bspstart.c (modified) * c/src/lib/libbsp/arm/edb7312/startup/bspstart.c (modified) * c/src/lib/libbsp/arm/gp32/startup/bspstart.c (modified) * c/src/lib/libbsp/arm/gumstix/startup/bspstart.c (modified) * c/src/lib/libbsp/arm/rtl22xx/startup/bspstart.c (modified) * cpukit/score/cpu/arm/rtems/score/cpu.h (modified) arm: Fix warning Fri, 10 Oct 2014 08:26:50 GMT Sebastian Huber [1c1b082] * cpukit/libmisc/shell/main_lsof.c (modified) shell/lsof: Fix warnings Wed, 08 Oct 2014 20:11:11 GMT Joel Sherrill [a3ae261a] * cpukit/score/cpu/m32r/cpu_asm.c (modified) m32r/cpu_asm.c: Add prototype to fix warning Wed, 08 Oct 2014 20:10:35 GMT Joel Sherrill [60ec7a6] * cpukit/score/cpu/m32r/rtems/score/cpu.h (modified) m32r/rtems/score/cpu.h: Fix macros to avoid warnings Wed, 08 Oct 2014 20:09:50 GMT Joel Sherrill [1314849] * cpukit/score/cpu/h8300/rtems/score/cpu.h (modified) h8300/rtems/score/cpu.h: Fix macros to avoid warnings Wed, 08 Oct 2014 20:09:39 GMT Joel Sherrill [81074900] * cpukit/score/cpu/avr/rtems/score/cpu.h (modified) * doc/tools/bmenu/address.inl (deleted) avr/rtems/score/cpu.h: Fix macros to avoid warnings Wed, 08 Oct 2014 14:23:39 GMT Joel Sherrill [c1ed7a3] * cpukit/score/src/ts64equalto.c (modified) * cpukit/score/src/ts64getnanoseconds.c (modified) * cpukit/score/src/ts64getseconds.c (modified) * cpukit/score/src/ts64lessthan.c (modified) cpukit/score/src/ts64*: Return a value from non-void function Tue, 07 Oct 2014 22:42:23 GMT Joel Sherrill [4efdc8e9] * cpukit/score/cpu/m68k/rtems/score/cpu.h (modified) m68k/rtems/score/cpu.h: _CPU_Context_Restart_self needed ... Tue, 07 Oct 2014 22:41:52 GMT Joel Sherrill [a5bbd3ac] * cpukit/score/cpu/moxie/rtems/score/cpu.h (modified) moxiertems/score/cpu.h: _CPU_Context_switch needed ... Tue, 07 Oct 2014 22:40:49 GMT Joel Sherrill [bf19dbc3] * cpukit/score/cpu/arm/rtems/score/cpu.h (modified) arm/rtems/score/cpu.h: _ARMV7M_Start_multitasking needed ... Tue, 07 Oct 2014 19:10:57 GMT Joel Sherrill [461f9f48] * cpukit/score/cpu/nios2/nios2-iic-irq.c (modified) nios2-iic-irq.c: Fix warnings Tue, 07 Oct 2014 19:09:39 GMT Joel Sherrill [905b656c] * cpukit/score/cpu/nios2/nios2-iic-irq.c (modified) nios2-iic-irq.c: Include so it builds Wed, 08 Oct 2014 09:43:10 GMT Sebastian Huber [3e1bf78] * cpukit/libnetworking/net/ppp_tty.c (modified) ppp: PR1943: Avoid NULL pointer access Waiting for mbufs at this ... Wed, 08 Oct 2014 09:24:36 GMT Sebastian Huber [22cd282] * cpukit/libcsupport/src/__usrenv.c (modified) * testsuites/fstests/fsimfsgeneric01/init.c (modified) IMFS: Avoid NULL pointer access Avoid NULL pointer access in ... Wed, 08 Oct 2014 08:31:36 GMT Sebastian Huber [b9f95225] * cpukit/posix/include/rtems/posix/rwlockimpl.h (modified) * cpukit/posix/src/prwlockdestroy.c (modified) * cpukit/posix/src/prwlockinit.c (modified) * cpukit/posix/src/prwlockrdlock.c (modified) * cpukit/posix/src/prwlocktimedrdlock.c (modified) * cpukit/posix/src/prwlocktimedwrlock.c (modified) * cpukit/posix/src/prwlocktryrdlock.c (modified) * cpukit/posix/src/prwlocktrywrlock.c (modified) * cpukit/posix/src/prwlockunlock.c (modified) * cpukit/posix/src/prwlockwrlock.c (modified) * testsuites/psxtests/psxrwlock01/test.c (modified) posix: Add auto initializaton for rwlock Wed, 08 Oct 2014 08:09:14 GMT Sebastian Huber [dfdad6ab] * cpukit/posix/src/mutexget.c (modified) posix: Fix mutex auto initialization Use the once lock to prevent ... Wed, 08 Oct 2014 08:07:01 GMT Sebastian Huber [419accf] * cpukit/posix/src/mutexget.c (modified) posix: Use function instead of macros Wed, 08 Oct 2014 06:11:28 GMT Sebastian Huber [044cf4d7] * cpukit/libnetworking/net/if_ppp.c (modified) ppp: Add ppp_unit() This makes porting to the new network stack easier. Tue, 07 Oct 2014 14:25:43 GMT Sebastian Huber [77dd9a4] * cpukit/libnetworking/net/ppp_tty.c (modified) ppp: Nothing to transmit hint for Termios driver Tue, 07 Oct 2014 14:28:04 GMT Sebastian Huber [7fd5e89] * c/src/lib/libbsp/arm/tms570/console/tms570-sci.c (modified) * c/src/lib/libbsp/arm/tms570/include/tms570-sci-driver.h (modified) * c/src/lib/libbsp/sparc/leon3/console/console.c (modified) * c/src/lib/libbsp/sparc/shared/include/apbuart_termios.h (modified) * c/src/lib/libbsp/sparc/shared/uart/apbuart_termios.c (modified) * cpukit/libcsupport/include/rtems/termiostypes.h (modified) * cpukit/libcsupport/src/termios.c (modified) * cpukit/libcsupport/src/termios_setbestbaud.c (modified) * cpukit/libnetworking/net/if_ppp.c (modified) * cpukit/libnetworking/net/ppp_tty.c (modified) * doc/bsp_howto/console.t (modified) * testsuites/libtests/termios01/init.c (modified) termios: Partially hide rtems_termios_tty Move interrupt lock to ... Tue, 07 Oct 2014 14:27:51 GMT Sebastian Huber [a830cb8] * c/src/lib/libbsp/arm/tms570/console/tms570-sci.c (modified) * c/src/lib/libbsp/sparc/leon3/console/console.c (modified) * cpukit/libcsupport/include/rtems/termiostypes.h (modified) * cpukit/libcsupport/src/termios.c (modified) * doc/bsp_howto/console.t (modified) * testsuites/libtests/termios01/init.c (modified) termios: Separate flow control from normal handler Tue, 07 Oct 2014 12:51:39 GMT Sebastian Huber [ff7217b] * cpukit/libcsupport/src/termios.c (modified) termios: Fix transmit daemon Do not call ... Tue, 20 May 2014 15:45:07 GMT Daniel Hellstrom [9bd7b3b1] * c/src/lib/libbsp/sparc/erc32/Makefile.am (modified) * c/src/lib/libbsp/sparc/erc32/configure.ac (modified) * c/src/lib/libbsp/sparc/leon2/Makefile.am (modified) * c/src/lib/libbsp/sparc/leon2/configure.ac (modified) * c/src/lib/libbsp/sparc/leon3/Makefile.am (modified) * c/src/lib/libbsp/sparc/leon3/configure.ac (modified) * c/src/lib/libbsp/sparc/leon3/startup/bsp_fatal_halt.c (added) * c/src/lib/libbsp/sparc/shared/startup/bsp_fatal_halt.c (added) * cpukit/score/cpu/sparc/rtems/score/cpu.h (modified) SPARC: Fatal_halt use source and exit codes The Fatal_halt handler ... Fri, 03 Oct 2014 22:55:12 GMT Chris Johns [56ed56a6] * cpukit/libmisc/shell/main_ping.c (modified) libmisc/shell: Remove the need for -lm when linking from the ping ... Tue, 30 Sep 2014 09:26:50 GMT Sebastian Huber [456eab7d] * cpukit/pppd/ipcp.c (modified) pppd: Import change from NetBSD This avoids the use of ... Tue, 23 Sep 2014 12:20:35 GMT Sebastian Huber [805360b] * cpukit/libnetworking/net/if_ppp.c (modified) * cpukit/pppd/rtemspppd.h (modified) * testsuites/samples/pppd/netconfig.h (modified) pppd: Fix warnings Tue, 30 Sep 2014 09:25:57 GMT Sebastian Huber [33739be] * cpukit/libnetworking/net/if_ppp.c (modified) * cpukit/libnetworking/net/ppp_tty.c (modified) libnetworking: Update due to Termios changes Fri, 19 Sep 2014 14:55:09 GMT Hesham ALMatary [5464752f] * cpukit/score/cpu/or1k/or1k-context-initialize.c (modified) or1k fix bug: Initialize thread context with higher stack address. ... Tue, 23 Sep 2014 06:01:56 GMT Sebastian Huber [5323247] * cpukit/score/cpu/m68k/rtems/score/cpu.h (modified) m68k: Use CPU_TIMESTAMP_USE_STRUCT_TIMESPEC Converting 64-bit ... Tue, 23 Sep 2014 05:57:56 GMT Sebastian Huber [30e5e765] * cpukit/score/cpu/powerpc/rtems/score/cpu.h (modified) powerpc: Use CPU_TIMESTAMP_USE_STRUCT_TIMESPEC Converting 64-bit ... Mon, 22 Sep 2014 10:01:49 GMT Sebastian Huber [dadd7cd] * cpukit/score/include/rtems/score/thread.h (modified) score: Delete Thread_Wait_information::Block2n This field is no ... Fri, 19 Sep 2014 12:19:55 GMT Sebastian Huber [90ce69b] * cpukit/score/src/threadqdequeue.c (modified) score: Critical fix for _Thread_queue_Dequeue() Do not return NULL ... Thu, 18 Sep 2014 13:33:33 GMT Sebastian Huber [386d8b5] * cpukit/score/cpu/sparc/sparcv8-atomic.c (modified) sparc: Add comment Thu, 18 Sep 2014 06:09:09 GMT Sebastian Huber [15d7261b] * cpukit/telnetd/telnetd.c (modified) telnetd: Use socklen_t Wed, 17 Sep 2014 05:21:35 GMT Sebastian Huber [c040b113] * cpukit/libmisc/redirector/stdio-redirect.c (modified) * cpukit/libmisc/redirector/stdio-redirect.h (modified) redirector: Rename rtems_stdio_redirect_t Rename ... Tue, 16 Sep 2014 22:40:48 GMT Joel Sherrill [2195a95f] * cpukit/libmisc/Makefile.am (modified) Libmisc/Makefile.am: Build with networking disabled Thu, 04 Sep 2014 20:41:21 GMT Joel Sherrill [f535fe53] * c/src/lib/libbsp/m68k/mvme162/tod/tod.c (modified) * c/src/lib/libbsp/shared/tod.c (modified) * c/src/lib/libcpu/bfin/clock/rtc.c (modified) * cpukit/libcsupport/Makefile.am (modified) * cpukit/libcsupport/include/rtems/tod.h (moved) * cpukit/libcsupport/preinstall.am (modified) tod.h -> libcsupport like other driver and helper prototype files ... Thu, 04 Sep 2014 20:39:41 GMT Joel Sherrill [f641b15] * cpukit/libfs/src/rfs/rtems-rfs-buffer.c (modified) Revert: rtems-rfs-buffer.c: Correct printf() format specifiers to ... Thu, 04 Sep 2014 13:59:49 GMT Joel Sherrill [8fbe2e6] * c/src/lib/libbsp/arm/edb7312/timer/timer.c (modified) * c/src/lib/libbsp/arm/gba/timer/timer.c (modified) * c/src/lib/libbsp/arm/lpc176x/benchmark_timer/benchmark_timer.c (modified) * c/src/lib/libbsp/arm/lpc24xx/misc/timer.c (modified) * c/src/lib/libbsp/arm/lpc32xx/misc/timer.c (modified) * c/src/lib/libbsp/arm/raspberrypi/misc/timer.c (modified) * c/src/lib/libbsp/arm/tms570/clock/benchmark_timer.c (modified) * c/src/lib/libbsp/i386/pc386/timer/timer.c (modified) * c/src/lib/libbsp/lm32/shared/milkymist_timer/timer.c (modified) * c/src/lib/libbsp/lm32/shared/timer/timer.c (modified) * c/src/lib/libbsp/m32c/m32cbsp/timer/timer.c (modified) * c/src/lib/libbsp/m68k/gen68302/timer/timer.c (modified) * c/src/lib/libbsp/m68k/idp/timer/timer.c (modified) * c/src/lib/libbsp/m68k/mcf52235/timer/timer.c (modified) * c/src/lib/libbsp/m68k/mcf5225x/timer/timer.c (modified) * c/src/lib/libbsp/m68k/mcf5329/timer/timer.c (modified) * c/src/lib/libbsp/m68k/mrm332/timer/timer.c (modified) * c/src/lib/libbsp/m68k/mvme136/timer/timer.c (modified) * c/src/lib/libbsp/m68k/mvme147/timer/timer.c (modified) * c/src/lib/libbsp/m68k/mvme162/timer/timer.c (modified) * c/src/lib/libbsp/m68k/mvme167/timer/timer.c (modified) * c/src/lib/libbsp/m68k/mvme167/timer/timerisr.S (modified) * c/src/lib/libbsp/m68k/ods68302/timer/timer.c (modified) * c/src/lib/libbsp/mips/csb350/timer/timer.c (modified) * c/src/lib/libbsp/mips/genmongoosev/timer/timer.c (modified) * c/src/lib/libbsp/mips/jmr3904/timer/timer.c (modified) * c/src/lib/libbsp/nios2/nios2_iss/timer/timer.c (modified) * c/src/lib/libbsp/no_cpu/no_bsp/timer/timer.c (modified) * c/src/lib/libbsp/no_cpu/no_bsp/timer/timerisr.c (modified) * c/src/lib/libbsp/or1k/or1ksim/timer/timer.c (modified) * c/src/lib/libbsp/powerpc/score603e/timer/timer.c (modified) * c/src/lib/libbsp/powerpc/tqm8xx/timer/timer.c (modified) * c/src/lib/libbsp/shared/timerstub.c (modified) * c/src/lib/libbsp/sparc/erc32/timer/timer.c (modified) * c/src/lib/libbsp/sparc/leon2/timer/timer.c (modified) * c/src/lib/libbsp/sparc/leon3/timer/timer.c (modified) * c/src/lib/libcpu/arm/at91rm9200/timer/timer.c (modified) * c/src/lib/libcpu/arm/lpc22xx/timer/timer.c (modified) * c/src/lib/libcpu/arm/mc9328mxl/timer/timer.c (modified) * c/src/lib/libcpu/arm/pxa255/timer/timer.c (modified) * c/src/lib/libcpu/arm/s3c24xx/timer/timer.c (modified) * c/src/lib/libcpu/bfin/timer/timer.c (modified) * c/src/lib/libcpu/m68k/mcf5206/timer/timer.c (modified) * c/src/lib/libcpu/m68k/mcf5206/timer/timerisr.S (modified) * c/src/lib/libcpu/m68k/mcf5272/timer/timer.c (modified) * c/src/lib/libcpu/m68k/mcf5272/timer/timerisr.S (modified) * c/src/lib/libcpu/mips/timer/timer.c (modified) * c/src/lib/libcpu/powerpc/mpc505/timer/timer.c (modified) * c/src/lib/libcpu/powerpc/mpc5xx/timer/timer.c (modified) * c/src/lib/libcpu/powerpc/mpc6xx/timer/timer.c (modified) * c/src/lib/libcpu/powerpc/mpc8260/timer/timer.c (modified) * c/src/lib/libcpu/powerpc/mpc8xx/timer/timer.c (modified) * c/src/lib/libcpu/powerpc/ppc403/timer/timer.c (modified) * c/src/lib/libcpu/sh/sh7032/timer/timer.c (modified) * c/src/lib/libcpu/sh/sh7045/timer/timer.c (modified) * c/src/lib/libcpu/sh/sh7750/timer/timer.c (modified) * cpukit/libcsupport/Makefile.am (modified) * cpukit/libcsupport/include/timerdrv.h (deleted) * cpukit/libcsupport/preinstall.am (modified) * cpukit/sapi/include/confdefs.h (modified) * doc/bsp_howto/timer.t (modified) * testsuites/psxtmtests/psxtmbarrier01/init.c (modified) * testsuites/psxtmtests/psxtmbarrier02/init.c (modified) * testsuites/psxtmtests/psxtmbarrier03/init.c (modified) * testsuites/psxtmtests/psxtmbarrier04/init.c (modified) * testsuites/psxtmtests/psxtmcond01/init.c (modified) * testsuites/psxtmtests/psxtmcond02/init.c (modified) * testsuites/psxtmtests/psxtmcond03/init.c (modified) * testsuites/psxtmtests/psxtmcond04/init.c (modified) * testsuites/psxtmtests/psxtmcond05/init.c (modified) * testsuites/psxtmtests/psxtmcond06/init.c (modified) * testsuites/psxtmtests/psxtmcond07/init.c (modified) * testsuites/psxtmtests/psxtmcond08/init.c (modified) * testsuites/psxtmtests/psxtmkey01/init.c (modified) * testsuites/psxtmtests/psxtmkey02/init.c (modified) * testsuites/psxtmtests/psxtmmq01/init.c (modified) * testsuites/psxtmtests/psxtmmutex01/init.c (modified) * testsuites/psxtmtests/psxtmmutex02/init.c (modified) * testsuites/psxtmtests/psxtmmutex03/init.c (modified) * testsuites/psxtmtests/psxtmmutex04/init.c (modified) * testsuites/psxtmtests/psxtmmutex05/init.c (modified) * testsuites/psxtmtests/psxtmmutex06/init.c (modified) * testsuites/psxtmtests/psxtmmutex07/init.c (modified) * testsuites/psxtmtests/psxtmnanosleep01/init.c (modified) * testsuites/psxtmtests/psxtmnanosleep02/init.c (modified) * testsuites/psxtmtests/psxtmrwlock01/init.c (modified) * testsuites/psxtmtests/psxtmrwlock02/init.c (modified) * testsuites/psxtmtests/psxtmrwlock03/init.c (modified) * testsuites/psxtmtests/psxtmrwlock04/init.c (modified) * testsuites/psxtmtests/psxtmrwlock05/init.c (modified) * testsuites/psxtmtests/psxtmrwlock06/init.c (modified) * testsuites/psxtmtests/psxtmrwlock07/init.c (modified) * testsuites/psxtmtests/psxtmsem01/init.c (modified) * testsuites/psxtmtests/psxtmsem02/init.c (modified) * testsuites/psxtmtests/psxtmsem03/init.c (modified) * testsuites/psxtmtests/psxtmsem04/init.c (modified) * testsuites/psxtmtests/psxtmsem05/init.c (modified) * testsuites/psxtmtests/psxtmsleep01/init.c (modified) * testsuites/psxtmtests/psxtmsleep02/init.c (modified) * testsuites/psxtmtests/psxtmthread02/init.c (modified) * testsuites/psxtmtests/psxtmthread03/init.c (modified) * testsuites/psxtmtests/psxtmthread04/init.c (modified) * testsuites/psxtmtests/psxtmthread05/init.c (modified) * testsuites/psxtmtests/psxtmthread06/init.c (modified) * testsuites/rhealstone/rhdeadlockbrk/deadlockbrk.c (modified) * testsuites/rhealstone/rhilatency/ilatency.c (modified) * testsuites/rhealstone/rhmlatency/mlatency.c (modified) * testsuites/rhealstone/rhsemshuffle/semshuffle.c (modified) * testsuites/rhealstone/rhtaskpreempt/taskpreempt.c (modified) * testsuites/rhealstone/rhtaskswitch/taskswitch.c (modified) * testsuites/support/src/tmtests_support.c (modified) Use correct prototype of benchmark_timer_read() This change starts ... Mon, 15 Sep 2014 22:33:30 GMT Hesham ALMatary [e0aef221] * cpukit/score/cpu/or1k/or1k-exception-handler-low.S (modified) score/cpu/or1k: Follow no_cpu ISR_Handler algorithm. This patch ... Mon, 15 Sep 2014 22:33:28 GMT Hesham ALMatary [eb14fc2b] * c/src/lib/libbsp/or1k/or1ksim/start/start.S (modified) * cpukit/score/cpu/or1k/or1k-context-initialize.c (modified) * cpukit/score/cpu/or1k/or1k-exception-handler-low.S (modified) OpenRISC: Account for red-zone (fixup printf bug). This patch ... Sun, 14 Sep 2014 23:10:45 GMT Chris Johns [b299960] * cpukit/libmisc/Makefile.am (modified) * cpukit/libmisc/shell/main_md5.c (added) * cpukit/libmisc/shell/shellconfig.h (modified) * doc/shell/file.t (modified) shell: Add an md5 hash command for files. This command lets you get ... Sun, 14 Sep 2014 22:50:28 GMT Chris Johns [ebf9a05] * cpukit/Makefile.am (modified) * cpukit/libmisc/Makefile.am (modified) * cpukit/libmisc/redirector/stdio-redirect.c (added) * cpukit/libmisc/redirector/stdio-redirect.h (added) * cpukit/preinstall.am (modified) libmisc: Add a stdio redirector helper. This module makes it easy ... Sun, 14 Sep 2014 22:00:18 GMT Chris Johns [a8fa078] * cpukit/libmisc/Makefile.am (modified) * cpukit/libmisc/shell/main_ping.c (added) * cpukit/libmisc/shell/shellconfig.h (modified) * cpukit/libmisc/shell/sysexits.h (added) * doc/shell/network.t (modified) shell: Add a ping command. The ping code is taken from a recent ... Thu, 11 Sep 2014 11:04:42 GMT Sebastian Huber [4c9f02d] * cpukit/libfs/src/dosfs/msdos_misc.c (modified) dosfs: Check error status Thu, 11 Sep 2014 07:10:16 GMT Sebastian Huber [c48cf0bd] * c/src/lib/libbsp/mips/shared/irq/vectorexceptions.c (modified) * c/src/lib/libbsp/sparc/erc32/startup/spurious.c (modified) * c/src/lib/libbsp/sparc/leon2/startup/spurious.c (modified) * c/src/lib/libbsp/sparc/leon3/startup/spurious.c (modified) * c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_print.c (modified) * cpukit/score/cpu/mips/rtems/score/cpu.h (modified) * cpukit/score/cpu/powerpc/rtems/score/cpu.h (modified) * cpukit/score/cpu/sparc/rtems/score/cpu.h (modified) score: Rename _BSP_Exception_frame_print() Rename ... Thu, 11 Sep 2014 07:07:36 GMT Sebastian Huber [6e0000c] * cpukit/score/cpu/powerpc/rtems/score/cpu.h (modified) powerpc: Delete PPC_BSP_HAS_FIXED_PR288 Wed, 10 Sep 2014 13:08:52 GMT Hesham ALMatary [0facefc] * cpukit/score/cpu/or1k/rtems/score/cpu.h (modified) or1k: Let CPU/BSP Fatal handler have access to source This patchs ... Wed, 04 Jun 2014 09:23:34 GMT Daniel Hellstrom [f82752a4] * 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/nios2-fatal-halt.c (modified) * cpukit/score/cpu/nios2/nios2-iic-irq.c (modified) * cpukit/score/cpu/nios2/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/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) * cpukit/score/src/interr.c (modified) Let CPU/BSP Fatal handler have access to source Without the source ... Mon, 08 Sep 2014 12:13:31 GMT Pavel Pisa [80ad7090] * cpukit/score/include/rtems/score/basedefs.h (modified) score: More strict RTEMS_DEQUALIFY implementation. This ... Fri, 05 Sep 2014 07:13:46 GMT Sebastian Huber [05ac47d] * cpukit/posix/include/rtems/posix/key.h (modified) * cpukit/posix/src/keysetspecific.c (modified) posix: Use RTEMS_DECONST() Fri, 05 Sep 2014 07:13:23 GMT Sebastian Huber [4d5250c] * cpukit/posix/src/pthreadattrsetaffinitynp.c (modified) posix: Fix warning Fri, 05 Sep 2014 07:12:59 GMT Sebastian Huber [8dab980] * cpukit/libcsupport/src/sup_fs_deviceio.c (modified) libcsupport: Use RTEMS_DECONST() Fri, 05 Sep 2014 06:32:28 GMT Sebastian Huber [a72f16e] * cpukit/score/include/rtems/score/basedefs.h (modified) score: Add RTEMS_DECONST|DEVOLATILE|DEQUALIFY() Tue, 05 Aug 2014 20:48:01 GMT Jennifer Averett [2a86615] * cpukit/Makefile.am (modified) * cpukit/libmisc/Makefile.am (modified) * cpukit/libmisc/capture/capture-cli.c (modified) * cpukit/libmisc/capture/capture.c (modified) * cpukit/libmisc/capture/capture.h (modified) * cpukit/libmisc/capture/capture_buffer.c (added) * cpukit/libmisc/capture/capture_buffer.h (added) * cpukit/libmisc/capture/capture_user_extension.c (modified) * cpukit/libmisc/capture/captureimpl.h (modified) * cpukit/preinstall.am (modified) capture: Add support for variable length records. Tue, 22 Jul 2014 14:40:54 GMT Jennifer Averett [133962b] * cpukit/libmisc/Makefile.am (modified) * cpukit/libmisc/capture/capture.c (modified) * cpukit/libmisc/capture/capture_user_extension.c (added) * cpukit/libmisc/capture/captureimpl.h (added) capture: Split user extension methods out. Thu, 04 Sep 2014 17:55:39 GMT Hesham ALMatary [bc35eeca] * cpukit/score/cpu/or1k/preinstall.am (modified) Regenerate preinstall.am for score/cpu/or1k This patch regenerates ... Wed, 03 Sep 2014 14:59:37 GMT Joel Sherrill [06ac8b71] * cpukit/libmisc/shell/shell.c (modified) shell.c: Add cast to match printf() expectations for width specifier Wed, 03 Sep 2014 14:59:10 GMT Joel Sherrill [2dd1e75e] * cpukit/libfs/src/rfs/rtems-rfs-buffer.c (modified) rtems-rfs-buffer.c: Correct printf() format specifiers to eliminate ... Tue, 02 Sep 2014 23:07:36 GMT Joel Sherrill [3bff410] * cpukit/score/include/rtems/score/assert.h (modified) rtems/score/assert.h: Rework to allow use of NDEBUG Tue, 02 Sep 2014 23:07:15 GMT Joel Sherrill [9d95ef9] * cpukit/posix/src/mprotect.c (modified) mprotect.c: Remove warning for no prototype Wed, 03 Sep 2014 03:15:24 GMT Chris Johns [5f9c208] * cpukit/libfs/src/rfs/rtems-rfs-inode.c (modified) libfs: Fix the warning in the RFS. Return the first error if one or ... Sun, 31 Aug 2014 23:29:41 GMT Hesham ALMatary [305357e] * cpukit/score/cpu/or1k/Makefile.am (modified) * cpukit/score/cpu/or1k/or1k-context-validate.S (added) * cpukit/score/cpu/or1k/or1k-context-volatile-clobber.S (added) * cpukit/score/cpu/or1k/preinstall.am (modified) or1k: Implement context validate and context volatile clobber ... Sun, 31 Aug 2014 23:28:49 GMT Hesham ALMatary [23e8f3d] * cpukit/score/cpu/or1k/or1k-exception-handler-low.S (modified) Add missing r31 load instruction _ISR_Handler _ISR_Handler: r31 was ...