Timeline



05/15/18:

14:17 Changeset in rtems [9d62874]5 by Joel Sherrill <joel@…>
sparc64 BSPs: Hard define configuration required settings Updates #3425.
13:11 GSoC/2018 edited by Amaan Cheval
Update Github link for fork (diff)
09:21 Changeset in rtems [baee0dc5]5 by Martin Erik Werner <martinerikwerner.aac@…>
Fix and extend error message in posix timer test _Timespec_Equal_to() does not set errno, hence avoid using perror(), instead use fprintf() to stderr, and extend the error message to provide information about what the error is (measured timer value after re-arming is not equal to the configured interval), and how large of a difference was measured. Signed-off-by: Martin Erik Werner <martin.werner@…>

05/14/18:

20:11 Changeset in rtems [003b192]5 by Joel Sherrill <joel@…>
rtems-bsps: Change 4.12 to 5
19:26 Changeset in rtems-tools [70dac81]5 by Cillian O'Donnell <cpodonnell8@…>
covoar: Fix build path checks for multiple executables.

05/13/18:

13:09 GSoC/2018/EnhancementRuntimeTracing edited by Vidushi Vashishth
(diff)
13:07 GSoC/2018/EnhancementRuntimeTracing edited by Vidushi Vashishth
(diff)

05/11/18:

16:13 Changeset in rtems-docs [e3a477f]5 by Malte Münch <mamu@…>
c-user: Update manual organization in overview
05:25 Changeset in rtems-tools [d6ae3ae]5 by Chris Johns <chrisj@…>
tester/covoar: ExecutableInfo? C to C++ change.
05:21 Changeset in rtems-tools [1c85380]5 by Chris Johns <chrisj@…>
rtemstoolkit/dwarf: Change the address source line to signed so valid() works. Also add a check to valid where there must be source to be valid.
04:54 Changeset in rtems [2086948a]5 by Sebastian Huber <sebastian.huber@…>
riscv: Add dummy SMP support Update #3433.
04:25 Changeset in rtems [853c5ef]5 by Sebastian Huber <sebastian.huber@…>
build: Enable RISC-V SMP build Update #3433.
04:22 Changeset in rtems [d542af2e]5 by Sebastian Huber <sebastian.huber@…>
build: Fix RTEMS_ENABLE_RTEMSBSP() The riscv32 and riscv64 targets share a riscv source directory. The potential future powerpcspe and powerpc targets need this change as well.
02:24 Changeset in rtems-tools [881824f]5 by Chris Johns <chrisj@…>
tester/covoar: Remove all exit() calls and throw an rld::error exception. Add a suitable catch to covoar's main.

05/10/18:

18:12 Changeset in rtems-tools [d8eef0a]5 by Chris Johns <chrisj@…>
rtemstoolkit: Add DWARF function support. Load the functions in each CU.
14:10 GSoC/2018/EnhancementRuntimeTracing edited by Vidushi Vashishth
(diff)

05/09/18:

20:22 Changeset in rtems [c8dcdf54]5 by Joel Sherrill <joel@…>
sparc64 niagara, usiii: Remove -D options from cfg file and move to bspopts.h Updates #3425.
19:47 Changeset in rtems [85602e0d]5 by Joel Sherrill <joel@…>
smdk2410: Move define of CPU_S3C2410 to bspopts.h Updates #3425.
12:56 Ticket #3430 (Add Benchmarking statistics for block device drivers) created by udit agarwal
Carry out benchmarking of different block device drivers(SDIO,SDHCI, …
12:14 Ticket #3429 (Add Filesystem Benchmarking tools to RTEMS) created by udit agarwal
== Mentors == * Gedare Bloom * Christian Mauderer == Skills and …
12:10 Ticket #3428 (Add SDIO driver support to rtems-libbsd) created by udit agarwal
SDIO interface nowadays, is widely used for connecting WiFi/Bluetooth?
06:24 GSoC/2018/Release_Notes_Generator_&_POSIX_User_Guide_Generator edited by Danxue Huang
(diff)
04:50 GSoC/2018/EnhancementRuntimeTracing edited by Vidushi Vashishth
(diff)
04:41 Ticket #3427 (Improvements to barectf) created by Vidushi Vashishth
barectf is a command line …
03:37 GSoC/2018/EnhancementRuntimeTracing edited by Vidushi Vashishth
(diff)
03:33 Ticket #3426 (Babeltrace formula for conversion to CTF) created by Vidushi Vashishth
Write a description for setting up the CTF infrastructure. Add …
03:08 GSoC/2018/EnhancementRuntimeTracing edited by Vidushi Vashishth
(diff)

05/08/18:

22:34 Changeset in rtems [2a1171d8]5 by Joel Sherrill <joel@…>
rtl22xx_t.cfg: Remove comment with -D THUMB_INTERWORK Updates #3425.
17:53 Changeset in rtems-source-builder [a3a6c34]5 by Amaan Cheval <amaan.cheval@…>
x86_64/gcc: Have gcc build crti.o and crtn.o The original commit in GCC's repo is here: https://gcc.gnu.org/git/?p=gcc.git;a=commitdiff;h=ab55f7db3694293e4799d58f7e1a556c0eae863a We need this to be able to use crti.o and crtn.o in the bsp_specs file for the port, and therefore provide missing symbols like "_fini" which RTEMS assumes are defined in: ./cpukit/libcsupport/src/newlibc_exit.c
06:05 Changeset in rtems [eaa1709]5 by Sebastian Huber <sebastian.huber@…>
ftpd: Fix infinite recursion in yield() Update #3419.
05:09 Changeset in rtems-tools [1e21ea7]5 by Chris Johns <chrisj@…>
linkers/exe-info: Add DWARF support to gather and check producer details. - Provide support to list the compilers and assemblers used to build an executable. - List the machine flags showing which flags are common and which are not.
05:09 Changeset in rtems-tools [b73f905]5 by Chris Johns <chrisj@…>
rtemstoolkit/elf,files: Catch exceptions in destructors. Catch exceptions in destructures and print a message to avoid an unhandled exception happening in an exception stack unwind.
05:09 Changeset in rtems-tools [f7d303f]5 by Chris Johns <chrisj@…>
rtemstoolkit/path: Fix crash when going above the root directory.
05:09 Changeset in rtems-tools [8dd3803]5 by Chris Johns <chrisj@…>
linkers/exe-info: Set the data endian for getting the init/fini sec data.
05:09 Changeset in rtems-tools [3618a62]5 by Chris Johns <chrisj@…>
rtemstoolkit/elf: Add data size and endian support to the ELF interface.
05:09 Changeset in rtems-tools [dbb56a8]5 by Chris Johns <chrisj@…>
covoar: Add libdwarf to the include path.
05:09 Changeset in rtems-tools [cdfc56a]5 by Chris Johns <chrisj@…>
covoar: Control the RLD verbose level from the -v option.
05:09 Changeset in rtems-tools [efbf8f0]5 by Chris Johns <chrisj@…>
covoar: Refactor DesiredSymbols?.cc to C++11.
05:09 Changeset in rtems-tools [fb987e8]5 by Chris Johns <chrisj@…>
covoar: Use DWARF to map addresses to source files and lines.
05:09 Changeset in rtems-tools [558cab8]5 by Chris Johns <chrisj@…>
rtemstoolkit: Add libdwarf C++ interface. Provide a C++ interface to libdwarf to: - Manage DWARF debug data - Manage CU - Manage DIE - Handle CU line addresses - Handle CU source files Update #3417

05/07/18:

16:44 GSoC/2018/Release_Notes_Generator_&_POSIX_User_Guide_Generator edited by Danxue Huang
(diff)
16:39 GSoC/2018 edited by Danxue Huang
(diff)
16:38 GSoC/2018 edited by Danxue Huang
(diff)
08:19 Changeset in rtems-libbsd [01855a5]55-freebsd-126-freebsd-12 by Christian Mauderer <christian.mauderer@…>
waf: Allow to only generate lex and yacc. In some applications, it's usefull if the files generated by lex or yacc are not build automatically. With that it is for example possible to create a wrapper source file that sets some defines before the generated code is parsed.

05/06/18:

03:21 Changeset in rtems-tools [b0b9366]5 by Chris Johns <chrisj@…>
rtemstoolkit: More warning fixes to ConvertUTF.c

05/04/18:

22:48 Changeset in rtems [6a2363f] by Mateusz Guzik <mjg@…>
tc: bcopy -> memcpy
22:48 Changeset in rtems [f43beb0]5 by Mateusz Guzik <mjg@…>
tc: bcopy -> memcpy
13:25 Changeset in rtems [02c46f85]5 by Sebastian Huber <sebastian.huber@…>
spcpucounter01: Enable floating-point output
11:50 GSoC/2018 edited by salil sirotia
(diff)
01:36 Changeset in rtems-source-builder [aa798b5]5 by Chris Johns <chrisj@…>
Revert "x86_64/gcc: Add gcc patch for LIB_SPEC (rtems.h in gcc)" This reverts commit 8e763905381755ec2e421bb50d92166cc7fd8ec5.

05/03/18:

12:15 Changeset in rtems-libbsd [b376ae1]55-freebsd-126-freebsd-12 by Christian Mauderer <christian.mauderer@…>
ipsec-tools: Port libipsec, setkey and racoon. Note that this replaces the libipsec from FreeBSD with the one provided by ipsec-tools.
11:31 Changeset in rtems-libbsd [09bbedc]55-freebsd-126-freebsd-12 by Christian Mauderer <christian.mauderer@…>
if_ipsec: Import from FreeBSD.
11:03 Changeset in rtems [0a1f5df9]5 by Sebastian Huber <sebastian.huber@…>
Simplify _CPU_Counter_difference() In order to simplify the use of CPU counter values it is beneficial to have monotonic increasing values within the range of the CPU counter ticks data type, e.g. 32-bit unsigned integer. This eases the use of CPU counter timestamps in external tools which do not know the details of the CPU counter hardware. The CPU counter is the fastest way to get a time on an RTEMS system. Such a CPU counter may be also used as the timecounter. Use it on SPARC for this purpose to simplify the clock drivers. Update #3456.
06:54 Changeset in rtems [c4f5cc54]5 by Christian Mauderer <christian.mauderer@…>
dev/sc16is752: Add ioctl calls for modem controll. This add ths following ioctl calls to the sc16is752 driver: - TIOCMGET - TIOCMSET - TIOCMBIS - TIOCMBIC
06:18 Changeset in rtems-libbsd [bd09f9f]55-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
rc_conf: Do not create directories used by dhcpcd The dhcpcd will create the directories on its own.
06:17 Changeset in rtems-libbsd [9c570da]55-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
rc_conf: Include missing header files
05:22 Ticket #3351 (libbsd: Introduce buildsets that allow to enable or disable parts of ...) closed by Christian Mauderer
fixed: This is now completed with https://git.rtems.org/rtems-libbsd/commit/?id=338f3005fc420b2c26f597ae6c0754f391c9fcca

05/02/18:

12:59 Changeset in rtems-libbsd [1588cf1]55-freebsd-126-freebsd-12 by Christian Mauderer <christian.mauderer@…>
waf: Fix source code generators. There have been some bugs with the strings left from the transition to directly building from libbsd.py.
09:56 Changeset in rtems-libbsd [a779a3b]55-freebsd-126-freebsd-12 by Christian Mauderer <christian.mauderer@…>
pfctl: Undef INET6 to avoid warning.
09:25 Changeset in rtems-libbsd [dd35ec5]55-freebsd-126-freebsd-12 by Christian Mauderer <christian.mauderer@…>
waf: Allow to add libs per test. Update #3419.
08:35 Changeset in rtems-libbsd [634b3bf]55-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
rtems-debugger: Remove files They are now in the main RTEMS sources. Update #3419.
08:01 Ticket #3419 (Always build network services (tftpfs, ftpfs, ftpd, telnetd, libdebugger)) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 443a058/rtems-libbsd: […]
07:58 Ticket #3418 (Remove difftest and sorttimes test tools) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 397df7a/rtems: […]
07:01 Changeset in rtems-libbsd [b2eb48c]55-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
dhcpcd: Add hooks
06:58 Changeset in rtems-libbsd [8bd38d6]55-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
dhcpcd: Add rtems_dhcpcd_start() Use it throughout to start the DHCP client (dhcpcd).
06:38 GSoC/2018 edited by Danxue Huang
(diff)
06:37 GSoC/2018 edited by Danxue Huang
(diff)
00:29 Ticket #3423 (examples-v2: m68k/powerpc BSPs undefined reference to ...) closed by Chris Johns
duplicate: This is the a duplicate of #3413 so I am closing it. The solution is in that ticket.

05/01/18:

14:57 Ticket #3425 (examples-v2: PowerPC fails to build fat_ramdisk) created by Joel Sherrill
beatnik, gwlcfm, haleakala, mpc5566evb, mpc5566evb_spe, …
14:44 Ticket #3424 (examples-v2: no MIPS BSPs pass configuration step) created by Joel Sherrill
[…]
14:36 Ticket #3423 (examples-v2: m68k/powerpc BSPs undefined reference to ...) created by Joel Sherrill
fat_ramdisk is failing to link on multiple m68k and powerpc BSPs. …
14:09 Ticket #3422 (Move nbench from examples-v2 to main RTEMS benchmarks) created by Joel Sherrill
What's the feeling on moving nbench from examples-v2 to …
01:58 Changeset in rtems-source-builder [6ac3ed8]5 by Chris Johns <chrisj@…>
bare/devel: Add qemu-couverture support. Add a build set and configuration to build a QEMU we can use for coverage testing.
Note: See TracTimeline for information about the timeline view.