Timeline



06/17/17:

23:31 GSoC/2017 edited by Denis Obrezkov
(diff)
00:57 Changeset in rtems [e9b708a]5 by kib <kib@…>
Add abstime kqueue(2) timers and expand struct kevent members. This change implements NOTE_ABSTIME flag for EVFILT_TIMER, which specifies that the data field contains absolute time to fire the event. To make this useful, data member of the struct kevent must be extended to 64bit. Using the opportunity, I also added ext members. This changes struct kevent almost to Apple struct kevent64, except I did not changed type of ident and udata, the later would cause serious API incompatibilities. The type of ident was kept uintptr_t since EVFILT_AIO returns a pointer in this field, and e.g. CHERI is sensitive to the type (discussed with brooks, jhb). Unlike Apple kevent64, symbol versioning allows us to claim ABI compatibility and still name the new syscall kevent(2). Compat shims are provided for both host native and compat32. Requested by: bapt Reviewed by: bapt, brooks, ngie (previous version) Sponsored by: The FreeBSD Foundation Differential revision: https://reviews.freebsd.org/D11025
00:49 GSoC/2017 edited by Gedare Bloom
my weekly update (diff)

06/16/17:

05:31 Changeset in rtems-libbsd [b83012a]55-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
Remove unused inet_* weak references This change requires a Newlib from 2017-06-12 or later.
04:23 Ticket #3051 (warning in mpc55xxevb BSP) closed by Sebastian Huber <sebastian.huber@…>
fixed: In b361cb6c/rtems: […]
04:22 Changeset in rtems [b361cb6c]5 by Sebastian Huber <sebastian.huber@…>
bsps/powerpc: Fix warning Close #3051.
04:19 Changeset in rtems-docs [4e85468]5 by Sebastian Huber <sebastian.huber@…>
shell: Update task command

06/15/17:

17:42 Changeset in rtems [b8b4b7d]5 by Joel Sherrill <joel@…>
psxstat/test.c: Avoid potential string overflow
17:42 Changeset in rtems [9d945b5f]5 by Joel Sherrill <joel@…>
psximfs02/init.c: Avoid potential string overflow
17:41 Changeset in rtems [d6cb813]5 by Joel Sherrill <joel@…>
dl03/dl-cache.c: Fix duplicate const warning
17:41 Changeset in rtems [d8b5481]5 by Joel Sherrill <joel@…>
sys/utsname.h: Increase buffer to avoid overflow
17:40 Changeset in rtems [ec230fc7]5 by Joel Sherrill <joel@…>
i386/shared/comm/i386-stub-glue.c: Fix duplicate const warning
17:40 Changeset in rtems [9177426]5 by Joel Sherrill <joel@…>
lpc176x/misc/restart.c: Fix duplicate const warning
11:35 Changeset in rtems [369372c3]5 by Sichen Zhao <1473996754@…>
Fix beagle i2c file bbb-i2c.c comment issues
07:29 GSoC/2017 edited by aditya
(diff)
02:50 Ticket #2990 (RTEMS Source Builder Fails on Windows Builds) closed by Chris Johns
fixed: Fixed with patch 2433c4b/rtems-source-builder.
02:46 Ticket #2992 (Long path crashes the RSB when listing a directory.) closed by Chris Johns
fixed: Fixed with the patch 78c1524/rtems-source-builder.
02:45 Ticket #3035 (4.11/rtems-moxie does not build.) closed by Chris Johns
fixed: Fixed with this patch f18689a/rtems-source-builder.
02:43 Ticket #3033 (MIPS does not build on FreeBSD) closed by Chris Johns
fixed: Fixed with the following patches: d3aced9/rtems-source-builder f179dc6/rtems-source-builder
02:38 Ticket #3030 (lm32-rtems4.11-gdb does not build on Windows.) closed by Chris Johns
fixed: Fixed with this patch d57380a/rtems-source-builder.
02:24 Ticket #3044 (4.11/rtems-h8300 does not build on Windows.) closed by Chris Johns <chrisj@…>
fixed: In b4f52bd/rtems-source-builder: […]

06/14/17:

15:44 GSoC/2017 edited by Sichen Zhao
(diff)
15:04 SOCIS/2017 edited by Mikail Yayla
student update socis (diff)
14:53 Changeset in rtems [8f550d2]5 by Sichen Zhao <1473996754@…>
Add the i2c driver for Beaglebone Black Update ticket #2891 and my GSOC project add c/src/lib/libbsp/arm/beagle/i2c/bbb-i2c.c modify c/src/lib/libbsp/arm/beagle/include/i2c.h modify c/src/lib/libbsp/arm/beagle/include/bbb-gpio.h modify c/src/lib/libcpu/arm/shared/include/am335x.h modify c/src/lib/libbsp/arm/beagle/Makefile.am Now can read the EEPROM by i2c, the test application link is: https://github.com/hahchenchen/GSOC-test-application
14:51 GSoC/2017 edited by Cillian O'Donnell
(diff)
14:35 Ticket #3051 (warning in mpc55xxevb BSP) created by Joel Sherrill
../../../../../../../../rtems/c/src/lib/libbsp/powerpc/mpc55xxevb/../sh …
14:32 Ticket #3050 (Buffer Overflow in pc386 Video Driver) created by Joel Sherrill
./../../../../../../../rtems/c/src/lib/libbsp/i386/pc386/console/fb_ves …
14:30 Ticket #3049 (Warnings in libdebugger) created by Joel Sherrill
I started fixing the warnings in libdebugger with the latest tools but …
13:46 Ticket #3007 (ARM caching issues) closed by Sebastian Huber
fixed: It is up to the user to ensure that its safe to invalidate a certain data area.
13:12 Changeset in rtems [ae359a9d]5 by Sebastian Huber <sebastian.huber@…>
shell: Display scheduler instead of current CPU Display the scheduler name instead of the current CPU in the "task" shell command. The current CPU could be misleading in case locking protocols are involved. The "cpuuse" command can be used to obtain the current CPU.
08:09 Changeset in rtems-source-builder [cb3fac1]5 by Sebastian Huber <sebastian.huber@…>
sb: Make error messages unique Enable traceability from the error message to the script location. This eases debugging.
06:25 Ticket #3048 (RSB cannot overwrite read-only files) created by Sebastian Huber
Lets suppose in the prefix is already a tool chain installed. The the …
05:29 Changeset in rtems [3dd67dd1]5 by Sebastian Huber <sebastian.huber@…>
score: Remove rtems_ada_self This task variable is superfluous since we use thread-local storage now. Update #2289.
00:10 Ticket #3047 (Remove docs directory from the RSB) created by Chris Johns
The documentation has been moved to rtems-docs.git repo. Remove the …
00:01 GSoC/2017 edited by Tanu Hari Dixit
(diff)

06/13/17:

18:17 Changeset in rtems-docs [c41810b]5 by Cillian O'Donnell <cpodonnell8@…>
docs/rsb/configuration.rst: Fix typos, grammar.
11:01 Changeset in rtems [4000836c]5 by Sebastian Huber <sebastian.huber@…>
tests: Fix build dependencies See also: https://www.gnu.org/software/automake/manual/html_node/Built-Sources-Example.html
09:45 Ticket #2994 (tar01 XZ error) closed by Sebastian Huber <sebastian.huber@…>
fixed: In c7377381/rtems: […]
09:38 Changeset in rtems [3f884b4]5 by Sebastian Huber <sebastian.huber@…>
bsp: Fixes due to header file changes Update #2833.
06:24 Changeset in rtems-source-builder [0ba8934]5 by Sebastian Huber <sebastian.huber@…>
Fix for GCC 6 while building with GCC 7+
05:51 Ticket #3046 (4.12/rtems-moxie missing release number.) created by Chris Johns
4.12/rtems-moxie is reporting […] There is no -1 or whatever at …
05:41 WikiStart edited by Chris Johns
Single click to the release's next milestone. (diff)
05:33 Changeset in rtems-source-builder [b4f52bd]4.11 by Chris Johns <chrisj@…>
4.11/h8300: Disable the simulator on Windows. Closes #3044.

06/12/17:

23:37 Ticket #3045 (4.11/rtems-h8300 does not build on Windows) closed by Chris Johns
duplicate
23:36 Ticket #3045 (4.11/rtems-h8300 does not build on Windows) created by Chris Johns
The attached RSB report details the failure. The simulator does not …
23:35 Ticket #3044 (4.11/rtems-h8300 does not build on Windows.) created by Chris Johns
The attached RSB report details the failure. The simulator does not …
23:33 Ticket #3043 (4.11/rtems-nios2 does not build on Windows.) created by Chris Johns
The attached RSB report details the failure. The path to ranlib is …
23:28 Ticket #3042 (4.11/rtems-bfin does not build on Windows) created by Chris Johns
The attached RSB report details the failure. The cfns.gperf changes …
23:23 Ticket #3041 (4.11/rtems-avr does not build on Windows.) created by Chris Johns
The attached RSB report details the failure. It is not clear what the …
16:49 Changeset in rtems [d93181a0]5 by Joel Sherrill <joel@…>
malloctest/init.c: Disable check maximum size warning to allow error test case
16:49 Changeset in rtems [9761b98d]5 by Joel Sherrill <joel@…>
capture/rtems-trace-buffer-vars.c: Fix duplicate const warning
13:40 Changeset in rtems [0af8bb6]5 by Sebastian Huber <sebastian.huber@…>
bsp: Include missing <sys/param.h> Update #2833.
13:30 Changeset in rtems [74a13c8]5 by Sebastian Huber <sebastian.huber@…>
bsp/beatnik: Fixes due to header file changes Update #2833.
11:56 Changeset in rtems [86c1004]5 by Sebastian Huber <sebastian.huber@…>
network: Remove FreeBSD specific hack For whatever reason FreeBSD renames several functions provided by <arpa/inet.h> and uses weak references to provide the standard function names. This causes problems on targets lacking proper support for weak references. We do not need this function renaming on RTEMS.lk:x Update #2833.
11:53 Ticket #2289 (rtems_ada_self is broken on SMP) closed by Sebastian Huber <sebastian.huber@…>
fixed: In c336dc9/rtems-source-builder: […]
11:47 Changeset in rtems-tools [50eb61d]5 by Sebastian Huber <sebastian.huber@…>
Add PR-ada-81070.diff
11:34 Ticket #3040 (Cannot use RTEMS mailing list archive for patches) created by Sebastian Huber
The RTEMS mailing list archive has no option to get the raw e-mail via …
11:08 Changeset in rtems-source-builder [20bc1ec]5 by Sebastian Huber <sebastian.huber@…>
Fix for GDB 7.12 while building with GCC 7+
11:05 Ticket #3039 (ppc/qemuprep: Qemu fails to boot, no boot partition found) created by Cillian O'Donnell
PowerPC/qemuprep bsp fails to boot as no boot partition can be found …
09:42 Ticket #3038 (QEMU cannot initialize audio driver bsp: lm32/milkymist) created by Cillian O'Donnell
Trying to run hello.exe with QEMU for BSP lm32/milkymist, fails due to …
09:31 Ticket #3037 (QEMU fails to exit after test, 4 BSPS) created by Cillian O'Donnell
Qemu tests time out as it fails to exit after test is run. Hello.exe …
09:10 Ticket #2468 (Add Thread Local Storage (TLS) support on x86) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 44c9e33/rtems-docs: […]
09:09 Changeset in rtems-docs [44c9e33]5 by Sebastian Huber <sebastian.huber@…>
cpu-supplement: Update TLS support status Close #2468.
08:27 Changeset in rtems [c7377381]5 by Sebastian Huber <sebastian.huber@…>
xz: Use CRC32 This reverts c475924d6d2ea7d5cba160a8a28e88642d6b46d8. Update #2909. Close #2994.
07:23 Changeset in rtems-source-builder [c336dc9]5 by Sebastian Huber <sebastian.huber@…>
4.12: Add SMP support for Ada of GCC 7.1 Close #2289.
06:56 Changeset in rtems-source-builder [a197dd9]5 by Sebastian Huber <sebastian.huber@…>
4.12: Add Newlib patch for <arpa/inet.h> Update #2833.
02:05 Changeset in rtems [5700d8ba]5 by Joel Sherrill <joel@…>
top/task1.c: Fix sprintf() buffer overflow
01:47 Changeset in rtems [a5d31fe]5 by Joel Sherrill <joel@…>
rbheap01/init.c: Fix PAGE_SIZE redefined warning

