Timeline



11/14/12:

14:56 Changeset in rtems [891d0d96]4.115 by Sebastian Huber <sebastian.huber@…>
score: Documentation
14:10 Changeset in rtems [a12f7e9]4.115 by Sebastian Huber <sebastian.huber@…>
score: Add RTEMS_FATAL_SOURCE_STACK_CHECKER
13:54 Changeset in rtems [a0c7aa55]4.115 by Sebastian Huber <sebastian.huber@…>
score: Add RTEMS_FATAL_SOURCE_ASSERT
13:21 Changeset in rtems [12007d0]4.115 by Sebastian Huber <sebastian.huber@…>
bsps: Include <bspopts.h> in <bsp.h>
12:59 Changeset in rtems [dd8df59]4.115 by Sebastian Huber <sebastian.huber@…>
bsps: Interrupt initialization error is fatal
12:58 Changeset in rtems [9d10cf90]4.115 by Sebastian Huber <sebastian.huber@…>
score: Add RTEMS_FATAL_SOURCE_BSP_GENERIC
12:50 Changeset in rtems [b9bc399]4.115 by Sebastian Huber <sebastian.huber@…>
score: Add RTEMS_FATAL_SOURCE_BSP_SPECIFIC
11:37 Changeset in rtems [e4b40531]4.115 by Sebastian Huber <sebastian.huber@…>
sapi: Add rtems_fatal_source and rtems_fatal_code
10:53 Changeset in rtems [a3e8ab2]4.115 by Sebastian Huber <sebastian.huber@…>
bsps/sparc: Define bsp_reset() This is declared in <bsp/bootcard.h> and is the usual function to reset a board.
10:51 Changeset in rtems [dc0eed7]4.115 by Sebastian Huber <sebastian.huber@…>
testsuites: Include <bsp.h> Include <bsp.h> for proper BSP specific <rtems/confdefs.h> initialization.
10:14 Changeset in rtems [3a1d9c6]4.115 by Sebastian Huber <sebastian.huber@…>
bsps: Include <bsp/bootcard.h> Use <bsp/bootcard.h> to get prototype for bsp_cleanup(). Fix bsp_cleanup() definition if necessary.
09:12 Changeset in rtems [608940f]4.115 by Sebastian Huber <sebastian.huber@…>
score: Add RTEMS_FATAL_SOURCE_BDBUF Add rtems_bdbuf_fatal_code as a replacement for the previous fatal error codes. Remove unused error codes. Add new error codes. Use rtems_fatal() with RTEMS_FATAL_SOURCE_BDBUF as source.
09:11 Changeset in rtems [156e91e]4.115 by Sebastian Huber <sebastian.huber@…>
score: Add RTEMS_FATAL_SOURCE_LAST This enum value ensures that the enum type needs at least 32-bits for architectures with short enums.
08:59 Changeset in rtems [a052181]4.115 by Sebastian Huber <sebastian.huber@…>
score: Add RTEMS_FATAL_SOURCE_EXIT Include <bsp/default-initial-extension.h> in all BSPs. Call rtems_fatal() with RTEMS_FATAL_SOURCE_EXIT as source and the exit() status code as fatal code in every bsp_cleanup(). Move previous bsp_cleanup() code into bsp_fatal_extension().
08:58 Changeset in rtems [038e2f4a]4.115 by Sebastian Huber <sebastian.huber@…>
score: Add RTEMS_FATAL_SOURCE_APPLICATION
08:57 Changeset in rtems [b1e8a58]4.115 by Sebastian Huber <sebastian.huber@…>
bsps/powerpc: Exception initialization error is fatal
08:51 Changeset in rtems [e2e5b492]4.115 by Sebastian Huber <sebastian.huber@…>
score: Add rtems_fatal()
08:27 Changeset in rtems [7d0bdca]4.115 by Sebastian Huber <sebastian.huber@…>
score: Add nest level to interal error state Add Internal_errors_Information::nest_level. This helps to detect recursive calls to _Internal_error_Occurred().
02:45 Changeset in rtems-source-builder [0a48c8a]4.104.114.95 by Chris Johns <chrisj@…>
Remove the _bindir from the path as it breaks on MacOS with python enabled.
02:45 Changeset in rtems-source-builder [40bab3f]4.104.114.95 by Chris Johns <chrisj@…>
Use GMP 5.0.5 and so avoid the flex/m4 issue on Linux.
02:44 Changeset in rtems-source-builder [9215db1]4.104.114.95 by Chris Johns <chrisj@…>
Add a patch to enable Cortex-3M multilibs to be built.

