Timeline



03/07/06:

22:26 Changeset in rtems [27207213]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added PR825 reference.
22:23 Changeset in rtems [360d9da]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2006-03-07 Till Strauman <strauman@…> PR 830/filesystem * libcsupport/src/termios.c: termios ioctl(FIONREAD) reported wrong number of characters. So add chars in low-level/raw buffer to total count.
22:22 Changeset in rtems [ca6df52] by Joel Sherrill <joel.sherrill@…>
2006-03-07 Till Strauman <strauman@…> PR 830/filesystem * src/termios.c: termios ioctl(FIONREAD) reported wrong number of characters. So add chars in low-level/raw buffer to total count.
22:10 Changeset in rtems [77b0a73]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2006-03-07 Steven Johnson <sjohnson@…> PR 850/rtems * score/src/watchdogtickle.c: A Watchdog (used to timeout an event) with a delay of 1 sometimes does not seem to timeout. The problem occurs, because for whatever reason when the watchdog tickle function executes, the watchdog->delta_interval is 0. it is then decremented before being tested, becomes huge and so doesnt time out. It is thought there is a race condition where the watchdog->delta_interval is calculated by reference to a head (also with a delay of 1). But before it can be added after the head, the head is removed, so the new head now has a delay of 0.
22:09 Changeset in rtems [ede4f16] by Joel Sherrill <joel.sherrill@…>
2006-03-07 Steven Johnson <sjohnson@…> PR 850/rtems * src/watchdogtickle.c: A Watchdog (used to timeout an event) with a delay of 1 sometimes does not seem to timeout. The problem occurs, because for whatever reason when the watchdog tickle function executes, the watchdog->delta_interval is 0. it is then decremented before being tested, becomes huge and so doesnt time out. It is thought there is a race condition where the watchdog->delta_interval is calculated by reference to a head (also with a delay of 1). But before it can be added after the head, the head is removed, so the new head now has a delay of 0.
22:05 Changeset in rtems [d5ed9e1]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2006-03-07 Thomas Doerfler <Thomas.Doerfler@…> PR 853/filesystem * libchip/ide/ata.c, libchip/ide/ide_controller.c: The ata driver should be modified to support the new exception scheme and to use the handle parameter.
22:02 Ticket #793 (Malicious ICMP packet causes panic) closed by Joel Sherrill
State-Changed-From-To: feedback->closed State-Changed-Why: Per private email from Eric Norum, this problem is not obviously present in the 4.6 branch. If it does turn up on a real system, we will reopen this or suggest they upgrade.
21:59 Changeset in rtems [bea51c0]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2006-03-07 Joel Sherrill <joel@…> PR 694/rtems * release_support: Do not include .cvsignore files in release tarballs.
21:56 Changeset in rtems [5b07faf] by Joel Sherrill <joel.sherrill@…>
2006-03-07 Aaron Frye <aaron@…> PR 719/bsps * m68kpretaskinghook.c: The optimizer on gcc 3.4.2 assumes that the address of a variable cannot be 0, so it optimizes out any such checks. this breaks the shared m68k bsp_pretasking_hook() which uses such a check to determine heap size during runtime.
21:37 Changeset in rtems [79eb6e21] by Joel Sherrill <joel.sherrill@…>
2006-03-07 Paul Whitfield <paulw@…> PR 843/rtems_misc * rtems_webserver/socket.c: There is a memory corruption problem in the selectSocket function in the web server, this only become apparent if you disable the built in memory allocation functions. I have disabled the internal memory management to get file upload working.
21:31 Ticket #686 (if_fxp.c locks up) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: This patch was committed in Oct 2004 and this should be able to be closed.
21:27 Ticket #825 (Add CPU usage percentages to non-floating-point targets) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: This patch was applied long ago.
21:26 Changeset in rtems [0ebfac19]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2006-03-07 Thomas Doerfler <Thomas.Doerfler@…> PR 852/filesystem * libblock/src/bdbuf.c: Increase performance of MSDOS file accesses by using a simple read-ahead and write-combining scheme. Improvement is dramatic.
21:24 Ticket #830 (termios ioctl(FIONREAD) reported wrong number of chars) closed by Joel Sherrill
21:19 Ticket #733 (h8300 _CPU_ISR_Disable doesn't build with gcc >3.4.x) closed by Joel Sherrill
State-Changed-From-To: feedback->closed State-Changed-Why: It has been in the tree for over a year now. It must be good enough or no one cares.
21:18 Ticket #508 (sys/cdefs.h conflicts again) closed by Joel Sherrill
21:16 Ticket #748 (gcc-3.4.x optimization breaks m68kpretaskinghook.c) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: An alternative patch was applied. I recall discussion without a conclusion. if this patch is better, revert the one I applied and use this one. I trust the opinion of others on this.
21:15 Ticket #827 (sparc BSP update) closed by Joel Sherrill
21:14 Ticket #693 (mc146818a_ioreg.c is non-portable) closed by Joel Sherrill
State-Changed-From-To: feedback->closed State-Changed-Why: A patch was committed months ago to the head and 4.6 branch with no further comment.
21:11 Ticket #850 (watchdog with delay of 1 failing to time out) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: Patch applied to 4.6 branch and head.
21:07 Changeset in rtems [ab8394f6]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Add PRs.
21:05 Ticket #853 (the ata driver should be updated to use the "handle" of the new ...) closed by Joel Sherrill
State-Changed-From-To: feedback->closed State-Changed-Why: Committed. Thomas... you have write permission. :-)
21:05 Changeset in rtems [75bf564]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2006-03-07 Lars Munch <lars@…> * at91rm9200/clock/clock.c: The clock tick is not very precise on at91rm9200. The attached patch improves the situation by: (1) Not reloading the "period interval timer" register in the interrupt handler since this is done automatically. (2) Use integer rounding in the calculation of the "period interval timer" register value to get as close as posible to the CONFIGURE_MICROSECONDS_PER_TICK value.
21:02 Changeset in rtems [d3490f27]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2006-03-07 Till Strauman <strauman@…> PR 886/filesystem * libcsupport/src/libio.c: fcntl(fd,F_GETFL) fails to set O_NONBLOCK if the descriptor is in non-blocking mode.
21:02 Ticket #694 (tarballs contain .cvsignores) closed by Joel Sherrill
State-Changed-From-To: feedback->closed State-Changed-Why: OK. I give. :) .cvsignore's should no longer be in release images.
21:02 Changeset in rtems [5b78cd6] by Joel Sherrill <joel.sherrill@…>
2006-03-07 Till Strauman <strauman@…> PR 886/filesystem * src/libio.c: fcntl(fd,F_GETFL) fails to set O_NONBLOCK if the descriptor is in non-blocking mode.
20:56 Ticket #719 (m68kpretaskinghook.c vs if ((unsigned long)&pointer == 0)) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: Patch applied to trunk. Trunk only way tools this new are supported.
20:50 Changeset in rtems [ec24e126] by Joel Sherrill <joel.sherrill@…>
2006-03-07 Joel Sherrill <joel@…> * wrapup/Makefile.am: Correct minor mistake.
20:47 Changeset in rtems [f0ad529]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2006-03-07 Joel Sherrill <joel@…> PR 866/rtems * score/include/rtems/system.h, score/include/rtems/score/isr.h, score/inline/rtems/score/thread.inl, score/macros/rtems/score/thread.inl: Added memory barriers to enter and exit of dispatching and interrupt critical sections so GCC will not optimize and reorder code out of a critical section.
20:47 Changeset in rtems [3d34e70f] by Joel Sherrill <joel.sherrill@…>
2006-03-07 Joel Sherrill <joel@…> PR 866/rtems * include/rtems/system.h, include/rtems/score/isr.h, inline/rtems/score/thread.inl, macros/rtems/score/thread.inl: Added memory barriers to enter and exit of dispatching and interrupt critical sections so GCC will not optimize and reorder code out of a critical section.
20:31 Ticket #782 (rtems.ads:902:39: identifier expected) closed by Joel Sherrill
State-Changed-From-To: feedback->closed State-Changed-Why: This patch was applied long ago and appears to be correct.
20:28 Ticket #821 (erc32 start.s copies non-existent ROM copy of initialized data) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: This was resolved with the addition of an sis specific BSP variant and should have been closed.
20:26 Ticket #852 (MSDOS filesystem speed should be increased) closed by Joel Sherrill
State-Changed-From-To: feedback->closed State-Changed-Why: Patch committed to head.
20:08 Ticket #861 (libchip/network/smc91111.c: invalid lvalue in increment) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: Fixed in tree since january.
20:07 Ticket #863 (smc91111 network driver has illegal lvalues) closed by Joel Sherrill
State-Changed-From-To: feedback->closed State-Changed-Why: Fix has been in the tree for over a month.
20:05 Ticket #903 (at91rm9200 clock fixes) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: Patch attached to head.
20:02 Ticket #886 (fcntl(F_GETFL) POSIX violation (non-blocking fd doesn't return O_NONBLOCK)) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: Patch applied to both 4.6 branch and head.
19:48 Ticket #904 (GCC moves code past interrupt enable/disable operations) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: Patches applied to 4.6 branch and head.
18:17 Changeset in rtems [dda09e3b] by Joel Sherrill <joel.sherrill@…>
2006-03-07 Joel Sherrill <joel@…> * Makefile.am: Correct minor mistakes.
15:14 Ticket #912 (Last offer- Discount special for PE patch almost over!) closed by Jeff Mayes
State-Changed-From-To: open->closed State-Changed-Why: spam
15:14 Ticket #913 (Symantec Windows XP Pro $49.95 Windows XP at Vivian's softfactory) closed by Jeff Mayes
State-Changed-From-To: open->closed State-Changed-Why: spam
14:50 Ticket #913 (Symantec Windows XP Pro $49.95 Windows XP at Vivian's softfactory) created by SPAM backhole
GNATS SPAM. Filtered.
14:40 Ticket #912 (Last offer- Discount special for PE patch almost over!) created by SPAM backhole
GNATS SPAM. Filtered.
14:03 Changeset in rtems [a03debd5]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
New.
13:42 Changeset in rtems [c429c016]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Use gcc_rpmvers for subpackage deps.
09:02 Changeset in rtems [027c603]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Use %echo instead of %%echo in %expand
05:28 Changeset in rtems [9087b7c]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Fix main package name. Update version.
05:26 Changeset in rtems [6eba5919]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Distribute local *.add files.
05:26 Changeset in rtems [0166739]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Distribute local *.add files. Reflect having renamed *-libc.add into *-newlib.add
05:24 Changeset in rtems [29ffb1e7]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Reflect having renamed gcc/*-libc.add into gcc/*-newlib.add
03:29 Changeset in rtems [d11d10fe]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Renamed into *-newlib.add
03:26 Changeset in rtems [2c7efaa7]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Renamed from *-libc.add to *-newlib.add

03/06/06:

15:43 Changeset in rtems [ab163629]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
GCC_VERS = 4.1.0
15:36 Changeset in rtems [5c8f5f66]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Subst gcc_rpmvers for LIB packages.
14:58 Ticket #911 (Three Steps to the Software You Need at the Prices You Want) closed by Jeff Mayes
State-Changed-From-To: open->closed State-Changed-Why: spam
06:40 Ticket #911 (Three Steps to the Software You Need at the Prices You Want) created by SPAM backhole
GNATS SPAM. Filtered.
05:55 Changeset in rtems [c04a6103]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Remove stray blank in %expand to setup rpmvers.

03/04/06:

06:04 Changeset in rtems [503be14]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Add osversion hack

03/03/06:

17:25 Packages/MicroWindows edited by JoelSherrill
/* Using MicroWindows in an Application */ (diff)
16:58 Changeset in rtems [a3ba1e2d]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Propagate osversion.
16:56 Changeset in rtems [82e0551]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Add gfortran. Add objc.
12:59 Ticket #909 (Need S0ftware?) closed by Jeff Mayes
State-Changed-From-To: open->closed State-Changed-Why: spam
12:59 Ticket #908 (Corel Draw) closed by Jeff Mayes
State-Changed-From-To: open->closed State-Changed-Why: spam
12:57 Ticket #910 (XP Out of this WoRLD d3als on Adobe titles from Linda) closed by Jeff Mayes
State-Changed-From-To: open->closed State-Changed-Why: spam
12:34 Packages/MicroWindows created by Rbsiqr
04:00 Ticket #910 (XP Out of this WoRLD d3als on Adobe titles from Linda) created by SPAM backhole
GNATS SPAM. Filtered.
00:34 Changeset in rtems [9edfeb15]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Import from zlib-1.2.4

