Timeline



12/18/09:

20:18 Changeset in rtems [5b91459]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-12-18 Joel Sherrill <joel.sherrill@…> * libmisc/shell/login_prompt.c: Switch from non-canonical mode with timeout (Case C) to blocking IO waiting for single character on login. In Case C mode, you cannot tell EOF from no data available. This means we cannot tell when a telnet connection is dropped. This was changed from 4.9 and resulted in breakage.
18:53 Ticket #1485 (Locks while accessing sync_active field in bdbuf library) created by Oleg
In rtems_bdbuf_swapout_processing() function there is the following …
15:59 Changeset in rtems [1e0a5512]4.104.115 by Thomas Doerfler <Thomas.Doerfler@…>
Update for block device API change
14:57 Ticket #1474 (read/write a logical disc is not transparent) closed by Sebastian Huber
fixed: Fixed in CVS.

12/17/09:

20:35 Changeset in rtems [57674ef]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-12-17 Joel Sherrill <joel.sherrill@…> * libchip/network/greth.c: Eliminate unused type rtems_clock_time_value.
20:34 Changeset in rtems [3372dc8]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-12-17 Joel Sherrill <joel.sherrill@…> * user/clock.t: Eliminate unused type rtems_clock_time_value.
20:27 Changeset in rtems [c5fd2cb6]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-12-17 Joel Sherrill <joel.sherrill@…> * rtems/include/rtems/rtems/clock.h: Eliminate unused type rtems_clock_time_value.
20:26 Changeset in rtems [27643e03]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-12-17 Joel Sherrill <joel.sherrill@…> * libcsupport/src/termios.c, libfs/src/dosfs/msdos_format.c, libfs/src/nfsclient/src/nfs.c, libfs/src/pipe/fifo.c, libnetworking/lib/rtems_bsdnet_ntp.c, libnetworking/lib/tftpDriver.c, libnetworking/rtems/rtems_glue.c, libnetworking/rtems/rtems_select.c: Eliminate uses of deprecated rtems_clock_get() and replace with properly typed routine.
20:24 Changeset in rtems [e38b77c]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-12-17 Joel Sherrill <joel.sherrill@…> * include/bspopts.h.in: Regenerated.
19:41 Changeset in rtems [72b5f2e4]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-12-17 Joel Sherrill <joel.sherrill@…> * telnetd/telnetd.c: Honor configuration setting for telnet daemon stack size.
09:51 Changeset in rtems [93d2801b]4.104.115 by Thomas Doerfler <Thomas.Doerfler@…>
adapted to new _write function prototype
08:42 Changeset in rtems [39a9f8e]4.104.115 by Thomas Doerfler <Thomas.Doerfler@…>
adapted to new prototype for *_write function

12/16/09:

10:45 Changeset in rtems [dddcb78e]4.104.115 by Thomas Doerfler <Thomas.Doerfler@…>
adaption of calling convention to console my_driver_write function
08:10 Changeset in rtems [b056194c]4.104.115 by Thomas Doerfler <Thomas.Doerfler@…>
add missing files

12/15/09:

18:26 Changeset in rtems [d3b72ca3]4.104.115 by Glenn Humphrey <glenn.humphrey@…>
2009-12-15 Glenn Humphrey <glenn.humphrey@…> * rtems/include/rtems/rtems/dpmem.h, rtems/include/rtems/rtems/event.h, rtems/include/rtems/rtems/message.h, rtems/include/rtems/rtems/part.h, rtems/include/rtems/rtems/ratemon.h, rtems/include/rtems/rtems/region.h, rtems/include/rtems/rtems/semmp.h, rtems/include/rtems/rtems/signal.h, rtems/include/rtems/rtems/signalmp.h, rtems/include/rtems/rtems/tasks.h, rtems/include/rtems/rtems/timer.h, rtems/src/dpmemcreate.c, rtems/src/dpmemdelete.c, rtems/src/dpmemexternal2internal.c, rtems/src/dpmemident.c, rtems/src/dpmeminternal2external.c, rtems/src/eventsend.c, rtems/src/msgqbroadcast.c, rtems/src/msgqcreate.c, rtems/src/msgqdelete.c, rtems/src/msgqflush.c, rtems/src/msgqgetnumberpending.c, rtems/src/msgqident.c, rtems/src/msgqreceive.c, rtems/src/msgqsend.c, rtems/src/msgqurgent.c, rtems/src/partcreate.c, rtems/src/partdelete.c, rtems/src/partgetbuffer.c, rtems/src/partident.c, rtems/src/partreturnbuffer.c, rtems/src/ratemoncancel.c, rtems/src/ratemoncreate.c, rtems/src/ratemondelete.c, rtems/src/ratemongetstatistics.c, rtems/src/ratemongetstatus.c, rtems/src/ratemonident.c, rtems/src/ratemonperiod.c, rtems/src/ratemonresetstatistics.c, rtems/src/regioncreate.c, rtems/src/regiondelete.c, rtems/src/regionextend.c, rtems/src/regiongetfreeinfo.c, rtems/src/regiongetinfo.c, rtems/src/regiongetsegment.c, rtems/src/regiongetsegmentsize.c, rtems/src/regionident.c, rtems/src/regionresizesegment.c, rtems/src/regionreturnsegment.c, rtems/src/signalmp.c, rtems/src/signalsend.c, rtems/src/taskcreate.c, rtems/src/taskdelete.c, rtems/src/taskgetnote.c, rtems/src/taskident.c, rtems/src/taskissuspended.c, rtems/src/taskrestart.c, rtems/src/taskresume.c, rtems/src/tasksetnote.c, rtems/src/tasksetpriority.c, rtems/src/tasksuspend.c, rtems/src/timercancel.c, rtems/src/timercreate.c, rtems/src/timerdelete.c, rtems/src/timerfireafter.c, rtems/src/timerfirewhen.c, rtems/src/timergetinfo.c, rtems/src/timerident.c, rtems/src/timerreset.c, rtems/src/timerserverfireafter.c, rtems/src/timerserverfirewhen.c: Changed Objects_Id to rtems_id in the public API.
18:24 Changeset in rtems [f4926e1]4.104.115 by Glenn Humphrey <glenn.humphrey@…>
2009-12-15 Glenn Humphrey <glenn.humphrey@…> * sp69/init.c: Fixed warnings.
15:25 Changeset in rtems [85893bc]4.104.115 by Thomas Doerfler <Thomas.Doerfler@…>
removed obsolete file (moved to arm/shared/lpc/clock)
15:20 Changeset in rtems [c468f18b]4.104.115 by Thomas Doerfler <Thomas.Doerfler@…>
add support for LPC32xx
15:14 Changeset in rtems [9db18dd]4.104.115 by Thomas Doerfler <Thomas.Doerfler@…>
add support for ARM11, reimplement nested interrupts
03:04 Packages/MicroWindows edited by AaronGrier
/* Description */ (diff)
02:55 Developer/OpenProjects edited by AaronGrier
/* Nano-X (formerly MicroWindows?) */ (diff)

