Timeline



07/28/10:

20:39 Changeset in rtems [c838e2f4]4.115 by Joel Sherrill <joel.sherrill@…>
2010-07-28 Vinu Rajashekhar <vinutheraj@…> * posix/src/condinit.c, posix/src/condwaitsupp.c, posix/src/psignalunblockthread.c: Clean up some signal interruption code.
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:

21:25 Changeset in rtems [ec6a5a1]4.115 by Joel Sherrill <joel.sherrill@…>
2010-07-27 Joel Sherrill <joel.sherrilL@…> * sp43/init.c, sp43/sp43.scn: Add code to exercise case where an API pointer is NULL when getting an object name.
21:22 Changeset in rtems [5b50781]4.115 by Joel Sherrill <joel.sherrill@…>
2010-07-27 Joel Sherrill <joel.sherrill@…> * posix/src/keycreate.c: Fix typo.
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 …
20:16 Changeset in rtems [c0d5778]4.115 by Joel Sherrill <joel.sherrill@…>
2010-07-27 Joel Sherrill <joel.sherrill@…> * psxobj01/Makefile.am, psxobj01/init.c, psxobj01/psxobj01.scn: Add test for runnign out of workspace when setting object name as string.
19:52 Ticket #1635 (Refactor Priority bit map handling) created by Gedare Bloom
This PR introduces the refactoring of priority handling, to isolate …
19:03 Changeset in rtems [cb0997e3]4.115 by Joel Sherrill <joel.sherrill@…>
2010-07-27 Joel Sherrill <joel.sherrilL@…> * sp11/sp11.scn, sp11/task1.c: Add test case for receiving all events no wait but the condition is only partially satisfied.
18:18 Changeset in rtems [0043fd75]4.115 by Joel Sherrill <joel.sherrill@…>
2010-07-27 Joel Sherrill <joel.sherrill@…> PR 1532/testing * host.cfg.in: Add initial tests for untar capabilities. This required BIN2C.
18:18 Changeset in rtems [3264dfc5]4.115 by Joel Sherrill <joel.sherrill@…>
2010-07-27 Joel Sherrill <joel.sherrill@…> PR 1532/testing * host.cfg.in: Add initial tests for untar capabilities.
18:17 Changeset in rtems [f79bc77]4.115 by Joel Sherrill <joel.sherrill@…>
2010-07-27 Joel Sherrill <joel.sherrill@…> PR 1532/testing * aclocal/project-root.m4: Add initial tests for untar capabilities.
18:16 Changeset in rtems [270434cc]4.115 by Joel Sherrill <joel.sherrill@…>
2010-07-27 Joel Sherrill <joel.sherrill@…> PR 1532/testing * Makefile.am, configure.ac: Add initial tests for untar capabilities. * tar01/.cvsignore, tar01/Makefile.am, tar01/init.c, tar01/tar01.doc, tar01/tar01.scn, tar02/.cvsignore, tar02/Makefile.am, tar02/init.c, tar02/tar02.doc, tar02/tar02.scn: New files.
18:11 Changeset in rtems [4f3d72f]4.115 by Joel Sherrill <joel.sherrill@…>
2010-07-27 Joel Sherrill <joel.sherrill@…> * libfs/src/imfs/imfs_load_tar.c, libmisc/untar/untar.c: Now supports both pax and GNU tar created tar files.
17:37 Changeset in rtems [234a36c]4.115 by Joel Sherrill <joel.sherrill@…>
2010-07-27 Joel Sherrill <joel.sherrilL@…> * posix/src/sigsuspend.c: Do not assert unless RTEMS_DEBUG is defined.
17:31 Ticket #1532 (Review Request -- First Test of Loading tarfile info IMFS) closed by Joel Sherrill
fixed
16:38 Changeset in rtems [c9bc2cf]4.115 by Joel Sherrill <joel.sherrill@…>
2010-07-27 Vinu Rajashekhar <vinutheraj@…> PR 1629/cpukit * posix/src/sigsuspend.c: sigsuspend() was not completely following the POSIX specification.
16:38 Changeset in rtems [bdbf052a]4.115 by Joel Sherrill <joel.sherrill@…>
2010-07-27 Vinu Rajashekhar <vinutheraj@…> PR 1629/cpukit * psx04/init.c: sigsuspend() was not completely following the POSIX specification.
16:34 Changeset in rtems [1102485c]4.115 by Joel Sherrill <joel.sherrill@…>
2010-07-27 Vinu Rajashekhar <vinutheraj@…> PR 1630/cpukit * posix/src/psignalchecksignal.c, posix/src/sigtimedwait.c: sigtimedwait() was not completely following the POSIX specification.
15:55 Changeset in rtems [019fd4b]4.115 by Joel Sherrill <joel.sherrill@…>
2010-07-27 Gedare Bloom <giddyup44@…> PR 1634/bsps * shared/console/conscfg.c: Add BSP_poll_char.
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:28 Changeset in rtems [8a51913f]4.115 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
15:28 Changeset in rtems [b61cc954]4.115 by Ralf Corsepius <ralf.corsepius@…>
Adjust Source1.
15:08 Ticket #1634 (niagara doesn't build) closed by Gedare Bloom
fixed: CVS head builds tests. Closing.
14:45 Changeset in rtems [ad7e2f0]4.115 by Joel Sherrill <joel.sherrill@…>
2010-07-27 Bharath Suri <bharath.s.jois@…> PR 1631/testing * gxx02/init.c, gxx02/gxx02.scn, gxx02/gxx02.doc, gxx02/Makefile.am, gxx02/gxx_wrappers.h: New test added * Makefile.am, configure.ac: Changes to accommodate new tests
13:57 Changeset in rtems [8e8775db]4.115 by Joel Sherrill <joel.sherrill@…>
2010-07-27 Joel Sherrill <joel.sherrill@…> PR 1632/testing * Makefile.am, configure.ac: Make dedicated fatal error test for /dev/null already registered. Using code from Bharath in new test framework. * devnullfatal01/.cvsignore, devnullfatal01/Makefile.am, devnullfatal01/devnullfatal01.doc, devnullfatal01/devnullfatal01.scn, devnullfatal01/testcase.h: New files.
13:56 Changeset in rtems [c2e6cb1d]4.115 by Joel Sherrill <joel.sherrill@…>
2010-07-27 Bharath Suri <bharath.s.jois@…> PR 1632/testing * devfs04/init.c, devfs04/test_driver.c: Added cases to exercise null_initialize() and null_write().
13:54 Changeset in rtems [a7d32373]4.115 by Joel Sherrill <joel.sherrill@…>
* empty log message *
13:19 Changeset in rtems [6b8ce02]4.115 by Ralf Corsepius <ralf.corsepius@…>
Apply missing commit.
13:18 Changeset in rtems [21eb051]4.115 by Ralf Corsepius <ralf.corsepius@…>
Update cyginw, terminfo.
13:17 Changeset in rtems [a171d20c]4.115 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
11:55 Changeset in rtems [7ca4f0b]4.115 by Sebastian Huber <sebastian.huber@…>
Typo.
11:45 Changeset in rtems [e544466]4.115 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
11:03 Changeset in rtems [4ac56fbb]4.115 by Sebastian Huber <sebastian.huber@…>
2010-07-27 Sebastian Huber <sebastian.huber@…> * rtems/score/cpu.h: Assembler compatibility fixes.
10:57 Changeset in rtems [6ff19253]4.115 by Sebastian Huber <sebastian.huber@…>
2010-07-27 Sebastian Huber <sebastian.huber@…> * rtems/score/cpu.h: Assembler compatibility fixes.
10:51 Changeset in rtems [8bd26f1]4.115 by Sebastian Huber <sebastian.huber@…>
2010-07-27 Sebastian Huber <sebastian.huber@…> * rtems/asm.h: Fixed header guard. * rtems/score/cpu.h: Assembler compatibility fixes.
10:18 Changeset in rtems [508632a]4.115 by Sebastian Huber <sebastian.huber@…>
2010-07-27 Sebastian Huber <sebastian.huber@…> * umon/tfsDriver.c: Update for LibIO API changes.
09:25 Changeset in rtems [acd71a92]4.115 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
09:24 Changeset in rtems [6e5ddefe]4.115 by Ralf Corsepius <ralf.corsepius@…>
Bump GCC_RPMREL.
09:17 Changeset in rtems [7722a178]4.115 by Ralf Corsepius <ralf.corsepius@…>
Add freebsd8.1.
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 …
04:37 Changeset in rtems [dcbc5458]4.115 by Ralf Corsepius <ralf.corsepius@…>
New.
02:17 Changeset in rtems [56e135a1]4.115 by Joel Sherrill <joel.sherrill@…>
2010-07-26 Joel Sherrill <joel.sherrilL@…> * score/src/threadget.c: Conditionalize a check that can only occur when POSIX is disabled.
01:48 Changeset in rtems [37d6e55]4.115 by Joel Sherrill <joel.sherrill@…>
2010-07-26 Joel Sherrill <joel.sherrilL@…> * rtems/src/taskmode.c, score/inline/rtems/score/thread.inl: Rework a bit to eliminate unreachable path for task blocked while calling rtems_task_mode() on itself.

