Timeline



08/20/10:

21:26 Changeset in rtems [fc0af72d]4.115 by Joel Sherrill <joel.sherrill@…>
2010-08-20 <yann.sionneau@…> * libchip/network/greth.c, libchip/network/open_eth.c: Add constants for buffer modes.
21:24 Changeset in rtems [229264b2]4.115 by Joel Sherrill <joel.sherrill@…>
2010-08-20 <yann.sionneau@…> * libmisc/fb/fb.h: Add constants for buffer modes.
21:24 Changeset in rtems [b999676a]4.115 by Joel Sherrill <joel.sherrill@…>
2010-08-20 <yann.sionneau@…> * rtems/score/lm32.h: Add lm32_read_interrupts().
21:23 Changeset in rtems [9bf34835]4.115 by Joel Sherrill <joel.sherrill@…>
2010-08-20 <yann.sionneau@…> * shared/milkymist_ac97/ac97.c, shared/milkymist_clock/ckinit.c, shared/milkymist_clock/clock.h, shared/milkymist_console/console.c, shared/milkymist_console/uart.c, shared/milkymist_console/uart.h, shared/milkymist_framebuffer/framebuffer.c, shared/milkymist_gpio/gpio.c, shared/milkymist_networking/mm_crc32.c, shared/milkymist_networking/network.c, shared/milkymist_networking/network.h, shared/milkymist_timer/timer.c: New files.
21:22 Changeset in rtems [19097067]4.115 by Joel Sherrill <joel.sherrill@…>
2010-08-20 <yann.sionneau@…> * acinclude.m4, configure.ac: Add Milkymist BSP developed as part of GSOC 2010.
21:22 Changeset in rtems [8affb5a9]4.115 by Joel Sherrill <joel.sherrill@…>
2010-08-20 <yann.sionneau@…> Add Milkymist BSP developed as part of GSOC 2010. * ChangeLog?, Makefile.am, README, bsp_specs, configure.ac, preinstall.am, Documentation/uart.txt, include/.cvsignore, include/bsp.h, include/system_conf.h, include/tm27.h, make/custom/milkymist.cfg, startup/linkcmds: New files.
17:59 Changeset in rtems [5650235]4.115 by Joel Sherrill <joel.sherrill@…>
2010-08-20 Joel Sherrill <joel.sherrill@…> PR 1682/bsps * startup/bspstart.c: Add BSP_poll_char.
16:59 Ticket #1682 (beatnik: undefined reference to `BSP_poll_char) closed by Joel Sherrill
fixed: Patch committed.
16:31 Changeset in rtems [bd0fb919]4.115 by Joel Sherrill <joel.sherrill@…>
2010-08-20 Joel Sherrill <joel.sherrill@…> PR 1684/bsps * startup/bspstart.c: Add BSP_poll_char.
16:30 Changeset in rtems [2e5fb63]4.115 by Joel Sherrill <joel.sherrill@…>
2010-08-20 Joel Sherrill <joel.sherrill@…> PR 1685/bsps * startup/bspstart.c: Add BSP_poll_char.
16:03 Changeset in rtems [4a79a51]4.115 by Joel Sherrill <joel.sherrill@…>
2010-08-20 Joel Sherrill <joel.sherrill@…> PR 1686/bsps * console/console.c: Add BSP_poll_char.
16:02 Ticket #1681 (sparc64 still using _CPU_Interrupt_stack_high in asm) closed by Gedare Bloom
fixed: Looks good.
15:45 Ticket #1684 (mvme5500:undefined reference to `BSP_poll_char') closed by Joel Sherrill
fixed: Replying to comment:0: > Smells like somebody has severely broken some powerpc API. Actually spprintk now also exercises getchark and some BSPs did not have a definition of BSP_poll_char.
15:31 Ticket #1685 (mvme3100: undefined reference to `BSP_poll_char') closed by Joel Sherrill
fixed: Patch committed.
15:04 Ticket #1686 (ep1a: undefined reference to `BSP_poll_char') closed by Joel Sherrill
fixed: Thanks. I had this fixed at home but hadn't committed it.
14:39 Ticket #1687 (powerpc-rtems4.[10|11]/motorola_powerpc: Linking sample's *.exe segfaults) created by Ralf Corsepius
I am facing segfaults from ld for several powerpc BSPs: …
14:37 Changeset in rtems [6c22fa1]4.115 by Ralf Corsepius <ralf.corsepius@…>
2010-08-16 Ralf Corsépius <ralf.corsepius@…> * posix/include/rtems/posix/aio_misc.h: Add decl for aio_request_queue. * posix/src/aio_misc.c: Add aio_request_queue.
14:33 Ticket #1686 (ep1a: undefined reference to `BSP_poll_char') created by Ralf Corsepius
... and the next one: Making all in spprintk gmake[3]: Entering …
14:00 Ticket #1685 (mvme3100: undefined reference to `BSP_poll_char') created by Ralf Corsepius
Same as for the beatnik …
13:56 Ticket #1684 (mvme5500:undefined reference to `BSP_poll_char') created by Ralf Corsepius
Similar as for the beatnik …
13:32 Changeset in rtems [0ca3af6]4.115 by Ralf Corsepius <ralf.corsepius@…>
2010-08-16 Ralf Corsépius <ralf.corsepius@…> * posix/include/rtems/posix/aio_misc.h: Remove rtems_aio_request_s, rtems_aio_request_chain_s, rtems_aio_queue_s;
13:30 Changeset in rtems [b27ec1e]4.115 by Ralf Corsepius <ralf.corsepius@…>
2010-08-16 Ralf Corsépius <ralf.corsepius@…> * posix/include/aio.h: Separate LIO-modes from LIO-opcodes (From freebsd).
13:26 Changeset in rtems [b3263f5]4.115 by Ralf Corsepius <ralf.corsepius@…>
2010-08-16 Ralf Corsépius <ralf.corsepius@…> * sapi/include/rtems/chain.h: Move extern "C".
12:47 Changeset in rtems [2c4d3879]4.115 by Joel Sherrill <joel.sherrill@…>
2010-08-20 Gedare Bloom <giddyup44@…> PR 1681/cpukit * shared/score/interrupt.S: With the percpu patch, ASM uses INTERRUPT_STACK_HIGH instead of _CPU_Interrupt_stack_high. The sparc64 was still using the old variable, which was declared in its cpu.h file. This patch to comment out the declaration and switch to using INTERRUPT_STACK_HIGH.
12:41 Ticket #1683 (Add O_DSYNC, O_RSYNC) created by Ralf Corsepius
newlib lacks the defines O_DSYNC and O_RSYNC required by the …
12:06 Ticket #1682 (beatnik: undefined reference to `BSP_poll_char) created by Ralf Corsepius
powerpc-rtems4.11-gcc -B../../../../../beatnik/lib/ -specs bsp_specs …
09:08 Changeset in rtems [a45e501]4.115 by Ralf Corsepius <ralf.corsepius@…>
2010-08-16 Alin Rus <alin.codejunkie@…> * posix/include/aio.h: Add LIO_SYNC. * posix/include/rtems/posix/aio_misc.h: Add aio_request_queue, Cosmetics. * posix/src/aio_cancel.c, posix/src/aio_fsync.c, posix/src/aio_misc.c: Rework.