03/01/06:

19:10 Ticket #909 (Need S0ftware?) created by SPAM backhole
GNATS SPAM. Filtered.
16:43 Changeset in rtems [6355f04]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Remove --sysroot
16:42 Changeset in rtems [d257306]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
gcc-4.1.0 still has issues with mudflap.
16:01 Changeset in rtems [d6d628d] by Joel Sherrill <joel.sherrill@…>
Formatting
15:50 Changeset in rtems [c9c835c] by Eric Norum <WENorum@…>
Add "cc" in the clobbered register list for interrupt enable/disable/flash operations.
15:24 Changeset in rtems [32ecfd6f]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Formatting
00:40 Ticket #908 (Corel Draw) created by SPAM backhole
GNATS SPAM. Filtered.

02/28/06:

23:09 Changeset in rtems [87f443cc]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Add --with-sysroot (Required by GCC-4.1.0)
20:50 Changeset in rtems [f7842ce]4.104.114.84.95 by Eric Norum <WENorum@…>
Just "cc" in the clobbered register list for interrupt enable/disable/flash operations. The "memory" barrier will move the the generic interrupt enable/disable/flash macros.

02/27/06:

18:03 Changeset in rtems [e25d8c9]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Revert to cd'ing into gcc-%{gcc_version} for gcc_update
13:25 Ticket #851 (New BSP "gen5200" available for MPC5200) closed by Joel Sherrill
State-Changed-From-To: feedback->closed State-Changed-Why: BSP is now in the tree
13:24 Ticket #907 (Other guys are improving themselves..are you?) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: spam
13:23 Ticket #905 (MS 2003 80 % Discount on All Windows Titles at Martha's softdeals) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: spam
13:23 Ticket #906 (Microsoft MS Office XP Pro $49.95 XP at Melanie's softoutlet) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: spam
11:40 Ticket #907 (Other guys are improving themselves..are you?) created by SPAM backhole
GNATS SPAM. Filtered.

