Timeline



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.

10/30/12:

16:42 Changeset in rtems [26e90fb1]4.115 by Sebastian Huber <sebastian.huber@…>
libnetworking: Use system events Add reserved system events RTEMS_EVENT_SYSTEM_NETWORK_SBWAIT and RTEMS_EVENT_SYSTEM_NETWORK_SOSLEEP. Add and use rtems_bsdnet_event_send().
16:20 Changeset in rtems [93b29f0]4.115 by Sebastian Huber <sebastian.huber@…>
Filesystem: Use transient event
15:18 Changeset in rtems [990575c]4.115 by Sebastian Huber <sebastian.huber@…>
rtems: Reusable event implementation Change event implementation to enable reuse for system events.
15:17 Changeset in rtems [f8657bbd]4.115 by Sebastian Huber <sebastian.huber@…>
rtems: Remove unused event_condition member
12:41 Changeset in rtems [5877a10f]4.115 by Ralf Kirchner <ralf.kirchner@…>
fstests/fsdosfsformat01: New test
12:28 Changeset in rtems [db650357]4.115 by Ralf Kirchner <ralf.kirchner@…>
libblock: Documentation
00:24 Changeset in rtems-source-builder [19622ea]4.104.114.95 by Chris Johns <chrisj@…>
Merged in SpecBuilder? FreeBSD support.

10/29/12:

23:37 Changeset in rtems-source-builder [bf13d27]4.104.114.95 by Chris Johns <chrisj@…>
Initial import.
20:14 Changeset in rtems [f33873b]4.115 by Sebastian Huber <sebastian.huber@…>
bsp/pc386: Typo
15:41 Changeset in rtems-source-builder [ed0de00]4.104.114.95 by Chris Johns <chrisj@…>
Create the sources path if not present and the user has forced.
15:40 Changeset in rtems-source-builder [864360e]4.104.114.95 by Chris Johns <chris@…>
Add a force option.

10/27/12:

19:33 TBR/UserManual/GeneralInformation edited by JoelSherrill
Update TOC (diff)

10/26/12:

19:31 Changeset in rtems [9dffa384]4.115 by Sebastian Huber <sebastian.huber@…>
libblock: rtems_bdbuf_set_block_size() API change The set block size must synchronize and purge the disk to avoid an inconsistent cache state and data corruption. The synchronization is optional depending on the new sync parameter. In some contexts a synchronization must not be performed, e.g. during disk creation.
19:30 Changeset in rtems [48680bb1]4.115 by Sebastian Huber <sebastian.huber@…>
libblock: ramdisk documentation
19:29 Changeset in rtems [0d68d8f2]4.115 by Sebastian Huber <sebastian.huber@…>
libtests/block16: New test
13:58 Changeset in rtems-libbsd [09087dc]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Jennifer Averett <jennifer.averett@…>
ping: Remove unnecessary ifdef
08:05 Changeset in rtems [0edf263]4.115 by Sebastian Huber <sebastian.huber@…>
rtems: Add system events System events are similar to normal events. They offer a second set of events. These events are intended for internal RTEMS use and should not be used by applications (with the exception of the transient system event).
06:22 Ticket #2079 (cpukit/libfs/src/rfs/rtems-rfs-bitmaps-ut.c) created by Ralf Corsepius
The file cpukit/libfs/src/rfs/rtems-rfs-dir.c is used and can be …

10/25/12:

15:40 Changeset in rtems [2ece571e]4.115 by Sebastian Huber <sebastian.huber@…>
bsp/mpc55xx: Stop tasks for SMSC9218i during off
14:03 Changeset in rtems-libbsd [af0a8ea]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Joel Sherrill <joel.sherrill@…>
netstat/kvm: Disable debug prints
14:02 Changeset in rtems-libbsd [e0b40b0a]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Joel Sherrill <joel.sherrill@…>
netstat/netstat.h: Add macro so rt_tables is in private namespace Otherwise this conflicts with the rt_tables in the kernel and kvm can't work.

10/24/12:

23:14 Changeset in rtems-libbsd [2b640ee]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Joel Sherrill <joel.sherrill@…>
uipc_domain.c: Correct max_linkhdr
20:40 Changeset in rtems-libbsd [5f600dd]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Joel Sherrill <joel.sherrill@…>
netstat: Enable use of kvm again The code committed has some debug information enabled. It ends with an odd reference to address 0x1.
20:38 Changeset in rtems-libbsd [34e1fb2]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Joel Sherrill <joel.sherrill@…>
Add support for kvm.h in RTEMS terms The implementation uses an array of strings and variable names. The names are weak symbolic references to the items we have seen calls to kvm services with.
20:37 Changeset in rtems-libbsd [5e93bed]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Joel Sherrill <joel.sherrill@…>
Tool patches: Add newlib patch needed
20:03 Changeset in rtems-libbsd [9257b31]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Jennifer Averett <jennifer.averett@…>
Added -g option to Makefile.
20:02 Changeset in rtems-libbsd [240093f]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Jennifer Averett <jennifer.averett@…>
ping: corrected argument get to work with rtems.
20:01 Changeset in rtems-libbsd [cb50354]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Jennifer Averett <jennifer.averett@…>
_sx_xlock(): Added check for not in interrupt.
16:10 Changeset in rtems [ee82825d]4.115 by Sebastian Huber <sebastian.huber@…>
libblock: Use transient event
Note: See TracTimeline for information about the timeline view.