11/13/12:

17:09 Changeset in rtems [d1c89524]4.115 by Ralf Kirchner <ralf.kirchner@…>
bsps/powerpc: Do not use GCC extern inline
16:53 Changeset in rtems [b31a960]4.115 by Sebastian Huber <sebastian.huber@…>
score: Add INTERNAL_ERROR_CPU_ISR_INSTALL_VECTOR Use INTERNAL_ERROR_CPU_ISR_INSTALL_VECTOR on PowerPC for _CPU_ISR_install_vector().
16:40 Changeset in rtems [dc6e830]4.115 by Sebastian Huber <sebastian.huber@…>
sapi: Add and use rtems_internal_error_description
15:39 Changeset in rtems [00dae186]4.115 by Sebastian Huber <sebastian.huber@…>
powerpc: Delete _CPU_Install_interrupt_stack() This function is only used if CPU_HAS_HARDWARE_INTERRUPT_STACK == TRUE.
14:01 Changeset in rtems [c383372]4.115 by Sebastian Huber <sebastian.huber@…>
bsps/powerpc: Add and use bsp_text input section
14:00 Changeset in rtems [d33f743]4.115 by Sebastian Huber <sebastian.huber@…>
bsps/powerpc: Move .fast_text after .text section
13:39 Changeset in rtems [2d561b9]4.115 by Sebastian Huber <sebastian.huber@…>
bsp/mpc55xx: Use BSP_START_DATA_SECTION
11:20 Changeset in rtems [bd75e589]4.115 by Sebastian Huber <sebastian.huber@…>
bsp/mpc55xx: Fix INTC initialization
10:50 Changeset in rtems [6c454104]4.115 by Sebastian Huber <sebastian.huber@…>
bsp/mpc55xx: Fix no-cache section load

11/12/12:

16:58 Changeset in rtems [8f548ce]4.115 by Sebastian Huber <sebastian.huber@…>
sptests/spintrcritical09: Fix check order The critical section check never succeeded since watchdogs are ordered with respect to the insertion time. Now we call the watchdog routine if appropriate and bypass the normal watchdog mechanic.
13:58 Changeset in rtems [8f1b6cde]4.115 by Sebastian Huber <sebastian.huber@…>
fstests/fsrfsbitmap01: Fix NULL pointer access Move test files into one directory.
12:54 Changeset in rtems [b5b1f44]4.115 by Sebastian Huber <sebastian.huber@…>
samples/fileio: Add DOSFS and RFS on demand
10:53 Changeset in rtems [84ff9a47]4.115 by Sebastian Huber <sebastian.huber@…>
score: Fix per CPU member offsets Offset calculation was wrong for 16-bit and 64-bit pointer targets. Remove unused offsets. Move Per_CPU_Control::dispatch_necessary after Per_CPU_Control::isr_nest_level. Move SMP members to end of structure. All assembler relevant members are now at the structure beginning.

11/10/12:

05:19 Changeset in rtems-source-builder [069c7de]4.104.114.95 by Chris Johns <chrisj@…>
More documentation added.
05:10 Changeset in rtems-source-builder [6e10a49]4.104.114.95 by Chris Johns <chrisj@…>
Clean up the exception handling. Lets --help work.

11/09/12:

20:46 Changeset in rtems-source-builder [0f58d47]4.104.114.95 by Chris Johns <chrisj@…>
Fix the gcc-tools-4.6 command.
20:46 Changeset in rtems-source-builder [a1d0eea]4.104.114.95 by Chris Johns <chrisj@…>
Add flex. It is needed by gcc.
15:02 Changeset in rtems [3c1d387]4.115 by Sebastian Huber <sebastian.huber@…>
Filesystem: Preserve source NULL pointer in mount
05:42 Changeset in rtems-source-builder [08f489f]4.104.114.95 by Chris Johns <chrisj@…>
Fix the install point in the STLink configuration.
04:40 Changeset in rtems-source-builder [e40c4de]4.104.114.95 by Chris Johns <chrisj@…>
Fix the parsing of the paths for patches.
04:39 Changeset in rtems-source-builder [ab18d1a]4.104.114.95 by Chris Johns <chrisj@…>
Version 2 of the patch has --pipe support.

11/08/12:

20:11 Changeset in rtems-source-builder [f02d3f9]4.104.114.95 by Chris Johns <chrisj@…>
Same failures as gcc-4.4.7 plus lm32 does not build.
20:09 Changeset in rtems-source-builder [0bf00e2]4.104.114.95 by Chris Johns <chrisj@…>
Add rtems-4.11 support using gcc 4.6.3.
14:41 Changeset in rtems [0f0db894]4.115 by Sebastian Huber <sebastian.huber@…>
dosfs: Lazy update of FAT32 FS info sector The FAT32 FS info sector contains hints for the free cluster count and the next free cluster. The previous code read these values during mount and replaced them with invalid values. The shutdown operation updated them with the current values. These values are only hints. Every FAT implementation must cope with arbitrary values. They are intended to speed up certain operations. Now we update the free cluster count and next free culster in the FAT32 FS info sector only during unmount or sync operations and only if the values have changed. This avoids writes to the FS info sector and conforms to the behaviour of Linux and Windows. The application can force an update of these values now with the fsync() and fdatasync() operations. Applications that only read will perform not write operations to the FAT32 FS info sector. The new fat_sync() function performs all non-file specific synchronizations.
13:45 Changeset in rtems [8863338]4.115 by Sebastian Huber <sebastian.huber@…>
dosfs: Use FAT_UNDEFINED_VALUE
02:11 Changeset in rtems-source-builder [d166191]4.104.114.95 by Chris Johns <chrisj@…>
Add support for Fedora 16.

11/07/12:

16:18 Changeset in rtems [602a1844]4.115 by Joel Sherrill <joel.sherrill@…>
rtems-message_queue.adb: Formatting
16:09 Changeset in rtems [15aaea97]4.115 by Sebastian Huber <sebastian.huber@…>
doc/user: Fix scheduler configuration
15:18 Changeset in rtems [38c0b112]4.115 by Sebastian Huber <sebastian.huber@…>
bsps: New file <bsp/default-initial-extension.h>
13:59 Changeset in rtems [7121cac0]4.115 by Sebastian Huber <sebastian.huber@…>
bsps/sparc: Add BSP_INITIAL_EXTENSION to <bsp.h> The bsp_fatal_extension() will call BSP_fatal_return().
13:10 Changeset in rtems [228df42]4.115 by Sebastian Huber <sebastian.huber@…>
sapi: Add BSP_INITIAL_EXTENSION to confdefs.h A BSP can supply an initial extension via the new optional BSP_INITIAL_EXTENSION define. It will be the last in the initial extension table.
12:59 Changeset in rtems [466cf31d]4.115 by Sebastian Huber <sebastian.huber@…>
score: Statically initialize user extensions The initial extensions remain now in a read-only table and will not be copied to work space memory. The extension chains are statically initialized. This makes it possible to call _User_extensions_Iterate() independent of the system state. It is now guaranteed that the fatal callout of the initial extensions will be called provided the stack pointer, the read-only data, and code memory are valid.
12:48 Changeset in rtems [3cd79b0]4.115 by Sebastian Huber <sebastian.huber@…>
libtests/devfs03: Initialize nodes
11:33 Changeset in rtems [ecf9858]4.115 by Sebastian Huber <sebastian.huber@…>
score: Move global variables definition Define _System_state_Current and _Internal_errors_What_happened in interr.c to make _Internal_error_Occurred() more independent.
11:31 Changeset in rtems [44633fd]4.115 by Sebastian Huber <sebastian.huber@…>
sptests/spinternalerror01: New test
10:23 Changeset in rtems [2195fd27]4.115 by Sebastian Huber <sebastian.huber@…>
sapi: Make initial user extensions table read-only
09:54 Changeset in rtems [9ed2bef]4.115 by Sebastian Huber <sebastian.huber@…>
score: Add and use RTEMS_ARRAY_SIZE()
09:19 Changeset in rtems [b596754]4.115 by Sebastian Huber <sebastian.huber@…>
sapi: Fix user scheduler configuration The comment in confdefs.h shows how to do it: An application can define its own scheduling policy by defining CONFIGURE_SCHEDULER_USER and the following: - CONFIGURE_SCHEDULER_ENTRY_POINTS - CONFIGURE_MEMORY_FOR_SCHEDULER - base memory - CONFIGURE_MEMORY_PER_TASK_FOR_SCHEDULER - per task memory
09:11 Changeset in rtems [e5ae7c92]4.115 by Sebastian Huber <sebastian.huber@…>
score: Add and use _User_extensions_Iterate() Replace the separate user extension iterations with a single iteration function. This reduces code size and improves maintainability since the iteration logic is only in one function. The runtime overhead is insignificant.

11/06/12:

21:41 Changeset in rtems-source-builder [3d5b64d]4.104.114.95 by Chris Johns <chrisj@…>
Add -pipe to the compiler options.
18:10 Changeset in rtems-source-builder [7760706]4.104.114.95 by Chris Johns <chrisj@…>
Disable C++ on M32C. Fix target to _target bug.
17:35 Changeset in rtems-source-builder [62f77ac6]4.104.114.95 by Chris Johns <chrisj@…>
Disable C++ for AVR.
12:54 Changeset in rtems [ae4f125e]4.115 by Sebastian Huber <sebastian.huber@…>
sapi: Make Configuration read-only The Configuration is now read-only and must be statically initialized via confdefs.h or similar.
12:46 Changeset in rtems [ed8be1ae]4.115 by Sebastian Huber <sebastian.huber@…>
monitor: Add const qualifier
12:43 Changeset in rtems [682b819]4.115 by Sebastian Huber <sebastian.huber@…>
monitor: Avoid unused function
11:32 Changeset in rtems [9186fa8]4.115 by Sebastian Huber <sebastian.huber@…>
bsps/sparc: Delete unused symbol declaration
11:18 Changeset in rtems [ef5f359]4.115 by Sebastian Huber <sebastian.huber@…>
sapi: Delete duplicate declarations
11:13 Changeset in rtems [e39fa07]4.115 by Sebastian Huber <sebastian.huber@…>
sapi: Delete unused macros Delete rtems_configuration_get_table(), rtems_configuration_set_stack_space_size(), rtems_configuration_set_work_space_size(), and rtems_configuration_set_microseconds_per_tick().
11:11 Changeset in rtems [dd40e143]4.115 by Sebastian Huber <sebastian.huber@…>
sptests/spfatal08: Simplify
11:05 Changeset in rtems [524473fd]4.115 by Sebastian Huber <sebastian.huber@…>
bsp/nds: Do not change configuration
11:01 Changeset in rtems [c479497]4.115 by Sebastian Huber <sebastian.huber@…>
sapi: Use rtems_configuration_get_work_space_size
10:59 Changeset in rtems [f536e12]4.115 by Sebastian Huber <sebastian.huber@…>
sapi: Use rtems_*_get_user_multiprocessing_table
10:57 Changeset in rtems [3954767]4.115 by Sebastian Huber <sebastian.huber@…>
sapi: Use rtems_configuration_get_idle_task
10:57 Changeset in rtems [0da4ecd]4.115 by Sebastian Huber <sebastian.huber@…>
sapi: Use rtems_*_get_number_of_initial_extensions
10:52 Changeset in rtems [c082e633]4.115 by Sebastian Huber <sebastian.huber@…>
bsp/mvme167: Do not provide user extensions table The application should use confdefs.h to set up the initial user extensions. The bsp_fatal_error_occurred() handler is available via <fatal.h>.
10:50 Changeset in rtems [e85476b]4.115 by Sebastian Huber <sebastian.huber@…>
bsp/mvme167: Remove unused parameter
10:42 Changeset in rtems [e8814e1]4.115 by Sebastian Huber <sebastian.huber@…>
sapi: Use rtems_config*_get_user_extension_table
10:41 Changeset in rtems [8a331a5e]4.115 by Sebastian Huber <sebastian.huber@…>
sapi: Use rtems_config*_get_idle_task_stack_size
10:40 Changeset in rtems [2b875ff5]4.115 by Sebastian Huber <sebastian.huber@…>
sapi: Use rtems_config*_get_maximum_extensions
10:37 Changeset in rtems [ec8b6c4]4.115 by Sebastian Huber <sebastian.huber@…>
sapi: Use rtems_config*_get_device_driver_table
10:36 Changeset in rtems [1a75b4b]4.115 by Sebastian Huber <sebastian.huber@…>
sapi: Use rtems_conf*_get_number_of_device_drivers
10:34 Changeset in rtems [c53b330c]4.115 by Sebastian Huber <sebastian.huber@…>
sapi: Use rtems_configuration_get_maximum_drivers
10:27 Changeset in rtems [3dd120f0]4.115 by Sebastian Huber <sebastian.huber@…>
sptests/spfatal07: Use confdefs.h to trigger test
10:26 Changeset in rtems [75524a5e]4.115 by Sebastian Huber <sebastian.huber@…>
sapi: Use rtems_config*_get_interrupt_stack_size
09:34 Changeset in rtems [5e86086]4.115 by Sebastian Huber <sebastian.huber@…>
sapi: Use rtems_config*_get_microseconds_per_tick
09:15 Changeset in rtems [a9e5e74]4.115 by Sebastian Huber <sebastian.huber@…>
bsps: Use allocator mutex for generic IRQ support Since the allocator mutex allows nesting now we can use it for the generic IRQ support (recursive obtain in a potential malloc()). This simplifies the code and reduces memory usage.
08:17 Changeset in rtems-source-builder [b37e771]4.104.114.95 by Chris Johns <chrisj@…>
Fix silly bug.
07:46 Changeset in rtems-source-builder [ccb4cb1]4.104.114.95 by Chris Johns <chrisj@…>
Set the correct git paths for clone. Update the commands.
07:45 Changeset in rtems-source-builder [9ffdc67]4.104.114.95 by Chris Johns <chrisj@…>
Add support for Ubuntu.
05:38 Ticket #2079 (cpukit/libfs/src/rfs/rtems-rfs-bitmaps-ut.c) closed by Ralf Corsepius
fixed
05:10 Ticket #2079 (cpukit/libfs/src/rfs/rtems-rfs-bitmaps-ut.c) reopened by Chris Johns
03:03 Ticket #2079 (cpukit/libfs/src/rfs/rtems-rfs-bitmaps-ut.c) closed by Ralf Corsepius
fixed

11/05/12:

23:09 Changeset in rtems-source-builder [c80560d]4.104.114.95 by Chris Johns <chrisj@…>
Move into the source-builder tree.
23:06 Changeset in rtems-source-builder [c798ce4]4.104.114.95 by Chris Johns <chrisj@…>
Merge branch 'master' of ssh://kiwi/opt/work/sw/rtems/tb/source-builder Merge the separate repo into a single master with the RTEMS source builder.
23:06 Changeset in rtems-source-builder [48e5513]4.104.114.95 by Chris Johns <chrisj@…>
Move RTEMS source builder configurations and patches in rtems.
22:56 Changeset in rtems-source-builder [689f6d0]4.104.114.95 by Chris Johns <chrisj@…>
Updated doco.
22:08 Changeset in rtems-source-builder [384ebe7]4.104.114.95 by Chris Johns <chrisj@…>
Ubuntu needs GMP 5.0.5 to work around a flex/m4 bug in GMP.
22:07 Changeset in rtems-source-builder [8bd1479]4.104.114.95 by Chris Johns <chrisj@…>
Add a results file.
17:08 Changeset in rtems-source-builder [456592c]4.104.114.95 by Chris Johns <chrisj@…>
Script to build all supported archs for 4.10.
15:15 Changeset in rtems-libbsd [0bc8807]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
CAM: Update due to API changes
14:01 Changeset in rtems-source-builder [010f47c]4.104.114.95 by Chris Johns <chrisj@…>
Move the configuration files into the config directory.
12:29 Changeset in rtems-source-builder [4fe2192]4.104.114.95 by Chris Johns <chrisj@…>
Initial import.
12:13 Changeset in rtems-source-builder [3de8d63]4.104.114.95 by Chris Johns <chrisj@…>
Add gcc 4.4.x support for RTEMS 4.10.
12:12 Changeset in rtems-source-builder [5f540ea]4.104.114.95 by Chris Johns <chrisj@…>
Enable C++ by default if not configured.
12:12 Changeset in rtems-source-builder [ec26725]4.104.114.95 by Chris Johns <chrisj@…>
Add support for atch paths.
09:37 Changeset in rtems [d2cf254]4.115 by Sebastian Huber <sebastian.huber@…>
rtems: Transient event documentation
07:18 Changeset in rtems-source-builder [3cb08b5]4.104.114.95 by Chris Johns <chrisj@…>
Fix the --no-smp flag.
07:04 Changeset in rtems-source-builder [d7a023a]4.104.114.95 by Chris Johns <chrisj@…>
Add documentation.
04:55 Changeset in rtems-source-builder [cbc9252]4.104.114.95 by Chris Johns <chrisj@…>
Fix Windows paths with the list_config call.
04:29 Changeset in rtems-source-builder [3bcb287]4.104.114.95 by Chris Johns <chrisj@…>
Fix the TB_ to SB_ renaming.
04:28 Changeset in rtems-source-builder [e9af460]4.104.114.95 by Chris Johns <chrisj@…>
Move the build sets to .bset naming.
01:46 Changeset in rtems-source-builder [4882ff3]4.104.114.95 by Chris Johns <chrisj@…>
Better build set message.
01:43 Changeset in rtems-source-builder [015fa1b]4.104.114.95 by Chris Johns <chrisj@…>
Add the missing glob import.
01:29 Changeset in rtems-source-builder [71b8893]4.104.114.95 by Chris Johns <chrisj@…>
Add optargs for tool extensions of arguments. Fix up the builder.
01:28 Changeset in rtems-source-builder [8f7642f]4.104.114.95 by Chris Johns <chrisj@…>
Set perms to execute.
01:27 Changeset in rtems-source-builder [2181fb8]4.104.114.95 by Chris Johns <chrisj@…>
Cleaned up configuration. Allow the sb-builder to directly build packages.
00:52 Changeset in rtems-source-builder [3071050]4.104.114.95 by Chris Johns <chrisj@…>
Allow defines with the macro is empty.

11/04/12:

23:40 Changeset in rtems-source-builder [7ff4c5b]4.104.114.95 by Chris Johns <chrisj@…>
Clean up the configurations. Add internal/external autotools support.
23:39 Changeset in rtems-source-builder [3493ada]4.104.114.95 by Chris Johns <chrisj@…>
Fix the test check for none. Add optional support.
23:39 Changeset in rtems-source-builder [1d43ba8]4.104.114.95 by Chris Johns <chrisj@…>
Make objcopy and objdump optional.
23:38 Changeset in rtems-source-builder [c7ddbf6]4.104.114.95 by Chris Johns <chrisj@…>
Make MacOS default prefix /usr/local.
23:37 Changeset in rtems-source-builder [3fb02d5]4.104.114.95 by Chris Johns <chrisj@…>
Add support to pipe from gdb.
21:00 Changeset in rtems-source-builder [be27b5c]4.104.114.95 by Chris Johns <chrisj@…>
Remove the autotools. You need them to pass check.
21:00 Changeset in rtems-source-builder [670bb08]4.104.114.95 by Chris Johns <chrisj@…>
Remove debug print.
20:54 Changeset in rtems-source-builder [fc619d8]4.104.114.95 by Chris Johns <chrisj@…>
Make FreeBSD pass the check.
20:04 Changeset in rtems [f1738ed]4.115 by Sebastian Huber <sebastian.huber@…>
score: PR1607: Add and use CPU_SIZEOF_POINTER Add and use new CPU port define CPU_SIZEOF_POINTER. It must be an integer literal that can be used by the assembler. This value will be used to calculate offsets of structure members. These offsets will be used in assembler code. The size of a pointer is part of the application binary interface (ABI) and thus independent of the actual programming language. The compiler will provide defines to determine the current ABI. We use these defines to select the appropriate CPU_SIZEOF_POINTER value. Static assertions in the new file "cpukit/score/src/percpuasm.c" will ensure that the value of CPU_SIZEOF_POINTER is consistent with the current compiler settings. Also the offset values used by assembler code are verfied.
18:56 Changeset in rtems [e278f8b7]4.115 by Sebastian Huber <sebastian.huber@…>
score: Support static_assert and _Static_assert
04:24 Changeset in rtems-source-builder [44300ca]4.104.114.95 by Chris Johns <chrisj@…>
Set execute perms.
04:17 Changeset in rtems-source-builder [d84419b]4.104.114.95 by Chris Johns <chrisj@…>
Add C++ source.
04:17 Changeset in rtems-source-builder [1713bc1]4.104.114.95 by Chris Johns <chrisj@…>
Remove invalud configure options.
04:16 Changeset in rtems-source-builder [8f84a6b]4.104.114.95 by Chris Johns <chrisj@…>
Add checking support to make sure a host is setup correctly.

11/02/12:

18:36 Projects/SystemEvents edited by Sh
(diff)
18:36 Projects/SystemEvents edited by Sh
(diff)
18:31 Projects/SystemEvents edited by Sh
(diff)
13:45 Changeset in rtems [45f9cd0]4.10 by Sebastian Huber <sebastian.huber@…>
libnetworking: Disconnect after mbuf shortage The missing disconnect left the socket in an unusable state. Each send request resulted in an EISCONN error.
13:45 Changeset in rtems [8cbd90c]4.115 by Sebastian Huber <sebastian.huber@…>
libnetworking: Disconnect after mbuf shortage The missing disconnect left the socket in an unusable state. Each send request resulted in an EISCONN error.
10:46 Changeset in rtems [b3cee28a]4.115 by Sebastian Huber <sebastian.huber@…>
libnetworking: Avoid deadlock during starvation
10:43 Changeset in rtems [7a1e92a1]4.115 by Sebastian Huber <sebastian.huber@…>
monitor: Support for system events

11/01/12:

21:18 Projects/GraphicsToolkit edited by PavelPisa
(diff)
21:15 Projects/GraphicsToolkit edited by PavelPisa
Experimental GSoC 2012 Version of the RTEMS Graphics Toolkit (diff)
21:12 Projects/GraphicsToolkit edited by PavelPisa
Pointer to Alexandru-Sever Horin GSoC 2012 project. (diff)
03:10 Changeset in rtems-source-builder [4c32621]4.104.114.95 by Chris Johns <chrisj@…>
Fix long options.
03:10 Changeset in rtems-source-builder [73483ed]4.104.114.95 by Chris Johns <chrisj@…>
Fix errors on Windows. Catch the correct exception.
03:09 Changeset in rtems-source-builder [d5ba37b]4.104.114.95 by Chris Johns <chrisj@…>
Use autoconf-2.68 cause 2.69 fails on Windows.