06/11/17:

00:01 SOCIS/2017 edited by Mikail Yayla
student update socis (diff)

06/10/17:

10:00 GSoC/2017 edited by Spencer Goodwin
(diff)

06/09/17:

23:41 GSoC/2017 edited by Denis Obrezkov
(diff)
23:41 GSoC/2017 edited by Denis Obrezkov
(diff)
13:42 Changeset in rtems [7b0c74ff]5 by Sebastian Huber <sebastian.huber@…>
i386: Support thread-local storage (TLS) Update #2468.
06:17 Changeset in rtems [cb0d9a0]5 by Sebastian Huber <sebastian.huber@…>
i386: Move _CPU_Context_Initialize() Update #2468.
05:55 Changeset in rtems [f256685]5 by Sebastian Huber <sebastian.huber@…>
bsp/psim: Include missing <sys/param.h>
05:54 Changeset in rtems [6081ef3]5 by Sebastian Huber <sebastian.huber@…>
if_fxp: Include missing <inttypes.h> Fix format warnings.
05:51 Ticket #3036 (CPU_CMP() implementation is not in line with FreeBSD) closed by Sebastian Huber <sebastian.huber@…>
fixed: In f7d0f5e/rtems: […]
05:50 Changeset in rtems [f7d0f5e]5 by Sebastian Huber <sebastian.huber@…>
spcpuset01: Update due to CPU_CMP() changes Close #3036.
05:50 Ticket #3036 (CPU_CMP() implementation is not in line with FreeBSD) created by Sebastian Huber
According to the FreeBSD man page we have: …
05:25 Changeset in rtems [32b4a0c]5 by Sebastian Huber <sebastian.huber@…>
Simplify TLS support in context switch There is no need to save the thread pointer in _CPU_Context_switch() since it is a thread invariant. It is initialized once in _CPU_Context_Initialize().
00:08 Changeset in rtems-source-builder [f18689a]4.11 by Chris Johns <chrisj@…>
4.11/moxie: Revert binutils to 2.25 to support the matching gcc instruction set. Closes #3035.

06/08/17:

22:44 Ticket #3035 (4.11/rtems-moxie does not build.) created by Chris Johns
Moxie on 4.11 does not build because of asm errors. The compile will …
13:45 GSoC/2017 edited by Spencer Goodwin
(diff)
13:39 GSoC/2017 edited by Spencer Goodwin
(diff)
11:20 GSoC/2017 edited by Denis Obrezkov
(diff)
11:15 Changeset in rtems-libbsd [3c967ca]55-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
Use <sys/lock.h> provided by Newlib
09:41 Changeset in rtems [a66accc5]5 by Sebastian Huber <sebastian.huber@…>
libblock: FreeBSD kernel-space compatibility Update #2833.
08:38 Ticket #2741 (New warning from printf plugin changes) closed by Sebastian Huber
fixed: [73f8d938474d04013d785f5918d75b9d82c80ca3/rtems]
08:35 Ticket #2377 (rtems_waf: Tools without a version are not supported) closed by Sebastian Huber
wontfix
08:32 Ticket #2807 (rtems-docs repository is not known to trac) closed by Sebastian Huber
fixed: This works now.
08:30 Ticket #3034 (Convert all serial device drivers to use the new Termios device API) created by Sebastian Huber
The new Termios device API is documented here: …
08:26 Ticket #2675 (Remove unused libchip configuration parameters) closed by Sebastian Huber
wontfix: The libchip serial drivers should be converted to use the new Termios device API. Here each driver can have its own data structure and there is no need for a one configuration fits every device approach.
08:13 Ticket #2980 (pc586-sse does not compile fsjffs2gc01) closed by Sebastian Huber
worksforme
08:11 Ticket #3001 (SMP build of RTEMS Testsuite does not set CONFIGURE_MAXIMUM_PROCESSORS) closed by Sebastian Huber
fixed: By default, in case SMP in enabled the SMP mode will be used.
08:07 Ticket #2877 (DHCP client fails on complex networks) closed by Stavros Passas <stavros.passas@…>
fixed: In 2585347/rtems: […]
07:54 Ticket #2949 (Questionable patch organization in RTEMS tools and RSB) closed by Sebastian Huber
wontfix: The consensus seems to be that rtems-tools should no longer be used for patches.
07:43 Ticket #2935 (Termios task driven mode not compatible with SMP) closed by Sebastian Huber
wontfix: We should keep the task driven mode as is. Maybe remove it in the future.
07:38 Changeset in rtems-docs [f7a2dcf]5 by Sebastian Huber <sebastian.huber@…>
bsp-howto: Warn about TERMIOS_TASK_DRIVEN Update #2935.
07:30 Ticket #2967 (ARM: Change ABI to not use short enums) closed by Sebastian Huber
fixed: Fixed due to change to GCC 7.1.
07:26 Ticket #2446 (Remove M32R Architectural Port) closed by Sebastian Huber
fixed: Port has been removed by [f5201df0dc70e4510c7a6862a96d66175fbbf514/rtems].
07:24 Ticket #2452 (Remove H8300 Architectual Port) closed by Sebastian Huber
fixed: Port has been removed by [f6a8663ec590a07d0a65c7305bacec0f9534775e/rtems].
06:04 Changeset in rtems-source-builder [d3aced9]4.11 by Chris Johns <chrisj@…>
4.11/mips: Back port the MIPS fix for FreeBSD from master. Updates #3033.
06:03 Changeset in rtems-source-builder [f179dc6]4.11 by Chris Johns <chrisj@…>
sb: Backport from master the '--rsb-file=' option. Upates #3033.
05:21 Changeset in rtems-source-builder [0a0d1c8]5 by Sebastian Huber <sebastian.huber@…>
sb: Restrict file name length
05:07 Changeset in rtems-source-builder [2c13f00]5 by Sebastian Huber <sebastian.huber@…>
Reduce file name length to make Windows happy
05:03 Ticket #3033 (MIPS does not build on FreeBSD) created by Chris Johns