12/14/09:

21:28 Changeset in rtems [3a23218]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-12-14 Joel Sherrill <joel.sherrill@…> * mptests/mp01/node1/mp01_node1.adb, mptests/mp01/node2/mp01_node2.adb, mptests/mp02/node1/mp02_node1.adb, mptests/mp02/node2/mp02_node2.adb, mptests/mp03/node1/mp03_node1.adb, mptests/mp03/node2/mp03_node2.adb, mptests/mp04/node1/mp04_node1.adb, mptests/mp04/node2/mp04_node2.adb, mptests/mp05/mptest.adb, mptests/mp05/node1/mp05_node1.adb, mptests/mp05/node2/mp05_node2.adb, mptests/mp06/node1/mp06_node1.adb, mptests/mp06/node2/mp06_node2.adb, mptests/mp07/node1/mp07_node1.adb, mptests/mp07/node2/mp07_node2.adb, mptests/mp08/node1/mp08_node1.adb, mptests/mp08/node2/mp08_node2.adb, mptests/mp09/node1/mp09_node1.adb, mptests/mp09/node2/mp09_node2.adb, mptests/mp10/node1/mp10_node1.adb, mptests/mp10/node2/mp10_node2.adb, mptests/mp11/node1/mp11_node1.adb, mptests/mp11/node2/mp11_node2.adb, mptests/mp12/node1/mp12_node1.adb, mptests/mp12/node2/mp12_node2.adb, mptests/mp13/node1/mp13_node1.adb, mptests/mp13/node2/mp13_node2.adb, mptests/mp14/mptest.adb, mptests/mp14/node1/mp14_node1.adb, mptests/mp14/node2/mp14_node2.adb, sptests/sp09/sptest.adb, sptests/sp11/sptest.adb, sptests/sp13/sptest.adb, sptests/sp16/sptest.adb, support/test_support.adb: Lines are now all less than 80 columns.
21:17 Changeset in rtems [110e1f1]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-12-14 Joel Sherrill <joel.sherrill@…> * samples/base_sp/sptest.adb, samples/hello/sptest.adb, samples/nsecs/sptest.adb, samples/ticker/sptest.adb, sptests/sp01/sptest.adb, sptests/sp02/sptest.adb, sptests/sp03/sptest.adb, sptests/sp04/sptest.adb, sptests/sp05/sptest.adb, sptests/sp06/sptest.adb, sptests/sp07/sptest.adb, sptests/sp08/sptest.adb, sptests/sp09/sptest.adb, sptests/sp11/sptest.adb, sptests/sp12/sptest.adb, sptests/sp13/sptest.adb, sptests/sp14/sptest.adb, sptests/sp15/sptest.adb, sptests/sp16/sptest.adb, sptests/sp17/sptest.adb, sptests/sp19/sptest.adp, sptests/sp20/sptest.adb, sptests/sp22/sptest.adb, sptests/sp23/sptest.adb, sptests/sp24/sptest.adb, sptests/sp25/sptest.adb, sptests/spname01/spname01.adb, sptests/spname01/sptest.adb, sptests/spname01/sptest.ads, support/address_io.adb, support/init.c, support/test_support.adb, support/test_support.ads, support/time_test_support.adb, support/timer_driver.adb, tmtests/tm01/tmtest.adb, tmtests/tm01/tmtest.ads, tmtests/tm02/tmtest.adb, tmtests/tm02/tmtest.ads, tmtests/tm03/tmtest.adb, tmtests/tm03/tmtest.ads, tmtests/tm04/tmtest.adb, tmtests/tm04/tmtest.ads, tmtests/tm05/tmtest.adb, tmtests/tm05/tmtest.ads, tmtests/tm06/tmtest.adb, tmtests/tm06/tmtest.ads, tmtests/tm07/tmtest.adb, tmtests/tm07/tmtest.ads, tmtests/tm08/tmtest.adb, tmtests/tm08/tmtest.ads, tmtests/tm09/tmtest.adb, tmtests/tm09/tmtest.ads, tmtests/tm10/tmtest.adb, tmtests/tm10/tmtest.ads, tmtests/tm11/tmtest.adb, tmtests/tm11/tmtest.ads, tmtests/tm12/tmtest.adb, tmtests/tm12/tmtest.ads, tmtests/tm13/tmtest.adb, tmtests/tm13/tmtest.ads, tmtests/tm14/tmtest.adb, tmtests/tm14/tmtest.ads, tmtests/tm15/tmtest.adb, tmtests/tm15/tmtest.ads, tmtests/tm16/tmtest.adb, tmtests/tm16/tmtest.ads, tmtests/tm17/tmtest.adb, tmtests/tm17/tmtest.ads, tmtests/tm18/tmtest.adb, tmtests/tm18/tmtest.ads, tmtests/tm19/tmtest.adb, tmtests/tm19/tmtest.ads, tmtests/tm20/tmtest.adb, tmtests/tm20/tmtest.ads, tmtests/tm21/tmtest.adb, tmtests/tm21/tmtest.ads, tmtests/tm22/tmtest.adb, tmtests/tm22/tmtest.ads, tmtests/tm23/tmtest.adb, tmtests/tm23/tmtest.ads, tmtests/tm24/tmtest.adb, tmtests/tm24/tmtest.ads, tmtests/tm25/tmtest.adb, tmtests/tm25/tmtest.ads, tmtests/tm28/tmtest.adb, tmtests/tm28/tmtest.ads, tmtests/tm29/tmtest.adb, tmtests/tm29/tmtest.ads, tmtests/tmck/tmtest.adb, tmtests/tmck/tmtest.ads, tmtests/tmoverhd/dummy_rtems.adb, tmtests/tmoverhd/tmtest.adb, tmtests/tmoverhd/tmtest.ads: Remove many warnings.
19:20 Ticket #1484 (email issues) created by Jeff Mayes
Testing bugzilla
18:28 Changeset in rtems [221db54]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-12-14 Joel Sherrill <joel.sherrill@…> * mptests/mp01/node1/Makefile.am, mptests/mp01/node2/Makefile.am, mptests/mp02/node1/Makefile.am, mptests/mp02/node2/Makefile.am, mptests/mp03/node1/Makefile.am, mptests/mp03/node2/Makefile.am, mptests/mp04/node1/Makefile.am, mptests/mp04/node2/Makefile.am, mptests/mp05/node1/Makefile.am, mptests/mp05/node2/Makefile.am, mptests/mp06/node1/Makefile.am, mptests/mp06/node2/Makefile.am, mptests/mp07/node1/Makefile.am, mptests/mp07/node2/Makefile.am, mptests/mp08/node1/Makefile.am, mptests/mp08/node2/Makefile.am, mptests/mp09/node1/Makefile.am, mptests/mp09/node2/Makefile.am, mptests/mp10/node1/Makefile.am, mptests/mp10/node2/Makefile.am, mptests/mp11/node1/Makefile.am, mptests/mp11/node2/Makefile.am, mptests/mp12/node1/Makefile.am, mptests/mp12/node2/Makefile.am, mptests/mp13/node1/Makefile.am, mptests/mp13/node2/Makefile.am, mptests/mp14/node1/Makefile.am, mptests/mp14/node2/Makefile.am, samples/base_mp/Makefile.am, samples/base_mp/node1/Makefile.am, samples/base_mp/node2/Makefile.am, samples/base_sp/Makefile.am, samples/hello/Makefile.am, samples/nsecs/Makefile.am, samples/ticker/Makefile.am, sptests/sp01/Makefile.am, sptests/sp02/Makefile.am, sptests/sp03/Makefile.am, sptests/sp04/Makefile.am, sptests/sp05/Makefile.am, sptests/sp06/Makefile.am, sptests/sp07/Makefile.am, sptests/sp08/Makefile.am, sptests/sp09/Makefile.am, sptests/sp11/Makefile.am, sptests/sp12/Makefile.am, sptests/sp13/Makefile.am, sptests/sp14/Makefile.am, sptests/sp15/Makefile.am, sptests/sp16/Makefile.am, sptests/sp17/Makefile.am, sptests/sp19/Makefile.am, sptests/sp20/Makefile.am, sptests/sp22/Makefile.am, sptests/sp23/Makefile.am, sptests/sp24/Makefile.am, sptests/sp25/Makefile.am, sptests/spname01/Makefile.am, tmtests/tm01/Makefile.am, tmtests/tm02/Makefile.am, tmtests/tm03/Makefile.am, tmtests/tm04/Makefile.am, tmtests/tm05/Makefile.am, tmtests/tm06/Makefile.am, tmtests/tm07/Makefile.am, tmtests/tm08/Makefile.am, tmtests/tm09/Makefile.am, tmtests/tm10/Makefile.am, tmtests/tm11/Makefile.am, tmtests/tm12/Makefile.am, tmtests/tm13/Makefile.am, tmtests/tm14/Makefile.am, tmtests/tm15/Makefile.am, tmtests/tm16/Makefile.am, tmtests/tm17/Makefile.am, tmtests/tm18/Makefile.am, tmtests/tm19/Makefile.am, tmtests/tm20/Makefile.am, tmtests/tm21/Makefile.am, tmtests/tm22/Makefile.am, tmtests/tm23/Makefile.am, tmtests/tm24/Makefile.am, tmtests/tm25/Makefile.am, tmtests/tm28/Makefile.am, tmtests/tm29/Makefile.am, tmtests/tmck/Makefile.am, tmtests/tmoverhd/Makefile.am: Update so all tests build.
16:20 Changeset in multiio [8660a76] by Joel Sherrill <joel.sherrill@…>
2009-12-14 Joel Sherrill <joel.sherrill@…> * mio_io_rtems.c: Make internal routines static.
15:55 Changeset in multiio [217770e] by Joel Sherrill <joel.sherrill@…>
2009-12-14 Joel Sherrill <joel.sherrill@…> * Makefile, README, mio_io_rtems.c, pcmmio_commands.h: Add command to benchmark discrete input including message queue send and receive. * main_pcmmio_benchmark.c: New file.
14:57 Changeset in rtems [5ea4e63]4.104.115 by Thomas Doerfler <Thomas.Doerfler@…>
get vital data from dBUG monitor for COBRA5475 board
14:52 Changeset in rtems [44c28e7a]4.104.115 by Thomas Doerfler <Thomas.Doerfler@…>
emoved ppc_exc_bspsupp.h include file
14:51 Changeset in rtems [8e46b093]4.104.115 by Thomas Doerfler <Thomas.Doerfler@…>
Removed new-exceptions/bspsupport/ppc_exc_bspsupp.h