10/31/12:

16:03 Changeset in rtems [20e1e769]4.115 by Sebastian Huber <sebastian.huber@…>
bsp/mpc55xx: SMSC9218i avoid mbuf migration The receive task will only hand over a mbuf if it gets a new one immediately. This avoids mbuf migration out of the receive task in case of overload.
16:02 Changeset in rtems [736b8d2]4.115 by Sebastian Huber <sebastian.huber@…>
rtems: Use correct sync state for system events
13:27 Changeset in rtems [f7ceeacf]4.115 by Sebastian Huber <sebastian.huber@…>
rtems: Use event 31 for the transient event This avoids conflicts with the netisr events of the network stack.
12:56 Changeset in rtems [eb93595]4.115 by Sebastian Huber <sebastian.huber@…>
libblock: Documentation
11:36 Changeset in rtems-source-builder [80027df]4.104.114.95 by Chris Johns <chrisj@…>
Add m4 and a gnu-tools build set.
11:35 Changeset in rtems-source-builder [9116797]4.104.114.95 by Chris Johns <chrisj@…>
Fix the paths on Windows.
11:34 Changeset in rtems-source-builder [a77f784]4.104.114.95 by Chris Johns <chrisj@…>
Fix the TB_ environment variables.
10:54 Changeset in rtems [9f0a68c]4.115 by Sebastian Huber <sebastian.huber@…>
libblock: Block device transfer request API change Add and use rtems_blkdev_request_done(). Block device transfer requests must signal the completion status now with rtems_blkdev_request_done(). The return value of the block device IO control will be ignored for transfer requests. The first parameter of rtems_blkdev_request_cb is now the transfer request structure. Renamed rtems_blkdev_request::req_done to rtems_blkdev_request::done to break third party drivers at compile time, otherwise this API change would result in runtime errors.
10:08 Changeset in rtems [95f3656]4.10 by Ralf Kirchner <ralf.kirchner@…>
dosfs: Fix msdos_format() For FAT32 msdos_format() used to initialize first FAT entries to non-zero values only if a volume label was given. Absence of these entries made mounting such a FAT32 volume fail.
10:08 Changeset in rtems [9683b27]4.115 by Ralf Kirchner <ralf.kirchner@…>
dosfs: Fix msdos_format() For FAT32 msdos_format() used to initialize first FAT entries to non-zero values only if a volume label was given. Absence of these entries made mounting such a FAT32 volume fail.
09:52 Changeset in rtems-source-builder [07607e2]4.104.114.95 by Chris Johns <chrisj@…>
Add a local id for Windows.
09:47 Changeset in rtems-source-builder [ab8319a]4.104.114.95 by Chris Johns <chrisj@…>
Clean all paths to make them work on Windows.
03:48 Changeset in rtems-source-builder [ba8a935]4.104.114.95 by Chris Johns <chrisj@…>
Change name to Source Builder from Tool Builder.
02:35 Changeset in rtems-source-builder [4861d2e]4.104.114.95 by Chris Johns <chrisj@…>
Add expat and gdb support.
02:34 Changeset in rtems-source-builder [f107171]4.104.114.95 by Chris Johns <chrisj@…>
Fix the error message on a download failure.
01:09 Changeset in rtems-source-builder [5260449]4.104.114.95 by Chris Johns <chrisj@…>
Support modules other than bintuls and gcc. Added support to build autoconf and automake plus other packages such as libusb and the stlink project. This includes support to build a specific github version downloaded from github.
Note: See TracTimeline for information about the timeline view.