07/26/10:

22:20 Changeset in rtems [9bd0258d]4.115 by Joel Sherrill <joel.sherrill@…>
2010-07-26 Joel Sherrill <joel.sherrill@…> * sapi/include/confdefs.h: Spelling.
22:03 Changeset in rtems [77c330ce]4.115 by Joel Sherrill <joel.sherrill@…>
2010-07-26 Joel Sherrill <joel.sherrill@…> * libcsupport/src/privateenv.c, libmisc/cpuuse/cpuusagereport.c, posix/Makefile.am, posix/include/rtems/posix/key.h, posix/src/keycreate.c, posix/src/keydelete.c, score/src/iterateoverthreads.c: Since removing ITRON, the loop over all APIs for tasks has a path that cannot be reached. Either modify the code or mark tests for NULL as RTEMS_DEBUG. * posix/src/keyfreememory.c: New file.
21:29 Changeset in rtems [bc3fe3c]4.115 by Joel Sherrill <joel.sherrill@…>
2010-07-26 Joel Sherrill <joel.sherrill@…> * libfs/src/imfs/imfs_load_tar.c: Formatting.
21:28 Changeset in rtems [80c1577]4.115 by Joel Sherrill <joel.sherrill@…>
2010-07-26 Joel Sherrill <joel.sherrill@…> * sapi/include/confdefs.h: Do not cover up user configuation mistakes on filesystems -- cite them as errors.
20:27 Changeset in rtems [04323c98]4.115 by Joel Sherrill <joel.sherrill@…>
2010-07-26 Joel Sherrill <joel.sherrill@…> * rtems/src/ratemonperiod.c: Remove tabs.
15:38 Changeset in rtems [80031e2]4.115 by Joel Sherrill <joel.sherrill@…>
2010-07-26 Joel Sherrill <joel.sherrill@…> * Makefile.am, configure.ac: Add test to extract a task blocked with timeout on a priority ordered thread queue. * sp72/.cvsignore, sp72/Makefile.am, sp72/init.c, sp72/sp72.doc, sp72/sp72.scn: New files.
13:49 Changeset in rtems [7eef54e]4.115 by Joel Sherrill <joel.sherrill@…>
2010-07-26 Joel Sherrill <joel.sherrilL@…> * rtems/src/ratemonperiod.c: Use if not switch since all cases of enum are not valid and switch was generating dead code.
11:04 Ticket #1630 (sigtimedwait not following POSIX spec) created by Vinu Rajashekhar
sigtimedwait function implementation is not following the POSIX spec - …
09:42 Changeset in rtems [b478902]4.115 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
09:41 Changeset in rtems [935b8ee]4.115 by Ralf Corsepius <ralf.corsepius@…>
Upgrade to gcc-4.5.1-RC-20100722.
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/25/10:

15:51 Changeset in rtems [04ecf40]4.115 by Joel Sherrill <joel.sherrill@…>
2010-07-25 Joel Sherrill <joel.sherrill@…> * gxx01/gxx01.scn, gxx01/init.c: Remove local _exit().
15:48 Changeset in rtems [118cc56]4.115 by Joel Sherrill <joel.sherrill@…>
2010-07-25 Joel Sherrill <joel.sherrill@…> * gxx01/gxx01.scn, gxx01/init.c: Add test f0r rtems_gxx_key_dtor().
15:13 Changeset in rtems [39d3f8d]4.115 by Joel Sherrill <joel.sherrill@…>
2010-07-25 Joel Sherrill <joel.sherrill@…> * sapi/include/rtems/init.h: Mark rtems_shutdown_executive as a noreturn method.
14:53 Changeset in rtems [972a8dba]4.115 by Joel Sherrill <joel.sherrill@…>
2010-07-25 Joel Sherrill <joel.sherrill@…> * gxx01/gxx01.scn, gxx01/init.c: Add more testcases.
14:52 Changeset in rtems [cb87694]4.115 by Joel Sherrill <joel.sherrill@…>
2010-07-25 Joel Sherrill <joel.sherrill@…> * libcsupport/src/gxx_wrappers.c: Free contents of key not key itself. Kye pointer will never be malloc'ed.

07/24/10:

16:12 Changeset in rtems [a5bbb061]4.115 by Joel Sherrill <joel.sherrill@…>
2010-07-24 Joel Sherrill <joel.sherrill@…> * libcsupport/Makefile.am, libcsupport/src/termios_baud2num.c, libcsupport/src/termios_num2baud.c: Use RTEMS associations to simplify code and make easier for coverage. * libcsupport/src/termios_baudtable.c: New file.
03:34 Developer/Projects/Obsolete/Hypervisor edited by MeganJones
(diff)

07/23/10:

12:24 Changeset in rtems [bdf87932]4.115 by Joel Sherrill <joel.sherrill@…>
2010-07-23 Vinu Rajashekhar <vinutheraj@…> * start/start.S: Replace the call to _return_to_monitor by hlt instruction. * startup/ldsegs.S: Remove the _return_to_monitor function.
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.
00:11 Changeset in rtems [33645763]4.115 by Joel Sherrill <joel.sherrill@…>
2010-07-22 Joel Sherrill <joel.sherrill@…> PR 1627/testing * libfs/src/devfs/devstat.c:

07/22/10:

11:54 Changeset in rtems [b28cb82e]4.115 by Joel Sherrill <joel.sherrill@…>
2010-07-22 Bharath Suri <bharath.s.jois@…> * devfs02/init.c, devfs02/devfs02.doc, devfs02/devfs02.scn, devfs02/Makefile.am: New tests added * devfs03/init.c, devfs03/devfs03.doc, devfs03/devfs03.scn, devfs03/Makefile.am: New tests added * devfs04/init.c, devfs04/devfs04.doc, devfs04/devfs04.scn, devfs04/Makefile.am: New tests added * Makefile.am, configure.ac: Changes to accommodate the above newly added tests.
02:54 Ticket #1627 (Coverage Improvement: devFS routines) created by Bharath Suri
PR to tracking new tests which improve coverage of devFS routines …

07/21/10:

12:33 Changeset in rtems [59211c6]4.115 by Joel Sherrill <joel.sherrill@…>
2010-07-21 Joel Sherrill <joel.sherrill@…> * timer/timer.c: Do not do the indirect call if NULL.

07/20/10:

11:39 Ticket #1596 (libtests/malloc03/init.c: GCC diagnoses testcase as bad code) closed by Joel Sherrill
fixed: Warning is resolved in tree.
07:43 Ticket #1573 (Per CPU Patch -- SMP Step #1) reopened by Sebastian Huber
04:54 Ticket #1626 (Can't seek in i2c eeprom devices) created by Angus Gratton
lseek() doesn't seem to work when reading an I2C EEPROM on MVME3100 …
04:18 Ticket #1625 (TFTPFS memory corruption using relative paths) created by Angus Gratton
This is an issue I experienced when using 'chdir' and relative path …
04:18 Ticket #1623 (Coverage Improvement: Error paths of routines under libcsupport) closed by Bharath Suri
fixed: Patch on head OK. Closing…
04:04 Ticket #1624 (TFTPFS not parsing hostnames & paths correctly) created by Angus Gratton
TFTPFS doesn't successfully parse paths correctly to hostname & file. …

07/19/10:

13:54 Changeset in rtems [78da8ac3]4.115 by Joel Sherrill <joel.sherrill@…>
2010-07-19 Joel Sherrill <joel.sherrill@…> * Makefile.am, configure.ac, termios06/init.c: Add initial tests for XON/XOFF and VMIN/VMAX cases. * termios07/.cvsignore, termios07/Makefile.am, termios07/init.c, termios07/termios07.doc, termios07/termios07.scn, termios08/.cvsignore, termios08/Makefile.am, termios08/init.c, termios08/termios08.doc, termios08/termios08.scn: New files.
13:13 Changeset in rtems [efdc6987]4.115 by Joel Sherrill <joel.sherrill@…>
2010-07-19 Bharath Suri <bharath.s.jois@…> PR 1623/testing * psx13/test.c, psx13/psx13.scn: New cases to improve coverage of utime() and fpathconf(). * psxfile01/test.c, psxfile01/psxfile01.scn: New cases to improve coverage of rmdir(), unlink(), mknod(), link(), open(), read(), write(). * psxstat/test.c, psxstat/psxstat.scn: New case to improve coverage of readlink().
13:12 Changeset in rtems [741343ad]4.115 by Joel Sherrill <joel.sherrill@…>
2010-07-19 Joel Sherrill <joel.sherrill@…> * Makefile.am, configure.ac: Add tar test for error cases. * tar03/.cvsignore, tar03/Makefile.am, tar03/init.c, tar03/tar03.doc, tar03/tar03.scn: New files.
13:10 Changeset in rtems [e41e75de]4.115 by Joel Sherrill <joel.sherrill@…>
2010-07-19 Joel Sherrill <joel.sherrill@…> * stringto01/init.c, stringto01/stringto01.scn, stringto01/stringto_test_template.h: Attempt to pick up a few more error paths.
08:35 TBR/UserManual/RTEMS_Coverage_Analysis edited by Bharath
(diff)
03:32 Ticket #1623 (Coverage Improvement: Error paths of routines under libcsupport) created by Bharath Suri
PR to track changes to tests which improve coverage on following …