02/26/06:

22:50 Ticket #906 (Microsoft MS Office XP Pro $49.95 XP at Melanie's softoutlet) created by SPAM backhole
GNATS SPAM. Filtered.
21:00 Ticket #905 (MS 2003 80 % Discount on All Windows Titles at Martha's softdeals) created by SPAM backhole
GNATS SPAM. Filtered.

02/25/06:

04:52 Changeset in rtems [2f9c5897]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Fix stupid typo.
04:50 Changeset in rtems [740d8240]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Use gcc_rpmvers to setup Version:
03:28 Changeset in rtems [2aba80d3]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
GPL.
03:27 Changeset in rtems [975e0f75]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Add my Copyright blurb.
03:23 Changeset in rtems [00565e4]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
New.

02/24/06:

15:46 Changeset in rtems [c046309]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Use %{_builddir}/%{name}-%{gcc_rpmvers}/find-* to work around rpmbuild screwing up on %version.
15:28 Changeset in rtems [5e52a84]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Invoke gcc-%{gcc_version}/configure
15:27 Changeset in rtems [06fb9c3]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Add @PREP@, remove RTEMS version magic
15:24 Changeset in rtems [102c876]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Add gcc-prep.add
15:20 Changeset in rtems [255d476]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Remove no-define foreign from AM_INIT_AUTOMAKE.
15:04 Changeset in rtems [ef607c60]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
New.
07:26 Changeset in rtems [61b0cc6]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Allow shared libgfortran