12/12/09:

03:01 Release/4.9 edited by GlennHumphrey
/* Release 4.9.4 Changes */ 1481/cpukit - Check for partial period performed too early when updating period statistics (diff)

12/11/09:

22:03 Changeset in rtems [33bdd10e]4.9 by Glenn Humphrey <glenn.humphrey@…>
2009-12-11 Glenn Humphrey <glenn.humphrey@…> PR 1481/cpukit * rtems/src/ratemonperiod.c: Moved check for cpu usage being smaller than when period initiated.
21:04 Ticket #1481 (Check for partial period performed too early when updating period ...) closed by Glenn Humphrey
fixed: Patch committed.
21:00 Changeset in multiio [5471507] by Joel Sherrill <joel.sherrill@…>
2009-12-11 Joel Sherrill <joel.sherrill@…> * mio_io_rtems.c: Ensure mio_error_code is properly initialized to MIO_SUCCESS.
20:54 Changeset in rtems [0a7fb3c]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-12-11 Joel Sherrill <joel.sherrill@…> * clock/ckinit.c: Fix warning.
20:53 Changeset in rtems [e0d83f69]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-12-11 Joel Sherrill <joel.sherrill@…> * startup/bspgetworkarea.c: Make bsp_mem_size available for page table initialization.
20:52 Changeset in rtems [fa62f19]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-12-11 Joel Sherrill <joel.sherrill@…> * page.c: Use bsp_mem_size.
20:41 Changeset in multiio [2e9b49f] by Joel Sherrill <joel.sherrill@…>
2009-12-11 Joel Sherrill <joel.sherrill@…> * main_pcmmio_din.c, main_pcmmio_irq.c, pcmmio_shell.c: Report time between discrete in interrupts in microseconds.
19:30 Changeset in multiio [5ebe1e8] by Joel Sherrill <joel.sherrill@…>
2009-12-11 Joel Sherrill <joel.sherrill@…> * README: Add section on RTEMS Configuration needed by driver. * mio_io_rtems.c: Switch to using a message queue for transmitting discrete interrupt changes to the task level. * pcmmio_shell.c: Modify application configuration to take into account one less barrier and the new message queue.
15:32 Changeset in multiio [8b61cb4] by Joel Sherrill <joel.sherrill@…>
2009-12-11 Joel Sherrill <joel.sherrill@…> * README: Add list of new methods. * mio_io.h, mio_io_rtems.c: Add dio_get_missed_interrupts() with no tracking of missed interrupts since will switch to message queues.
13:05 Changeset in rtems [f36eeb3]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-12-11 Ralf Corsépius <ralf.corsepius@…> * libchip/network/dec21140.c: Warning elimination (dec21140_softc->base now is an uint32_t).
13:02 Changeset in rtems [01f8266c]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-12-11 Ralf Corsépius <ralf.corsepius@…> PR 1483/cpukit * shared/include/pci.h: Rename pci_config into rtems_pci_config_t.
13:00 Changeset in rtems [df0243f]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-12-11 Ralf Corsépius <ralf.corsepius@…> PR 1483/cpukit * pci/pci.c: Rename pci_config into rtems_pci_config_t.
12:58 Changeset in rtems [b80cf5a]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-12-11 Ralf Corsépius <ralf.corsepius@…> PR 1483/cpukit * shared/pci/pci.c: Rename pci_config into rtems_pci_config_t.
12:55 Changeset in rtems [32c347d]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-12-11 Ralf Corsépius <ralf.corsepius@…> PR 1483/cpukit * shared/pci/pcibios.c: Rename pci_config into rtems_pci_config_t.
12:53 Changeset in rtems [4045c26e]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-12-11 Ralf Corsépius <ralf.corsepius@…> PR 1483/cpukit * include/rtems/pci.h: Rename pci_config into rtems_pci_config_t.
07:57 Changeset in rtems [bdd2870e]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-12-11 Ralf Corsépius <ralf.corsepius@…> PR 1483/cpukit * libchip/network/dec21140.c, libchip/network/elnk.c, libchip/network/if_dc.c: Move #include <rtems/pci.h> into #if *_SUPPORTED-guarded code sections.
07:57 Changeset in rtems [3e780c1e]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Move #include <rtems/pci.h> into #if *_SUPPORTED-guarded code sections.
07:03 Changeset in rtems [20b9e9d9]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-12-11 Ralf Corsépius <ralf.corsepius@…> * network/network.c (au1x00_emac_ioctl): Use ioctl_command_t.
06:29 Ticket #1483 (rtems/pci.h symbol clashes) created by Ralf Corsepius
rtems/pci.h typedefs a type "pci_config": cpukit/include/rtems/pci.h:} …
04:15 Changeset in rtems [a93d5c74]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-12-11 Ralf Corsépius <ralf.corsepius@…> * serial/uart.c: Reflect changes to rtems_termios_callbacks->write.
04:10 Changeset in rtems [bbbe321c]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-12-11 Ralf Corsépius <ralf.corsepius@…> * console/console-io.c: Let bf537Stamp_BSP_poll_char return int.
04:09 Changeset in rtems [92b73bec]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-12-11 Ralf Corsépius <ralf.corsepius@…> * console/console-io.c: Let eZKit533_BSP_poll_char return int.
03:18 Release/4.8 edited by JoelSherrill
/* Changes Per Point Release */ 1482/cpukit - POSIX timer_settime has path which does not exit dispatching critical section (diff)
03:14 Release/4.9 edited by JoelSherrill
/* Release 4.9.4 Changes */ 1482/cpukit - POSIX timer_settime has path which does not exit dispatching critical section (diff)
02:12 Changeset in rtems [e8e38481]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-12-10 Joel Sherrill <joel.sherrill@…> * termios01/init.c: Increase number of termios ports by 1.
01:24 Release/4.9 edited by JoelSherrill
/* Release 4.9.4 Changes */ 1480/cpukit - Missed period statistics are wrong in 4.9.3 (right in 4.9.2) (diff)