07/18/10:

12:47 Ticket #1239 (posix bsp segfaults on i386 Fedora) closed by Joel Sherrill
wontfix: Old version and port removed in current tree.

07/16/10:

19:19 Changeset in rtems [24db9ba]4.115 by Joel Sherrill <joel.sherrill@…>
2010-07-17 Bharath Suri <bharath.s.jois@…> PR 1622/testing * psxchroot01/test.c, psxchroot01/psxchroot01.scn: Added two test cases to completely cover chroot().
18:31 Ticket #1622 (Coverage Improvement: chroot) closed by Bharath Suri
fixed: Patch on head. Closing…
18:06 Ticket #1622 (Coverage Improvement: chroot) created by Bharath Suri
PR to track changes to tests which improve coverage of chroot routine …
15:01 Changeset in rtems [917e4b4]4.115 by Joel Sherrill <joel.sherrill@…>
2010-07-16 Bharath Suri <bharath.s.jois@…> PR 1617/testing * spmountmgr01/init.c, spmountmgr01/spmountmgr01.scn, spmountmgr01/spmountmgr01.doc: Added cases to exercise mount-mktgt.c.
14:44 Ticket #1617 (Coverage Improvement: mount-mgr.c, few other wrapper / reentrant ...) closed by Joel Sherrill
fixed
13:50 Ticket #1617 (Coverage Improvement: mount-mgr.c, few other wrapper / reentrant ...) reopened by Bharath Suri
09:24 Changeset in rtems [b8e7e2f]4.115 by Sebastian Huber <sebastian.huber@…>
2010-07-16 Sebastian Huber <sebastian.huber@…> * libcsupport/src/link.c: Do not overwrite errno with return status.
09:23 Changeset in rtems [320fe72c]4.115 by Sebastian Huber <sebastian.huber@…>
2010-07-16 Sebastian Huber <Sebastian.Huber@…> * psxfile01/test.c: Avoid NULL pointer access.
08:46 Changeset in rtems [89b85e51]4.115 by Sebastian Huber <sebastian.huber@…>
2010-07-16 Sebastian Huber <sebastian.huber@…> * rtems/score/cpu.h: Include <rtems/score/types.h> first. * rtems/score/types.h: Use <rtems/score/basedefs.h> header file.
08:45 Changeset in rtems [af16a7d2]4.115 by Sebastian Huber <sebastian.huber@…>
2010-07-16 Sebastian Huber <sebastian.huber@…> * rtems/new-exceptions/cpu.h: Removed file. * Makefile.am, preinstall.am: Reflect change above. * rtems/score/cpu.h: Include <rtems/score/types.h> first. Added contents of <rtems/new-exceptions/cpu.h>. * rtems/score/types.h: Use <rtems/score/basedefs.h> header file.
08:31 Changeset in rtems [9f9a82b]4.115 by Sebastian Huber <sebastian.huber@…>
2010-07-16 Sebastian Huber <sebastian.huber@…> * score/include/rtems/score/basedefs.h: New file. * score/Makefile.am, score/preinstall.am: Reflect change above. * score/include/rtems/score/percpu.h: Include <rtems/score/cpu.h>. * score/include/rtems/system.h: Moved definition of SCORE_EXTERN, SAPI_EXTERN, RTEMS_EXTERN, POSIX_EXTERN, RTEMS_INLINE_ROUTINE, RTEMS_COMPILER_MEMORY_BARRIER, RTEMS_COMPILER_NO_RETURN_ATTRIBUTE, RTEMS_COMPILER_DEPRECATED_ATTRIBUTE, TRUE, and FALSE to <rtems/score/basedefs.h>. Removed include of <rtems/score/cpu.h>, <stdint.h> and <stddef.h>.
07:53 Ticket #1573 (Per CPU Patch -- SMP Step #1) closed by Sebastian Huber
fixed
07:51 Ticket #1403 (TRUE and FALSE are not defined) closed by Sebastian Huber
fixed: Added a new header file <rtems/score/basedefs.h> that defines TRUE and FALSE. This file will be included by <rtems/score/cpu.h> indirectly via <rtems/score/types.h>. Fixed in CVS head.
07:45 Changeset in rtems [17ecd5a0]4.115 by Sebastian Huber <sebastian.huber@…>
2010-07-16 Sebastian Huber <sebastian.huber@…> * libmd/md4.c: Removed definition of TRUE and FALSE.
03:44 Ticket #1621 (Coverage Improvement: privateenv.c) created by Bharath Suri
PR to track changes/addition of new tests to improve coverage of …
03:43 Ticket #1620 (Issues with rtems_libio_share_private_env at ...) created by Bharath Suri
I sense the following problems with the routine …