02/23/06:

21:05 Changeset in rtems [7f7298c4]4.104.114.84.95 by Eric Norum <WENorum@…>
Changes from Daron Chabot
15:46 Ticket #904 (GCC moves code past interrupt enable/disable operations) created by Eric Norum
GCC moves one or more of the assignments past the enable: …
14:55 Ticket #903 (at91rm9200 clock fixes) created by lars
The clock tick is not very precise on at91rm9200. The attached patch …
13:38 Ticket #902 (test for attachment) created by Jeff Mayes
Created a PR with an attachment. What happens to the attached file? …
13:20 Ticket #901 (Office XP MS Office 2003 Pro $69.95 Adobe at Barbara's software) closed by Jeff Mayes
State-Changed-From-To: open->closed State-Changed-Why: spam
13:20 Ticket #900 (Windows Special Deals today from Dean's softshop) closed by Jeff Mayes
State-Changed-From-To: open->closed State-Changed-Why: spam
13:19 Ticket #899 (Photoshop OEM software for wholesale @ Pierson's softstore) closed by Jeff Mayes
State-Changed-From-To: open->closed State-Changed-Why: spam
12:00 Ticket #901 (Office XP MS Office 2003 Pro $69.95 Adobe at Barbara's software) created by SPAM backhole
GNATS SPAM. Filtered.

