# # ChangeLog for cpukit in rtems # # Generated by Trac 1.2.1.dev0 # 05/21/24 19:13:21 Wed, 19 Nov 2014 20:47:57 GMT Josh Oguin [c562d0c] * cpukit/score/include/rtems/score/objectimpl.h (modified) objectimpl.h: Add _Assert() to _Objects_Invalidate_Id() CodeSonar ... Wed, 19 Nov 2014 20:46:43 GMT Josh Oguin [fbafb8f2] * cpukit/score/include/rtems/score/chainimpl.h (modified) chainimpl.h: Add _Assert() to _Chain_Initialize_empty() CodeSonar ... Wed, 19 Nov 2014 20:44:54 GMT Josh Oguin [e106aa73] * cpukit/posix/src/timertsr.c (modified) cpukit/posix/src/timertsr.c: Add _Assert() CodeSonar flagged this ... Wed, 19 Nov 2014 20:42:02 GMT Josh Oguin [90a8e42b] * cpukit/libmisc/monitor/mon-editor.c (modified) monitor/mon-editor.c: Use puts() and snprintf() not fprintf() or ... Wed, 19 Nov 2014 20:40:16 GMT Josh Oguin [4862532] * cpukit/libfs/src/imfs/imfs_handlers_link.c (modified) imfs/imfs_handlers_link.c: Add _Assert for NULL pointer CodeSonar ... Wed, 19 Nov 2014 20:39:14 GMT Josh Oguin [43d6a28] * cpukit/libfs/src/dosfs/msdos_misc.c (modified) dosfs/msdos_misc.c: Remove unnecessary operation CodeSonar flagged ... Wed, 19 Nov 2014 20:38:16 GMT Josh Oguin [21c0ca8] * cpukit/libfs/src/dosfs/msdos_file.c (modified) dosfs/msdos_file.c: Return an error if it occurs CodeSonar flagged ... Wed, 19 Nov 2014 20:36:44 GMT Josh Oguin [10f28a3a] * cpukit/libfs/src/dosfs/msdos_conv.c (modified) dosfs/msdos_conv.c: Remove unnecessary operations These were ... Wed, 19 Nov 2014 20:34:40 GMT Josh Oguin [72f63eef] * cpukit/libcsupport/src/newlibc_exit.c (modified) libcsupport/src/newlibc_exit.c: Remove dead code This was flagged ... Wed, 19 Nov 2014 20:34:06 GMT Josh Oguin [f18fd4f] * cpukit/libcsupport/src/mount.c (modified) libcsupport/src/mount.c: Remove unnecessary operation This was ... Tue, 28 Oct 2014 16:38:54 GMT Josh Oguin [ba3b6fd] * cpukit/score/src/apimutex.c (modified) apimutex.c: Add _Assert for NULL pointer access CodeSonar detects a ... Wed, 26 Nov 2014 08:57:57 GMT Sebastian Huber [fdd1e20] * cpukit/libmisc/shell/main_edit.c (modified) shell: Include missing header Wed, 26 Nov 2014 08:53:52 GMT Sebastian Huber [90b0e28] * cpukit/dev/i2c/i2c-dev.c (modified) i2c: Do not close file descriptor 0 if open fails Wed, 26 Nov 2014 07:24:39 GMT Sebastian Huber [d6f0ca64] * cpukit/dev/i2c/eeprom.c (modified) i2c: Avoid undefined right shift operation Mon, 24 Nov 2014 19:55:29 GMT Joel Sherrill [505b6806] * cpukit/libfs/src/rfs/rtems-rfs-rtems.c (modified) rtems-rfs-rtems.c: Add cast to address warning Mon, 24 Nov 2014 19:54:37 GMT Joel Sherrill [ebb39a21] * cpukit/libmisc/shell/hexdump-conv.c (modified) hexdump-conv.c: Use proper printf() formatting for wchar_t Mon, 24 Nov 2014 19:54:26 GMT Joel Sherrill [3bd0cd1] * cpukit/libmisc/shell/main_edit.c (modified) main_edit.c: Do not reference beyond end of array Mon, 24 Nov 2014 23:11:55 GMT Joel Sherrill [d152024] * cpukit/libmisc/shell/main_edit.c (modified) shell/main_edit.c: Note return value not checked Coverity Id ... Mon, 24 Nov 2014 20:18:16 GMT Joel Sherrill [3211e8e] * cpukit/libcsupport/src/pwdgrp.c (modified) cpukit/libcsupport/src/pwdgrp.c: Check return value Coverity Id ... Mon, 24 Nov 2014 20:14:35 GMT Joel Sherrill [630642e] * cpukit/libmisc/shell/main_blksync.c (modified) shell/main_blksync.c: Fix leak of file descriptor Coverity Id ... Mon, 24 Nov 2014 20:12:54 GMT Joel Sherrill [4afa216] * cpukit/libmisc/shell/main_edit.c (modified) cpukit/libmisc/shell/main_edit.c: Fix use after free() Coverity Id ... Mon, 24 Nov 2014 20:06:49 GMT Joel Sherrill [a0bf44e] * cpukit/dev/i2c/i2c-dev.c (modified) cpukit/dev/i2c/i2c-dev.c: Fix leak on error path Coverity ID ... Tue, 25 Nov 2014 18:50:01 GMT Jennifer Averett [0a0ded70] * cpukit/libmisc/capture/capture_support.c (modified) capture: Resolve failure path memory leak. Tue, 25 Nov 2014 15:12:59 GMT Sebastian Huber [e681762] * cpukit/libblock/src/bdbuf.c (modified) bdbuf: Use rtems_cache_aligned_malloc() Tue, 25 Nov 2014 13:58:13 GMT Sebastian Huber [7e5c9b89] * c/src/lib/libcpu/Makefile.am (modified) * c/src/lib/libcpu/bfin/Makefile.am (modified) * c/src/lib/libcpu/i386/Makefile.am (modified) * c/src/lib/libcpu/lm32/Makefile.am (modified) * c/src/lib/libcpu/m68k/Makefile.am (modified) * c/src/lib/libcpu/mips/Makefile.am (modified) * c/src/lib/libcpu/nios2/Makefile.am (modified) * c/src/lib/libcpu/powerpc/Makefile.am (modified) * c/src/lib/libcpu/sh/Makefile.am (modified) * c/src/lib/libcpu/shared/src/cache_aligned_malloc.c (deleted) * c/src/lib/libcpu/sparc/Makefile.am (modified) * c/src/lib/libcpu/sparc64/Makefile.am (modified) * cpukit/libcsupport/Makefile.am (modified) * cpukit/libcsupport/src/cachealignedalloc.c (added) * testsuites/sptests/spcache01/init.c (modified) * testsuites/sptests/spcache01/spcache01.doc (modified) * testsuites/sptests/spcache01/spcache01.scn (modified) rtems: Move rtems_cache_aligned_malloc() Make sure also the size is ... Mon, 24 Nov 2014 14:20:25 GMT Sebastian Huber [02733495] * cpukit/libcsupport/src/free.c (modified) * cpukit/libcsupport/src/malloc.c (modified) * cpukit/libcsupport/src/malloc_deferred.c (modified) * cpukit/libcsupport/src/rtems_malloc.c (modified) * cpukit/libcsupport/src/rtems_memalign.c (modified) libcsupport: malloc_is_system_state_OK() Move system state check to ... Tue, 25 Nov 2014 14:42:56 GMT Sebastian Huber [46689a1e] * cpukit/score/cpu/arm/rtems/score/cpu.h (modified) arm: Use CPU_TIMESTAMP_USE_STRUCT_TIMESPEC Converting 64-bit ... Thu, 06 Nov 2014 14:55:32 GMT Jennifer Averett [c577500] * cpukit/libmisc/capture/capture-cli.h (modified) * cpukit/libmisc/capture/capture.h (modified) * cpukit/libmisc/capture/capture_buffer.c (modified) * cpukit/libmisc/capture/capture_buffer.h (modified) * cpukit/libmisc/capture/capture_user_extension.c (modified) * cpukit/libmisc/capture/captureimpl.h (modified) capture: Remove whitespace and fix copyrights. Thu, 06 Nov 2014 14:37:54 GMT Jennifer Averett [66bf2af2] * cpukit/libmisc/capture/capture.c (modified) * cpukit/libmisc/capture/capture.h (modified) * cpukit/libmisc/capture/captureimpl.h (modified) capture: Add SMP support. To support smp data was broken into ... Thu, 06 Nov 2014 14:26:38 GMT Jennifer Averett [04a13bd] * cpukit/libmisc/Makefile.am (modified) * cpukit/libmisc/capture/capture-cli.c (modified) * cpukit/libmisc/capture/capture_support.c (added) * cpukit/libmisc/capture/captureimpl.h (modified) capture: Move print methods out of cli for reuse. Methods to print ... Fri, 03 Oct 2014 19:01:44 GMT Jennifer Averett [3d5bcded] * cpukit/libmisc/capture/capture.c (modified) * cpukit/libmisc/capture/capture.h (modified) * cpukit/libmisc/capture/capture_user_extension.c (modified) capture: Move logging of task record to occur after filter check. ... Mon, 24 Nov 2014 10:55:44 GMT Sebastian Huber [cfc53c1] * cpukit/dev/i2c/gpio-nxp-pca9535.c (modified) i2c: Fix endian issue Mon, 24 Nov 2014 07:35:45 GMT Sebastian Huber [26f4cdd] * cpukit/sapi/include/confdefs.h (modified) * cpukit/score/include/rtems/score/scheduler.h (modified) * cpukit/score/src/threadq.c (modified) _Scheduler_FIXME_thread_priority_queues_are_broken Delete this ... Fri, 21 Nov 2014 10:01:34 GMT Luca Bonato [cceb19f4] * cpukit/score/include/rtems/score/schedulerimpl.h (modified) * cpukit/score/include/rtems/score/schedulersmpimpl.h (modified) * testsuites/smptests/smpmrsp01/init.c (modified) * testsuites/smptests/smpmrsp01/smpmrsp01.scn (modified) smp: Fix scheduler helping protocol New test case for ... Sun, 23 Nov 2014 00:25:12 GMT Santosh G Vattam [89be4e7] * cpukit/score/include/rtems/score/object.h (modified) rtems/score/object.h: Correct types on _Objects_Build_id close 1423 Thu, 20 Nov 2014 23:25:15 GMT Joel Sherrill [ed4c556] * cpukit/score/src/objectsetname.c (modified) objectsetname.c: Fix always true condition (Coverity ID 1063874) ... Thu, 20 Nov 2014 23:22:22 GMT Joel Sherrill [abf3892c] * cpukit/libfs/src/pipe/fifo.c (modified) pipe/fifo.c: NULL dereference flagged by Coverity ID 1063889 It ... Thu, 20 Nov 2014 23:21:05 GMT Joel Sherrill [e8abdfb] * cpukit/libfs/src/dosfs/fat_fat_operations.c (modified) dosfs/fat_fat_operations.c: Explicitly ignore return (Coverity ID ... Thu, 20 Nov 2014 23:19:13 GMT Joel Sherrill [8f73af85] * cpukit/libfs/src/dosfs/msdos_format.c (modified) dosfs/msdos_format.c: Dead code removal (Coverity ID 1255325) ... Thu, 20 Nov 2014 23:17:18 GMT Joel Sherrill [5dff7425] * cpukit/libcsupport/src/termios.c (modified) libcsupport/src/termios.c: Explicitly ignore return value (Coverity ... Fri, 21 Nov 2014 07:49:57 GMT Sebastian Huber [11925eef] * c/src/lib/libbsp/powerpc/gen5200/ide/pcmcia_ide.c (modified) * c/src/lib/libbsp/powerpc/mvme5500/network/if_100MHz/GT64260eth.c (modified) * c/src/libchip/ide/ata_internal.h (modified) * cpukit/libfs/src/dosfs/fat.h (modified) * cpukit/libfs/src/imfs/imfs_load_tar.c (modified) * cpukit/libfs/src/pipe/fifo.c (modified) * cpukit/libmisc/untar/untar.c (modified) * cpukit/librpc/src/rpc/svc_udp.c (modified) * cpukit/pppd/pppd.h (modified) * testsuites/psxtests/psxaio02/init.c (modified) * testsuites/psxtests/psxaio03/init.c (modified) * testsuites/samples/fileio/init.c (modified) * testsuites/sptests/sp48/init.c (modified) * testsuites/sptests/sp63/init.c (modified) Delete or rename MIN/MAX macros and defines Include ... Wed, 19 Nov 2014 19:57:21 GMT Joel Sherrill [a5201ea] * cpukit/libdl/rtl-mdreloc-powerpc.c (modified) libdl/rtl-mdreloc-powerpc.c: Fix warnings This patch addresses the ... Thu, 06 Nov 2014 22:16:56 GMT Joel Sherrill [287843f] * cpukit/Makefile.am (modified) * cpukit/posix/Makefile.am (modified) * cpukit/posix/include/sys/mman.h (added) * cpukit/posix/src/mmap.c (added) * cpukit/posix/src/mprotect.c (modified) * cpukit/posix/src/munmap.c (added) * cpukit/preinstall.am (modified) sys/mman.h: New file. Clean up and add supporting stubs * ... Thu, 06 Nov 2014 16:03:11 GMT Joel Sherrill [c8784667] * cpukit/libdl/include/arch/mips/machine/elf_machdep.h (modified) libdl/.../mips/machine/elf_machdep.h: Fix typo so compiles Thu, 20 Nov 2014 14:00:29 GMT Jan Dolezal [b2db1f5c] * cpukit/score/include/rtems/score/basedefs.h (modified) cpukit: basedefs: macro for packed attribute Thu, 20 Nov 2014 14:00:27 GMT Jan Dolezal [58af50d] * cpukit/score/cpu/i386/cpu_asm.S (modified) * cpukit/score/cpu/i386/rtems/score/i386.h (modified) score: i386: functions converting real mode pointer to physical ... Thu, 20 Nov 2014 08:03:50 GMT Sebastian Huber [3bb9c61c] * cpukit/libblock/src/bdbuf.c (modified) bdbuf: Use rtems_cache_get_data_line_size() Wed, 19 Nov 2014 09:46:16 GMT Sebastian Huber [6b4a22e3] * cpukit/libmisc/shell/main_ping.c (modified) shell: Include early This avoids a conflict with ... Tue, 18 Nov 2014 13:05:15 GMT Sebastian Huber [3fe5d01] * cpukit/libmisc/Makefile.am (modified) * cpukit/libmisc/shell/main_cmdchmod.c (added) * cpukit/libmisc/shell/main_cmdchown.c (added) * cpukit/libmisc/shell/main_cmdls.c (added) * cpukit/libmisc/shell/shellconfig.h (modified) * doc/shell/general.t (modified) shell: Add CMDLS, CMDCHOWN, CMDCHMOD commands Tue, 18 Nov 2014 11:03:11 GMT Sebastian Huber [478455e0] * cpukit/libmisc/shell/main_help.c (modified) shell: Fix help topic header Tue, 18 Nov 2014 06:35:30 GMT Sebastian Huber [7eada71] * cpukit/libmisc/shell/cmds.c (modified) * cpukit/libmisc/shell/internal.h (modified) * cpukit/libmisc/shell/main_alias.c (modified) * cpukit/libmisc/shell/main_help.c (modified) * cpukit/libmisc/shell/main_time.c (modified) * cpukit/libmisc/shell/shell.h (modified) * cpukit/libmisc/shell/shell_cmdset.c (modified) shell: Add mode, UID and GID to shell commands Use this information ... Tue, 18 Nov 2014 10:07:36 GMT Sebastian Huber [ffd5285] * cpukit/libmisc/shell/shell.c (modified) * cpukit/libmisc/shell/shell.h (modified) shell: Inherit UID and GID if no login check Use the UID and GID of ... Tue, 18 Nov 2014 09:36:27 GMT Sebastian Huber [5c141d6a] * cpukit/libmisc/shell/internal.h (modified) * cpukit/libmisc/shell/main_time.c (modified) * cpukit/libmisc/shell/shell.c (modified) * cpukit/libmisc/shell/shell_cmdset.c (modified) shell: Add and use rtems_shell_execute_cmd() Tue, 18 Nov 2014 09:13:55 GMT Sebastian Huber [1227858] * cpukit/libmisc/shell/shell_script.c (modified) shell: Make rtems_shell_main_joel() static Tue, 18 Nov 2014 09:09:30 GMT Sebastian Huber [66da4844] * cpukit/libmisc/shell/main_time.c (modified) shell: Print to stderr in TIME command Tue, 18 Nov 2014 09:03:24 GMT Sebastian Huber [7840b66] * cpukit/libmisc/shell/internal.h (modified) * cpukit/libmisc/shell/shell.c (modified) * cpukit/libmisc/shell/shell_cmdset.c (modified) * cpukit/libmisc/shell/shellconfig.h (modified) shell: Add initial commands and aliases only once Make tables read-only. Mon, 17 Nov 2014 14:58:26 GMT Sebastian Huber [7a2c30f] * cpukit/libmisc/shell/shell_cmdset.c (modified) shell: Simplify rtems_shell_add_cmd_struct() Mon, 17 Nov 2014 14:42:57 GMT Sebastian Huber [bac3d6d] * cpukit/libmisc/shell/main_halt.c (modified) * cpukit/libmisc/shell/shell.c (modified) * cpukit/libmisc/shell/shellconfig.h (modified) * doc/shell/rtems.t (modified) shell: Rename HALT to SHUTDOWN command Use a normal command for ... Mon, 17 Nov 2014 12:35:58 GMT Sebastian Huber [e02d5dd9] * cpukit/libcsupport/src/base_fs.c (modified) * cpukit/libcsupport/src/pwdgrp.c (modified) * testsuites/libtests/Makefile.am (modified) * testsuites/libtests/configure.ac (modified) * testsuites/libtests/pwdgrp02/Makefile.am (added) * testsuites/libtests/pwdgrp02/init.c (added) * testsuites/libtests/pwdgrp02/pwdgrp02.doc (added) * testsuites/libtests/pwdgrp02/pwdgrp02.scn (added) Ensure security of default user environment Mon, 17 Nov 2014 10:55:27 GMT Sebastian Huber [fa028bb] * cpukit/libmisc/shell/login_check.c (modified) * cpukit/libmisc/shell/shell.c (modified) * testsuites/libtests/shell01/init.c (modified) * testsuites/samples/fileio/init.c (modified) shell: Do chroot() after successful login Mon, 17 Nov 2014 13:55:38 GMT Sebastian Huber [373ccbb9] * cpukit/libmisc/shell/shell.c (modified) shell: Use exiting once initialization Avoid TOCTOU issues. Avoid ... Mon, 17 Nov 2014 09:19:00 GMT Sebastian Huber [065d72ce] * cpukit/libmisc/shell/login_check.c (modified) * testsuites/libtests/shell01/init.c (modified) shell: Get supplementary group IDs in login check Mon, 17 Nov 2014 08:01:53 GMT Sebastian Huber [b8bd90f6] * cpukit/include/rtems/userenv.h (modified) * cpukit/libcsupport/Makefile.am (modified) * cpukit/libcsupport/include/rtems/libio_.h (modified) * cpukit/libcsupport/src/sup_fs_check_permissions.c (modified) * cpukit/libcsupport/src/uenvgetgroups.c (added) * testsuites/fstests/fsnofs01/init.c (modified) Add supplementary groups to user environment Mon, 17 Nov 2014 12:00:17 GMT Sebastian Huber [7bfa0970] * cpukit/libfs/src/dosfs/fat.h (modified) dosfs: Avoid MIN() re-definition Tue, 18 Nov 2014 06:39:47 GMT Sebastian Huber [c3350e7d] * cpukit/libcsupport/include/rtems/libio_.h (modified) Filesystem: Typo Mon, 17 Nov 2014 06:53:01 GMT Sebastian Huber [ffa71f1] * cpukit/libcsupport/src/getgroups.c (modified) * testsuites/libtests/pwdgrp01/init.c (modified) * testsuites/libtests/pwdgrp01/pwdgrp01.doc (modified) * testsuites/psxtests/psxid01/init.c (modified) * testsuites/psxtests/psxid01/psxid01.scn (modified) libcsupport: Implement getgroups() Fri, 14 Nov 2014 14:33:57 GMT Sebastian Huber [395e5d4] * cpukit/libcsupport/Makefile.am (modified) * cpukit/libcsupport/src/getgrent.c (modified) * cpukit/libcsupport/src/getgrnam.c (added) * testsuites/psxtests/psxpasswd01/init.c (modified) * testsuites/psxtests/psxpasswd02/init.c (modified) libcsupport: Use POSIX key for getgrent() Fri, 14 Nov 2014 13:31:54 GMT Sebastian Huber [acf9a8d] * cpukit/libmisc/shell/login_check.c (modified) * testsuites/libtests/Makefile.am (modified) * testsuites/libtests/configure.ac (modified) * testsuites/libtests/shell01/Makefile.am (added) * testsuites/libtests/shell01/init.c (added) * testsuites/libtests/shell01/shell01.doc (added) * testsuites/libtests/shell01/shell01.scn (added) * testsuites/samples/fileio/init.c (modified) shell: Use crypt_r() in rtems_shell_login_check() Use '*" to ... Fri, 14 Nov 2014 13:30:36 GMT Sebastian Huber [002f351] * cpukit/libcsupport/src/pwdgrp.c (modified) * testsuites/psxtests/psxpasswd01/init.c (modified) * testsuites/psxtests/psxpasswd01/psxpasswd01.scn (modified) libcsupport: Minimal /etc/passwd and /etc/group Create a minimal ... Fri, 14 Nov 2014 10:30:50 GMT Sebastian Huber [6935428] * cpukit/libcsupport/src/pwdgrp.c (modified) * testsuites/libtests/Makefile.am (modified) * testsuites/libtests/configure.ac (modified) * testsuites/libtests/pwdgrp01/Makefile.am (added) * testsuites/libtests/pwdgrp01/init.c (added) * testsuites/libtests/pwdgrp01/pwdgrp01.doc (added) * testsuites/libtests/pwdgrp01/pwdgrp01.scn (added) libcsupport: Avoid TOCTOU and format errors Fri, 14 Nov 2014 10:09:39 GMT Sebastian Huber [80055514] * cpukit/libcsupport/src/pwdgrp.c (modified) libcsupport: Use pthread_once() Fri, 14 Nov 2014 10:01:48 GMT Sebastian Huber [b471854b] * cpukit/libcsupport/Makefile.am (modified) * cpukit/libcsupport/src/getgrent.c (added) * cpukit/libcsupport/src/getpwent.c (modified) * cpukit/libcsupport/src/pwdgrp.c (added) * cpukit/libcsupport/src/pwdgrp.h (added) libcsupport: Split passwd/group support Fri, 14 Nov 2014 09:28:15 GMT Sebastian Huber [d82f9de1] * cpukit/libcsupport/src/getpwent.c (modified) libcsupport: Add copyrights according to rev hist Thu, 13 Nov 2014 14:13:24 GMT Sebastian Huber [4466321] * cpukit/Makefile.am (modified) * cpukit/configure.ac (modified) * cpukit/include/crypt.h (added) * cpukit/libcrypt/Makefile.am (added) * cpukit/libcrypt/crypt-md5.c (added) * cpukit/libcrypt/crypt-sha256.c (added) * cpukit/libcrypt/crypt-sha512.c (added) * cpukit/libcrypt/crypt.c (added) * cpukit/libcrypt/misc.c (added) * cpukit/libcrypt/preinstall.am (added) * cpukit/preinstall.am (modified) * cpukit/wrapup/Makefile.am (modified) * testsuites/libtests/Makefile.am (modified) * testsuites/libtests/configure.ac (modified) * testsuites/libtests/crypt01/Makefile.am (added) * testsuites/libtests/crypt01/crypt01.doc (added) * testsuites/libtests/crypt01/crypt01.scn (added) * testsuites/libtests/crypt01/init.c (added) Add crypt_r(), etc. Add crypt_add_format(), crypt_r(), ... Thu, 13 Nov 2014 12:18:24 GMT Sebastian Huber [1bcd0378] * cpukit/Makefile.am (modified) * cpukit/libmd/Makefile.am (modified) * cpukit/libmd/preinstall.am (modified) * cpukit/libmd/sha256.h (added) * cpukit/libmd/sha256c.c (added) * cpukit/libmd/sha512.h (added) * cpukit/libmd/sha512c.c (added) * cpukit/preinstall.am (modified) * testsuites/libtests/Makefile.am (modified) * testsuites/libtests/configure.ac (modified) * testsuites/libtests/sha/Makefile.am (added) * testsuites/libtests/sha/init.c (added) * testsuites/libtests/sha/sha.doc (added) * testsuites/libtests/sha/sha.scn (added) Add SHA256 and SHA512 support Thu, 13 Nov 2014 10:55:51 GMT Sebastian Huber [a2b6895] * cpukit/Makefile.am (modified) * cpukit/include/sys/endian.h (added) * cpukit/preinstall.am (modified) Add Tue, 11 Nov 2014 11:41:58 GMT Sebastian Huber [0510cfd8] * cpukit/dev/Makefile.am (modified) * cpukit/dev/i2c/switch-nxp-pca9548a.c (added) * cpukit/dev/include/dev/i2c/switch-nxp-pca9548a.h (added) * cpukit/dev/preinstall.am (modified) * testsuites/libtests/i2c01/init.c (modified) Add NXP PCA9548A 8-channel switch I2C driver Fri, 07 Nov 2014 12:50:01 GMT Sebastian Huber [67ac69fc] * cpukit/dev/Makefile.am (modified) * cpukit/dev/i2c/gpio-nxp-pca9535.c (added) * cpukit/dev/include/dev/i2c/gpio-nxp-pca9535.h (added) * cpukit/dev/preinstall.am (modified) * testsuites/libtests/i2c01/init.c (modified) Add NXP PCA9535 16-bit GPIO I2C driver Fri, 07 Nov 2014 12:49:29 GMT Sebastian Huber [cce46780] * cpukit/dev/Makefile.am (modified) * cpukit/dev/i2c/eeprom.c (added) * cpukit/dev/include/dev/i2c/eeprom.h (added) * cpukit/dev/preinstall.am (modified) * testsuites/libtests/i2c01/init.c (modified) Add generic EEPROM I2C device driver Fri, 07 Nov 2014 12:47:39 GMT Sebastian Huber [41c5f1b7] * cpukit/dev/Makefile.am (modified) * cpukit/dev/i2c/i2c-bus.c (added) * cpukit/dev/i2c/i2c-dev.c (added) * cpukit/dev/include/dev/i2c/i2c.h (added) * cpukit/dev/preinstall.am (modified) * cpukit/wrapup/Makefile.am (modified) * testsuites/libtests/Makefile.am (modified) * testsuites/libtests/configure.ac (modified) * testsuites/libtests/i2c01/Makefile.am (added) * testsuites/libtests/i2c01/i2c01.doc (added) * testsuites/libtests/i2c01/i2c01.scn (added) * testsuites/libtests/i2c01/init.c (added) Add I2C driver framework This I2C driver framework has some major ... Wed, 05 Nov 2014 09:21:34 GMT Sebastian Huber [b6f21886] * cpukit/Makefile.am (modified) * cpukit/configure.ac (modified) * cpukit/dev/Makefile.am (added) * cpukit/dev/include/linux/i2c-dev.h (added) * cpukit/dev/include/linux/i2c.h (added) * cpukit/dev/preinstall.am (added) Add RTEMS port of Linux I2C user-space API Thu, 20 Nov 2014 02:52:12 GMT Chris Johns [580466c] * cpukit/libdl/rtl-elf.c (modified) libdl: Update comment with details about the error fix. See refs #2192. Wed, 19 Nov 2014 23:19:46 GMT Chris Johns [2ae58c69] * cpukit/libdl/rtl-allocator.c (modified) libdl: Update the comments. See refs #2191. Wed, 19 Nov 2014 23:18:16 GMT Chris Johns [fc523ac8] * cpukit/libdl/rtl-elf.c (modified) libdl: Fix possible 16-bit overflow (Coverity 1255339) refs #2192. ... Wed, 19 Nov 2014 21:43:15 GMT Chris Johns [4f1bbbfc] * cpukit/libdl/rtl-allocator.c (modified) libdl: Add a comment. See ref #2191. Wed, 19 Nov 2014 21:38:28 GMT Chris Johns [80590a8] * cpukit/libdl/rtl-allocator.c (modified) libdl: Add a comment to the previous fix. The fix is ref #2191. Wed, 19 Nov 2014 21:30:01 GMT Chris Johns [90f65007] * cpukit/libdl/rtl-allocator.c (modified) libdl: Fix allocator NULL check (Coverity 1255328) refs #2191 The ... Wed, 19 Nov 2014 09:09:54 GMT Chris Johns [7ecd1fc] * cpukit/wrapup/Makefile.am (modified) libmisc: Add the libmisc/redirector to the wrap up. Thu, 06 Nov 2014 02:08:48 GMT Chris Johns [f98abbe] * cpukit/configure.ac (modified) * cpukit/libdl/rtl-mdreloc-nios2.c (deleted) * testsuites/libtests/configure.ac (modified) libdl: Disable building libdl for the NIOS2. No relocation support. ... Tue, 04 Nov 2014 22:05:44 GMT Joel Sherrill [54998f6] * cpukit/libmisc/shell/main_edit.c (modified) shell/main_edit.c: Fix warnings Tue, 04 Nov 2014 20:55:43 GMT Joel Sherrill [1a3c611c] * cpukit/sapi/src/testextension.c (modified) sapi/src/testextension.c: Fix warnings Tue, 04 Nov 2014 20:55:21 GMT Joel Sherrill [1dc5b0e0] * cpukit/libdl/rtl-mdreloc-bfin.c (modified) libdl/rtl-mdreloc-bfin.c: Include rtems/rtl/rtl.h not rtl.h Tue, 04 Nov 2014 20:54:48 GMT Joel Sherrill [598a1f4a] * cpukit/libdl/Makefile.am (modified) libdl/Makefile.am: Need preinstall on all targets Tue, 04 Nov 2014 05:34:37 GMT Chris Johns [028ed6c3] * cpukit/libdl/dlfcn.c (modified) libdl: RTLD_DEFAULT searches the global symbol table. Tue, 04 Nov 2014 01:12:25 GMT Chris Johns [a2e1e30d] * cpukit/libdl/rtl-elf.c (modified) * cpukit/libdl/rtl-obj.h (modified) * cpukit/libdl/rtl-sym.c (modified) * cpukit/libdl/rtl-sym.h (modified) * cpukit/libdl/rtl-trace.h (modified) libdl: Add a local symbol table to the object module. Adding a ... Mon, 03 Nov 2014 12:56:00 GMT Jennifer Averett [4123e244] * cpukit/libmisc/cpuuse/cpuusagetop.c (modified) cpuuse: Resolve compile errors. Fri, 31 Oct 2014 05:20:02 GMT Chris Johns [7ae1c30] * cpukit/libnetworking/libc/res_config.h (modified) * cpukit/libnetworking/rtems/rtems_bsdnet_internal.h (modified) * cpukit/libnetworking/rtems/sghostname.c (modified) libnetworking: Fix the sethostname decl to match newlib. 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.