Timeline



01/20/10:

20:25 Changeset in rtems [3faa7a29]4.104.115 by Joel Sherrill <joel.sherrill@…>
2010-01-20 Joel Sherrill <joel.sherrill@…> Coverity Id 30 * libmisc/shell/hexdump-parse.c:
17:15 Changeset in rtems [dd6a748a]4.104.115 by Joel Sherrill <joel.sherrill@…>
2010-01-20 Joel Sherrill <joel.sherrill@…> * block08/.cvsignore, block09/.cvsignore: New files.
17:15 Changeset in rtems [4783238]4.104.115 by Joel Sherrill <joel.sherrill@…>
2010-01-20 Joel Sherrill <joel.sherrill@…> * block08/init.c: Remove warning.
17:14 Changeset in rtems [65710541]4.104.115 by Joel Sherrill <joel.sherrill@…>
2010-01-20 Joel Sherrill <joel.sherrill@…> Coverity Id 1 * libmisc/shell/fts.c:
17:12 Changeset in rtems [c313b68]4.104.115 by Joel Sherrill <joel.sherrill@…>
2010-01-20 Joel Sherrill <joel.sherrill@…> * block08/block08.scn, block08/init.c: Add starting and ending messages so the scripts detect successful exit.
17:11 Changeset in rtems [35dfbd7]4.104.115 by Joel Sherrill <joel.sherrill@…>
2010-01-20 Joel Sherrill <joel.sherrill@…> * sp43/init.c: Fix warning.
17:10 Changeset in rtems [04fee31]4.104.115 by Joel Sherrill <joel.sherrill@…>
2010-01-20 Joel Sherrill <joel.sherrill@…> Coverity Id 7 Coverity Id 8 * libblock/src/bdpart.c: Verify libblock is really set after rtems_bdbuf_read() before using it.
17:08 Changeset in rtems [f659921]4.104.115 by Joel Sherrill <joel.sherrill@…>
2010-01-20 Joel Sherrill <joel.sherrill@…> Coverity Id 5 * score/src/objectextendinformation.c: Check object_blocks for NULL to determine when to allocate object block table.
16:24 Changeset in rtems [59f7e91]4.104.115 by Joel Sherrill <joel.sherrill@…>
2010-01-20 Joel Sherrill <joel.sherrill@…> Coverity Id 27 * libmisc/fsmount/fsmount.c: Ensure calloc() returns memory and then we do not have to check null when freeing it. Coverity noted it was used before being checked for NULL.
15:20 Changeset in rtems [8c161f95]4.104.115 by Joel Sherrill <joel.sherrill@…>
2010-01-20 Joel Sherrill <joel.sherrill@…> Coverity Id 3 * libmisc/shell/shell.c: Remove dead code path and fix warning.
15:19 Changeset in rtems [efb68e8]4.104.115 by Joel Sherrill <joel.sherrill@…>
2010-01-20 Joel Sherrill <joel.sherrill@…> * libmisc/shell/hexdump-parse.c: Fix uninitialized warning.
15:15 Changeset in rtems [aaaffd4c]4.104.115 by Joel Sherrill <joel.sherrill@…>
2010-01-20 Joel Sherrill <joel.sherrill@…> Coverity Id 30 * libmisc/shell/hexdump-parse.c: Add free(pr) before returning.
14:31 Changeset in rtems [129b4a38]4.104.115 by Joel Sherrill <joel.sherrill@…>
2010-01-20 Chris Johns <chrisj@…> Coverity Id 6 * libmisc/shell/hexdump-parse.c: Modify conditional to avoid NULL dereference.
14:27 Changeset in rtems [8bffc40b]4.104.115 by Joel Sherrill <joel.sherrill@…>
2010-01-20 Chris Johns <chrisj@…> Coverity Id 9 * libmisc/shell/main_ls.c: Modify conditional to avoid NULL dereference.

01/19/10:

23:54 Changeset in rtems [a518defe]4.104.115 by Joel Sherrill <joel.sherrill@…>
2010-01-19 Joel Sherrill <joel.sherrill@…> Coverity Id 10 * libblock/src/bdbuf.c: Rework loop conditional to avoid potential use of NULL pointer.
23:49 Changeset in rtems [c917d31]4.104.115 by Joel Sherrill <joel.sherrill@…>
2010-01-19 Joel Sherrill <joel.sherrill@…> Coverity Id 23 * libmisc/monitor/mon-monitor.c: Add fclose() of file.
23:47 Changeset in rtems [b61ad65]4.104.115 by Joel Sherrill <joel.sherrill@…>
2010-01-19 Joel Sherrill <joel.sherrill@…> * libblock/src/ide_part_table.c: Another error path without a free(sector).
23:03 Changeset in rtems [e00381a]4.104.115 by Joel Sherrill <joel.sherrill@…>
2010-01-19 Joel Sherrill <joel.sherrill@…> Coverity Id 28 * libcsupport/src/termios.c: Set then unconditionally to avoid potential paths where it might be used uninitialized. Recommended by Eric Norum.
23:01 Changeset in rtems [e4d7016c]4.104.115 by Joel Sherrill <joel.sherrill@…>
2010-01-19 Joel Sherrill <joel.sherrill@…> Coverity Id 18 * libmisc/shell/fts.c: Add free(parent) to correct leak.
22:09 Changeset in rtems [d3231fba]4.104.115 by Joel Sherrill <joel.sherrill@…>
2010-01-19 Joel Sherrill <joel.sherrill@…> Coverity Id 24 * libblock/src/ide_part_table.c: Initialize sector to NULL and add free(sector) on error return path from get_sector() to fix potential leak.
22:05 Changeset in rtems [b2ac8a9]4.104.115 by Joel Sherrill <joel.sherrill@…>
2010-01-19 Joel Sherrill <joel.sherrill@…> Coverity Id 25 * libblock/src/ide_part_table.c: Add free(sector) on error return path to fix leak.
19:33 Changeset in rtems [2d2dcab2]4.104.115 by Joel Sherrill <joel.sherrill@…>
2010-01-19 Joel Sherrill <joel.sherrill@…> Coverity Id 5 * score/src/objectinitializeinformation.c: Do not modify maximum parameter. Clean up and simplify code. This should help the Coverity path analysis to avoid reporting issues.
19:31 Changeset in rtems [cb4e992]4.104.115 by Joel Sherrill <joel.sherrill@…>
2010-01-19 Joel Sherrill <joel.sherrill@…> * libfs/src/imfs/imfs.h, libfs/src/imfs/imfs_creat.c, libfs/src/imfs/imfs_initsupp.c, libfs/src/imfs/imfs_link.c, libfs/src/imfs/imfs_load_tar.c, libfs/src/imfs/imfs_mknod.c, libfs/src/imfs/imfs_symlink.c: Create special helper method for creating the j-node for the root directory. This lets us assume that every j-node created otherwise has a parent node.
09:12 Changeset in rtems [f1eb199a]4.104.115 by Thomas Doerfler <Thomas.Doerfler@…>
Update of libblock API, update of tqm8xx BSP
09:11 Changeset in rtems [de592aa6]4.104.115 by Thomas Doerfler <Thomas.Doerfler@…>
tqm8xx BSP fixes
09:10 Changeset in rtems [1ba96ef9]4.104.115 by Thomas Doerfler <Thomas.Doerfler@…>
Update for block device API change.
09:10 Changeset in rtems [5c587596]4.104.115 by Thomas Doerfler <Thomas.Doerfler@…>
libblock API update
08:55 Changeset in rtems [64734fc]4.104.115 by Thomas Doerfler <Thomas.Doerfler@…>
updates and new test cases
08:34 Ticket #1430 (Timer cancel and delete depends on timer server execution) closed by Sebastian Huber
fixed: Fixed in CVS head.
08:30 Ticket #1478 (Calling rtems_bdbuf_release() for a buffer obtained with ...) closed by Sebastian Huber
fixed: Implemented as an side effect of the error handling changes. See also https://www.rtems.org/bugzilla/show_bug.cgi?id=1433.
08:19 Ticket #1487 (libblock test suite) closed by Sebastian Huber
fixed: Committed to CVS head in testsuites/libtests/block08.
02:23 Changeset in rtems [c4c8efd0]4.104.115 by Joel Sherrill <joel.sherrill@…>
2010-01-18 Joel Sherrill <joel.sherrill@…> Coverity Id 27 * libblock/src/ramdisk-config.c: Coverity notes that the calloc() is a resource leak. This is allocating memory for a RAM disk which will persist for the life of the system. RTEMS has no "de-initialize" driver call so there is no corresponding free(r). Coverity is correct that it is never freed but this is not a problem.
01:56 Changeset in rtems [d22cd4a]4.104.115 by Joel Sherrill <joel.sherrill@…>
2010-01-18 Joel Sherrill <joel.sherrill@…> * libmisc/stackchk/check.c: Fix warning.
01:55 Changeset in rtems [ad7824bc]4.104.115 by Joel Sherrill <joel.sherrill@…>
2010-01-18 Joel Sherrill <joel.sherrill@…> Coverity Id 12 * libfs/src/imfs/memfile.c: Check for NULL return value.