07/15/10:

21:31 Changeset in rtems [e77a1934]4.115 by Joel Sherrill <joel.sherrill@…>
2010-07-15 Joel Sherrill <joel.sherrill@…> * libcsupport/src/privateenv.c: Fix bug.
15:44 Changeset in rtems [bbe6a5fe]4.115 by Joel Sherrill <joel.sherrill@…>
2010-07-15 Sebastian Huber <Sebastian.Huber@…> PR 1607/cpukit * score/src/coremutexsurrender.c: Clean up and split out helper routines.
14:44 Ticket #1605 (Simplify _CORE_mutex_Surrender()) closed by Joel Sherrill
fixed: Patch committed. Thanks.
13:59 Changeset in rtems [947015f]4.115 by Joel Sherrill <joel.sherrill@…>
2010-07-15 Bharath Suri <bharath.s.jois@…> PR 1617/testing * psxfile01/test.c, psxfile01/psxfile01.scn: Added new cases to exercise_link_r and _unlink_r * psxstat/test.c, psxstat/psxstat.scn: Added new cases to exercise _lstat_r and _stat_r. * psxtime/test.c, psxtime/psxtime.scn: Added new cases to exercise _gettimeofday.
13:54 Changeset in rtems [66ed5ff]4.115 by Joel Sherrill <joel.sherrill@…>
2010-07-15 Bharath Suri <bharath.s.jois@…> PR 1617/testing * malloctest/init.c: Added new case to exercise _realloc_r.
13:53 Changeset in rtems [c275f71b]4.115 by Joel Sherrill <joel.sherrill@…>
2010-07-15 Bharath Suri <bharath.s.jois@…> PR 1617/testing * spmountmgr01/init.c, spmountmgr01/Makefile.am, spmountmgr/.cvsignore, spmountmgr01/spmountmgr01.doc, spmountmgr01/spmountmgr01.scn: New test which improves coverage of mount-mgr.c under libcsupport. * Makefile.am, configure.ac: Changes to accommodate the new test.
13:36 Changeset in rtems [be4e3d6f]4.115 by Sebastian Huber <sebastian.huber@…>
2010-07-15 Sebastian Huber <sebastian.huber@…> * malloctest/init.c: Added test for rtems_heap_allocate_aligned_with_boundary().
13:31 Ticket #1617 (Coverage Improvement: mount-mgr.c, few other wrapper / reentrant ...) closed by Joel Sherrill
fixed
12:37 Ticket #1616 (Is rtems_heap_allocate_aligned_with_boundary needed?) closed by Sebastian Huber
fixed: Added test case to CVS head (libtests/malloctest).
12:15 Changeset in rtems [d0ef58a]4.115 by Sebastian Huber <sebastian.huber@…>
2010-07-16 Sebastian Huber <Sebastian.Huber@…> * psxstat/test.c: Avoid NULL pointer access.
11:14 Ticket #1619 (statvfs() is not POSIX conform) created by Sebastian Huber
The errno values are not POSIX conform. See test psxstat and function …
11:00 Ticket #1609 (Segmentation fault on closing a socket) closed by Vinu Rajashekhar
duplicate: This is a duplicate of bug 1612
08:59 Changeset in rtems [f4dea06]4.115 by Sebastian Huber <sebastian.huber@…>
2010-07-16 Sebastian Huber <sebastian.huber@…> * libfs/src/imfs/imfs.h: Changed IMFS_jnode_types_t to an enum. Removed IMFS_NUMBER_OF_TYPES define. * libfs/src/imfs/imfs_debug.c: Removed IMFS_types.
08:46 Changeset in rtems [de39b51]4.115 by Sebastian Huber <sebastian.huber@…>
2010-07-16 Sebastian Huber <sebastian.huber@…> * libcsupport/include/rtems/libio_.h: Removed rtems_filesystem_null_handlers. * libcsupport/src/fs_null_handlers.c: Removed file. * libcsupport/Makefile.am: Reflect change above. * libfs/src/nfsclient/src/nfs.c, libfs/src/imfs/imfs_creat.c, libfs/src/imfs/imfs_init.c, libfs/src/imfs/miniimfs_init.c: Use rtems_filesystem_handlers_default instead of rtems_filesystem_null_handlers. * libnetworking/lib/ftpfs.c, libnetworking/lib/tftpDriver.c: Initialize handler and operations table with proper defaults.
08:12 Ticket #1618 (Basic file system test) created by Sebastian Huber
We lack a basic file system test. This test should mount all …
08:10 Changeset in rtems [fd2b1634]4.115 by Sebastian Huber <sebastian.huber@…>
2010-07-16 Sebastian Huber <sebastian.huber@…> * libcsupport/include/rtems/libio.h: Removed file_info and handlers fields in rtems_libio_t. * libcsupport/src/close.c, libcsupport/src/fcntl.c, libcsupport/src/fdatasync.c, libcsupport/src/fstat.c, libcsupport/src/fsync.c, libcsupport/src/ftruncate.c, libcsupport/src/getdents.c, libcsupport/src/ioctl.c, libcsupport/src/libio_sockets.c, libcsupport/src/lseek.c, libcsupport/src/open.c, libcsupport/src/read.c, libcsupport/src/readv.c, libcsupport/src/write.c, libcsupport/src/writev.c, libfs/src/devfs/devclose.c, libfs/src/devfs/devioctl.c, libfs/src/devfs/devopen.c, libfs/src/devfs/devread.c, libfs/src/devfs/devwrite.c libfs/src/dosfs/msdos_dir.c libfs/src/dosfs/msdos_file.c libfs/src/imfs/deviceio.c libfs/src/imfs/imfs_directory.c libfs/src/imfs/imfs_fifo.c libfs/src/imfs/memfile.c libfs/src/nfsclient/src/nfs.c libfs/src/rfs/rtems-rfs-rtems-file.c libfs/src/rfs/rtems-rfs-rtems.h libnetworking/lib/ftpfs.c: Reflect changes above.
07:59 Changeset in rtems [106d8f5]4.115 by Sebastian Huber <sebastian.huber@…>
2010-07-16 Sebastian Huber <sebastian.huber@…> * libfs/src/devfs/devfs.h, libfs/src/devfs/devfs_node_type.c: Fixed devFS_node_type() prototype.
07:40 Changeset in rtems [0266c0e]4.115 by Sebastian Huber <sebastian.huber@…>
2010-07-16 Sebastian Huber <sebastian.huber@…> * score/include/rtems/seterr.h: Include <errno.h>.
07:36 Changeset in rtems [1e01385]4.115 by Sebastian Huber <sebastian.huber@…>
2010-07-16 Sebastian Huber <sebastian.huber@…> * libcsupport/include/rtems/libio.h: Changed rtems_filesystem_node_types_t to an enum. Declare rtems_filesystem_handlers_default, rtems_filesystem_operations_default, rtems_filesystem_default_evalpath(), rtems_filesystem_default_evalformake, and rtems_filesystem_default_node_type(). * libfs/src/dosfs/msdos.h: Fixed msdos_node_type() prototype. * libfs/src/defaults/default_evalformake.c, libfs/src/defaults/default_handlers.c, libfs/src/defaults/default_node_type.c, libfs/src/defaults/default_ops.c: New files. * libfs/Makefile.am: Reflect changes above.
07:16 Ticket #1612 (Recent change to rtems/cpukit/libcsupport/src/freenode.c breaks socket use) closed by Sebastian Huber
fixed
05:08 Ticket #1617 (Coverage Improvement: mount-mgr.c, few other wrapper / reentrant ...) created by Bharath Suri
PR to track changes/addition of tests to improve coverage of …

