Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

Timeline



08/06/10:

23:29 Ticket #1655 (Warnings from autoconf in c/src/ada-tests) created by Joel Sherrill
This appears over and over. I am not 100% sure which macro is …
21:35 Ticket #1472 (malloc_boundary.c:89: warning: left shift count >= width of type) closed by Joel Sherrill
fixed
21:31 Ticket #1344 (pc386 BSP uses slow hardware for nanoseconds time granularity) closed by Joel Sherrill
fixed
21:24 Ticket #1566 (doubts on rtems_rootfs_append_host_rec) closed by Joel Sherrill
fixed: Comment says patch committed.
21:16 Ticket #1516 (typo in fchmod) closed by Joel Sherrill
fixed
21:15 Ticket #1499 (lpc24xx_ncs_ram BSS doesn't build) closed by Joel Sherrill
worksforme
20:38 Ticket #1651 (Remove RTEMS_INLINE_ROUTINE) closed by Joel Sherrill
wontfix
20:21 Ticket #1599 (change _Context_Switch_necessary to _Thread_Dispatch_necessary) closed by Joel Sherrill
fixed: Appears to be fine in full BSP builds.

08/05/10:

21:59 Ticket #1652 (powerpc-gcc -msdata breakdown on incomplete initializers) reopened by Joel Sherrill
19:56 Ticket #1654 (Coverage improvement: imfs routines, getpwent.c, dup2) created by Bharath Suri
PR to track changes to tests/addition of new tests which improve …
07:05 Ticket #1509 (Superfluous parameter check in rtems_region_create()) closed by Sebastian Huber
duplicate: Duplicate.
02:55 Ticket #1653 (MPFR spec URL wrong) created by Chris Johns
MPFR has a new release and the spec file URL is wrong. It is now: …
01:46 Ticket #1652 (powerpc-gcc -msdata breakdown on incomplete initializers) closed by Ralf Corsepius
worksforme
00:26 Ticket #1652 (powerpc-gcc -msdata breakdown on incomplete initializers) created by Joel Sherrill
Hi, It looks like this bug is tripping up some PowerPC BSPs. None of …

08/03/10:

17:22 Ticket #1645 (Required seteuid routine missing) closed by Bharath Suri
fixed: Everything is okay on head... Closing
17:21 Ticket #1642 (Coverage Improvement: imfs routines) closed by Bharath Suri
fixed: Everything is okay on head... Coverage results indicate the same. Closing
14:47 Ticket #1649 (libcsupport lacks setgid and setegid) closed by Joel Sherrill
fixed: Patch committed. Thanks for reviewing it.
06:12 Ticket #1651 (Remove RTEMS_INLINE_ROUTINE) created by Sebastian Huber
RTEMS_INLINE_ROUTINE is defined as: #ifdef GNUC # define …
05:32 Ticket #1650 (rtems_partition_return_buffer can be called several times) created by Nickolay Semyonov-Kolchin
rtems_partition_return_buffer has no protection for multiple calls: …
05:01 Ticket #1649 (libcsupport lacks setgid and setegid) created by Ralf Corsepius
libcsupport lacks setgid and setegid: libcsupport/src/getegid.c …

08/02/10:

17:25 Ticket #1484 (email issues) closed by Jeff Mayes
fixed: Old test PR
17:24 Ticket #1470 (patches are displayed incorrectly in bugzilla) closed by Jeff Mayes
fixed: Looks OK now.
16:39 Ticket #1648 (rtbf64b: DNS broken) closed by Jeff Mayes
fixed: Fixed

08/01/10:

03:40 Ticket #1648 (rtbf64b: DNS broken) created by Ralf Corsepius
[rtbf64b] # ssh rtbf64a ssh: Could not resolve hostname rtbf64a: Name …

07/31/10:

00:14 TBR/UserManual/RTEMS_Coverage_Analysis edited by Bharath
(diff)

07/30/10:

17:25 Ticket #1647 (Modular SuperCore Scheduler) created by Gedare Bloom
This PR introduces the Modular SuperCore? Scheduler, the core of my …
16:42 Ticket #1646 (spsize incorrect use of uninitialized) created by Gedare Bloom
I noticed a problem in the sptest/spsize/size.c file. At line 211, …
13:29 Ticket #1642 (Coverage Improvement: imfs routines) reopened by Bharath Suri
13:21 Ticket #1645 (Required seteuid routine missing) created by Bharath Suri
The routine to set the effective user ID is missing. The attachment - …
08:15 Ticket #1639 (tar tests contain hardcoded reference to pax) closed by Ralf Corsepius
fixed: I went a slightly different road to resolve this issue.
04:44 Ticket #1644 (testsuites/tmtests/tm30/../../support/src/tmtests_support.c:46:3: ...) created by Ralf Corsepius
# sparc64-rtems4.11-gcc -B../../../../../usiii/lib/ -specs bsp_specs …
04:01 Ticket #1542 (pipe_control_t is not deallocated if fifo_open is attempted with ...) closed by Bharath Suri
fixed: The patch is fine on the head... Closing this…
04:00 Ticket #1611 (pipe.c::pipe_create returns -1, even on success) closed by Bharath Suri
fixed: I feel it is OK for the temporary fifo to be removed. Closing…
03:50 Ticket #1642 (Coverage Improvement: imfs routines) closed by Bharath Suri
fixed
03:50 Ticket #1633 (Coverage Improvement: memfile.c) closed by Bharath Suri
fixed: Everything is OK on head.
03:45 Ticket #1620 (Issues with rtems_libio_share_private_env at ...) closed by Bharath Suri
fixed: Everything OK on head. Closing
01:59 Ticket #1628 (pthread_cond_wait is not interrupted by a POSIX signal) closed by Vinu Rajashekhar
fixed: Closed.

07/29/10:

21:36 Ticket #1635 (Refactor Priority bit map handling) closed by Joel Sherrill
fixed: Closing.
15:14 Ticket #1643 (libtests/tar02/Makefile.am missing MANAGERS = all ?) closed by Ralf Corsepius
fixed: I removed MANAGERS from tar01/Makefile.am and tar03/Makefile.am
14:48 Ticket #1643 (libtests/tar02/Makefile.am missing MANAGERS = all ?) created by Ralf Corsepius
Am I correct in assuming libtests/tar02/Makefile.am should contain …
08:01 Ticket #1642 (Coverage Improvement: imfs routines) created by Bharath Suri
PR to track changes/new tests added to improve coverage of the imfs …

07/28/10:

17:28 Ticket #1629 (sigsuspend not following POSIX spec) closed by Vinu Rajashekhar
fixed: Replying to comment:10: > Patch applied. Confirm the fix is OK on your side and close. > Thanks. Yes, closing this PR.
17:25 Ticket #1630 (sigtimedwait not following POSIX spec) closed by Vinu Rajashekhar
fixed: > I have committed the code. Please close this if it looks OK on your side. > Thanks. Yes, I am closing this. > FQWIW if this introduced an area of code that is now untested (e.g. no > coverage), I will file another PR for that and assign it to you. Sure. :)
15:01 Ticket #1641 (Red Black Tree data structure) created by Gedare Bloom
This PR introduces a red-black tree to the supercore. The red-black …
13:26 Ticket #1637 (Broken CVS Ids) closed by Joel Sherrill
fixed: Replying to comment:2: > Replying to comment:1: > > For some reason, some recent version of CVS has decided .doc > > files are binary. > Likely it considers *.doc to be Word docs. > > > Any idea how to tell it .doc files are not binary > > for us? I thought this command sequence would work and it does not appear to. > > > > [joel@localhost tar01]$ cvs admin -kv *doc > > Shouldn't this be > cvs admin -kkv *doc > ? Yes. Either I hadn't had enough coffee yet or the first hit in Google had a typo. > > > So it looks like the admin works but there is still no expansion on the > > checkout. > cvs up -dP -A > > Note the -A > > > I will run the admin command on all > > of them, make a change, commit, undo it, commit and see if the expansion > > is working. > I think > cvs admin -kkv testsuites/*/*/*.doc > > combined with > cvs up -dP -A > > is the way to go. I missed the -A. Not an option I use on a regular basis. > > I just gave this a try on testsuites/psxtests/psxkey02/psxkey02.doc, which as > far as I can tell seems to have worked out. I just did it on all .doc files and confirmed it with a grep. grep \$Id\$ testsuites/*/*/*doc Now shows nothing. I am going to close this one.
04:55 Ticket #1640 ({tar01,tar02}/Makefile.am use hardcoded ln -s) created by Ralf Corsepius
tar01/Makefile.am and tar02/Makefile.am use hardcoded "ln -s". This …
04:23 Ticket #1639 (tar tests contain hardcoded reference to pax) created by Ralf Corsepius
tar01/Makefile.am and tar02/Makefile.am carry hard-coded references to …
04:17 Ticket #1638 (tar01/tar02 tarballs contain non-deterministic uids/gids + permissions) created by Ralf Corsepius
The tarballs being created in libtests/tar01 and libtests/tar02 …
02:48 Ticket #1637 (Broken CVS Ids) created by Ralf Corsepius
# grep -R '\$Id\$' testsuites testsuites/sptests/sp69/sp69.doc:# $Id$ …

07/27/10:

20:54 Ticket #1636 (Refactor Rate Monotonic Manager into a generic Periodic Manager) created by Gedare Bloom
This PR is to refactor the RTEMS Rate Monotonic Management routines …
19:52 Ticket #1635 (Refactor Priority bit map handling) created by Gedare Bloom
This PR introduces the refactoring of priority handling, to isolate …
17:31 Ticket #1532 (Review Request -- First Test of Loading tarfile info IMFS) closed by Joel Sherrill
fixed
15:48 Ticket #1632 (Coverage Improvement: devnull.c) closed by Bharath Suri
fixed: Wow. The third time... OK on head. Closing…
15:46 Ticket #1631 (Coverage improvement: gxx_wrappers) closed by Bharath Suri
fixed: OK on head. Closing.
15:08 Ticket #1634 (niagara doesn't build) closed by Gedare Bloom
fixed: CVS head builds tests. Closing.
09:02 Ticket #1634 (niagara doesn't build) created by Ralf Corsepius
gmake[5]: Entering directory …
08:06 Ticket #1633 (Coverage Improvement: memfile.c) created by Bharath Suri
PR to track changes to tests, which improve coverage of routines in …
07:14 Ticket #1632 (Coverage Improvement: devnull.c) created by Bharath Suri
PR to track changes to tests, which improve coverage of devnull.c
07:06 Ticket #1631 (Coverage improvement: gxx_wrappers) created by Bharath Suri
PR to track new tests added to improve coverage of gxx_wrapper …

07/26/10:

11:04 Ticket #1630 (sigtimedwait not following POSIX spec) created by Vinu Rajashekhar
sigtimedwait function implementation is not following the POSIX spec - …
09:24 Ticket #1629 (sigsuspend not following POSIX spec) created by Vinu Rajashekhar
The current sigsuspend implementation is not does not follow the POSIX …
06:12 Ticket #1628 (pthread_cond_wait is not interrupted by a POSIX signal) created by Vinu Rajashekhar
According to the POSIX standard …

07/24/10:

03:34 Developer/Projects/Obsolete/Hypervisor edited by MeganJones
(diff)

07/23/10:

03:40 Ticket #1627 (Coverage Improvement: devFS routines) closed by Bharath Suri
fixed: This is fine. And I also saw the new tests on the head. Closing the PR.
Note: See TracTimeline for information about the timeline view.