Timeline



12/28/15:

23:16 RecentChanges created by Tan Gemicioglu
Implemented RecentChanges page.
17:54 GCI/QA/InvestigateTicket edited by Aun-Ali Zaidi
(diff)
17:53 GCI/QA/InvestigateTicket edited by Aun-Ali Zaidi
(diff)
17:39 TBR/Delete edited by Zaphod
(diff)
16:29 Ticket #2505 (beagle sdcard.sh has hard-coded rtems arm-rtems4.11-objcopy) closed by Ben Gras <beng@…>
fixed: In 127e08bbfe5bc5005a99514f65600598d4186956/rtems: […]
03:05 GCI/QA/InvestigateTicket edited by Aun-Ali Zaidi
(diff)

12/27/15:

17:33 Changeset in rtems [225e7b9] by Allan Jude <allanjude@…>
Replace sys/crypto/sha2/sha2.c with lib/libmd/sha512c.c cperciva's libmd implementation is 5-30% faster The same was done for SHA256 previously in r263218 cperciva's implementation was lacking SHA-384 which I implemented, validated against OpenSSL and the NIST documentation Extend sbin/md5 to create sha384(1) Chase dependancies on sys/crypto/sha2/sha2.{c,h} and replace them with sha512{c.c,.h} Reviewed by: cperciva, des, delphij Approved by: secteam, bapt (mentor) MFC after: 2 weeks Sponsored by: ScaleEngine? Inc. Differential Revision: https://reviews.freebsd.org/D3929
17:17 GSoC/2008 edited by Tan Gemicioglu
Fixed project reference. (diff)
17:15 Projects/64bit_timestamps edited by Tan Gemicioglu
Removed self-reference from copied page. (diff)
16:59 Projects/64bit_timestamps created by Tan Gemicioglu
03:22 Ticket #2505 (beagle sdcard.sh has hard-coded rtems arm-rtems4.11-objcopy) created by Ben Gras
(This is the script that generates an SD card image ready to boot …
02:33 Ticket #2488 (Vagrant Scripts) closed by Ben Gras
fixed: All build problems are fixed in my RSB repo. I have verified it works from scratch on real hw. I had to fix an additional build problem in uboot now that gcc has major version 6. I am going to resolve this ticket and retry the tools test.
02:27 Changeset in rtems [127e08bb]5 by Ben Gras <beng@…>
beagle sdcard.sh: objcopy 4.12 Fixes #2505.

12/26/15:

17:10 Developer/Tools/RSB edited by George White
Reformatted the page somewhat, and added instructions for Arch Linux users. (diff)
16:59 Changeset in rtems [ebcf458]5 by Joel Sherrill <joel.sherrill@…>
powerpc/qemuppc/configure.ac: Correct typo
16:59 Changeset in rtems [7297258]5 by Joel Sherrill <joel.sherrill@…>
m32c/m32cbsp/configure.ac: Correct typo
16:58 Changeset in rtems [f6a8663e]5 by Joel Sherrill <joel.sherrill@…>
Remove H8300 port updates #2452.
16:30 Ticket #2504 (Doxygen for automatically generated headers in TMS570) created by Tan Gemicioglu
The header files in the TMS570 BSP are automatically generated from …

12/24/15:

23:05 Ticket #2493 (Remove notepads) closed by Joel Sherrill <joel.sherrill@…>
fixed: In c924e8502f6ad340acfae0e55443d0acde45fdf1/rtems: […]
23:03 Changeset in rtems [c924e85]5 by Joel Sherrill <joel.sherrill@…>
user/task.t: Add advice on transitioning use of notepads closes #2493.
22:45 Changeset in rtems [2268ee6]5 by Joel Sherrill <joel.sherrill@…>
libbsp/bfin and libbsp/powerpc acinclude.m4 regenerate
20:23 GCI/Coding/HelloWorld edited by Owen_8
(diff)
01:19 GSoC/2011 edited by Tan Gemicioglu
(diff)
01:18 GSoC/2012 edited by Tan Gemicioglu
Fixed VM reference. (diff)
01:16 GSoC/2013 edited by Tan Gemicioglu
Fixed VM reference. (diff)
01:15 Event/FOSS_IN/Report edited by Tan Gemicioglu
Fixed VM reference. (Wrote Development instead of Developer in previous change.) (diff)
01:12 Event/FOSS_IN/Report edited by Tan Gemicioglu
(diff)
01:09 GCI/Documentation/DoxygenCleanup edited by Tan Gemicioglu
Fixed VM reference. (diff)
01:02 Developer/VirtualMachines edited by Tan Gemicioglu
Added references to page. (diff)

12/23/15:

20:44 Changeset in rtems [d5154d0f]5 by Aun-Ali Zaidi <admin@…>
api: Remove deprecated Notepads Notepads where a feature of RTEMS' tasks that simply functioned in the same way as POSIX keys or threaded local storage (TLS). They were introduced well before per task variables, which are also deprecated, and were barely used in favor of their POSIX alternatives. In addition to their scarce usage, Notepads took up unnecessary memory. For each task: - 16 32-bit integers were allocated. - A total of 64 bytes per task per thread. This is especially critical in low memory and safety-critical applications. They are also defined as uint32_t, and therefore are not guaranteed to hold a pointer. Lastly, they are not portable solutions for SMP and uniprocessor systems, like POSIX keys and TLS. updates #2493.
19:20 Ticket #2503 (mvme5500 BSP: Exception Handler uses deprecated Notepads.) created by Aun-Ali Zaidi
The MVME5500 BSP uses Notepads in its exception handler and #2493
17:01 WikiStart edited by Joel Sherrill
Added link to using virtual machines. (diff)
16:59 Developer/VirtualMachines created by Joel Sherrill
16:11 Changeset in rtems [0c0c18a]5 by Joel Sherrill <joel.sherrill@…>
m68k/idp: Minor Doxygen Cleanup
06:29 Changeset in rtems [2145853b]4.11 by Sebastian Huber <sebastian.huber@…>
score: Fix simple timecounter support Close #2502.
06:29 Changeset in rtems [76ac1ee3]5 by Sebastian Huber <sebastian.huber@…>
score: Fix simple timecounter support Update #2502.
06:26 Ticket #2502 (Simple timecounter support is broken in case of nested interrupts) created by Sebastian Huber
https://lists.rtems.org/pipermail/devel/2015-December/013235.html
01:39 GCI/Coding/HelloWorld edited by Owen_8
(diff)

12/22/15:

08:40 Changeset in rtems [44e9871]5 by Sebastian Huber <sebastian.huber@…>
score: Avoid dead code in global construction Update #2514.
08:13 Changeset in rtems [fe100e16]5 by Sebastian Huber <sebastian.huber@…>
score: Add fatal errors for NULL entry init tasks This simplifies the global construction. Update #2514.
06:56 Changeset in rtems [f9f7321e]5 by Sebastian Huber <sebastian.huber@…>
Filesystem: Remove superfluous permission checks The permission is check by the upper layer.

12/21/15:

10:50 References edited by Owen_8
(diff)
07:52 References edited by Owen_8
(diff)
07:37 Ticket #2501 (Watchdog insert/removal may lead under certain conditions to a wrong ...) closed by Sebastian Huber <sebastian.huber@…>
fixed: In a48b7c442db1a49acddf7a2adc07239ddb303020/rtems: […]

12/20/15:

22:20 GCI/QA/InvestigateTicket edited by Ralph Holmes
(diff)
22:13 GCI/Coding/HelloWorld edited by michalp2213
(diff)
20:55 Ticket #2501 (Watchdog insert/removal may lead under certain conditions to a wrong ...) created by Sebastian Huber
Bug was introduced by [1ccbd052910ed16131c74b0d5595c8a94066942d/rtems].
20:47 Changeset in rtems [2cc001a]4.11 by Sebastian Huber <sebastian.huber@…>
score: Fix watchdog removal Under certain conditions a new watchdog was inserted with a wrong and very large delta interval due to an incomplete iterator update. Bug was introduced by 1ccbd052910ed16131c74b0d5595c8a94066942d. Close #2501.
20:47 Changeset in rtems [a48b7c44]5 by Sebastian Huber <sebastian.huber@…>
score: Fix watchdog removal Under certain conditions a new watchdog was inserted with a wrong and very large delta interval due to an incomplete iterator update. Bug was introduced by 1ccbd052910ed16131c74b0d5595c8a94066942d. Close #2501.
01:10 Developer/SmallProjects edited by Tan Gemicioglu
Fixed broken links. (diff)
00:34 GCI/QA/InvestigateTicket edited by Aun-Ali Zaidi
(diff)
00:06 WikiStart edited by Tan Gemicioglu
Fixed broken link. (diff)
00:00 Developer/OpenProjects edited by Tan Gemicioglu
Fixed broken link. (diff)

12/19/15:

23:52 Packages/SNMP edited by Tan Gemicioglu
Fixed broken link. (diff)
23:37 Developer/Laboratory edited by Tan Gemicioglu
Fixed broken links. (diff)
22:08 Ticket #1778 (mvme5500 BSP: VME uses shared ISR) reopened by Aun-Ali Zaidi
19:59 Ticket #2442 (Remove avrtest BSP) closed by Ralph Holmes <ralph@…>
fixed: In a452c5727244c608379b08b1f6d720858cb41a78/rtems-testing: […]
19:23 Ticket #1778 (mvme5500 BSP: VME uses shared ISR) closed by Aun-Ali Zaidi
fixed: The patch for PR1786 should be applied to the 4.9 branch as it renders this patch obsolete.
16:52 TBR/Website/Board_Support_Packages edited by Ralph Holmes
Remove avrtest reference. (diff)
16:50 TBR/Website/Board_Support_Packages edited by Ralph Holmes
Remove score603e reference. (diff)
16:33 TBR/BSP edited by Ralph Holmes
Remove avrtest reference. (diff)
16:18 TBR/BSP edited by Ralph Holmes
Remove score603e reference (diff)
16:07 Changeset in rtems [34a2ec92]5 by Ralph Holmes <ralph@…>
avr/avrtest: Remove (obselete). Updates #2442.
00:59 Ticket #2500 (docs on web have rtems.com logo) created by Gedare Bloom
The …

12/18/15:

12:46 TBR/UserManual/GeneralInformation edited by Martin Galvan
Removed the extra '*' in the "Executive Vs. Kernel Vs. Operating System Vs. RTOS" answer (diff)
10:01 TBR/UserManual/GeneralInformation edited by Tan Gemicioglu
Modified Executive Vs. Kernel Vs. Operating System Vs. RTOS (diff)
07:17 GCI/Coding/HelloWorld edited by jfjhh
(diff)
07:14 GCI/Coding/HelloWorld edited by jfjhh
(diff)
06:54 Changeset in rtems [b355e190]5 by jfjhh <alex.striff1@…>
doc: Epiphany BSP SIM headers
05:33 GCI/QA/InvestigateTicket edited by Aun-Ali Zaidi
(diff)

12/17/15:

18:31 TBR/UserManual/GeneralInformation edited by Gedare Bloom
(diff)
06:19 Changeset in rtems [87acb61e]5 by David Gibson <david@…>
libfdt: Fix undefined behaviour in fdt_offset_ptr() Using pointer arithmetic to generate a pointer outside a known object is, technically, undefined behaviour in C. Unfortunately, we were using that in fdt_offset_ptr() to detect overflows. To fix this we need to do our bounds / overflow checking on the offsets before constructing pointers from them. Reported-by: David Binderman <dcb314@…> Signed-off-by: David Gibson <david@…>
00:23 Ticket #2499 (RSB 4.11 broken on FreeBSD 10 with default prefix.) created by Chris Johns
Building gdb-7.9 with the default prefix on FreeBSD results in iconv …

12/16/15:

19:07 Ticket #2497 (Beaglebone Black: rtems_gpio_bsp_disable_interrupt disables all the ...) closed by Martin Galvan <martin.galvan@…>
fixed: In 867b99f8fdc6ca8b39938bab83060d80ad4261d9/rtems: […]
07:23 Changeset in rtems [18847ac]5 by Sebastian Huber <sebastian.huber@…>
doc: SMP status of RTEMS
06:42 Ticket #1709 (gethostent_r incorrectly tests pointer validity) closed by Sebastian Huber
fixed
05:28 Changeset in rtems [93b9595]4.11 by Sebastian Huber <sebastian.huber@…>
doc: SMP status of RTEMS 4.11
05:28 Changeset in rtems [4fa4ccb6]5 by Sebastian Huber <sebastian.huber@…>
doc: SMP introduction
05:28 Changeset in rtems [8839cf6]4.11 by Sebastian Huber <sebastian.huber@…>
doc: SMP introduction
01:06 Ticket #2498 (RTEMS rtems-bsps does not work on Linux.) closed by Chris Johns <chrisj@…>
fixed: In 51de51dafeed669e24d7608ea84baae6bd8dc3fe/rtems: […]
00:49 Ticket #2498 (RTEMS rtems-bsps does not work on Linux.) created by Chris Johns
The find command is wrong as reported by Pavel: …
00:48 Changeset in rtems [51de51da]4.11 by Chris Johns <chrisj@…>
Fix rtems-bsps for GNU find hosts. Fixed as reported by Pavel: https://lists.rtems.org/pipermail/devel/2015-December/013189.html Closes #2498.
00:48 Changeset in rtems [6470d02]5 by Chris Johns <chrisj@…>
Fix rtems-bsps for GNU find hosts. Fixed as reported by Pavel: https://lists.rtems.org/pipermail/devel/2015-December/013189.html Closes #2498.

12/15/15:

21:37 Changeset in rtems-tools [3175451]4.11 by Chris Johns <chrisj@…>
Fix running rtems-test from inside the git clone.
21:37 Changeset in rtems-tools [f775869]4.105 by Chris Johns <chrisj@…>
Fix running rtems-test from inside the git clone.
17:25 Changeset in rtems [f5201df]5 by Joel Sherrill <joel.sherrill@…>
Remove M32R architecture updates #2446.
15:21 Changeset in rtems [867b99f]5 by Martin Galvan <martin.galvan@…>
Beaglebone Black: Fix rtems_gpio_bsp_disable_interrupt disabling all the GPIO interrupts Currently, rtems_gpio_bsp_disable_interrupt disables the interrupts for all the pins, not just the one that actually caused the interrupt. This patch fixes that issue. Closes #2497.
15:08 Ticket #2497 (Beaglebone Black: rtems_gpio_bsp_disable_interrupt disables all the ...) created by Martin Galvan
While testing the BBB GPIO code we noticed …
10:25 Changeset in rtems [07b76fd]5 by Sebastian Huber <sebastian.huber@…>
score: Avoid dependency on bcopy()
08:38 Changeset in rtems [529b08a7]5 by Sebastian Huber <sebastian.huber@…>
posix: Delete empty _POSIX_API_Initialize()
08:32 Changeset in rtems [2605a489]5 by Sebastian Huber <sebastian.huber@…>
Optional POSIX Keys initialization Update #2408.
08:13 Ticket #2496 (rtems/c/src/lib/libbsp/sparc/shared/amba/ambapp.c:258: possible bad test ?) created by David Binderman
[rtems/c/src/lib/libbsp/sparc/shared/amba/ambapp.c:258]: (error) …
08:13 Developer/Laboratory edited by Tan Gemicioglu
Merged Build Farm with page. (diff)
05:36 Changeset in rtems [2b137ed]5 by Sebastian Huber <sebastian.huber@…>
psxtests/psxcleanup02: New test
03:31 Changeset in rtems [af418e8f]5 by Joel Sherrill <joel.sherrill@…>
configure.ac: Do not reference ep1a
00:24 Changeset in rtems-tools [2bb79f19]4.11 by Chris Johns <chrisj@…>
Fix the 4.11 branch build from git.
00:15 Changeset in rtems-source-builder [3ffbfc8]4.104.95 by Chris Johns <chrisj@…>
Fix 4.11/rtems-tools so it builds from git.

12/14/15:

22:11 TBR/UserManual/RTEMS_Development_Hosts edited by Tan Gemicioglu
Removed FreeBSD (diff)
21:49 Ticket #2495 (RSB 4.11 tool build broken) created by Joel Sherrill
Multiple targets: powerpc and i386 Multiple hosts: Ubuntu Wheezy, …
15:40 Changeset in rtems [4eee8781]5 by Sebastian Huber <sebastian.huber@…>
Optional POSIX Spinlock initialization Update #2408.
15:39 Changeset in rtems [76a8328]5 by Sebastian Huber <sebastian.huber@…>
Optional POSIX RWLock initialization Update #2408.
15:37 Changeset in rtems [e4e7f14]5 by Sebastian Huber <sebastian.huber@…>
Optional POSIX Barrier initialization Update #2408.
15:36 Changeset in rtems [6c678557]5 by Sebastian Huber <sebastian.huber@…>
Optional POSIX Timer initialization Update #2408.
15:34 Changeset in rtems [2189b3e]5 by Sebastian Huber <sebastian.huber@…>
Optional POSIX Semaphore initialization Update #2408.
15:33 Changeset in rtems [3015ed64]5 by Sebastian Huber <sebastian.huber@…>
Optional POSIX Message Queue initialization Update #2408.
15:31 Changeset in rtems [9871f5dc]5 by Sebastian Huber <sebastian.huber@…>
Optional POSIX Mutex initialization Update #2408.
15:29 Changeset in rtems [f4fee477]5 by Sebastian Huber <sebastian.huber@…>
Optional POSIX Condition Variable initialization Update #2408.
14:28 Changeset in rtems [58089ff]5 by Sebastian Huber <sebastian.huber@…>
rtems: Delete empty _RTEMS_API_Initialize()
14:27 Changeset in rtems [97d94ff]5 by Sebastian Huber <sebastian.huber@…>
Optional Classic Barrier initialization Update #2408.
14:15 Changeset in rtems [b377e3f]5 by Sebastian Huber <sebastian.huber@…>
Optional Classic Rate Monotonic initialization Update #2408.
14:12 Changeset in rtems [af12278]5 by Sebastian Huber <sebastian.huber@…>
Optional Classic Dual-Ported Memory initialization Update #2408.
14:10 Changeset in rtems [365456cc]5 by Sebastian Huber <sebastian.huber@…>
Optional Classic Region initialization Update #2408.
14:08 Changeset in rtems [fd3cc36f]5 by Sebastian Huber <sebastian.huber@…>
Optional Classic Partition initialization Update #2408.
14:05 Changeset in rtems [cbaac1f7]5 by Sebastian Huber <sebastian.huber@…>
Optional Classic Semaphore initialization Update #2408.
14:02 Changeset in rtems [ed8b00e6]5 by Sebastian Huber <sebastian.huber@…>
Optional Classic Message Queue initialization Update #2408.
13:59 Changeset in rtems [ae85b066]5 by Sebastian Huber <sebastian.huber@…>
Optional Classic Event initialization Update #2408.
13:56 Changeset in rtems [a7f36829]5 by Sebastian Huber <sebastian.huber@…>
Optional Classic Signal initialization Update #2408.
13:52 Changeset in rtems [26335844]5 by Sebastian Huber <sebastian.huber@…>
Optional Classic Timer initialization Update #2408.
13:46 Changeset in rtems [565672a]5 by Sebastian Huber <sebastian.huber@…>
Optional Classic Tasks initialization Update #2408.
13:37 TBR/BSP/Tms570 edited by Pavel Pisa
Add pointers to TMS570 LwIP port (diff)
13:26 Changeset in rtems [17e6f86]5 by Sebastian Huber <sebastian.huber@…>
Statically initialize _Objects_Information_table
13:07 Changeset in rtems [e01b184]5 by Sebastian Huber <sebastian.huber@…>
rtems: Delete empty function
12:45 Ticket #2494 (Remove task variables) created by Sebastian Huber
Notepads were marked as obsolete in 4.11. Next step is to remove them. …
12:42 Ticket #2493 (Remove notepads) created by Sebastian Huber
Notepads were marked as obsolete in #2265. Next step is to remove …
12:10 Changeset in rtems [173d1f8]5 by Sebastian Huber <sebastian.huber@…>
posix: Store unblocked signals Store the unblock signals to exploit the zero-initialization of the thread control block.
10:47 Changeset in rtems [cef5675]5 by Sebastian Huber <sebastian.huber@…>
Optional POSIX Cleanup initialization Update #2408.
06:35 Ticket #2482 (RSB to download source from RTEMS ftp for releases.) reopened by Chris Johns
The test for a URL being on the server does not work so downloading the RTEMS tools and RTEMS kernel first attempts the release's sources directory. It should not do this.
05:41 Changeset in rtems [f39e173]5 by Aun-Ali Zaidi <admin@…>
mips/genmongoosev: Remove updates #2448.
05:14 Ticket #2482 (RSB to download source from RTEMS ftp for releases.) closed by Chris Johns <chrisj@…>
fixed: In 12f253cf2e10ee4b41796ebed3b75442e4672b0e/rtems-source-builder: […]
05:09 Changeset in rtems-source-builder [12f253c]4.11 by Chris Johns <chrisj@…>
Download source from RTEMS if a release. Download source from ftp.rtems.org before the package's URL if a release. If a user adds a URL via the command line that is used then the RTEMS release path then the package's URL. A user can add --url=file://path/../morepath to have the RSB use a local cache of source on their hard disk. This is useful if you need to wipe the RSB and start again. Save away the 'sources' and 'patches' directories to a common directory and provide it with via the --url option using the 'file://' prefix. Closes #2482.
05:09 Changeset in rtems-source-builder [dc1cd68]4.104.95 by Chris Johns <chrisj@…>
Download source from RTEMS if a release. Download source from ftp.rtems.org before the package's URL if a release. If a user adds a URL via the command line that is used then the RTEMS release path then the package's URL. A user can add --url=file://path/../morepath to have the RSB use a local cache of source on their hard disk. This is useful if you need to wipe the RSB and start again. Save away the 'sources' and 'patches' directories to a common directory and provide it with via the --url option using the 'file://' prefix. Closes #2482.
03:48 Changeset in rtems [f6a8a77f]5 by Aun-Ali Zaidi <admin@…>
h8300: Regenerate h8300 architecture closes #2453.
03:13 Ticket #2447 (Remove m32r/m32rsim) reopened by Gedare Bloom
Still hasn't been removed from rtems-testing.git.
03:08 Ticket #2453 (Remove h8300/h8sim BSP) closed by Aun-Ali Zaidi <admin@…>
fixed: In ea51d2ac224dd8a1a88e05d16287d6fa1ac6c555/rtems-tools: […]
02:53 Ticket #2374 (RSB builds 3rd party packages as Canadian Cross (Cxc) packages) closed by Chris Johns
fixed
00:49 Changeset in rtems-tools [ea51d2a]4.105 by Aun-Ali Zaidi <admin@…>
bsps/h8sim*: Remove closes #2453.
00:47 Changeset in rtems [357fdfc]5 by Aun-Ali Zaidi <admin@…>
h8300/h8sim: Remove updates #2453.
Note: See TracTimeline for information about the timeline view.