12/10/09:

22:58 Changeset in rtems [4cbb4af6]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-12-10 Joel Sherrill <joel.sherrill@…> * sp14/sp14.doc, sp14/sp14.scn: doc file have scn contents. Fix and update.
22:20 Changeset in rtems [dc09e380]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-12-10 Joel Sherrill <joel.sherrill@…> PR 1482 * posix/src/timersettime.c: Exit dispatching critical section.
22:19 Changeset in rtems [19aa6d7]4.8 by Joel Sherrill <joel.sherrill@…>
2009-12-10 Joel Sherrill <joel.sherrill@…> PR 1482 * posix/src/ptimer1.c: Exit dispatching critical section.
22:15 Changeset in rtems [a06a3f7]4.9 by Joel Sherrill <joel.sherrill@…>
2009-12-10 Joel Sherrill <joel.sherrill@…> PR 1482 * posix/src/timersettime.c: Exit dispatching critical section.
21:39 Ticket #1482 (POSIX timer_settime has path which does not exit dispatching critical ...) closed by Joel Sherrill
fixed: Patch applied to 4.8, 4.9, and head.
21:10 Ticket #1482 (POSIX timer_settime has path which does not exit dispatching critical ...) created by Joel Sherrill
See subject..
21:02 Ticket #1481 (Check for partial period performed too early when updating period ...) created by Glenn Humphrey
When the period statistics are updated prior to blocking for the next …
20:25 Changeset in rtems [fe0286a]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-12-10 Joel Sherrill <joel.sherrill@…> * sp69/init.c, sp69/sp69.doc, sp69/sp69.scn: Add test for statistics on expired periods. This detected the recently introduced PR1480.
20:23 Changeset in rtems [ba3e987e]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-12-10 Joel Sherrill <joel.sherrill@…> PR 1480/cpukit * rtems/src/ratemonperiod.c: Use _Rate_monotonic_Update_statistics() when period is expired, not _Rate_monotonic_Initiate_statistics(). The cound of missed periods was never updated.
20:23 Changeset in rtems [7af806a]4.9 by Joel Sherrill <joel.sherrill@…>
2009-12-10 Joel Sherrill <joel.sherrill@…> PR 1480/cpukit * rtems/src/ratemonperiod.c: Use _Rate_monotonic_Update_statistics() when period is expired, not _Rate_monotonic_Initiate_statistics(). The cound of missed periods was never updated.
19:24 Ticket #1480 (Missed period statistics are wrong in 4.9.3 (right in 4.9.2)) closed by Joel Sherrill
fixed: Patch committed to 4.9 branch and head. Closing.
19:19 Ticket #1480 (Missed period statistics are wrong in 4.9.3 (right in 4.9.2)) created by Joel Sherrill
The changes to correct the timing portion of the period statistics …
19:14 Changeset in ada-examples [cc5eaa6]ada-examples-4-10-branch by Joel Sherrill <joel.sherrill@…>
2009-12-10 Joel Sherrill <joel.sherrill@…> * rtems_init.c: BSP_Configuration is obsolete.
18:44 Changeset in rtems [c2966871]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-12-10 Joel Sherrill <joel.sherrill@…> * include/bsp.h, startup/bspgetworkarea.c: Rework bsp_size_memory() to ensure that multiboot information regarding memory size is used as the primary source. This was broken in the move to supporting a unified workspace. It worked this way in 4.9 so this was a regression.
18:42 Changeset in rtems [4439616]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-12-10 Joel Sherrill <joel.sherrill@…> * sp69/.cvsignore: New file.
18:09 Changeset in rtems [a46430d]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Whitespace removal.
18:05 Changeset in rtems [77f7498]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-12-10 Ralf Corsépius <ralf.corsepius@…> * telnetd/pty.c: Reflect changes to rtems_termios_callbacks->write.
16:55 Changeset in rtems [e8d3c193]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-12-10 Ralf Corsépius <ralf.corsepius@…> * shared/console-polled.c: Reflect changes to rtems_termios_callbacks->write.
14:43 Changeset in rtems [dab21360]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-12-10 Ralf Corsépius <ralf.corsepius@…> * console/console.c: Reflect changes to rtems_termios_callbacks->write.
14:26 Changeset in rtems [0b7c296]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-12-10 Ralf Corsépius <ralf.corsepius@…> * termios01/termios_testdriver.c: Reflect changes to rtems_termios_callbacks->write.
14:26 Changeset in rtems [ea9a626]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Reflect changes to rtems_termios_callbacks->write.
14:23 Changeset in rtems [335d67a]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Whitespace removal.
14:10 Changeset in rtems [b2cc165]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-12-10 Ralf Corsépius <ralf.corsepius@…> * libcsupport/include/rtems/libio.h: Change termios-write to ssize_t write(...., size_t).
13:56 Changeset in rtems [7abb741]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-12-10 Ralf Corsépius <ralf.corsepius@…> * console/console.c: Eliminate casts.
13:55 Changeset in rtems [dfddaf1]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-12-10 Ralf Corsépius <ralf.corsepius@…> * shared/comm/uart.c, shared/comm/uart.h: Adjust prototypes.
13:03 Changeset in rtems [ac04c164]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-12-10 Ralf Corsépius <ralf.corsepius@…> * console/uart.c: Let _BSP_in_char return int.
08:50 Changeset in rtems [6be3405]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-12-10 Ralf Corsépius <ralf.corsepius@…> * shared/irq/irq_init.c: Add missing initializer.
08:46 Changeset in rtems [e8cf7b5]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-12-10 Ralf Corsépius <ralf.corsepius@…> * console/console.c: Let bsp_in_char return int.
07:20 Changeset in rtems [5f5f681]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Whitespace removal.
07:18 Changeset in rtems [c9ece2e]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-12-10 Ralf Corsépius <ralf.corsepius@…> * posix/Makefile.am: Unconditionally build src/sigprocmask.c. * posix/src/sigprocmask.c: Provide stub if RTEMS_POSIX_API is disabled.
07:18 Changeset in rtems [5718bc2]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Unconditionally build src/sigprocmask.c.
07:17 Changeset in rtems [b68e2b9a]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Provide stub if RTEMS_POSIX_API is disabled.
06:02 Changeset in rtems [b338066]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-12-10 Ralf Corsépius <ralf.corsepius@…> * shared/console/polled_io.c: Add prototype for boot_udelay.
06:02 Changeset in rtems [f5e7330b]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Add prototype for boot_udelay.
03:14 Changeset in rtems [b9636c24]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Whitespace removal.