06/07/17:

15:06 GSoC/2017 edited by Sichen Zhao
(diff)
15:05 GSoC/2017 edited by Sichen Zhao
(diff)
15:03 GSoC/2017 edited by Sichen Zhao
(diff)
14:59 GSoC/2017 edited by Sichen Zhao
(diff)
14:53 GSoC/2017 edited by Cillian O'Donnell
(diff)
14:49 GSoC/2017 edited by Cillian O'Donnell
(diff)
14:48 GSoC/2017 edited by Gedare Bloom
(diff)
13:39 Ticket #3023 (Parameter of CPU_COPY() are in wrong order) closed by Sebastian Huber
fixed
13:30 Ticket #3032 (CPU_NAND_S() implementation is not in line with FreeBSD) closed by Sebastian Huber <sebastian.huber@…>
fixed: In b06dbb26/rtems: […]
06:47 Changeset in rtems [b06dbb26]5 by Sebastian Huber <sebastian.huber@…>
spcpuset01: Update due to CPU_NAND_S() changes Close #3032.
06:47 Ticket #3032 (CPU_NAND_S() implementation is not in line with FreeBSD) created by Sebastian Huber
According to the FreeBSD man page we have: …
06:14 Changeset in rtems [836f454]5 by Sebastian Huber <sebastian.huber@…>
Fix CPU_COPY() usage The original CPU_COPY() support of Newlib <sys/cpuset.h> had the parameters in the wrong order. This is fixed in Newlib since 2017-05-22. Update #3023.
05:36 Changeset in rtems [e744c36]5 by Sebastian Huber <sebastian.huber@…>
network: Use inet_ntoa_r() Update #2833.
05:24 Changeset in rtems [26ccd139]5 by Sebastian Huber <sebastian.huber@…>
network: Header file compatiblity Move legacy network stack implementation specifics to <rtems/rtems_bsdnet_internal.h>. Include missing header files. Add interface flags compatibility. Update #2833.
05:22 Changeset in rtems [cf54965]5 by Sebastian Huber <sebastian.huber@…>
network: Include missing <inttypes.h> Update #2833.
05:14 Ticket #3031 (Give docs.rtems.org and sync.rtems.org jails access to the TrueNAS storage.) created by Chris Johns
Giving jails such as docs and sync access to an area of the TrueNAS …
05:11 Changeset in rtems [9b035a0a]5 by Sebastian Huber <sebastian.huber@…>
network: Update <arpa/inet.h> Update #2833.
05:04 Changeset in rtems-source-builder [d57380a]4.11 by Chris Johns <chrisj@…>
4.11/lm32: Fix building on Windows. This patch fixes building the LM32 GDB on Windows. Closes #3030.
05:00 Changeset in rtems-source-builder [78c1524]4.11 by Chris Johns <chrisj@…>
sb: Fix long path support in the copy_tree and removeall path support. This change lets the LM32 target build on Windows which has temporary install paths greated than the Win32 API max size. The buildroot path compression is still needed as the GNU assembler does not like paths that exceed the max Windows limit. Closes #2992.
04:38 Ticket #3030 (lm32-rtems4.11-gdb does not build on Windows.) created by Chris Johns
Building LM32 on Windows fails in the simulator. The patch: …