07/14/10:

23:53 Changeset in rtems [21671507]4.115 by Joel Sherrill <joel.sherrill@…>
2010-07-14 Joel Sherrill <joel.sherrill@…> * Makefile.am, configure.ac: Add new test to exercise devFS_Show(). * devfs01/.cvsignore, devfs01/Makefile.am, devfs01/devfs01.doc, devfs01/devfs01.scn, devfs01/init.c: New files.
23:29 Changeset in rtems [8911ffd]4.115 by Joel Sherrill <joel.sherrill@…>
2010-07-14 Joel Sherrill <joel.sherrill@…> * Makefile.am, configure.ac: Add new test to exercise malloc_get_statistics(). * malloc05/.cvsignore, malloc05/Makefile.am, malloc05/init.c, malloc05/malloc05.doc, malloc05/malloc05.scn: New files.
23:23 Changeset in rtems [830c6ee]4.115 by Joel Sherrill <joel.sherrill@…>
2010-07-14 Joel Sherrill <joel.sherrill@…> PR 1535/tests * malloc04/init.c, malloc04/malloc04.scn: Address issues in test. A mix of work by Ralf and Joel.
23:17 Changeset in rtems [ba959a4b]4.115 by Joel Sherrill <joel.sherrill@…>
2010-07-14 Joel Sherrill <joel.sherrill@…> * spprintk/init.c, spprintk/spprintk.doc, spprintk/spprintk.scn: Clean up and add test of getchark().
22:23 Ticket #1535 (doubts on test_posix_memalign) closed by Joel Sherrill
fixed: Attached patches committed since no comments since 24 June.
21:46 Ticket #1616 (Is rtems_heap_allocate_aligned_with_boundary needed?) created by Joel Sherrill
rtems_heap_allocate_aligned_with_boundary() is showing up as …
17:03 Changeset in rtems [fa126921]4.115 by Joel Sherrill <joel.sherrill@…>
2010-07-14 Joel Sherrill <joel.sherrill@…> * spfatal21/Makefile.am: Fix typo.
16:03 Changeset in rtems [be8bdff]4.115 by Joel Sherrill <joel.sherrill@…>
2010-07-14 Joel Sherrill <joel.sherrill@…> * support/include/test_support.h, support/src/test_support.c: Add Allocate_majority_of_heap().
16:02 Changeset in rtems [16d1bd3]4.115 by Joel Sherrill <joel.sherrill@…>
2010-07-14 Joel Sherrill <joel.sherrill@…> * Makefile.am, configure.ac: Add tests for sbrk fatal error case and libio initialization fatal error case. * spfatal21/.cvsignore, spfatal21/Makefile.am, spfatal21/spfatal21.doc, spfatal21/spfatal21.scn, spfatal21/testcase.h, spfatal22/.cvsignore, spfatal22/Makefile.am, spfatal22/spfatal22.doc, spfatal22/spfatal22.scn, spfatal22/testcase.h: New files.
15:59 Changeset in rtems [8cd0bb0f]4.115 by Joel Sherrill <joel.sherrill@…>
2010-07-14 Joel Sherrill <joel.sherrill@…> * termios01/init.c, termios01/termios01.scn: Fully exercise tcsetattr.
15:49 Changeset in rtems [f4a74bd]4.115 by Joel Sherrill <joel.sherrill@…>
2010-07-14 Joel Sherrill <joel.sherrill@…> * libnetworking/rtems/rtems_syscall.c: Fix warning.
15:44 Changeset in rtems [8f7b8f7b]4.115 by Joel Sherrill <joel.sherrill@…>
2010-07-14 Joel Sherrill <joel.sherrill@…> * libfs/Makefile.am: Remove reference to imfs_free.c, wrapup/Makefile.am: Split devfs into its own library. * libfs/src/imfs/fifoimfs_init.c, libfs/src/imfs/imfs.h, libfs/src/imfs/imfs_init.c, libfs/src/rfs/rtems-rfs-rtems.c: Use default freenode implementation. * libfs/src/imfs/imfs_free.c: Removed.
15:01 Changeset in rtems [a7202f6]4.115 by Joel Sherrill <joel.sherrill@…>
2010-07-14 Joel Sherrill <joel.sherrill@…> PR 1612/networking * ChangeLog?, libcsupport/src/libio_sockets.c: Sockets need to have handlers in place. Null is no longer allowed.
07:33 Changeset in rtems [9688f466]4.115 by Sebastian Huber <sebastian.huber@…>
2010-07-14 Sebastian Huber <sebastian.huber@…> * spintrcritical06/init.c: Switch semaphore obtain timeouts of variants. Cleanup. * spintrcritical05/spintrcritical05.scn, spintrcritical06/spintrcritical06.scn, spintrcritical07/spintrcritical07.scn, spintrcritical11/spintrcritical11.scn, spintrcritical12/spintrcritical12.scn, spintrcritical13/spintrcritical13.scn, spintrcritical14/spintrcritical14.scn: Update.
07:22 Ticket #1573 (Per CPU Patch -- SMP Step #1) reopened by Sebastian Huber
00:50 Packages/LWIP edited by JoelSherrill
Reverted edits by JenniferHouston? (Talk?) to last revision by JoelSherrill? (diff)
Note: See TracTimeline for information about the timeline view.