12/09/09:

22:37 Changeset in rtems [9559674]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-12-09 Joel Sherrill <joel.sherrill@…> * startup/bspgetworkarea.c: Add debug printk's. * startup/linkcmds: Using "-Wl,--defsym -Wl,RamSize?=0x1000000" results in _RamSize being defined. Handle this properly.
09:29 Changeset in rtems [7b21633]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Upgrade to automake-1.11.1
09:29 Changeset in rtems [d258d35]4.9 by Ralf Corsepius <ralf.corsepius@…>
Upgrade to automake-1.10.3

12/08/09:

23:07 Changeset in rtems [7199b1d]4.104.115 by Glenn Humphrey <glenn.humphrey@…>
2009-12-08 Glenn Humphrey <glenn.humphrey@…> * Makefile.am, configure.ac: Added a test for rate_monotonic_get_status to ensure that all paths are tested. * sp69/Makefile.am, sp69/init.c, sp69/sp69.doc, sp69/sp69.scn: New files.
23:05 Changeset in rtems [eb37f9d]4.104.115 by Glenn Humphrey <glenn.humphrey@…>
2009-12-08 Glenn Humphrey <glenn.humphrey@…> * rtems/include/rtems/rtems/ratemon.h, rtems/src/ratemongetstatus.c, rtems/src/ratemonperiod.c: Factored out common code to ensure consistent behavior between rtems_rate_monotonic_get_status and rtems_rate_monotonic_report_statistics.
22:28 Changeset in rtems [a7a9af76]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-12-08 Joel Sherrill <joel.sherrill@…> * include/bsp.h: BSP should not define CONFIGURE_NUMBER_OF_TERMIOS_PORTS.
21:39 Changeset in rtems [6cc1c29]4.104.115 by Glenn Humphrey <glenn.humphrey@…>
2009-12-08 Glenn Humphrey <glenn.humphrey@…> * support/include/test_support.h, support/include/tmacros.h, support/src/test_support.c: Added support functions to spin for a number of ticks and to spin until the next tick. * support/src/spin.c: New file.
21:18 Changeset in rtems [fe484280]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-12-08 Joel Sherrill <joel.sherrill@…> * include/bsp.h: BSP should not define CONFIGURE_NUMBER_OF_TERMIOS_PORTS.
21:16 Changeset in rtems [d3a0b00]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-12-08 Joel Sherrill <joel.sherrill@…> * psxrwlock01/test.c, psxspin01/test.c, psxspin02/test.c: Fix spacing and compilation issues. Initial test build was accidentally without POSIX enabled.
21:03 Changeset in rtems [5c3c78b]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-12-08 Joel Sherrill <joel.sherrill@…> * sp31/task1.c: Fixed spacing.
19:34 Changeset in rtems [884730c]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-12-08 Fernando Nicodemos <fgnicodemos@…> * console/font8x16.h, console/sed1356.c: Fix typos.
17:53 Changeset in rtems [0654c588]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-12-08 Joel Sherrill <joel.sherrill@…> * support/include/tmacros.h: Use rtems_test_assert() consistently instead of system assert(). rtems_test_assert() is designed to integrate into the RTEMS test suite infrastructure.
17:53 Changeset in rtems [593ae972]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-12-08 Joel Sherrill <joel.sherrill@…> * tm20/task1.c: Use rtems_test_assert() consistently instead of system assert(). rtems_test_assert() is designed to integrate into the RTEMS test suite infrastructure.
17:52 Changeset in rtems [9f90987b]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-12-08 Joel Sherrill <joel.sherrill@…> * tmitronsem01/system.h: Use rtems_test_assert() consistently instead of system assert(). rtems_test_assert() is designed to integrate into the RTEMS test suite infrastructure.
17:52 Changeset in rtems [9e7d02a3]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-12-08 Joel Sherrill <joel.sherrill@…> * sp18/init.c, sp31/task1.c, sp43/init.c, sp63/init.c, sp64/init.c, spfatal10/testcase.h, spfatal11/testcase.h, spobjgetnext/init.c, spwkspace/init.c: Use rtems_test_assert() consistently instead of system assert(). rtems_test_assert() is designed to integrate into the RTEMS test suite infrastructure.
17:52 Changeset in rtems [2317457]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-12-08 Joel Sherrill <joel.sherrill@…> * include/pmacros.h, psx01/task.c, psx02/init.c, psx02/task.c, psx03/init.c, psx03/task.c, psx04/init.c, psx04/task1.c, psx04/task2.c, psx04/task3.c, psx05/init.c, psx05/task.c, psx05/task2.c, psx05/task3.c, psx06/init.c, psx06/task.c, psx06/task2.c, psx07/init.c, psx08/init.c, psx08/task2.c, psx08/task3.c, psx09/init.c, psx10/init.c, psx10/task.c, psx10/task2.c, psx10/task3.c, psx11/init.c, psx11/task.c, psx12/init.c, psxalarm01/init.c, psxbarrier01/test.c, psxcancel01/init.c, psxchroot01/test.c, psxclock/init.c, psxfile01/test.c, psxfile01/test_cat.c, psxfile01/test_extend.c, psxfile01/test_write.c, psxitimer/init.c, psxkey01/task.c, psxkey02/init.c, psxkey03/init.c, psxmount/test.c, psxmsgq01/init.c, psxmsgq03/init.c, psxmsgq04/init.c, psxreaddir/test.c, psxrwlock01/test.c, psxsem01/init.c, psxsignal01/init.c, psxsignal01/task1.c, psxsignal02/init.c, psxsignal03/init.c, psxsignal05/init.c, psxspin01/test.c, psxspin02/test.c, psxstack01/init.c, psxstat/test.c, psxtime/test.c, psxualarm/init.c: Use rtems_test_assert() consistently instead of system assert(). rtems_test_assert() is designed to integrate into the RTEMS test suite infrastructure.
17:52 Changeset in rtems [500fcd5]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-12-08 Joel Sherrill <joel.sherrill@…> * block01/init.c, block02/init.c, block03/init.c, block04/init.c, block05/init.c, block07/init.c, bspcmdline01/init.c, stringto01/init.c, stringto01/stringto_test_template.h, termios01/init.c, termios01/termios_testdriver.c, termios02/init.c: Use rtems_test_assert() consistently instead of system assert(). rtems_test_assert() is designed to integrate into the RTEMS test suite infrastructure.
17:52 Changeset in rtems [d35734dd]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-12-08 Joel Sherrill <joel.sherrill@…> * itronmbf01/init.c, itronsem01/init.c, itronsem01/system.h, itrontask02/dormant.c, itrontask02/init.c, itrontask03/init.c, itrontask03/preempt.c: Use rtems_test_assert() consistently instead of system assert(). rtems_test_assert() is designed to integrate into the RTEMS test suite infrastructure.
17:34 Changeset in rtems [0160b3b]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-12-08 Ralf Corsépius <ralf.corsepius@…> * startup/init5206e.c: Make prototype of CopyDataClearBSSAndStart global.
17:24 Changeset in rtems [43e74a47]4.104.115 by Eric Norum <WENorum@…>
Add network configuration macros.
16:54 Changeset in rtems [a5b5b50]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-12-08 Joel Sherrill <joel.sherrill@…> * libchip/network/dec21140.c, libchip/network/elnk.c, libchip/network/if_dc.c: Ensure PCI drivers are built on all supported configurations. PowerPC conditionals were not current and code was not being built on supported BSPs.
16:48 Changeset in rtems [e0e2cb8e]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-12-08 Eric Norum <wenorum@…> PR 1479/bsps * fatal/bspfatal.c: Complete strcat conversion.
15:48 Ticket #1479 (c/src/lib/libbsp/m68k/mvme167/fatal/bspfatal.c strcat abuse) closed by Joel Sherrill
fixed: Committed and closed. Thanks.
15:37 Changeset in rtems [5e87bae2]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-12-08 Joel Sherrill <joel.sherrill@…> * network/if_em/Makefile, network/if_gfe/Makefile: Removed.
14:11 Developer/Eclipse/Plugin edited by Sh
/* Plug-In Installation */ (diff)
14:08 Ticket #1479 (c/src/lib/libbsp/m68k/mvme167/fatal/bspfatal.c strcat abuse) created by Ralf Corsepius
bsp_fatal_error_occurred() in …
14:06 Developer/Eclipse/Plugin edited by Sh
/* Plug-In Installation */ (diff)
14:05 Developer/Eclipse/Plugin edited by Sh
/* Eclipse Installation */ (diff)
14:01 Developer/Eclipse/Plugin edited by Sh
/* Introduction */ (diff)
13:36 Changeset in rtems [c758a4ec]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Whitespace removal.
13:16 Changeset in rtems [3e9f9565]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-12-08 Ralf Corsépius <ralf.corsepius@…> * include/i2c.h (i2c_transfer_done): Fix type mismatch.
13:15 Changeset in rtems [73c97f7]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
(i2c_transfer_done): Fix type mismatch.
13:12 Changeset in rtems [2eea9ed]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-12-08 Ralf Corsépius <ralf.corsepius@…> * tod/ds1307.c (ds1307_set_time): Fix broken prototype.
13:12 Changeset in rtems [c2e6a059]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
(ds1307_set_time): Fix broken prototype.
12:52 Changeset in rtems-eclipse-plug-in [e7c1ecb]master by Sebastian Huber <sebastian.huber@…>
2009-12-08 Sebastian Huber <sebastian.huber@…> * src/org/rtems/cdt/Activator.java, src/org/rtems/cdt/Constants.java, src/org/rtems/cdt/Storage.java, src/org/rtems/cdt/VolatilePreferenceStore.java, src/org/rtems/cdt/build/CommandLineGenerator.java, src/org/rtems/cdt/build/CygwinScannerInfoCollector.java, src/org/rtems/cdt/build/EnvironmentSupplier.java, src/org/rtems/cdt/build/RunScannerInfoProvider.java, src/org/rtems/cdt/preferences/PreferenceInitializer.java, src/org/rtems/cdt/preferences/PreferencePage.java, src/org/rtems/cdt/properties/PropertyPage.java, src/org/rtems/cdt/wizards/BasicSetup.java, src/org/rtems/cdt/wizards/FinishSetup.java: Replaced '( ' with '('.