06/06/17:

13:41 Changeset in rtems [ce3ac00]5 by Christian Mauderer <Christian.Mauderer@…>
bsps/arm: Fix ARMv7-M interrupt suppport Enable/disable vector routines now check for a valid vector. Without these guards, the enable/disable vector routines will not work with the interrupt server.
13:30 Changeset in rtems [3bc19384]5 by Sebastian Huber <sebastian.huber@…>
network: Move header files Prevent accidental use of legacy network header files. Update #2833.
09:14 Changeset in rtems [d4ab0aef]5 by Sebastian Huber <sebastian.huber@…>
network: Move RTEMS specifics Move RTEMS specifics to <rtems/rtems_bsdnet.h>. Introduce rtems_tap_ifreq. The interface tap support is RTEMS-specific and only available in the legacy network stack. Update #2833.
09:11 Changeset in rtems [643b820]5 by Sebastian Huber <sebastian.huber@…>
Include missing <sys/param.h> Some kernel-space header expect that <sys/param.h> is present. Update #2833.
09:09 Changeset in rtems [1e0cc86]5 by Sebastian Huber <sebastian.huber@…>
rpc: Remove superfluous includes Update #2833.
09:08 Changeset in rtems [787f51f]5 by Sebastian Huber <sebastian.huber@…>
Do not include <sys/ioctl.h> in kernel-space Update #2833.
06:03 Changeset in rtems [93531e9b]5 by Sebastian Huber <sebastian.huber@…>
Move RTEMS-specific Termios API content Remove obsolete support for OFILL, OFDEL, NLDLY, CRDLY, BSDLY, VTDLY, and FFDLY which is not present on FreeBSD and not implemented in Linux. Update #2833.
06:03 Changeset in rtems [64ecfc1]5 by Sebastian Huber <sebastian.huber@…>
Do not use deprecated <sys/termios.h> Update #2833.
05:19 Changeset in rtems [81ea001]5 by Sebastian Huber <sebastian.huber@…>
Test for POSIX headers from Newlib 20170522 Update #2833.
04:46 Changeset in rtems-source-builder [94083b0]5 by Sebastian Huber <sebastian.huber@…>
Add GCC 7 base configuration
04:42 Changeset in rtems-docs [8d94ba1]5 by Sebastian Huber <sebastian.huber@…>
rsb: Mention Ada language option

06/05/17:

12:49 Changeset in rtems [7741545b]5 by Sichen Zhao <1473996754@…>
Remove beagle old i2c code modify c/src/lib/libbsp/arm/beagle/Makefile.am modify c/src/lib/libbsp/arm/beagle/include/i2c.h delete c/src/lib/libbsp/arm/beagle/misc/i2c.c

06/04/17:

18:30 GSoC/2017 edited by Spencer Goodwin
(diff)

06/03/17:

22:29 GSoC/2017/coveragetools edited by Cillian O'Donnell
(diff)
22:29 GSoC/2017/coveragetools edited by Cillian O'Donnell
(diff)
22:27 GSoC/2017/coveragetools edited by Cillian O'Donnell
(diff)
22:26 GSoC/2017 edited by Cillian O'Donnell
(diff)
11:42 GSoC/2017 edited by aditya
(diff)
11:38 GSoC/2017 edited by aditya
(diff)
Note: See TracTimeline for information about the timeline view.