08/19/10:

19:55 Changeset in rtems [b95e69d2]4.115 by Joel Sherrill <joel.sherrill@…>
2010-08-19 Joel Sherrill <joel.sherrilL@…> * psxenosys/init.c, psxenosys/psxenosys.scn: Update to reflect AIO submission.
14:10 Ticket #1681 (sparc64 still using _CPU_Interrupt_stack_high in asm) reopened by Gedare Bloom
12:31 Changeset in rtems [1a20a15]4.115 by Joel Sherrill <joel.sherrill@…>
2010-08-19 Joel Sherrill <joel.sherrilL@…> * psxaio01/.cvsignore, psxaio02/.cvsignore: New files.
12:13 Changeset in rtems [6830941]4.115 by Joel Sherrill <joel.sherrill@…>
2010-08-19 Gedare Bloom <giddyup44@…> PR 1680/cpukit * score/src/isr.c: Correct initialization of _CPU_Interrupt_stack_high to properly do the alignment. This most likely only would have caused a propblem on CPUs where the stack grows down and have strict alignment.
12:11 Changeset in rtems [517d63f]4.115 by Joel Sherrill <joel.sherrill@…>
2010-08-19 Gedare Bloom <giddyup44@…> PR 1681/cpukit * rtems/score/cpu.h: With the percpu patch, ASM uses INTERRUPT_STACK_HIGH instead of _CPU_Interrupt_stack_high. The sparc64 was still using the old variable, which was declared in its cpu.h file. This patch comments out the declaration and switch to using INTERRUPT_STACK_HIGH.
11:14 Ticket #1680 (_ISR_Handler_initialization improper alignment correction) closed by Joel Sherrill
fixed: Patch committed. Thanks.
11:11 Ticket #1681 (sparc64 still using _CPU_Interrupt_stack_high in asm) closed by Joel Sherrill
fixed

08/18/10:

18:28 Ticket #1681 (sparc64 still using _CPU_Interrupt_stack_high in asm) created by Gedare Bloom
With the percpu patch, ASM uses INTERRUPT_STACK_HIGH instead of …
17:22 Ticket #1680 (_ISR_Handler_initialization improper alignment correction) created by Gedare Bloom
There appears to be a problem with the alignment of …
11:29 Ticket #1677 (Assertion at IMFS_create_node) closed by Alin Rus
fixed: It works now, thanks Chris.
10:31 Changeset in rtems [d7c4e1d]4.115 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
10:30 Changeset in rtems [f1d5b89]4.115 by Ralf Corsepius <ralf.corsepius@…>
Add bcond_with gcc_stdint.
10:29 Changeset in rtems [aea64105]4.115 by Ralf Corsepius <ralf.corsepius@…>
gcc-core-4.5.1-rtems4.11-20100818.diff
10:29 Changeset in rtems [08634cb2]4.115 by Ralf Corsepius <ralf.corsepius@…>
GCC_RPMREL = 5
10:25 Changeset in rtems [8cfa0bcd]4.115 by Ralf Corsepius <ralf.corsepius@…>
New.
09:58 Changeset in rtems [2728f7e5]4.115 by Chris Johns <chrisj@…>
2010-08-18 Chris Johns <chrisj@…> PR 1677/filesystem * libfs/src/imfs/imfs_creat.c: Fix creating of a file. Lost in the change from a switch statement.
08:44 Ticket #1679 (semantic error on "cpukit/libfs/src/imfs/imfs_create.c") closed by Chris Johns
duplicate: Thanks for providing the fix. I will fix on 1679.
08:39 Ticket #1679 (semantic error on "cpukit/libfs/src/imfs/imfs_create.c") created by Chester
(rtems-cvs-20100814) line 67: if ( type == IMFS_DIRECTORY ) { …
05:13 Ticket #1678 (pc386 - add boot cmd line options for console configuration) created by Chris Johns
The patch adds --console=.... to the pc386 to allow runtime boot …

08/17/10:

19:13 Ticket #1677 (Assertion at IMFS_create_node) created by Alin Rus
I had some troubles writing the aio tests and after getting frustrated …
14:15 Changeset in rtems [81f64200]4.115 by Sebastian Huber <sebastian.huber@…>
2010-08-17 Sebastian Huber <sebastian.huber@…> * libchip/ide/ata_internal.h: C++ compatibility.
14:06 Changeset in rtems [cac29ee]4.115 by Sebastian Huber <sebastian.huber@…>
2010-08-17 Sebastian Huber <sebastian.huber@…> * libchip/Makefile.am, libchip/preinstall.am: Install <libchip/ata_internal.h>.
13:54 Changeset in rtems [9ca9758]4.115 by Sebastian Huber <sebastian.huber@…>
2010-08-17 Sebastian Huber <sebastian.huber@…> * libchip/ide/ata_util.c: New file. * libchip/Makefile.am: Reflect change from above. * libchip/ide/ata.c: Moved ata_breq_init(), ata_identify_device(), and ata_process_request_on_init_phase() into new file.
13:41 Changeset in rtems [f5194a9]4.115 by Sebastian Huber <sebastian.huber@…>
2010-08-17 Sebastian Huber <sebastian.huber@…> * libchip/ide/ata_internal.h, libchip/ide/ata.c: Moved code into separate functions. Added public ata_breq_init(), ata_identify_device(), and ata_process_request_on_init_phase() functions.

08/16/10:

14:20 Changeset in rtems [8b82bc3b]4.115 by Ralf Corsepius <ralf.corsepius@…>
2010-08-16 Ralf Corsépius <ralf.corsepius@…> * fileio/Makefile.am: Remove AM_CONDITIONAL(LIBCHIP). * configure.ac: Remove AM_CONDITIONAL(LIBCHIP). Force autoconf-2.67, automake-1.11.1.
14:09 Changeset in rtems [a218508]4.115 by Ralf Corsepius <ralf.corsepius@…>
2010-08-16 Ralf Corsépius <ralf.corsepius@…> * posix/include/rtems/posix/aio_misc.h: Remove rtems_aio_queue_s.size (Unused). * posix/src/aio_misc.c: Remove aio_request_queue.size. Cosmetics.
14:05 TBR/Website/Board_Support_Packages edited by Fallenou
fixed typo "Micro32 -> Mico32" (diff)
14:02 TBR/BSP/Milkymist created by Fallenou
first commit
13:29 Changeset in rtems [db8c6d6]4.115 by Ralf Corsepius <ralf.corsepius@…>
2010-08-16 Alin Rus <alin.codejunkie@…> * Makefile.am, configure.ac: Add psxaio01/, psxaio02/. * psxaio01/Makefile.am, psxaio01/init.c, psxaio01/psxaio01.scn, psxaio01/system.h: New. * psxaio02/Makefile.am, psxaio02/init.c, psxaio02/psxaio02.scn, psxaio02/system.h: New.
05:47 Changeset in rtems [5175e5ee]4.115 by Ralf Corsepius <ralf.corsepius@…>
2010-08-16 Ralf Corsépius <ralf.corsepius@…> * posix/Makefile.am: Reflect aio-changes.
05:46 Changeset in rtems [d8a7e180]4.115 by Ralf Corsepius <ralf.corsepius@…>
2010-08-16 Alin Rus <alin.codejunkie@…> * posix/src/aio_misc.c: New. * posix/src/aio_error.c, posix/src/aio_read.c, * posix/src/aio_return.c, posix/src/aio_write.c: New implementation.
05:40 Changeset in rtems [a45d0620]4.115 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
05:39 Changeset in rtems [e501d79]4.115 by Ralf Corsepius <ralf.corsepius@…>
2010-08-16 Alin Rus <alin.codejunkie@…> * posix/include/aio.h: Extend struct aiocb. * posix/include/rtems/posix/aio_misc.h: New.
05:39 Changeset in rtems [b66c4acd]4.115 by Ralf Corsepius <ralf.corsepius@…>
2010-08-16 Alin Rus <alin.codejunkie@…> * posix/include/aio.h: Extend struct aiocb. * posix/include/rtems/posix/aio_misc.h: New.

08/15/10:

23:33 Changeset in rtems [05a82e4]4.115 by Joel Sherrill <joel.sherrill@…>
2010-08-15 Joel Sherrill <joel.sherrilL@…> * src/uart-output-char.c: Add BSP_poll_char.
23:31 Changeset in rtems [149248b4]4.115 by Joel Sherrill <joel.sherrill@…>
2010-08-15 Joel Sherrill <joel.sherrilL@…> * shared/console/polled_io.c: Add BSP_poll_char.
23:31 Changeset in rtems [f352365]4.115 by Joel Sherrill <joel.sherrill@…>
2010-08-15 Joel Sherrill <joel.sherrilL@…> * console/console.c: Add BSP_poll_char.
23:30 Changeset in rtems [76094b5]4.115 by Joel Sherrill <joel.sherrill@…>
2010-08-15 Joel Sherrill <joel.sherrilL@…> * console/polled_io.c: Add BSP_poll_char.
23:28 Changeset in rtems [572d2fb]4.115 by Joel Sherrill <joel.sherrill@…>
2010-08-15 Joel Sherrill <joel.sherrilL@…> * mpc55xx/esci/esci.c: Add BSP_poll_char.
23:28 Changeset in rtems [010d830]4.115 by Joel Sherrill <joel.sherrill@…>
2010-08-15 Joel Sherrill <joel.sherrilL@…> * at91rm9200/dbgu/dbgu.c, pxa255/ffuart/ffuart.c: Add BSP_poll_char.
23:27 Changeset in rtems [6ab0094]4.115 by Joel Sherrill <joel.sherrill@…>
2010-08-15 Joel Sherrill <joel.sherrilL@…> * Makefile.am: Do not use .rel files for libbsp pieces.
22:51 Changeset in rtems [01b5846]4.115 by Joel Sherrill <joel.sherrill@…>
Add comment.
22:50 Changeset in rtems [b6eb8b9]4.115 by Joel Sherrill <joel.sherrill@…>
2010-08-15 Joel Sherrill <joel.sherrilL@…> * startup/syscalls.c:
06:38 Changeset in rtems [b8165ce]4.115 by Ralf Corsepius <ralf.corsepius@…>
Remove bogusly included files.
05:37 Ticket #1676 (rtems-testing refactor to use autoconf) created by Chris Johns
This PR tracks changing rtems-testing to use the autotools and making …

08/14/10:

07:13 Ticket #1675 (mcf5329 BSP post-link conversion broken) created by Chris Johns
Build the mcf5329 with all tests enabled. Observe the amount of disk …

08/13/10:

20:49 Changeset in rtems [8c87a9a]4.115 by Joel Sherrill <joel.sherrill@…>
2010-08-13 Joel Sherrill <joel.sherrill@…> * spurious/spinit.c: Add include of bootcard.h to fix warning.
19:34 TBR/UserManual/USBStack edited by Sh
/* Embedded Brains FreeBSD */ (diff)
17:31 Changeset in rtems [967bc14]4.115 by Joel Sherrill <joel.sherrill@…>
2010-08-13 Joel Sherrill <joel.sherrilL@…> PR 1674/docs * user/Makefile.am, user/dirstat.texi: Fix bad node reference.
16:31 Ticket #1674 (doc doesn't build) closed by Joel Sherrill
fixed
15:33 Ticket #1674 (doc doesn't build) created by Gedare Bloom
following the build instructions in the doc/README, the build fails …
12:50 Changeset in rtems [f6c33f3]4.115 by Sebastian Huber <sebastian.huber@…>
2010-08-13 Sebastian Huber <sebastian.huber@…> * libblock/src/media.c: Use unprotected chain extract.
12:40 Changeset in rtems [d91e3a7]4.115 by Sebastian Huber <sebastian.huber@…>
2010-08-13 Sebastian Huber <sebastian.huber@…> * libblock/include/rtems/media.h, libblock/src/media-desc.c, libblock/src/media-dev-ident.c, libblock/src/media-path.c, libblock/src/media-server.c, libblock/src/media.c: New files. * Makefile.am, preinstall.am, libblock/Makefile.am: Reflect changes above.
12:24 Ticket #1673 (Chain append and prepend with empty check) created by Sebastian Huber
I want to propose new chain functions. For the basic API please have …
09:43 Ticket #1365 (Shell msdosfmt (format command) a NOOP with SD/MMC cards) closed by Chris Johns
wontfix
04:49 Changeset in rtems [c3367ad]4.115 by Chris Johns <chrisj@…>
2010-08-13 Chris Johns <chrisj@…> * libfs/src/imfs/imfs_eval.c: Add the missing ';' for the debug case.
04:40 Changeset in rtems-tools [f1a0bde]4.104.115 by Chris Johns <chrisj@…>
2010-08-13 Chris Johns <chrisj@…> * specbuilder/specbuilder/defaults.py: Provide a default shell. * specbuilder/specbuilder/rtems.py: Provide a default autoconf version. * specbuilder/specbuilder/setup.py: Use the default setup shell and check the version of autoconf needed.
03:06 Changeset in rtems [92101def]4.115 by Ralf Corsepius <ralf.corsepius@…>
mpfr-2.4.2
02:46 Changeset in rtems [d1f662e]4.10 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
02:45 Changeset in rtems [3fee3d79]4.10 by Ralf Corsepius <ralf.corsepius@…>
Bump GDB_RPMREL.
02:42 Changeset in rtems [e075dd14]4.10 by Ralf Corsepius <ralf.corsepius@…>
gdb-7.1-rtems4.10-20100812.diff
02:40 Changeset in rtems [a258f68]4.10 by Ralf Corsepius <ralf.corsepius@…>
New.
02:13 Changeset in rtems [fb477dd]4.115 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
02:12 Changeset in rtems [4393d371]4.115 by Ralf Corsepius <ralf.corsepius@…>
Bump GCC_RPMREL.

08/12/10:

22:40 Changeset in rtems-tools [0b29e44]4.104.115 by Chris Johns <chrisj@…>
2010-08-13 Chris Johns <chrisj@…> * specbuilder/specbuilder/setup.py: Add import for execute.
21:09 Changeset in rtems-tools [120137a]4.104.115 by Chris Johns <chrisj@…>
2010-08-13 Chris Johns <chrisj@…> * specbuilder/specbuilder/rtems.py: New. Move RTEMS specific settings into the RTEMS specific file from the host specific file. * specbuilder/specbuilder/darwin.py: Move the RTEMS specific values out. Automatically determine the number of CPUs and let make use them all. * specbuilder/specbuilder/defaults.py: Add --no-smp and --rebuild to the options. Post process --no-smp to set the SMP make flags to nil. Add support for RTEMS specific overrides. * specbuilder/specbuilder/build.py: Add a notice that building has started. If a download happens you do not know when it has finished. * specbuilder/specbuilder/setup.py: Add --rtems to point to the RTEMS source and copy the spec and diff files. Also allow the user to --rebuild them.
15:39 Changeset in rtems [8d32cc6a]4.115 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
15:38 Changeset in rtems [bd87139e]4.115 by Ralf Corsepius <ralf.corsepius@…>
Bump GCC_RPMREL.
14:10 Changeset in rtems [aa04052]4.115 by Ralf Corsepius <ralf.corsepius@…>
New.
14:09 Changeset in rtems [9f86f4a9]4.115 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
14:09 Changeset in rtems [645febd5]4.115 by Ralf Corsepius <ralf.corsepius@…>
gdb-7.1-rtems4.11-20100812.diff.
14:08 Changeset in rtems [bff5732]4.115 by Ralf Corsepius <ralf.corsepius@…>
Bump GDB_RPMREL = 4
09:35 Ticket #1672 (Heap protection) created by Sebastian Huber
I have a debug support for the super core heap handler. It covers …
07:39 Ticket #1671 (rtems_panic() in gxx wrappers) created by Sebastian Huber
The file gxx_wrappers.c contains the mutex implementation used by the …

08/11/10:

14:47 Ticket #1662 (termios.c: semaphore not deleted, consequently resulting in failure of ...) reopened by Sebastian Huber
12:17 Changeset in rtems [a43befd]4.115 by Sebastian Huber <sebastian.huber@…>
Typo.
12:17 Changeset in rtems [bcbd591a]4.10 by Sebastian Huber <sebastian.huber@…>
Typo.
12:17 Changeset in rtems [1f15411]4.10 by Sebastian Huber <sebastian.huber@…>
2010-09-11 Sebastian Huber <sebastian.huber@…> * sapi/include/confdefs.h: Include <rtems.h> to resolve all dependencies.
12:16 Changeset in rtems [58fa947]4.115 by Sebastian Huber <sebastian.huber@…>
2010-09-11 Sebastian Huber <sebastian.huber@…> * sapi/include/confdefs.h: Include <rtems.h> to resolve all dependencies.
11:35 Ticket #1670 (IO driver unregister is problematic) created by Sebastian Huber
IO drivers will be registered with rtems_io_register_driver() and …
11:23 Changeset in rtems [c440f06]4.10 by Sebastian Huber <sebastian.huber@…>
2010-08-11 Sebastian Huber <sebastian.huber@…> PR 1667/cpukit * libnetworking/rtems/mkrootfs.c: Include <rtems/libio.h>.
10:50 Ticket #1669 ([4.5/4.6 Regression] libgcc does not include t-ppccomm on rtems) created by Joel Sherrill
Just a PR to track this on our side. …
10:34 Ticket #1442 (Termios close problem) closed by Sebastian Huber
fixed: Committed long ago.
01:58 Ticket #1500 (Invalid format in printf (off_t)) closed by Ralf Corsepius
fixed: This bug was worked around by adding PRIdoff_t to dirutils.c
01:37 Ticket #1668 (rtems-4-10-branch: avr/avrtest BSP doesn't build) closed by Ralf Corsepius
invalid: Seems as if my rtems-4-10-branch checkout was broken - It apparently had contained CVS-HEAD files. No idea why - With a fresh checkout things started working again.
01:27 Ticket #1661 (Coverage improvements: termios) closed by Bharath Suri
fixed
01:25 Ticket #1662 (termios.c: semaphore not deleted, consequently resulting in failure of ...) closed by Bharath Suri
fixed
01:22 Ticket #1668 (rtems-4-10-branch: avr/avrtest BSP doesn't build) created by Ralf Corsepius
On rtems-4-10-branch, the avr/avrtest BSP doesn't build: ... gmake[5]: …
01:19 Ticket #1667 (cpukit/libnetworking/rtems/mkrootfs.c: implicit declaration of ...) created by Ralf Corsepius
On rtems-4-10-branch, I am observing this new warning (sparc/erc32 …

08/10/10:

22:58 Changeset in rtems [30c9b6a2]4.115 by Joel Sherrill <joel.sherrill@…>
2010-08-10 Joel Sherrill <joel.sherrill@…> PR 1658/cpukit * Makefile.am, configure.ac: If the system is not up, consider it a fatal error. This eliminated sp61 and added spfatal23. * spfatal23/.cvsignore, spfatal23/Makefile.am, spfatal23/spfatal23.doc, spfatal23/spfatal23.scn, spfatal23/testcase.h: New files. * sp61/.cvsignore, sp61/Makefile.am, sp61/init.c, sp61/sp61.doc, sp61/sp61.scn: Removed.
22:56 Changeset in rtems [7299818]4.115 by Joel Sherrill <joel.sherrill@…>
2010-08-10 Joel Sherrill <joel.sherrill@…> PR 1658/cpukit * sapi/src/exshutdown.c, score/include/rtems/score/interr.h: If the system is not up, consider it a fatal error.
22:50 Ticket #1646 (spsize incorrect use of uninitialized) closed by Gedare Bloom
fixed: Replying to comment:1: > I am committing this. I think it is right. > > Index: size.c > =================================================================== > RCS file: /usr1/CVS/rtems/testsuites/sptests/spsize/size.c,v > retrieving revision 1.66 > diff -u -r1.66 size.c > --- size.c 30 Jul 2010 18:52:30 -0000 1.66 > +++ size.c 8 Aug 2010 16:32:53 -0000 > @@ -389,8 +389,6 @@ > > /*wkspace.h*/ (sizeof _Workspace_Area); > > -uninitialized = 0; > - > #ifndef unix /* make sure this is not a native compile */ > > #ifdef i386 > > If you think the code is right now, then close this please. This makes sense to me.
22:31 Changeset in rtems [d539f2b]4.115 by Joel Sherrill <joel.sherrill@…>
2010-08-10 Bharath Suri <bharath.s.jois@…> PR 1661/testing * termios01/init.c, termios01/termios01.scn: Added a test case to hit a case in rtems_termios_read.
22:15 Changeset in rtems [6e7ee0bd]4.115 by Joel Sherrill <joel.sherrill@…>
2010-08-09 Bharath Suri <bharath.s.jois@…> PR 1662/filesystem * libcsupport/src/termios.c: osem is now released before attempt to delete in rtems_termios_close.
21:59 Ticket #182 (rtems_shutdown_executive cannot be called before multitasking.) closed by Joel Sherrill
fixed
21:58 Ticket #1658 (Questionable no return attribute for rtems_shutdown_executive()) closed by Joel Sherrill
fixed: Converted to fatal error.
17:41 Changeset in rtems [8f0b334]4.115 by Joel Sherrill <joel.sherrill@…>
2010-08-09 Bharath Suri <bharath.s.jois@…> PR 1660/filesystem * libfs/src/pipe/fifo.c, libfs/src/pipe/pipe.h: Changed int pipe_release to void pipe_release. * libfs/src/imfs/imfs_fifo.c: Corresponding change to IMFS_fifo_close since pipe_release does not return any error. * libfs/src/imfs/imfs_initsupp.c: Changes to improve IMFS_determine_bytes_per_block
17:36 Ticket #1660 (pipe_release would better be void pipe_release since it does not ...) closed by Bharath Suri
fixed: The patch is OK on the head. Marking resolved, fixed.
17:34 Changeset in rtems [ce656dff]4.115 by Joel Sherrill <joel.sherrill@…>
2010-08-10 Bharath Suri <bharath.s.jois@…> PR 1663/testing * spmkdir/init.c: New cases to get the error path in rtems_mkdir routine.
15:51 Ticket #1598 (Coverage Improvement: User database access routines (getpwent.c under ...) closed by Bharath Suri
fixed: Found OK on head. Marking resolved and fixed…
14:50 Changeset in rtems [d9c60fdd]4.115 by Joel Sherrill <joel.sherrill@…>
2010-08-10 Bharath Suri <bharath.s.jois@…> PR 1598/testing * psxpasswd02/init.c, psxpasswd02/psxpasswd02.scn: New test case added to improve coverage of getpwent.c.
14:45 Changeset in rtems [a263ce5c]4.115 by Joel Sherrill <joel.sherrill@…>
2010-08-10 Joel Sherrill <joel.sherrill@…> PR 1664/testing * termios01/init.c: Use INT_MAX instead of hard-coded number for error case to avoid warning on 16-bit targets.
14:41 Changeset in rtems [b50cde42]4.115 by Joel Sherrill <joel.sherrill@…>
2010-08-10 Joel Sherrill <joel.sherrill@…> PR 1665/testing * psximfs02/init.c: Fix uninitialized variable warning.
13:41 Ticket #1665 (psxtests/psximfs02/init.c: 'Info.Free.largest' may be used ...) closed by Joel Sherrill
fixed
13:15 Changeset in rtems [07b93de]4.115 by Joel Sherrill <joel.sherrill@…>
2010-08-10 Joel Sherrill <joel.sherrill@…> PR 1661/testing * malloc04/init.c: Add public methods to get/set malloc heap pointer so the tests do not have to peer behind the API.
13:15 Changeset in rtems [bad5593]4.115 by Joel Sherrill <joel.sherrill@…>
2010-08-10 Joel Sherrill <joel.sherrill@…> PR 1661/testing * libcsupport/Makefile.am, libcsupport/include/rtems/libcsupport.h: Add public methods to get/set malloc heap pointer so the tests do not have to peer behind the API. * libcsupport/src/mallocgetheapptr.c, libcsupport/src/mallocsetheapptr.c: New files.
09:29 Ticket #1598 (Coverage Improvement: User database access routines (getpwent.c under ...) reopened by Bharath Suri
04:07 Changeset in rtems [aec88a2]4.115 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
04:06 Changeset in rtems [e37bd88]4.10 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
04:05 Changeset in rtems [56497c09]4.10 by Ralf Corsepius <ralf.corsepius@…>
newlib-1.18.0-rtems4.10-20100810.diff.
04:04 Changeset in rtems [68735e83]4.115 by Ralf Corsepius <ralf.corsepius@…>
newlib-1.18.0-rtems4.11-20100810.diff.
04:04 Changeset in rtems [3f568eb1]4.115 by Ralf Corsepius <ralf.corsepius@…>
Bump GCC_RPMREL.
04:04 Changeset in rtems [b72f24f7]4.10 by Ralf Corsepius <ralf.corsepius@…>
Bump GCC_RPMREL.
04:01 Changeset in rtems [b78a7fa]4.115 by Ralf Corsepius <ralf.corsepius@…>
New.
03:59 Changeset in rtems [2890d67a]4.10 by Ralf Corsepius <ralf.corsepius@…>
New.
03:57 Changeset in rtems [54087bc]4.10 by Ralf Corsepius <ralf.corsepius@…>
Sync with CVS-HEAD.
02:40 Ticket #1666 (libmisc/stackchk/check.c: unclean code) created by Ralf Corsepius
Another serious warning GCC emits: …
01:56 Ticket #1665 (psxtests/psximfs02/init.c: 'Info.Free.largest' may be used ...) created by Ralf Corsepius
Bad code in a testsuite: ... testsuites/psxtests/psximfs02/init.c:122: …
01:35 Ticket #1664 (termios01/init.c: overflow in implicit constant conversion) created by Ralf Corsepius
I am facing the flowing warning when building CVS-HEAD for the avr: …

08/09/10:

19:51 Ticket #1663 (Coverage improvement: rtems_mkdir) created by Bharath Suri
PR to track changes / addition of new tests to improve coverage of …
17:52 Ticket #1662 (termios.c: semaphore not deleted, consequently resulting in failure of ...) created by Bharath Suri
The semaphore osem is still in use in rtems_termios_close while an …
14:37 Changeset in rtems [9f7690f]4.115 by Joel Sherrill <joel.sherrill@…>
2010-08-09 Bharath Suri <bharath.s.jois@…> PR 1661/testing * psximfs02/init.c: Changes to improve coverage of imfs_initsupp.c, by using a bad value for CONFIGURE_IMFS_MEMFILE_BYTES_PER_BLOCK
14:36 Changeset in rtems [2e54cdc4]4.115 by Joel Sherrill <joel.sherrill@…>
2010-08-09 Bharath Suri <bharath.s.jois@…> PR 1661/testing * termios01/init.c, termios01/termios_testdriver.c, termios01/termios01.scn: Changes to improve coverage of rtems_termios_open routine.
14:29 Changeset in rtems [8d9c8247]4.115 by Joel Sherrill <joel.sherrill@…>
2010-08-09 Joel Sherrill <joel.sherrill@…> PR 1661/testing * spfifo02/init.c, spmountmgr01/init.c, spprivenv01/init.c: Eliminate most references to RTEMS_Malloc_Heap.
14:29 Changeset in rtems [38cc1e1b]4.115 by Joel Sherrill <joel.sherrill@…>
2010-08-09 Joel Sherrill <joel.sherrill@…> PR 1661/testing * psxchroot01/test.c, psximfs01/init.c, psximfs02/init.c, psxpipe01/init.c: Eliminate most references to RTEMS_Malloc_Heap.
10:19 Ticket #1661 (Coverage improvements: termios) created by Bharath Suri
PR to track changes / addition of new tests to improve termios
10:03 Ticket #1660 (pipe_release would better be void pipe_release since it does not ...) created by Bharath Suri
pipe_relase does not return any error code, and always ends up …
09:56 Ticket #1659 (Coverage: Explanations.txt updated) created by Bharath Suri
rtems-testing/rtems-coverage/Explanations.txt is updated with some …
09:16 Changeset in rtems [5f1300a]4.115 by Sebastian Huber <sebastian.huber@…>
2010-08-09 Sebastian Huber <sebastian.huber@…> * score/inline/rtems/score/object.inl: Use attribute unused in _Objects_Is_local_id().
09:03 Changeset in rtems [3b9d1aba]4.115 by Sebastian Huber <sebastian.huber@…>
2010-08-09 Sebastian Huber <sebastian.huber@…> * rtems/Makefile.am, rtems/preinstall.am: Install <rtems/rtems/mainpage.h> to allow documentation generation.
08:59 Changeset in rtems [e5a2eb4d]4.115 by Sebastian Huber <sebastian.huber@…>
2010-08-09 Sebastian Huber <sebastian.huber@…> * rtems/include/rtems.h, rtems/mainpage.h, rtems/include/rtems/rtems/types.h: Documentation.
08:46 Changeset in rtems [e9f7e13]4.115 by Sebastian Huber <sebastian.huber@…>
2010-08-09 Sebastian Huber <sebastian.huber@…> * sp09/screen12.c: Update for rtems_region_create() changes. * sp09/sp09.scn: Update.
08:24 Changeset in rtems [93280b5]4.115 by Sebastian Huber <sebastian.huber@…>
2010-08-09 Sebastian Huber <sebastian.huber@…> PR 1604/cpukit * rtems/src/regioncreate.c: Removed superfluous parameter check.
08:13 Changeset in rtems [e600b886]4.10 by Sebastian Huber <sebastian.huber@…>
2010-08-09 Sebastian Huber <sebastian.huber@…> PR 1615/cpukit * posix/src/keyrundestructors.c: Improved POSIX compliance. Now we may have an unlimited number of iterations.
08:13 Changeset in rtems [05d470a5]4.115 by Sebastian Huber <sebastian.huber@…>
2010-08-09 Sebastian Huber <sebastian.huber@…> PR 1615/cpukit * posix/src/keyrundestructors.c: Improved POSIX compliance. Now we may have an unlimited number of iterations.
07:56 Changeset in rtems [718a0c5f]4.10 by Sebastian Huber <sebastian.huber@…>
2010-08-09 Sebastian Huber <sebastian.huber@…> * sapi/inline/rtems/chain.inl: Added rtems_chain_extract_unprotected().
07:51 Changeset in rtems [ffde511]4.10 by Sebastian Huber <sebastian.huber@…>
2010-08-09 Sebastian Huber <sebastian.huber@…> PR 1513/doc * user/chains.t: Added missing functions. Uniform text for unprotected functions.
07:51 Changeset in rtems [670be3c6]4.115 by Sebastian Huber <sebastian.huber@…>
2010-08-09 Sebastian Huber <sebastian.huber@…> PR 1513/doc * user/chains.t: Added missing functions. Uniform text for unprotected functions.
07:43 Ticket #1658 (Questionable no return attribute for rtems_shutdown_executive()) created by Sebastian Huber
Depending on the system state rtems_shutdown_executive() may return. …
07:38 Changeset in rtems [b8af65a]4.115 by Sebastian Huber <sebastian.huber@…>
2010-08-09 Sebastian Huber <sebastian.huber@…> * sapi/inline/rtems/chain.inl: Added rtems_chain_extract_unprotected().
07:37 Changeset in rtems [63e508e8]4.10 by Ralf Corsepius <ralf.corsepius@…>
2010-08-09 Ralf Corsépius <ralf.corsepius@…> * posix/include/aio.h, posix/src/aio_return.c: Let aio_return return ssize_t (Mandated by POSIX).
07:33 Changeset in rtems [4685a590]4.115 by Ralf Corsepius <ralf.corsepius@…>
2010-08-09 Ralf Corsépius <ralf.corsepius@…> * posix/include/aio.h, posix/src/aio_return.c: Let aio_return return ssize_t (Mandated by POSIX).
07:29 Changeset in rtems [b865cb4]4.10 by Sebastian Huber <sebastian.huber@…>
2010-08-03 Sebastian Huber <sebastian.huber@…> PR 1650/cpukit * user/part.t: Clarify.
07:14 Ticket #1615 (_POSIX_Keys_Run_destructors() is broken) closed by Sebastian Huber
fixed: Committed to 4.10 branch and CVS head.
06:56 Ticket #1513 (Chain documentation for new calls) closed by Sebastian Huber
fixed: Done.
05:24 Changeset in rtems [87adad4]4.115 by Ralf Corsepius <ralf.corsepius@…>
2010-08-09 Ralf Corsépius <ralf.corsepius@…> * psxpasswd02/init.c: Remove unused variable.
05:24 Changeset in rtems [7a844633]4.115 by Ralf Corsepius <ralf.corsepius@…>
2010-08-09 Ralf Corsépius <ralf.corsepius@…> * psxpasswd02/init.c: Remove unused variable.
04:50 Changeset in rtems-tools [dc2ed4f]4.104.115 by Chris Johns <chrisj@…>
2010-08-09 Chris Johns <chrisj@…> * specbuilder/perl.prov, specbuilder/perl.req: New. * specbuilder/defaults.py: The config.sub path is a sub-dir of the command. * specbuilder/setup.py: Fix make bug. Install RPMLIB files when creating the directory. * specbuilder/spec.py: Add '%check'.
01:29 Changeset in rtems-tools [7231f49]4.104.115 by Chris Johns <chrisj@…>
2010-08-09 Chris Johns <chrisj@…> * specbuilder, specbuilder/sb-build, specbuilder/sb-crossgcc, specbuilder/sb-setup, specbuilder/sb-specdump, specbuilder/sb-status, specbuilder/specbuilder/.cvsignore, specbuilder/specbuilder/build.py, specbuilder/specbuilder/config.sub, specbuilder/specbuilder/crossgcc.py, specbuilder/specbuilder/darwin.py, specbuilder/specbuilder/defaults.py, specbuilder/specbuilder/error.py, specbuilder/specbuilder/execute.py, specbuilder/specbuilder/log.py, specbuilder/specbuilder/setup.py, specbuilder/specbuilder/spec.py, specbuilder/specbuilder/status.py: New.
01:19 TBR/Website/Board_Support_Packages edited by Fallenou
added Milkymist BSP to lm32 BSPs (diff)
01:04 Changeset in rtems-tools [2dc8560]4.104.115 by Chris Johns <chrisj@…>
This commit was generated by cvs2svn to compensate for changes in r2, which included commits to RCS files with non-trunk default branches.
01:04 Changeset in rtems-tools [78c9ac0]4.104.115 by Chris Johns <chrisj@…>
Create RTEMS Tools.

08/08/10:

20:25 Changeset in rtems [561ab3b]4.115 by Joel Sherrill <joel.sherrill@…>
2010-08-08 Joel Sherrill <joel.sherrill@…> * libfs/src/imfs/imfs.h: Fix typo.
16:34 Changeset in rtems [c016f4e]4.115 by Joel Sherrill <joel.sherrill@…>
2010-08-08 Joel Sherrill <joel.sherrill@…> PR 1647/testing * spsize/size.c: Remove redundant initialize uninitialized to 0.

08/07/10:

19:16 Ticket #1657 (New BSP code inclusion in CVS HEAD - Milkymist) created by Yann Sionneau
This is a PR for inclusion of Milkymist BSP into CVS HEAD. This adds …
16:12 Ticket #1656 (GSoC AIO patch) created by Alin Rus
POSIX aio_* implementation as part of the Google Summer of Code. …
13:06 Ticket #1320 (convert mips-rtems4.10-gcc to eabi) closed by Joel Sherrill
wontfix
06:42 Ticket #1654 (Coverage improvement: imfs routines, getpwent.c, dup2) closed by Bharath Suri
fixed
03:20 Changeset in rtems [1260126]4.115 by Ralf Corsepius <ralf.corsepius@…>
2010-08-07 Ralf Corsépius <ralf.corsepius@…> PR 1655/testing: * ada.am: Reflect changes to testsuites/automake/compile.am.
02:20 Ticket #1655 (Warnings from autoconf in c/src/ada-tests) closed by Ralf Corsepius
fixed: Replying to comment:0: > This appears over and over. I am not 100% sure which macro is responsible "=" > and which for "+=" Read the log you cited: > ada.am:18: CLEANFILES multiply defined in condition TRUE ... > tmtests/tmck/Makefile.am:6: `ada.am' included from here > ../../../testsuites/automake/compile.am:20: ... `CLEANFILES' previously defined > here > tmtests/tmck/Makefile.am:4: `../../../testsuites/automake/compile.am' > included from here > ada.am:18: CLEANFILES multiply defined in condition TRUE ... It tells you CLEANFILES is previously defined in ../../../testsuites/automake/compile.am This is a side-effect of the tar*-testsuites issues, which introduced a need to change testsuites/automake/compile.am. Untested patch (I do not support Ada) checked-in to CVS-HEAD.
00:24 Changeset in rtems [58c5a9b]4.115 by Joel Sherrill <joel.sherrill@…>
2010-08-06 Bharath Suri <bharath.s.jois@…> PR 1654/testing * deviceio01/init.c, deviceio01/deviceio01.doc, deviceio01/deviceio01.scn, deviceio01/test_driver.c, deviceio01/test_driver.h, deviceio01/Makefile.am: New test added. * Makefile.am, configure.ac: Changes to added above test. * tar02/init.c, tar02/tar02.scn: New test case added: IMFS_dump().
00:22 Changeset in rtems [99e6fb52]4.115 by Joel Sherrill <joel.sherrill@…>
2010-08-06 Bharath Suri <bharath.s.jois@…> PR 1654/testing * psx13/test.c, psx13/psx13.scn: Test case to improve testing of dup2 routine. * psxfile01/test.c, psxfile01/psxfile01.scn: New test to improve testing of fcntl routine. * psximfs01/init.c, psximfs01/psximfs01.scn: Improve testing of imfs routines. * psximfs02/init.c, psximfs02/psximfs02.scn: Improve coverage of imfs routines. * psxpasswd02/init.c, psxpasswd02/psxpasswd02.scn: New tests to improve coverage of getpwent.c.

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.
07:44 Changeset in rtems [39a056b]4.115 by Ralf Corsepius <ralf.corsepius@…>
2010-08-06 Ralf Corsépius <ralf.corsepius@…> PR 1652/GCC: * psxpipe01/init.c: Expand incomplete initializers triggering powerpc-gcc -msdata breakdown.
07:44 Changeset in rtems [014bff5]4.115 by Ralf Corsepius <ralf.corsepius@…>
2010-08-06 Ralf Corsépius <ralf.corsepius@…> PR 1652/GCC: * psxpipe01/init.c: Expand incomplete initializers triggering powerpc-gcc -msdata breakdown.
Note: See TracTimeline for information about the timeline view.