source: rtems

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @c34f94f7   02/16/15 10:55:03 Sebastian Huber score: Add _CPU_SMP_Prepare_start_multitasking() Update #2268. 4.115
(edit) @a43a3466   02/15/15 09:38:15 Sebastian Huber IMFS: Implement variable length node names This reduces the average … 4.115
(edit) @f785492   02/14/15 19:07:19 Sebastian Huber IMFS: Add CONFIGURE_IMFS_DISABLE_READDIR 4.115
(edit) @5640dd5   02/11/15 23:36:34 Joel Sherrill lpc1768_mbed_ahb_ram_eth-testsuite.tcfg: Add ftp01 4.115
(edit) @79b45a1   02/11/15 23:34:44 Joel Sherrill lpc1768_mbed-testsuite.tcfg: Add ftp01 4.115
(edit) @2d84c4e   02/13/15 21:07:45 Sebastian Huber score: Mention ticket in comment 4.115
(edit) @249766c5   02/13/15 20:26:17 Sebastian Huber IMFS: Rename CONFIGURE_IMFS_DISABLE_FCHMOD Rename … 4.115
(edit) @40a18d7f   02/13/15 20:11:55 Sebastian Huber IMFS: Add CONFIGURE_IMFS_DISABLE_MKNOD_FILE 4.115
(edit) @12eee4fd   02/13/15 19:53:41 Sebastian Huber IMFS: CONFIGURE_USE_MINIIMFS_AS_BASE_FILESYSTEM Resurrect … 4.115
(edit) @50f8bfd   02/13/15 17:52:43 Joel Sherrill sapi/Makefile.am: Do not install libsapi.a sapi/preinstall.am: … 4.115
(edit) @353506b9   02/02/15 13:55:23 Sebastian Huber sys/event.h: Update to FreeBSD 9.3 4.115
(edit) @b57a6a7   02/11/15 19:59:29 Joel Sherrill psxhdrs: Reorganize into subdirectories per .h file and rename files … 4.115
(edit) @86076f3   02/11/15 19:31:30 Joel Sherrill psxhdrs: Remove test of pthread_attr_[gs]et_cputime These methods are … 4.115
(edit) @eedaf9b   02/11/15 20:00:35 Joel Sherrill psxhdrs: Add tests for <sys/socket.h> API compliance 4.115
(edit) @547c2282   02/11/15 20:12:48 Joel Sherrill sys/socket.h: Include <sys/types.h> for ssize_t closes 2245 4.115
(edit) @a9df916   02/08/15 18:43:09 Sebastian Huber IMFS: Add fine grained configuration Remove miniIMFS. Statically … 4.115
(edit) @a2f5c7e1   02/08/15 15:09:27 Sebastian Huber IMFS: Allow static initialization of FS info 4.115
(edit) @11026956   02/06/15 19:50:49 Sebastian Huber IMFS: Fix resource leak 4.115
(edit) @60cf8a5   02/06/15 15:32:39 Sebastian Huber IMFS: Add root directory to FS info Fix memory leak in IMFS_fsunmount(). 4.115
(edit) @9247d3f   02/05/15 15:58:09 Sebastian Huber IMFS: Simplify IMFS_symlink() 4.115
(edit) @e4d35d8   02/05/15 15:43:58 Sebastian Huber IMFS: Split linfile and memfile modules Make several functions static. 4.115
(edit) @24ec25d   02/05/15 15:14:59 Sebastian Huber IMFS: Introduce IMFS_mknod_control Drop IMFS_node_control::node_size … 4.115
(edit) @194eb007   02/12/15 19:52:16 Sebastian Huber Filesystem: Use ENOTSUP for default mount/unmount 4.115
(edit) @5efbb66   02/04/15 09:33:17 cederman grspw: Fix typos 4.115
(edit) @8244a2f   01/12/15 10:24:58 cederman doc: Document network task affinity option 4.115
(edit) @b92f737   01/12/15 10:24:16 cederman doc: Describe new default error handler for Sparc 4.115
(edit) @8d8573ac   02/04/15 09:04:05 cederman smpcapture02: Add test of functionality to add custom entries to … 4.115
(edit) @0c94a46   01/09/15 08:03:59 cederman bsp/sparc: Move BSP_ISR_handler to a separate file and rename it This … 4.115
(edit) @1c7ee73   02/10/15 20:18:27 Hesham Almatary or1k/cpu.c: Eliminate dependency on BSP provided header 4.115
(edit) @16939b18   02/09/15 18:09:23 Sebastian Huber Filesystem: Simplify FIFO and pipe configuration 4.115
(edit) @eb77534   02/09/15 14:37:00 Sebastian Huber Filesystem: Delete unused fsmountme_h handler 4.115
(edit) @b4e52ce9   02/06/15 20:12:38 Sebastian Huber fstests/fsrename: Avoid double initialization 4.115
(edit) @cf4dfc1   02/04/15 17:20:27 pisa arm/tms570: sci context has to be writable because it holds state … 4.115
(edit) @924cbd4f   01/31/15 20:27:01 Sebastian Huber IMFS: Simplify ino generation The type of ino_t is unsigned long, so … 4.115
(edit) @95308caf   01/31/15 20:25:57 Sebastian Huber IMFS: Use rtems_filesystem_make_dev_t_from_pointer 4.115
(edit) @4c14ace6   01/31/15 20:23:26 Sebastian Huber Add rtems_filesystem_make_dev_t_from_pointer() 4.115
(edit) @efd2965a   02/02/15 14:25:26 Sebastian Huber Filesystem: Statically initialize rtems_libio_iops 4.115
(edit) @ec0f2df   02/02/15 14:25:25 Sebastian Huber Filesystem: Use rtems_libio_iop_to_descriptor() Drop parameter check … 4.115
(edit) @97db9e30   02/02/15 14:25:24 Sebastian Huber Filesystem: Delete rtems_libio_last_iop 4.115
(edit) @ead010c   02/02/15 14:25:23 Sebastian Huber Filesystem: Make rtems_libio_number_iops const 4.115
(edit) @d11b711   01/28/15 04:04:26 Nick Withers bsps/powerpc: Fix a clock driver PowerPC Book E: Account for an extra … 4.115
(edit) @40d062f5   01/28/15 17:47:19 Sebastian Huber IMFS: Reduce IMFS node types Provide only types used by IMFS_mknod(). 4.115
(edit) @29fa241   01/28/15 17:25:49 Sebastian Huber IMFS: Aggregate link support in dedicated modules 4.115
(edit) @cf36b70   12/31/14 09:56:05 Sebastian Huber IMFS: Replace node union with individual struct This reduces the … 4.115
(edit) @369328f0   01/26/15 22:22:21 Joel Sherrill user/conf.t: Fix typo 4.115
(edit) @081a697   01/23/15 15:43:59 Joel Sherrill sys/socket.h: Add include of <sys/_types.h> for ssize_t This was … 4.115
(edit) @80bfd3a   01/23/15 15:46:48 Joel Sherrill psx07: Add missing parameter to printf() call Close 2241. Conflicts: … 4.115
(edit) @296846a   01/14/15 22:23:53 Joel Sherrill mcf5206elite/include/i2c.h: Fix spelling error 4.115
(edit) @b1dcae0   01/14/15 22:23:16 Joel Sherrill stm32f4/.../stm32f105rc-testsuite.tcfg: Add more tests 4.115
(edit) @3d345508   01/14/15 22:22:59 Joel Sherrill lpc24xx/.../lpc23xx_tli800-testsuite.tcfg: Add more tests 4.115
(edit) @b302880e   01/14/15 22:22:41 Joel Sherrill lpc24xx/.../lpc2362-testsuite.tcfg: Add more tests 4.115
(edit) @05eaca8   01/14/15 22:22:26 Joel Sherrill lm3s69xx/.../lm3s6965-testsuite.tcfg: Add more tests 4.115
(edit) @c1c45f5   01/14/15 22:22:09 Joel Sherrill lm3s69xx/.../lm3s3749-testsuite.tcfg: Add more tests 4.115
(edit) @e6a7896f   01/23/15 13:49:36 Sebastian Huber bsp/altera-cyclone-v: Use proper free function 4.115
(edit) @c8cd4ff   01/23/15 11:56:53 Sebastian Huber libnetworking: Fix memset() call Close #2244. 4.115
(edit) @2a0923c5   01/23/15 11:55:02 Sebastian Huber bsps/sparc: Use calloc() Close #2242. 4.115
(edit) @ffb1a45   01/23/15 11:49:44 Sebastian Huber psxtests/psx07: Fix printf() statement Close #2240. 4.115
(edit) @b033e85   01/23/15 11:47:46 Sebastian Huber tools: Fix fprintf() statement Close #2240. 4.115
(edit) @f63e9a3   01/23/15 10:31:54 Sebastian Huber bsps/powerpc: Fix switch statement in CPU ident Close #2237. 4.115
(edit) @2f16001   01/23/15 10:24:01 Sebastian Huber libchip: Fix high capacity detection for MMC Close #2239. 4.115
(edit) @2486c492   12/16/13 19:36:18 Daniel Ramirez grspw: descriptor tables no longer statically allocated 4.115
(edit) @50a50313   01/21/15 14:22:46 Sebastian Huber score: Delete superfluous Heap_Statistics::instance This value … 4.115
(edit) @c625a641   12/21/14 19:12:28 Sebastian Huber Filesystem: Delete node type operation Use the fstat handler instead. 4.115
(edit) @60d39b66   01/20/15 13:01:50 Sebastian Huber powerpc: Fix AltiVec? VSCR save/restore 4.115
(edit) @f87ede5   01/15/15 13:13:19 Sebastian Huber libnetworking: Fix close of active sockets Send a special event to … 4.115
(edit) @51c88e8b   01/16/15 08:08:23 Sebastian Huber libnetworking: Delete dead code The so_uid is always 0 in RTEMS. 4.115
(edit) @f2f39f3c   01/16/15 08:05:15 Sebastian Huber libnetworking: Avoid spurious event delivery The so_pgid field … 4.115
(edit) @8a7048a   01/19/15 12:53:51 Marcos Diaz Fixed dl01 and dl02 makefiles 4.115
(edit) @ac6e8c4   01/15/15 10:30:13 Sebastian Huber libnetworking: Simplify sbwait() 4.115
(edit) @f1c044d   01/14/15 19:07:59 Sebastian Huber bsps/powerpc: Fix conditional compilation 4.115
(edit) @6042fdb7   01/14/15 06:53:00 Sebastian Huber bsp/mcf5206elite: Remove <i2c.h> inlude in <bsp.h> This prevents a … 4.115
(edit) @77c5ddd4   01/14/15 06:34:44 Sebastian Huber smptests/smpmrsp01: Fix task delete race condition Do not supsend … 4.115
(edit) @125e23b   01/13/15 21:40:47 Joel Sherrill tools/cpu/nios2/ptf.c: Add include to fix warnings 4.115
(edit) @85dbf52   01/13/15 21:40:31 Joel Sherrill libcpu/powerpc/mpc6xx/mmu/bat.c: Now compiles with gcc 5.x 4.115
(edit) @f2e6c3e   01/13/15 10:38:18 Sebastian Huber bsp/qoriq: Add T2080RDB and T4240RDB variants 4.115
(edit) @3e2647a7   12/23/14 13:18:06 Sebastian Huber powerpc: AltiVec? and FPU context support Add AltiVec? and FPU support … 4.115
(edit) @c279d0a3   12/19/14 12:05:00 Sebastian Huber bsps/powerpc: Use e500 exc categories for e6500 This is not correct, … 4.115
(edit) @99a1f122   01/13/15 07:24:36 Sebastian Huber nios2: Disable assembler warning Close #2232. 4.115
(edit) @5139d21   01/10/15 19:04:06 Anthony Green moxiesim: Add conditional logic to handle old and new gas syntax 4.115
(edit) @5759510   01/09/15 12:25:09 Sebastian Huber arm: Fix compile error for ARMv6-M multilib ARMv6-M is not supported … 4.115
(edit) @b1268e6   01/07/15 09:37:23 Sebastian Huber powerpc: Add AltiVec? register ASM defines 4.115
(edit) @2e19bfd   12/23/14 11:27:53 Sebastian Huber powerpc: Use PPC_HAS_FPU Provide floating point context support only … 4.115
(edit) @0d0095f1   12/23/14 10:46:08 Sebastian Huber powerpc: Add PPC_STACK_ALIGN_POWER Simplify PPC_STACK_ALIGNMENT … 4.115
(edit) @7c16e1a5   12/23/14 10:38:34 Sebastian Huber powerpc: Set PPC_DEFAULT_CACHE_LINE_SIZE for e6500 4.115
(edit) @84d3b9b0   12/23/14 10:34:40 Sebastian Huber powerpc: Use PPC_DEFAULT_CACHE_LINE_SIZE Use it for the default … 4.115
(edit) @7f28f237   12/23/14 10:05:21 Sebastian Huber powerpc: Delete _CPU_IRQ_info 4.115
(edit) @bb7bd148   12/22/14 10:46:17 Sebastian Huber powerpc: Use alternate time base for CPU counter 4.115
(edit) @691cc20   12/22/14 09:14:10 Sebastian Huber bsp/qoriq: Fix nanoseconds extension 4.115
(edit) @a532301c   12/22/14 06:43:19 Sebastian Huber bsp/qoriq: Increase MAS0[ESEL] width 4.115
(edit) @0e05095a   12/19/14 12:06:39 Sebastian Huber bsp/qoriq: Add MAS7 support for MMU This enables usage of the full … 4.115
(edit) @71b611d   12/23/14 08:53:43 Sebastian Huber bsps/powerpc: ppc_exc_initialize_interrupt_stack() 4.115
(edit) @7bad672   12/23/14 07:30:40 Sebastian Huber bsps/powerpc: Add TMR access macros 4.115
(edit) @c32a128   12/22/14 10:33:13 Sebastian Huber bsps/powerpc: Add cache size functions 4.115
(edit) @7d26f60   12/22/14 09:31:49 Sebastian Huber bsps/powerpc: Delete C pre-processor warning Do not warn about not … 4.115
(edit) @494df99f   12/19/14 11:13:41 Sebastian Huber bsps/powerpc: Support for 64 byte cache lines 4.115
(edit) @5175ac6a   12/19/14 11:12:08 Sebastian Huber bsps/powerpc: Support a cache alignment of 64 Give the BSP the … 4.115
(edit) @f6660bfb   12/19/14 11:11:06 Sebastian Huber bsps/powerpc: Support e6500 indentification 4.115
(edit) @06251bb   12/22/14 06:26:19 Sebastian Huber bsps/u-boot: Add optional text and data sections 4.115
(edit) @b79f98f   12/19/14 08:00:18 Sebastian Huber bsps/u-boot: Update due to API changes 4.115
(edit) @fca58924   12/19/14 11:07:23 Sebastian Huber bsps/mpc83xx: Fix warnings 4.115
Note: See TracRevisionLog for help on using the revision log.