Timeline



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

10/23/12:

21:49 Changeset in rtems-libbsd [d4515a8]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Joel Sherrill <joel.sherrill@…>
kern_time: Disable some routines RTEMS has
21:49 Changeset in rtems-libbsd [6f23b75]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Joel Sherrill <joel.sherrill@…>
netstat: Use rtems_clock_get_uptime() instead of BSD specific method
21:48 Changeset in rtems-libbsd [bea701c]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Joel Sherrill <joel.sherrill@…>
netstat: Add macros to assist use of getopt_r()
19:21 Changeset in rtems-libbsd [8ddbc30]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Joel Sherrill <joel.sherrill@…>
rtems-bsd-sx.c: Disable check for interruptible blocking until it is supported
19:20 Changeset in rtems-libbsd [df900d3]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Joel Sherrill <joel.sherrill@…>
Commands: Build with IPV6 enabled
19:16 Changeset in rtems-libbsd [d422d0d]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Jennifer Averett <jennifer.averett@…>
Merge branch 'master' of ssh://git.rtems.org/data/git/rtems-libbsd
19:13 Changeset in rtems-libbsd [2df6b31]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Jennifer Averett <jennifer.averett@…>
netstat: Added exit funtionality.
18:36 Changeset in rtems-libbsd [e26cd8d]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Joel Sherrill <joel.sherrill@…>
route: Add macros to assist use of getopt_r()
18:31 Changeset in rtems-libbsd [68e0948]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Joel Sherrill <joel.sherrill@…>
Makefile: Conditionalize IPV6 files and build some commands as .rel At least ifconfig has "static" global C constructors and you have to force the objects in.
18:31 Changeset in rtems-libbsd [cc2aec4]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Joel Sherrill <joel.sherrill@…>
.gitignore: Add .rel
16:01 Changeset in rtems-libbsd [2cf245e]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Joel Sherrill <joel.sherrill@…>
netshell01: Add netstat command
15:57 Changeset in rtems-libbsd [25f7f0f]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Joel Sherrill <joel.sherrill@…>
ifconfig.c: Correct for getopt_r()
01:46 Changeset in rtems-tools [16e4346]4.104.115 by Chris Johns <chrisj@…>
Add FastLZ support.
00:58 Changeset in rtems-tools [810d0ad]4.104.115 by Chris Johns <chrisj@…>
Fix repeats in output when cmd line objects depend on each other. If an object on the command line depends on another object the output code wrote the object files and then the dependent files and a command line object file that is dependent ended up in the object and dependent lists. A simple merge and unique fixed it. Also moved the script generation code into a separate function that can be used in a application container.

10/22/12:

19:43 Changeset in rtems-libbsd [346810a]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Joel Sherrill <joel.sherrill@…>
netstat/if.c: Use POSIX not BSD signals
15:55 Changeset in rtems-libbsd [7b43b62]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Joel Sherrill <joel.sherrill@…>
rtems-bsd-symbols.h: Do not hide sysctlbyname().
15:53 Changeset in rtems-libbsd [9fb2d3d]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Joel Sherrill <joel.sherrill@…>
memstat_all.c: Disable memstat_kvm_all()
15:53 Changeset in rtems-libbsd [0fa7dab]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Joel Sherrill <joel.sherrill@…>
route command: Clean up kernal symbol accesses
15:52 Changeset in rtems-libbsd [e9aaadb9]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Joel Sherrill <joel.sherrill@…>
Add libkvm man pages
15:51 Changeset in rtems-libbsd [4b8600a]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Joel Sherrill <joel.sherrill@…>
trimdomain.c: New file in libutil
15:50 Changeset in rtems-libbsd [44ee042]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Joel Sherrill <joel.sherrill@…>
Add kvm header file - stubbed for RTEMS This is only used to read dumps with a symbol table. We can use sysctlbyname().
14:12 Changeset in rtems-tools [7ec2c5a]4.104.115 by Chris Johns <chrisj@…>
Ignore working files.
14:12 Changeset in rtems-tools [8f0740b]4.104.115 by Chris Johns <chrisj@…>
Script to test the linker. Run after building the linker.
14:11 Changeset in rtems-tools [898fa13]4.104.115 by Chris Johns <chrisj@…>
Fix the verbose level.
14:10 Changeset in rtems-tools [8d1ab1f]4.104.115 by Chris Johns <chrisj@…>
Add script output dbug messages.
14:10 Changeset in rtems-tools [ef4061f]4.104.115 by Chris Johns <chrisj@…>
Fix the command line arguments help.
Note: See TracTimeline for information about the timeline view.