01/18/10:

23:39 Changeset in rtems [9ba0e55]4.104.115 by Joel Sherrill <joel.sherrill@…>
2010-01-18 Joel Sherrill <joel.sherrill@…> Coverity Id 19 Coverity Id 20 Coverity Id 21 * libfs/src/imfs/imfs_link.c, libfs/src/imfs/imfs_load_tar.c, libfs/src/imfs/imfs_mknod.c: Add comment to explain allocation is for life of file, not scope of method.
23:04 Changeset in rtems [2bac9489]4.104.115 by Joel Sherrill <joel.sherrill@…>
2010-01-18 Joel Sherrill <joel.sherrill@…> Coverity Id 12 Coverity Id 13 Coverity Id 14 Coverity Id 15 * libmisc/stackchk/check.c: Rewrote loop to avoid possible buffer overruns when the pattern area size is not a multiple of 16. There were no current ports impacted by this but better to be safe.
20:48 TBR/BSP/Lpc32xx created by Sh
Created page with '{{Infobox BSP |BSP_name = lpc32xx |Manufacturer = NXP |image = |caption = |Board_URL = http://www.lpctools.com/phycore-arm9lpc3250.aspx |Architecture = ARMv5 …'
20:47 TBR/BSP/Lpc24xx created by Sh
Created page with '{{Infobox BSP |BSP_name = lpc24xx |Manufacturer = NXP |image = |caption = |Board_URL = http://www.embeddedartists.com/products/kits/lpc2478_kit.php |Architect…'
20:42 TBR/Website/Board_Support_Packages edited by Sh
/* ARM/Thumb BSPs */ (diff)
20:37 Release/4.10 edited by Sh
/* BSPs and Device Drivers */ (diff)
18:24 Changeset in rtems [8c29e98]4.104.115 by Joel Sherrill <joel.sherrill@…>
2010-01-18 Joel Sherrill <joel.sherrill@…> * libfs/src/imfs/imfs_symlink.c: Add comment on Coverity CID22. This is not a resource leak.
18:20 Changeset in rtems [abf9ea0]4.104.115 by Joel Sherrill <joel.sherrill@…>
2010-01-18 Joel Sherrill <joel.sherrill@…> * libfs/src/imfs/imfs_symlink.c: Spacing.

01/17/10:

18:50 Changeset in rtems [04453b7]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
This commit was generated by cvs2svn to compensate for changes in r22574, which included commits to RCS files with non-trunk default branches.
18:50 Changeset in rtems [ef15ee0]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Import from zlib-1.2.4

01/15/10:

12:40 Ticket #1467 (BDBUF blocks an application that tries to read a buffer while it is in ...) closed by Sebastian Huber
fixed: The main bug is apparently fixed. Removing the condition variables would need a more or less complete rewrite. I guess this will not happen in the near future. We have to life with the priority inversion possibility here.

01/13/10:

23:43 Developer/Coding/Doxygen edited by Rsg
Deleted hacked advertisement reference (diff)

01/12/10:

15:17 Changeset in rtems [61df726]4.104.115 by Thomas Doerfler <Thomas.Doerfler@…>
add missing file
15:03 Changeset in rtems [39c8fdb]4.104.115 by Thomas Doerfler <Thomas.Doerfler@…>
add support for lpc32xx
00:27 TBR/UserManual/MinGW_Tools_for_Windows edited by ThirdySun
/* Base Installation */ (diff)

01/11/10:

21:19 Release/4.9 edited by JoelSherrill
/* Release 4.9.4 Changes */ 1490/doc - rtems_clock_get_ticks_per_second wrong prototype (typo) (diff)
20:27 Changeset in rtems-graphics-toolkit [6d7efb8] by Joel Sherrill <joel.sherrill@…>
2010-01-11 Joel Sherrill <joel.sherrill@…> * ORIGIN: Update to include Nano-X git repository.
16:18 Changeset in rtems [29a3d72c]4.104.115 by Joel Sherrill <joel.sherrill@…>
2010-01-11 Marc Pignat <marc.pignat@…> PR 1490/doc * user/clock.t: Fix typo. rtems_clock_get_ticks_per_second not rtems_clock_get_ticks_per_seconds.
16:17 Changeset in rtems [8e29715]4.9 by Joel Sherrill <joel.sherrill@…>
2010-01-11 Marc Pignat <marc.pignat@…> PR 1490/doc * user/clock.t: Fix typo. rtems_clock_get_ticks_per_second not rtems_clock_get_ticks_per_seconds.
16:14 Changeset in rtems [fe83cef6]4.104.115 by Joel Sherrill <joel.sherrill@…>
2010-01-11 Allan Hessenflow <allanh@…> * serial/spi.c, serial/spi.h: Fill in skeleton with functional SPI master code. * include/spiRegs.h: Correct spi shadow register declaration.
15:15 Ticket #1489 (Blackfin SPI driver is not implemented) closed by Joel Sherrill
fixed: Committed to head. Thanks.
13:02 Changeset in rtems [2d0c8a5b]4.9 by Ralf Corsepius <ralf.corsepius@…>
Update.
13:02 Changeset in rtems [3a03bdcb]4.9 by Ralf Corsepius <ralf.corsepius@…>
Update.
13:01 Changeset in rtems [1139b11a]4.9 by Ralf Corsepius <ralf.corsepius@…>
Update.
12:36 Changeset in rtems [23226d1]4.9 by Ralf Corsepius <ralf.corsepius@…>
Sync with CVS-HEAD.
12:34 Changeset in rtems [217f347]4.9 by Ralf Corsepius <ralf.corsepius@…>
Add INSTALL.
12:34 Changeset in rtems [f08ecf0]4.9 by Ralf Corsepius <ralf.corsepius@…>
Remove.
12:32 Changeset in rtems [1ea3eb8]4.8 by Ralf Corsepius <ralf.corsepius@…>
Sync with CVS-HEAD.
12:27 Changeset in rtems [04a82e9c]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Update.
12:27 Changeset in rtems [da4097f]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Split out rtems-4.10-release.
12:26 Changeset in rtems [8104eb3]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Add INSTALL.
12:26 Changeset in rtems [9c4ec8b]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Remove.
12:25 Changeset in rtems [aa2b944]4.8 by Ralf Corsepius <ralf.corsepius@…>
Bump version.
12:25 Changeset in rtems [50bac4a7]4.8 by Ralf Corsepius <ralf.corsepius@…>
Fix oversight.
11:54 Ticket #1490 (CLOCK_GET_TICKS_PER_SECOND wrong prototype) created by Marc Pignat
The prototype described in the documentation is wrong, it says: …
09:53 Changeset in rtems [c8225edd]4.8 by Ralf Corsepius <ralf.corsepius@…>
Set default osname to centos5.
09:52 Changeset in rtems [05b5ec8c]4.8 by Ralf Corsepius <ralf.corsepius@…>
Bump version. Remove fedora.
09:51 Changeset in rtems [d5808be]4.8 by Ralf Corsepius <ralf.corsepius@…>
Add rtems-4.8-release.
09:51 Changeset in rtems [ab41f99]4.8 by Ralf Corsepius <ralf.corsepius@…>
Add INSTALL
09:50 Changeset in rtems [ee6377f9]4.8 by Ralf Corsepius <ralf.corsepius@…>
Remove (Bogusly checked in into CVS)
04:10 Changeset in rtems-graphics-toolkit [06b61aa] by Joel Sherrill <joel.sherrill@…>
2010-01-10 Joel Sherrill <joel.sherrill@…> * TODO, VERSIONS, do_it: Add initial FLTK configure support.
04:06 Changeset in rtems-graphics-toolkit [ce3c789] by Joel Sherrill <joel.sherrill@…>
2010-01-10 Joel Sherrill <joel.sherrill@…> * ORIGIN, README.Microwindows, TODO, VERSIONS, do_it: Add Microwindows/Nano?-X support.