12/07/09:

22:24 Release/4.9 edited by JoelSherrill
/* Release 4.9.4 Changes */ Add PR1477 _Objects_Set_name does not ensure NULL terminated string (diff)
21:03 Ticket #1478 (Calling rtems_bdbuf_release() for a buffer obtained with ...) created by Oleg
Implementation of bdbuf API does not allow to call mentioned functions …
17:27 Changeset in rtems [2eb59419]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-12-07 Cindy Cicalese <cicalese@…> PR 1477/cpukit * score/src/objectsetname.c: Ensure destination is NULL terminated. String copy was not getting the NULL.
17:27 Changeset in rtems [b07d4453]4.9 by Joel Sherrill <joel.sherrill@…>
2009-12-07 Cindy Cicalese <cicalese@…> PR 1477/cpukit * score/src/objectsetname.c: Ensure destination is NULL terminated. String copy was not getting the NULL.
17:04 Changeset in rtems [4c833771]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
16:28 Ticket #1477 (_Objects_Set_name does not ensure NULL terminated string) closed by Joel Sherrill
fixed: Patch applied to 4.9 and CVS head.
16:24 Changeset in rtems [6f01945]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-12-07 Ralf Corsépius <ralf.corsepiu@…> * shared/comm/console.c: Remove (Unused). * Makefile.am: Remove shared/comm/console.c.
16:22 Changeset in rtems [56aadea]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-12-07 Ralf Corsépius <ralf.corsepius@…> * console/console.c: Let nds_getch return "int". Remove casts.
16:22 Ticket #1477 (_Objects_Set_name does not ensure NULL terminated string) created by Joel Sherrill
The code in the file cpukit/score/src/objectsetname.c does not ensure …
16:21 Changeset in rtems [6789d70]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-12-07 Ralf Corsépius <ralf.corsepius@…> * console/conio.c, console/console.c, include/conio.h: Let *getch return "int". Remove casts.
09:51 Changeset in rtems [b65dd1f]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-12-07 Ralf Corsépius <ralf.corsepius@…> * block/block.c: Adjust prototype mismatches.
09:51 Changeset in rtems [5c28451c]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Adjust prototype mismatches.
09:37 Changeset in rtems [f8fd28e]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-12-07 Ralf Corsépius <ralf.corsepius@…> * Makefile.am: Remove -Dcaddr_t=uint32_t.
09:35 Changeset in rtems [b46b3c7]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-12-07 Ralf Corsépius <ralf.corsepius@…> * dswifi/arm9/source/wifi_arm9.c: Add missing prototypes.
09:34 Changeset in rtems [2c63d97]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-12-07 Ralf Corsépius <ralf.corsepius@…> * ndstool/source/ndsextract.cpp: Add missing const's.
07:22 Changeset in rtems [7a26d40f]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-12-07 Ralf Corsépius <ralf.corsepius@…> * console/console.c (nds_write): Adjust prototype.
07:12 Changeset in rtems [596c6c10]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-12-07 Ralf Corsépius <ralf.corsepius@…> * dswifi/arm7/source/wifi_arm7.c, dswifi/arm7/source/wifi_arm7.h, dswifi/arm9/source/wifi_arm9.c, libnds/include/nds/arm7/audio.h, libnds/include/nds/arm7/clock.h, libnds/include/nds/arm7/serial.h, libnds/include/nds/arm7/touch.h, libnds/source/arm7/clock.c, libnds/source/arm7/touch.c, rtc/rtc.c: Eliminate various warnings.
07:12 Changeset in rtems [ca11e781]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Eliminate various warnings.