02/22/06:

22:20 Ticket #900 (Windows Special Deals today from Dean's softshop) created by SPAM backhole
GNATS SPAM. Filtered.
20:50 Ticket #899 (Photoshop OEM software for wholesale @ Pierson's softstore) created by SPAM backhole
GNATS SPAM. Filtered.
14:00 Ticket #898 (XP 0nline software, Download Adobe, Symantec & others Instantly) closed by Jeff Mayes
State-Changed-From-To: open->closed State-Changed-Why: spam
13:02 Changeset in rtems [0d0560a1]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Cosmetics.
11:54 Changeset in rtems [c8956fd7]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Use gcc_version instead of %version, to work around rpm screwing up on %version in mixed-versioned packages.
11:52 Changeset in rtems [70aecfc]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Run make install-info to get the newlib infos
07:48 Changeset in rtems [323f178]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Cleanup comment on vxaddr2line.
07:45 Changeset in rtems [7afdf54c]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Add ",g" in sed call to propagate _prefix to brp-compress.
06:35 Changeset in rtems [c2dade8]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Correct /-handling
03:03 Changeset in rtems [c18cad7]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Remove.
02:59 Changeset in rtems [4af30d8]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Remove

02/21/06:

22:00 Ticket #898 (XP 0nline software, Download Adobe, Symantec & others Instantly) created by SPAM backhole
GNATS SPAM. Filtered.
13:39 Ticket #897 (Buy OEM Software) closed by Jeff Mayes
State-Changed-From-To: open->closed State-Changed-Why: spam
13:39 Ticket #896 (Adobe Thousands of Adobe, Windows software titles, 80 % 0ff) closed by Jeff Mayes
State-Changed-From-To: open->closed State-Changed-Why: spam
11:43 Changeset in rtems [52970c21]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Silence the tar calls.
10:27 Changeset in rtems [4077a78]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Add @tool_target@-gcc hacks.
10:27 Changeset in rtems [cb185ee]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Remove @tool_target@-gcc hacks.
10:23 Changeset in rtems [0f3d1bb]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Ignore unsupported targets.
10:21 Changeset in rtems [fccf862]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Delete refs to *-w32api-sys-root packages in *-gcc.spec.in
10:14 Changeset in rtems [ce3cc41e]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Delete refs to *-sys-root packages in *-gcc.spec.in
10:11 Changeset in rtems [3072c09]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Delete refs to *-newlib packages in *-gcc.spec.in
08:47 Changeset in rtems [c665ca3]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Rename libc to newlib.
08:46 Changeset in rtems [d70a677]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Rename files.libc to files.newlib.
08:36 Changeset in rtems [147427ca]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Re-add BINUTILS_*, GCC_*
08:22 Changeset in rtems [8b479480]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Add osversion
08:22 Changeset in rtems [a310f56]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Eliminate osversion
08:18 Changeset in rtems [1259c55]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Eliminate newlib_version
08:14 Changeset in rtems [14179bab]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Use $(MKSPEC) to generate *-w32api.spec.
08:12 Changeset in rtems [42b1efb8]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Use $(MKSPEC) to generate *-binutils.spec.
08:12 Changeset in rtems [fe977c7]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Use $(MKSPEC) to generate *-gcc.spec.
08:10 Changeset in rtems [773ab4f]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Use $(MKSPEC) to generate *-libs.spec.
07:54 Changeset in rtems [f538086]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Include ../mkspec.am
07:48 Changeset in rtems [026e27dc]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
New.
01:10 Ticket #897 (Buy OEM Software) created by SPAM backhole
GNATS SPAM. Filtered.
Note: See TracTimeline for information about the timeline view.