01/10/10:

21:20 Ticket #1489 (Blackfin SPI driver is not implemented) created by Allan Hessenflow
The Blackfin SPI driver was not implemented. The attached patch …

01/09/10:

22:43 Changeset in rtems-graphics-toolkit [513eea1] by Joel Sherrill <joel.sherrill@…>
2010-01-08 Joel Sherrill <joel.sherrill@…> fltk 1.1.10. imported * ORIGIN: Updated.
01:49 Changeset in rtems-graphics-toolkit [1a033a7] by Joel Sherrill <joel.sherrill@…>
2010-01-08 Joel Sherrill <joel.sherrill@…> * svgalib-1.4.3/Makefile.cfg.ORIGINAL: New file.
01:44 Changeset in rtems-graphics-toolkit [b76e9a9] by Joel Sherrill <joel.sherrill@…>
2010-01-08 Joel Sherrill <joel.sherrill@…> svgalib 1.4.3. imported * ORIGIN: Updated.

01/08/10:

21:18 Changeset in rtems-graphics-toolkit [e5109de] by Joel Sherrill <joel.sherrill@…>
2010-01-08 Joel Sherrill <joel.sherrill@…> * README.Microwindows, freetype-2.3.11/.cvsignore, freetype-2.3.11/builds/unix/.cvsignore, freetype-2.3.11/objs/.cvsignore, jpeg-7/.cvsignore, libpng-1.2.41/.cvsignore, t1lib-5.1.2/.cvsignore, t1lib-5.1.2/doc/.cvsignore, t1lib-5.1.2/examples/.cvsignore, t1lib-5.1.2/lib/.cvsignore, t1lib-5.1.2/lib/t1lib/.cvsignore, t1lib-5.1.2/lib/type1/.cvsignore, t1lib-5.1.2/type1afm/.cvsignore, tiff-3.9.2/.cvsignore, tiff-3.9.2/build/.cvsignore, tiff-3.9.2/contrib/.cvsignore, tiff-3.9.2/contrib/acorn/.cvsignore, tiff-3.9.2/contrib/addtiffo/.cvsignore, tiff-3.9.2/contrib/dbs/.cvsignore, tiff-3.9.2/contrib/dbs/xtiff/.cvsignore, tiff-3.9.2/contrib/iptcutil/.cvsignore, tiff-3.9.2/contrib/mac-cw/.cvsignore, tiff-3.9.2/contrib/mac-mpw/.cvsignore, tiff-3.9.2/contrib/mfs/.cvsignore, tiff-3.9.2/contrib/pds/.cvsignore, tiff-3.9.2/contrib/ras/.cvsignore, tiff-3.9.2/contrib/stream/.cvsignore, tiff-3.9.2/contrib/tags/.cvsignore, tiff-3.9.2/contrib/win_dib/.cvsignore, tiff-3.9.2/html/.cvsignore, tiff-3.9.2/html/images/.cvsignore, tiff-3.9.2/html/man/.cvsignore, tiff-3.9.2/libtiff/.cvsignore, tiff-3.9.2/man/.cvsignore, tiff-3.9.2/port/.cvsignore, tiff-3.9.2/test/.cvsignore, tiff-3.9.2/tools/.cvsignore: New files.
19:55 Changeset in rtems-graphics-toolkit [a2cea51] by Joel Sherrill <joel.sherrill@…>
2010-01-08 Joel Sherrill <joel.sherrill@…> * do_it: Fix typo.
19:48 Changeset in rtems-graphics-toolkit [2102179] by Joel Sherrill <joel.sherrill@…>
2010-01-08 Joel Sherrill <joel.sherrill@…> * README, TODO, do_it: Serious update.
18:56 Changeset in rtems-graphics-toolkit [35c1f65] by Joel Sherrill <joel.sherrill@…>
2010-01-08 Joel Sherrill <joel.sherrill@…> * do_it: Detect BSP and be able to turn on/off specific features. Also print help even if RTEMS_MAKEFILE_PATH not set.
18:53 Changeset in rtems-graphics-toolkit [8c14de8] by Joel Sherrill <joel.sherrill@…>
2010-01-08 Joel Sherrill <joel.sherrill@…> * do_it: Complete rewrite. * VERSIONS: New file.
Note: See TracTimeline for information about the timeline view.