12/06/09:

08:16 Changeset in rtems [82292dc5]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-12-06 Ralf Corsépius <ralf.corsepius@…> * libnetworking/sys/uio.h: Include <sys/types.h>. Use ssize_t for uio_resid in struct uio (From FreeBSD).
06:52 Changeset in rtems [e56cac32]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-12-06 Ralf Corsépius <ralf.corsepius@…> * POSIX/Makefile.am: Add readv, writev. * POSIX/writev.c, POSIX/readv.c: New.
06:52 Changeset in rtems [4ec957a1]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Add readv, writev.
06:51 Changeset in rtems [c7183ce]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
New.

12/04/09:

18:24 Changeset in rtems [d44fc8b]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-12-04 Fernando Nicodemos <fgnicodemos@…> * umon/README, umon/tfs.h: Missing parts of previous commit.
18:24 Changeset in rtems [22fb181b]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-12-04 Fernando Nicodemos <fgnicodemos@…> * README, README.kit637_v6, console/sed1356_16bit.h, startup/memmap.c: Missing parts of previous commit.
16:09 Changeset in rtems [ee75aad]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-12-04 Ralf Corsépius <ralf.corsepius@…> * posix/Makefile.am: Unconditionally build posix/src/sigaddset.c, posix/src/sigdelset.c, posix/src/sigfillset.c, posix/src/sigemptyset.c, posix/src/sigismember.c.
15:48 Changeset in rtems [c2488e3]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-12-04 Ralf Corsépius <ralf.corsepius@…> * posix/src/sigaddset.c, posix/src/sigdelset.c, posix/src/sigemptyset.c, posix/src/sigfillset.c, posix/src/sigismember.c, posix/src/sigprocmask.c: Remove unnecessary includes.
15:47 Changeset in rtems [9a94e081]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Remove unnecessary includes.
15:32 Changeset in rtems [7ad405c]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
15:31 Changeset in rtems [e7b9fee]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-12-04 Ralf Corsépius <ralf.corsepius@…> * posix/Makefile.am: Unconditionally install posix/include/rtems/posix/sigset.h. * posix/include/rtems/posix/psignal.h: Reflect having split out posix/include/rtems/posix/sigset.h.
15:30 Changeset in rtems [522f374]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Unconditionally install posix/include/rtems/posix/sigset.h.
15:30 Changeset in rtems [654e1f3]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Reflect having split out posix/include/rtems/posix/sigset.h.
15:24 Changeset in rtems [a6b8754]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-12-04 Ralf Corsépius <ralf.corsepius@…> * posix/include/rtems/posix/sigset.h: New (Split out from posix/include/rtems/posix/psignal.h).
15:18 Changeset in rtems [3e70362]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-12-04 Ralf Corsépius <ralf.corsepius@…> * POSIX/sigfillset.c: Let main() return "status".
15:17 Changeset in rtems [0c5ff134]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-12-04 Ralf Corsépius <ralf.corsepius@…> * POSIX/Makefile.am: Add sigaddset, sigdelset, sigemptyset, sigismember. * POSIX/sigaddset.c, POSIX/sigdelset.c, POSIX/sigemptyset.c, POSIX/sigismember.c: New.
15:17 Changeset in rtems [4583cac]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
New.
14:08 Changeset in rtems [bb14405d]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-12-04 Sebastian Huber <Sebastian.Huber@…> * sp31/sp31.scn, sp31/task1.c, spintrcritical17/init.c: New test cases. Updated copyright notice.
06:55 Changeset in rtems [0cd3878]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-12-04 Ralf Corsépius <ralf.corsepius@…> * POSIX/Makefile.am: Add wait. * POSIX/wait.c: New.
06:52 Changeset in rtems [2845bd1]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-12-04 Ralf Corsépius <ralf.corsepius@…> * posix/Makefile.am: Unconditionally build src/wait.c src/waitpid.c.
06:52 Changeset in rtems [ce98cec]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Unconditionally build src/wait.c src/waitpid.c.
06:27 Changeset in rtems [eada19a]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-12-04 Ralf Corsépius <ralf.corsepius@…> * posix/Makefile.am: Unconditionally build fork.c, vfork.c.
06:05 Changeset in rtems [a2c2bbb0]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-12-04 Ralf Corsépius <ralf.corsepius@…> * configure.ac, posix/Makefile.am, wrapup/Makefile.am: Eliminate AM_CONDITIONAL LIBPOSIX.
06:05 Changeset in rtems [586d96ed]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
06:05 Changeset in rtems [10f4120]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Eliminate AM_CONDITIONAL LIBPOSIX.
05:25 Changeset in rtems [5bb38e15]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Whitespace removal.
04:27 Changeset in rtems [42e243e]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Whitespace removal.
Note: See TracTimeline for information about the timeline view.