Timeline



03/16/11:

20:08 Changeset in rtems [b3a72166]4.115 by Joel Sherrill <joel.sherrill@…>
2011-03-16 Jennifer Averett <jennifer.averett@…> PR 1729/cpukit * spsize/size.c: Add next step in SMP support. This adds an allocated array of the Per_CPU structures to support multiple cpus vs a single instance of the structure which is still used if SMP support is disabled. Configuration support is also added to explicitly enable or disable SMP. But SMP can only be enabled for the CPUs which will support it initially -- SPARC and i386. With the stub BSP support, a BSP can be run as a single core SMP system from an RTEMS data structure standpoint.
20:07 Changeset in rtems [d5f3485]4.115 by Joel Sherrill <joel.sherrill@…>
2011-03-16 Jennifer Averett <jennifer.averett@…> PR 1729/cpukit * aclocal/check-smp.m4, aclocal/enable-smp.m4: New files.
20:06 Changeset in rtems [054b1c6]4.115 by Joel Sherrill <joel.sherrill@…>
2011-03-16 Jennifer Averett <jennifer.averett@…> PR 1729/cpukit * aclocal/enable-smp.m4: New file.
20:06 Changeset in rtems [7f32fa4]4.115 by Joel Sherrill <joel.sherrill@…>
2011-03-16 Jennifer Averett <jennifer.averett@…> PR 1729/cpukit * smp/getcpuid.c, smp/smp_stub.c: New files.
20:05 Changeset in rtems [5d69cd3]4.115 by Joel Sherrill <joel.sherrill@…>
2011-03-16 Jennifer Averett <jennifer.averett@…> PR 1729/cpukit * shared/irq_asm.S: New file.
20:05 Changeset in rtems [20546ace]4.115 by Joel Sherrill <joel.sherrill@…>
2011-03-16 Jennifer Averett <jennifer.averett@…> PR 1729/cpukit * Makefile.am, configure.ac: Add next step in SMP support. This adds an allocated array of the Per_CPU structures to support multiple cpus vs a single instance of the structure which is still used if SMP support is disabled. Configuration support is also added to explicitly enable or disable SMP. But SMP can only be enabled for the CPUs which will support it initially -- SPARC and i386. With the stub BSP support, a BSP can be run as a single core SMP system from an RTEMS data structure standpoint.
20:05 Changeset in rtems [66729db3]4.115 by Joel Sherrill <joel.sherrill@…>
2011-03-16 Jennifer Averett <jennifer.averett@…> PR 1729/cpukit * shared/irq/irq_asm.S: Add next step in SMP support. This adds an allocated array of the Per_CPU structures to support multiple cpus vs a single instance of the structure which is still used if SMP support is disabled. Configuration support is also added to explicitly enable or disable SMP. But SMP can only be enabled for the CPUs which will support it initially -- SPARC and i386. With the stub BSP support, a BSP can be run as a single core SMP system from an RTEMS data structure standpoint.
20:05 Changeset in rtems [06dcaf0]4.115 by Joel Sherrill <joel.sherrill@…>
2011-03-16 Jennifer Averett <jennifer.averett@…> PR 1729/cpukit * configure.ac, sapi/include/confdefs.h, sapi/src/exinit.c, score/Makefile.am, score/preinstall.am, score/cpu/i386/rtems/score/cpu.h, score/cpu/sparc/cpu_asm.S, score/cpu/sparc/rtems/score/cpu.h, score/include/rtems/score/basedefs.h, score/include/rtems/score/context.h, score/include/rtems/score/percpu.h, score/src/percpu.c, score/src/thread.c, score/src/threadcreateidle.c: Add next step in SMP support. This adds an allocated array of the Per_CPU structures to support multiple cpus vs a single instance of the structure which is still used if SMP support is disabled. Configuration support is also added to explicitly enable or disable SMP. But SMP can only be enabled for the CPUs which will support it initially -- SPARC and i386. With the stub BSP support, a BSP can be run as a single core SMP system from an RTEMS data structure standpoint. * aclocal/check-smp.m4, aclocal/enable-smp.m4, score/include/rtems/bspsmp.h, score/include/rtems/score/smplock.h, score/src/smp.c, score/src/smplock.c: New files.
19:08 Changeset in rtems [ef99f23a]4.115 by Joel Sherrill <joel.sherrill@…>
2011-03-16 Joel Sherrill <joel.sherrill@…> * spfifo05/init.c: Console interrupts perturb test.
17:51 Changeset in rtems [ffeee4d]4.115 by Joel Sherrill <joel.sherrill@…>
2011-03-16 Joel Sherrill <joel.sherrill@…> * ada_user/.cvsignore: Add missing files.
17:13 Changeset in rtems [a5082ff8]4.115 by Joel Sherrill <joel.sherrill@…>
2011-03-16 Joel Sherrill <joel.sherrill@…> * README: Add example mkimage command.
17:11 Changeset in rtems [a1a5f92]4.115 by Joel Sherrill <joel.sherrill@…>
2011-03-16 Jennifer Averett <jennifer.averett@…> PR 1743/cpu * tm26/task1.c, tm27/task1.c: Add Simple Priority Scheduler as complement to existing Deterministic Priority Scheduler. Modify these tests to verify the scheduler they are designed to work with is the default scheduler.
16:39 Changeset in rtems [18b8ac71]4.115 by Joel Sherrill <joel.sherrill@…>
2011-03-16 Jennifer Averett <jennifer.averett@…> PR 1743/cpu * user/conf.t: Add Simple Priority Scheduler as complement to existing Deterministic Priority Scheduler. This scheduler serves both as an example and as a lighter weight implementation for smaller systems.
16:33 Changeset in rtems [5bbc204]4.115 by Joel Sherrill <joel.sherrill@…>
2011-03-16 Jennifer Averett <jennifer.averett@…> PR 1743/cpu * Makefile.am, configure.ac, spsize/size.c: Add Simple Priority Scheduler as complement to existing Deterministic Priority Scheduler. This scheduler serves both as an example and as a lighter weight implementation for smaller systems. * spsimplesched01/.cvsignore, spsimplesched01/Makefile.am, spsimplesched01/init.c, spsimplesched01/spsimplesched01.doc, spsimplesched01/spsimplesched01.scn, spsimplesched02/.cvsignore, spsimplesched02/Makefile.am, spsimplesched02/init.c, spsimplesched02/spsimplesched02.doc, spsimplesched02/spsimplesched02.scn, spsimplesched03/.cvsignore, spsimplesched03/Makefile.am, spsimplesched03/init.c, spsimplesched03/spsimplesched03.doc, spsimplesched03/spsimplesched03.scn: New files.
16:32 Changeset in rtems [0118ed6]4.115 by Joel Sherrill <joel.sherrill@…>
2011-03-16 Jennifer Averett <jennifer.averett@…> PR 1743/cpu * sapi/include/confdefs.h, score/Makefile.am, score/preinstall.am: Add Simple Priority Scheduler as complement to existing Deterministic Priority Scheduler. This scheduler serves both as an example and as a lighter weight implementation for smaller systems. * score/include/rtems/score/schedulersimple.h, score/inline/rtems/score/schedulersimple.inl, score/src/schedulersimple.c, score/src/schedulersimpleblock.c, score/src/schedulersimpleenqueue.c, score/src/schedulersimpleenqueuefirst.c, score/src/schedulersimpleextract.c, score/src/schedulersimplereadyqueueenqueue.c, score/src/schedulersimplereadyqueueenqueuefirst.c, score/src/schedulersimpleschedule.c, score/src/schedulersimpleunblock.c, score/src/schedulersimpleyield.c: New files.
15:39 Ticket #1743 (Simple priority plug-in scheduler) closed by Joel Sherrill
fixed: Committed to head. Closing.
13:26 Changeset in rtems [db03612e]4.115 by Joel Sherrill <joel.sherrill@…>
2011-03-16 Joel Sherrill <joel.sherrill@…> * score/src/threadyieldprocessor.c: Removed. File is no longer even compiled. It was an oversight to leave it.
09:14 Changeset in rtems [67cf697]4.115 by Sebastian Huber <sebastian.huber@…>
2011-03-16 Sebastian Huber <sebastian.huber@…> * tm26/task1.c: Update for API change.

03/15/11:

21:34 Changeset in rtems [23005aa]4.10 by Joel Sherrill <joel.sherrill@…>
2011-03-15 Till Straumann <strauman@…> * startup/bspstart.c: Fix clock code on qemu. Also ensure UART is initialized early for printk.
21:34 Changeset in rtems [d75792b]4.115 by Joel Sherrill <joel.sherrill@…>
2011-03-15 Till Straumann <strauman@…> * startup/bspstart.c: Fix clock code on qemu. Also ensure UART is initialized early for printk.
19:27 Changeset in rtems [59eb125]4.115 by Joel Sherrill <joel.sherrill@…>
2011-03-15 Joel Sherrill <joel.sherrill@…> * rtems/src/taskresume.c, score/Makefile.am, score/include/rtems/score/thread.h: Convert _Thread_Resume and _Thread_Suspend into macros. * score/src/threadresume.c, score/src/threadsuspend.c: Removed.
19:03 Changeset in rtems [d15c084]4.115 by Joel Sherrill <joel.sherrill@…>
2011-03-15 Joel Sherrill <joel.sherrill@…> * libmisc/cpuuse/cpuusagereport.c: Make compile again.
15:43 Changeset in rtems [a47dd1c]4.115 by Joel Sherrill <joel.sherrill@…>
2011-03-15 Joel Sherrill <joel.sherrill@…> * libmisc/shell/main_setenv.c: Revert after discussion. Mark as intentional in Coverity.
15:05 Changeset in rtems [315c9b89]4.115 by Joel Sherrill <joel.sherrill@…>
2011-03-15 Joel Sherrill <joel.sherrill@…> * libfs/src/dosfs/msdos_format.c: Address Coverity issue 183 which was where an expression evaluated to a constant and issue 185 which was a potential (although unlikely in expected usage) time-of-check, time-of-use race condition.
15:02 Changeset in rtems [d252351c]4.115 by Joel Sherrill <joel.sherrill@…>
2011-03-15 Joel Sherrill <joel.sherrill@…> * libmisc/shell/main_setenv.c: Address Coverity issue 134 which recommends using strnXXX methods.
14:52 Changeset in rtems [4e553c60]4.115 by Sebastian Huber <sebastian.huber@…>
2011-03-15 Sebastian Huber <sebastian.huber@…> * libmisc/cpuuse/cpuusagereport.c: Avoid assumptions on execution context.
07:32 Changeset in rtems [59762469]4.115 by Chris Johns <chrisj@…>
2011-03-15 Chris Johns <chrisj@…> * libfs/src/rfs/rtems-rfs-rtems-file.c, libfs/src/rfs/rtems-rfs-rtems.c, libfs/src/rfs/rtems-rfs-rtems.h: The fix to the removal of file_info from iop was broken. The node_access field must be the inode number in the RFS because the file system ops provides no way to tell is a stat call is the result of stat, fstat, or lstat. The solution is to move the file handle to node_access_2 which is also shared with doff but these do not overlap.
05:14 Changeset in rtems [ecfeb16b]4.115 by Chris Johns <chrisj@…>
2011-03-15 Chris Johns <chrisj@…> PR 1757/filesystem * libfs/src/rfs/rtems-rfs-block-pos.h: Fix the bug in equal compare.
05:02 Changeset in rtems [d0fcd0b]4.115 by Chris Johns <chrisj@…>
2011-03-15 Chris Johns <chrisj@…> PR 1763/shell * libmisc/shell/hexdump-conv.c: Remove debug hacks. PR 1757/filesystem * libfs/src/rfs/rtems-rfs-block-pos.h, libfs/src/rfs/rtems-rfs-block.h, libfs/src/rfs/rtems-rfs-file.c, libfs/src/rfs/rtems-rfs-rtems-file.c: Set the file size in iop-size when a file is open. Fix lseek to end of file then write for sizes less than half the file system block size. * libfs/src/rfs/rtems-rfs-rtems-dev.c, libfs/src/rfs/rtems-rfs-rtems-dir.c, libfs/src/rfs/rtems-rfs-rtems.c, libfs/src/rfs/rtems-rfs-rtems.h: Fix the fstat and fchmod calls due to the change in the iop struct where pathinfo went away. The node_access field in pathinfo was overloaded.
04:08 Ticket #1757 (RFS does not set iop->size on open.) closed by Chris Johns
fixed
04:03 Ticket #1763 (hexdump convert does not display data) closed by Chris Johns
fixed

03/14/11:

18:19 Ticket #1766 (Lack of information on the configuration of message buffers in the ...) created by Fabrício de Novaes Kucinskis
The information on the use of the CONFIGURE_MESSAGE_BUFFER_MEMORY …
18:17 Changeset in rtems [03b5096]4.115 by Joel Sherrill <joel.sherrill@…>
2011-03-14 Joel Sherrill <joel.sherrill@…> * libmisc/mouse/mouse_parser.c, libmisc/mouse/serial_mouse.c: Remove include of bsp.h
17:37 Changeset in rtems [7d0e7021]4.115 by Joel Sherrill <joel.sherrill@…>
2011-03-14 Joel Sherrill <joel.sherrill@…> * cpu.h: Remove warnings.
16:24 Changeset in rtems [78d1190]4.115 by Joel Sherrill <joel.sherrill@…>
2011-03-14 Joel Sherrill <joel.sherrill@…> * libfs/src/imfs/deviceerrno.c: Add RTEMS_INVALID_CLOCK, RTEMS_INVALID_NODE, and RTEMS_NOT_CONFIGURED.
16:18 Changeset in rtems [3d4f749]4.115 by Joel Sherrill <joel.sherrill@…>
2011-03-14 Joel Sherrill <joel.sherrill@…> * Makefile.am, configure.ac: Add test for Mouse Parser Engine (Microsoft Mouse paths) and Serial Mouse Driver. * mouse01/.cvsignore, mouse01/Makefile.am, mouse01/init.c, mouse01/mouse01.doc, mouse01/mouse01.scn, mouse01/msmouse.c, mouse01/serial_mouse_config.c: New files.
14:57 Changeset in rtems [1fef02ca]4.115 by Joel Sherrill <joel.sherrill@…>
2011-03-14 Joel Sherrill <joel.sherrill@…> PR 1762/cpukit * Makefile.am, preinstall.am, console/console.c, console/keyboard.c, console/keyboard.h, console/pc_keyb.c, console/ps2_mouse.c, console/vgainit.c: Made mouse parser engine generic. Now use generic serial mouse driver. Moved many externs from C to .h. * console/kbd_parser.c, console/serial_mouse_config.c: New files. * console/mouse_parser.c, console/mouse_parser.h, console/serial_mouse.c, console/serial_mouse.h: Removed.
14:56 Changeset in rtems [3d6c1bb]4.115 by Joel Sherrill <joel.sherrill@…>
2011-03-14 Joel Sherrill <joel.sherrill@…> PR 1762/cpukit * Makefile.am, preinstall.am, libmisc/Makefile.am, wrapup/Makefile.am: Add generic serial mouse driver and mouse parser. The parser code was in the pc386 BSP but was generic so cleaned up and placed here. Serial mouse driver itself is new. * libmisc/mouse/README, libmisc/mouse/mouse_parser.c, libmisc/mouse/mouse_parser.h, libmisc/mouse/serial_mouse.c, libmisc/mouse/serial_mouse.h: New files.
13:57 Ticket #1762 (Add Generic Serial Mouse Driver) closed by Joel Sherrill
fixed: Patch committed to head. Now closed.
13:19 Changeset in rtems [ea3e8f18]4.115 by Joel Sherrill <joel.sherrill@…>
2011-03-14 Joel Sherrill <joel.sherrilL@…> * Makefile.maint: Remove started_ada.
13:18 Changeset in rtems [9e6c68c]4.115 by Joel Sherrill <joel.sherrill@…>
2011-03-14 Joel Sherrill <joel.sherrilL@…> * score/include/rtems/score/sysstate.h: Spelling.
10:54 Ticket #1765 (RTEMS Toolset Patch for ARM EABI version 5) created by Sebastian Huber
There were several requests for ARM Cortex-M support on RTEMS …
08:15 Ticket #1764 (RTEMS shell not always waiting for termination) created by dufault
Sometimes two shells startup at the console and they get every other …
07:44 Changeset in rtems [f6c010a7]4.10 by Chris Johns <chrisj@…>
2011-03-14 Chris Johns <chrisj@…> PR 1757/filesystem * libfs/src/rfs/rtems-rfs-block-pos.h: Fix the bug in equal compare.
05:13 Changeset in rtems [f96d31c9]4.10 by Chris Johns <chrisj@…>
2011-03-14 Chris Johns <chrisj@…> PR 1763/shell * libmisc/shell/hexdump-conv.c: Remove debug hacks.
05:07 Changeset in rtems [d991d2f]4.10 by Chris Johns <chrisj@…>
2011-03-14 Chris Johns <chrisj@…> PR 1757/filesystem * libfs/src/rfs/rtems-rfs-block-pos.h, libfs/src/rfs/rtems-rfs-block.h, libfs/src/rfs/rtems-rfs-file.c, libfs/src/rfs/rtems-rfs-rtems-file.c: Set the file size in iop-size when a file is open. Fix lseek to end of file then write for sizes less than half the file system block size.
04:09 Ticket #1763 (hexdump convert does not display data) created by Chris Johns
The committed code has a testing hack left in that can be removed.

03/12/11:

20:50 TBR/UserManual/RTEMS_Coverage_Analysis edited by JoelSherrill
/* How it was Done */ Add covoar and new way (diff)

03/11/11:

20:36 Changeset in rtems [f91b1860]4.115 by Joel Sherrill <joel.sherrill@…>
2011-03-11 Joel Sherrill <joel.sherrilL@…> * sp58/init.c, sp58/sp58.scn: Account for case where left hand side seconds field is less than.
20:28 Changeset in rtems [95fc0a6]4.115 by Joel Sherrill <joel.sherrill@…>
2011-03-11 Joel Sherrill <joel.sherrilL@…> * sp08/sp08.scn: Convert to UNIX CR/LF.
20:26 Changeset in rtems [6a4ccdf]4.115 by Joel Sherrill <joel.sherrill@…>
2011-03-11 Joel Sherrill <joel.sherrilL@…> * sp08/Makefile.am, sp08/init.c, sp08/sp08.scn, sp09/screen07.c, sp09/sp09.scn: Improve coverage. Change mode while system not up and broadcast a message that is too large. * sp08/system.h, sp08/task1.c: Removed.
18:56 Ticket #1760 (CPP setting in c/make/compilers/gcc-target-default.cfg is broken) closed by Joel Sherrill
fixed: Patch was committed
16:39 Changeset in rtems [89ed8a9]4.115 by Joel Sherrill <joel.sherrill@…>
2011-03-11 Joel Sherrill <joel.sherrilL@…> * Makefile.am, configure.ac: Add sp73. This is a new test designed to improve coverage of the thread yield logic. * sp73/.cvsignore, sp73/Makefile.am, sp73/init.c, sp73/sp73.doc, sp73/sp73.scn: New files.
13:00 Ticket #1762 (Add Generic Serial Mouse Driver) created by Joel Sherrill
Currently the pc386 BSP has code to handle a serial mouse and to parse …
05:52 Changeset in rtems [a6a7aae]4.115 by Ralf Corsepius <ralf.corsepius@…>
Remove (Obsolete).

03/10/11:

16:39 Changeset in rtems [08d01a1]4.115 by Sebastian Huber <sebastian.huber@…>
2011-03-10 Sebastian Huber <sebastian.huber@…> * sapi/include/rtems/extension.h: Documentation.
16:36 Changeset in rtems [b2e48ffe]4.115 by Sebastian Huber <sebastian.huber@…>
2011-03-10 Sebastian Huber <sebastian.huber@…> * sp07/init.c: Improve coverage.
15:41 Changeset in rtems [627b70e]4.115 by Sebastian Huber <sebastian.huber@…>
2011-03-10 Sebastian Huber <sebastian.huber@…> * heapwalk/init.c: Improve coverage. * heapwalk/heapwalk.scn: Update.
15:04 Changeset in rtems [73406bf]4.115 by Sebastian Huber <sebastian.huber@…>
2011-03-10 Sebastian Huber <sebastian.huber@…> * shared/include/cpuIdent.h: Fixed warnings.
12:25 Changeset in rtems [56c56501]4.10 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
12:25 Changeset in rtems [7f2ee3a1]4.10 by Ralf Corsepius <ralf.corsepius@…>
Bump GCC_RPMREL.
08:54 Ticket #1761 (2kB of memory are lost in the SpaceWire Driver) created by Cláudio Silva
The structure GRSPW_DEV has two members that are the Descriptor Tables …
07:36 Changeset in rtems [7ffa1107]4.10 by Ralf Corsepius <ralf.corsepius@…>
Add suse11.4.
07:03 Changeset in rtems [6c16501]4.115 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
07:03 Changeset in rtems [855c6b0]4.115 by Ralf Corsepius <ralf.corsepius@…>
Rename amd64 into x86_64.
06:56 Changeset in rtems [31396c12]4.115 by Ralf Corsepius <ralf.corsepius@…>
Rename freebsd8.2/amd64/ into freebsd8.2/x86_64/.
06:52 Changeset in rtems [8aaceef]4.115 by Ralf Corsepius <ralf.corsepius@…>
Remove bogus comment.
05:22 Changeset in rtems [166bb376]4.115 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
05:21 Changeset in rtems [73f7208]4.115 by Ralf Corsepius <ralf.corsepius@…>
Bump GCC_RPMREL.
04:39 Changeset in rtems [f9fb5ba2]4.115 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
04:39 Changeset in rtems [dd81f4b]4.115 by Ralf Corsepius <ralf.corsepius@…>
Bump GCC_RPMREL.
04:37 Changeset in rtems [6a61aefe]4.115 by Ralf Corsepius <ralf.corsepius@…>
Abandon freebsd8.0.
04:36 Changeset in rtems [b15cd01e]4.115 by Ralf Corsepius <ralf.corsepius@…>
Abandon.
04:30 Changeset in rtems [75c3414]4.115 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
04:30 Changeset in rtems [aaeaea4]4.115 by Ralf Corsepius <ralf.corsepius@…>
Bump GCC_RPMREL.
04:20 Changeset in rtems [c64306b]4.115 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
04:19 Changeset in rtems [e8dcdec0]4.115 by Ralf Corsepius <ralf.corsepius@…>
Bump GCC_RPMREL.
03:42 Changeset in rtems [514ecebb]4.115 by Ralf Corsepius <ralf.corsepius@…>
Add suse11_4.

03/09/11:

20:11 Changeset in rtems [8dd415f]4.115 by Joel Sherrill <joel.sherrill@…>
2011-03-09 Joel Sherrill <joel.sherrill@…> * spwkspace/init.c: Adjust test to account for recent heap change on NULL.
20:08 Changeset in rtems [160d6e4]4.115 by Joel Sherrill <joel.sherrill@…>
2011-03-09 Joel Sherrill <joel.sherrill@…> * psx04/init.c, psx04/psx04.scn: Remove test case made obsolete by PR1759.
19:39 Changeset in rtems [89cd2df]4.115 by Joel Sherrill <joel.sherrill@…>
2011-03-09 Joel Sherrill <joel.sherrill@…> * devfs04/devfs04.scn, devfs04/init.c: Increase configuration so this passes on sis.
17:23 Changeset in rtems [8b54251d]4.115 by Joel Sherrill <joel.sherrill@…>
2011-03-09 Joel Sherrill <joel.sherrill@…> * sp43/init.c, sp43/sp43.scn: Improve coverage of _Thread_Get.
16:19 Changeset in rtems [b1e13f4]4.115 by Joel Sherrill <joel.sherrill@…>
2011-03-09 Joel Sherrill <joel.sherrill@…> * score/src/threadget.c: Remove conditional since this path can be tested with and without POSIX enabled.
15:39 Changeset in rtems [ce217f96]4.115 by Sebastian Huber <sebastian.huber@…>
2011-03-09 Sebastian Huber <sebastian.huber@…> * malloctest/init.c: Improve coverage. * malloctest/malloctest.scn: Update.
05:12 Release/4.10 edited by JoelSherrill
/* Release 4.10.1 Changes */ Add PR1760 (diff)
05:11 Release/4.9 edited by JoelSherrill
/* Release 4.9.6 Changes */ Add PR1760 (diff)
03:16 Release/4.10 edited by JoelSherrill
/* Release 4.10.1 Changes */ Add PR1759 (diff)
03:16 Release/4.9 edited by JoelSherrill
/* Release 4.9.6 Changes */ Add PR1759 (diff)
00:38 Changeset in rtems [9d5f600]4.115 by Joel Sherrill <joel.sherrill@…>
2011-03-08 Joel Sherrill <joel.sherrilL@…> * spchain/init.c: Improve coverage testing.
00:10 Changeset in rtems [476900c]4.9 by Joel Sherrill <joel.sherrill@…>
2011-03-08 Joel Sherrill <joel.sherrilL@…> PR 1760/misc * compilers/gcc-target-default.cfg: Fix typo in CPP definition.
00:10 Changeset in rtems [a57171b9]4.10 by Joel Sherrill <joel.sherrill@…>
2011-03-08 Joel Sherrill <joel.sherrilL@…> PR 1760/misc * compilers/gcc-target-default.cfg: Fix typo in CPP definition.
00:10 Changeset in rtems [53a27c2]4.115 by Joel Sherrill <joel.sherrill@…>
2011-03-08 Joel Sherrill <joel.sherrilL@…> PR 1760/misc * compilers/gcc-target-default.cfg: Fix typo in CPP definition.

03/08/11:

23:56 Changeset in rtems [671ce2e8]4.115 by Joel Sherrill <joel.sherrill@…>
2011-03-08 Joel Sherrill <joel.sherrill@…> * Makefile.inc.in: Fix PROJECT_ROOT to match usage in templates and existing Makefiles.
23:55 Changeset in rtems [8b53dee]4.115 by Joel Sherrill <joel.sherrill@…>
2011-03-08 Joel Sherrill <joel.sherrilL@…> * score/src/objectinitializeinformation.c: Reverse sense of conditional and improve comment. Comment was right but brief, conditional was backwards.
23:08 Ticket #1760 (CPP setting in c/make/compilers/gcc-target-default.cfg is broken) created by Joel Sherrill
The $$ is wrong and has been in the file since a change from 1.5 to …
22:15 Changeset in rtems [843bfe5]4.9 by Joel Sherrill <joel.sherrill@…>
2011-03-08 Joel Sherrill <joel.sherrilL@…> PR 1759/cpukit * posix/src/cancel.c, posix/src/pthreaddetach.c, posix/src/pthreadequal.c, posix/src/pthreadgetschedparam.c, posix/src/pthreadjoin.c, posix/src/pthreadkill.c: Some POSIX pthread services did not support using Classic API Task Ids.
22:14 Changeset in rtems [97b6dc0]4.10 by Joel Sherrill <joel.sherrill@…>
2011-03-08 Joel Sherrill <joel.sherrilL@…> PR 1759/cpukit * posix/src/cancel.c, posix/src/pthreaddetach.c, posix/src/pthreadequal.c, posix/src/pthreadgetschedparam.c, posix/src/pthreadjoin.c, posix/src/pthreadkill.c, posix/src/pthreadsetschedparam.c: Some POSIX pthread services did not support using Classic API Task Ids.
22:14 Changeset in rtems [e1fc2433]4.115 by Joel Sherrill <joel.sherrill@…>
2011-03-08 Joel Sherrill <joel.sherrilL@…> PR 1759/cpukit * posix/src/cancel.c, posix/src/pthreaddetach.c, posix/src/pthreadequal.c, posix/src/pthreadgetschedparam.c, posix/src/pthreadjoin.c, posix/src/pthreadkill.c, posix/src/pthreadsetschedparam.c: Some POSIX pthread services did not support using Classic API Task Ids.
22:10 Changeset in rtems [408eea8]4.115 by Joel Sherrill <joel.sherrill@…>
2011-03-08 Joel Sherrill <joel.sherrilL@…> PR 1759/cpukit * Makefile.am, configure.ac: Add test to use some pthread calls with Classic Tasks. * psxclassic01/.cvsignore, psxclassic01/Makefile.am, psxclassic01/init.c, psxclassic01/psxclassic01.doc, psxclassic01/psxclassic01.scn: New files.
21:31 Ticket #1759 (Some POSIX routines not allowing IDs from Classic API Tasks) closed by Joel Sherrill
fixed: Patch applied to head and all open branches. psxclassic01 added to the CVS head.
19:27 Changeset in rtems [5f6e7415]4.115 by Joel Sherrill <joel.sherrill@…>
2011-03-08 Joel Sherrill <joel.sherrilL@…> * score/include/rtems/score/schedulerpriority.h: Enqueue first entry said enqueue. Caught while running coverage.
19:02 Ticket #1759 (Some POSIX routines not allowing IDs from Classic API Tasks) created by Joel Sherrill
Some POSIX routines were calling _POSIX_Threads_Get instead of …
07:01 Ticket #1758 (RTEMS Makefile templates include paths screwed up) created by Sebastian Huber
With the current CVS head, I cannot build the RTEMS examples: …

03/07/11:

22:54 Ticket #1757 (RFS does not set iop->size on open.) created by Chris Johns
The RFS does not set the iop->size field with the length of a file …
22:39 Release/4.10 edited by JoelSherrill
/* Release 4.10.1 Changes */ Add PR1756 pc386 timer calibration retries (diff)
22:39 Release/4.9 edited by JoelSherrill
/* Release 4.9.6 Changes */ Add PR1756 pc386 timer calibration retries (diff)
17:36 Changeset in rtems [f5a5d57]4.9 by Joel Sherrill <joel.sherrill@…>
2011-03-07 Joel Sherrill <joel.sherrilL@…> PR 1756/bsps * timer/timer.c: Retry on timer calibration loop failure.
17:35 Changeset in rtems [46974aa]4.10 by Joel Sherrill <joel.sherrill@…>
2011-03-07 Joel Sherrill <joel.sherrilL@…> PR 1756/bsps * timer/timer.c: Retry on timer calibration loop failure.
16:36 Ticket #1756 (PC386 Timer calibration failure needs retries) closed by Joel Sherrill
fixed: Patch committed to 4.10 branch.
16:30 Ticket #1756 (PC386 Timer calibration failure needs retries) created by Joel Sherrill
If the timer calibration fails on the pc386 BSP, it gives up. This is …
14:55 Changeset in rtems [db498aba]4.115 by Sebastian Huber <sebastian.huber@…>
2011-03-07 Sebastian Huber <sebastian.huber@…> * libmisc/cpuuse/cpuusagereport.c: Fix calculation in case a thread dispatch happends in the meantime. The percent values will not sum up to one hundred percent.
13:54 Changeset in rtems [babaede]4.115 by Sebastian Huber <sebastian.huber@…>
2011-03-07 Sebastian Huber <sebastian.huber@…> * include/rtems/irq-extension.h: Documentation. * libmisc/monitor/mon-prmisc.c: Fix for multiprocessing configuration.
11:25 Ticket #1754 (c/src/make/host.cfg.in:GCCSED) closed by Ralf Corsepius
fixed: GCCSED also is gone.
04:05 Changeset in rtems [48588ab]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-03-07 Ralf Corsépius <ralf.corsepius@…> * Makefile.am, configure.ac: Move file generation into Makefile.
04:03 Changeset in rtems [cc66929]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-03-07 Ralf Corsépius <ralf.corsepius@…> * Makefile.inc.in: Set PROJECT_ROOT = @pkgdatadir@.
04:01 Changeset in rtems [f2ffb7ec]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-03-07 Ralf Corsépius <ralf.corsepius@…> * Makefile.am: Install *.cfgs into $(pkgdatadir)/make.
03:54 Changeset in rtems [8d6df023]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-03-07 Ralf Corsépius <ralf.corsepius@…> * aclocal/rtems-top.m4: Add pkgdatadir.
03:52 Changeset in rtems [f2d4ef5]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-03-07 Ralf Corsépius <ralf.corsepius@…> * configure.ac: Remove dead code.
03:49 Changeset in rtems [795affd6]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-03-07 Ralf Corsépius <ralf.corsepius@…> PR 1753/misc: * host.cfg.in: Remove RTEMS_HOST.

03/06/11:

16:17 Ticket #1753 (c/src/make/host.cfg.in:RTEMS_HOST) closed by Ralf Corsepius
fixed: RTEMS_HOST is gone now
11:09 Ticket #1755 (rtems-bin2c not friendly for files in other directories) created by dufault
I have my source read-only and build into other directories from the …
11:03 Changeset in rtems [44dd5dc4]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-03-06 Ralf Corsépius <ralf.corsepius@…> * aclocal/rtems-top.m4: Add pkgdatadir. Override pkgdatadir to $(datadir)/rtems$_RTEMS_API. * Makefile.am: Install make/Templates to pkgdatadir.

03/05/11:

18:48 Changeset in rtems [6311805]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-03-05 Ralf Corsépius <ralf.corsepius@…> PR 1754/misc: * host.cfg.in: Remove GCCSED.
05:08 Ticket #1754 (c/src/make/host.cfg.in:GCCSED) created by Ralf Corsepius
c/src/make/host.cfg.in contains a make variable named GCCSED I …
05:06 Ticket #1753 (c/src/make/host.cfg.in:RTEMS_HOST) created by Ralf Corsepius
c/src/make/host.cfg.in contains a make variable named RTEMS_HOST I …

03/04/11:

21:56 Changeset in rtems [13e4ab64]4.115 by Joel Sherrill <joel.sherrill@…>
2011-03-04 Joel Sherrill <joel.sherrilL@…> * timer/timer.c: Retry up to 5 times when the calibration loop fails.
20:35 Release/4.10 edited by JoelSherrill
/* Release 4.10.1 Changes */ Add PR1744 doc on clock_get_time_value (diff)
19:41 Release/4.9 edited by JoelSherrill
/* Release 4.9.6 Changes */ Add PR1751 ep1a start code type (diff)
19:40 Release/4.10 edited by JoelSherrill
/* Release 4.10.1 Changes */ Add PR1751 .. ep1a typo in start.S (diff)
19:12 Release/4.9 edited by JoelSherrill
/* Changes Per Point Release */ Add 4.9.6 notes (diff)
19:09 Release/4.10 edited by JoelSherrill
/* Release 4.10.1 Changes */ PR1748 tick wrap and Interrupt during clock get (diff)
18:47 Changeset in rtems [bd0ebc3]4.115 by Joel Sherrill <joel.sherrill@…>
2011-03-04 Joel Sherrill <joel.sherrill@…> PR 1752/doc * cpu_supplement/.cvsignore, cpu_supplement/Makefile.am, cpu_supplement/cpu_supplement.texi: Remove TI C4x CPU Supplement chapter. * cpu_supplement/tic4x.t: Removed.
18:43 Changeset in rtems [e783d04]4.115 by Joel Sherrill <joel.sherrill@…>
2011-03-04 Joel Sherrill <joel.sherrill@…> * ada_user/Makefile.am: Add ObjectId? pdf files.
18:32 Changeset in rtems [86c2108d]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-03-04 Ralf Corsépius <ralf.corsepius@…> * Makefile.am: Merge-in make/Makefile.am. * configure.ac: Reflect change above.
18:29 Changeset in rtems [c34f2b2b]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-03-04 Ralf Corsépius <ralf.corsepius@…> * Makefile.am: Remove (merged into ../Makefile.am).
17:48 Ticket #1752 (doc/cpu_supplement/tic4x) closed by Joel Sherrill
fixed: Done.
17:39 Changeset in rtems [0db68af]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-03-04 Ralf Corsépius <ralf.corsepius@…> * compilers/gcc-target-default.cfg: Remove (Unused). * Makefile.am: Reflect change above.
17:25 Changeset in rtems [a0a6fac3]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-03-04 Ralf Corsépius <ralf.corsepius@…> * compilers/gcc-no_bsp.cfg: Remove (Unused). * Makefile.am: Reflect change above.
16:56 Changeset in rtems [7869594]4.10 by Joel Sherrill <joel.sherrill@…>
2011-03-04 Joel Sherrill <joel.sherrilL@…> * shared/start/start.S: Remove conflict markers in comment.
16:32 Ticket #1752 (doc/cpu_supplement/tic4x) created by Ralf Corsepius
CVS HEAD still carries the long gone and dead cpu_supplement for the tic4x
16:22 Changeset in rtems [b42cae7]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-03-04 Ralf Corsépius <ralf.corsepius@…> * Makefile.maint, aclocal/rpm.m4, aclocal/rtems-top.m4, aclocal/version.m4: Rename RTEMS_API into _RTEMS_API.
16:20 Changeset in rtems [2989ee9]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-03-04 Ralf Corsépius <ralf.corsepius@…> * configure.ac: Rename RTEMS_API into _RTEMS_API.
16:17 Changeset in rtems [4c7b674a]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-03-04 Ralf Corsépius <ralf.corsepius@…> * aclocal/rtems-top.m4, aclocal/version.m4: Rename RTEMS_API into _RTEMS_API.
16:14 Changeset in rtems [8179916]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-03-04 Ralf Corsépius <ralf.corsepius@…> * aclocal/env-rtemsbsp.m4, aclocal/rtems-top.m4, aclocal/version.m4: Rename RTEMS_API into _RTEMS_API.
16:03 Changeset in rtems [8d45df8]4.10 by Joel Sherrill <joel.sherrill@…>
2011-03-04 Till Straumann <strauman@…> PR 1738/bsps * clock/clock.c, include/bsp.h, network/network.c: system clock driver programs the PIT w/o assuming the CPU clock frequency being a power of two.
16:03 Changeset in rtems [3f60fb4f]4.115 by Joel Sherrill <joel.sherrill@…>
2011-03-04 Till Straumann <strauman@…> PR 1738/bsps * clock/clock.c, include/bsp.h, network/network.c: system clock driver programs the PIT w/o assuming the CPU clock frequency being a power of two.
15:34 Changeset in rtems [6481895a]4.10 by Joel Sherrill <joel.sherrill@…>
2011-03-04 Joel Sherrill <joel.sherrilL@…> PR 1744/doc * user/clock.t: rtems_clock_time_value type uses changed to struct timeval.
15:34 Changeset in rtems [c0640a2]4.115 by Joel Sherrill <joel.sherrill@…>
2011-03-04 Joel Sherrill <joel.sherrilL@…> PR 1744/doc * user/clock.t: rtems_clock_time_value type uses changed to struct timeval.
15:04 Ticket #1738 (uC5282 BSP assumes 64MHz clock) closed by Joel Sherrill
fixed: Patch applied to 4.10 and head.
14:48 Changeset in network-demos [0e04a4b]network-demos-4-10-branch by Joel Sherrill <joel.sherrill@…>
2011-03-04 Joel Sherrill <joel.sherrilL@…> * networkconfig-qemu.h: VirtualBox? uses 10.0.x.x for its eth0 so we need to switch to 10.1.x.x for things to work. * networkconfig-loopback.h: New file.
14:37 Changeset in rtems [97207cb]4.9 by Joel Sherrill <joel.sherrill@…>
2011-03-04 Joel Sherrill <joel.sherrilL@…> PR 1751/bsps * start/start.S: Fix typo which was not caught by binutils prior to a recent bug fix.
14:37 Changeset in rtems [302784e]4.10 by Joel Sherrill <joel.sherrill@…>
2011-03-04 Joel Sherrill <joel.sherrilL@…> PR 1751/bsps * start/start.S: Fix typo which was not caught by binutils prior to a recent bug fix.
14:37 Ticket #1744 (C Users Manual invalid reference to 'rtems_clock_time_value') closed by Joel Sherrill
fixed: Ironically, internally both 4.8 and 4.9 used the type struct timeval. So the type has been assumed to be equivalent for a while now. Doc fix applied to 4.10 and head.
14:37 Changeset in rtems [d2836d4f]4.115 by Joel Sherrill <joel.sherrill@…>
2011-03-04 Joel Sherrill <joel.sherrilL@…> PR 1751/bsps * start/start.S: Fix typo which was not caught by binutils prior to a recent bug fix.
14:28 Ticket #1745 (VERSION file does not track RTEMS version) closed by Joel Sherrill
fixed: The VERSION file has been updated.
14:07 Changeset in rtems [d209d9b]4.9 by Joel Sherrill <joel.sherrill@…>
2011-03-04 Joel Sherrill <joel.sherrilL@…> PR 1748/bsps * clock/ckinit.c, include/leon.h: When the clock tick generates an interrupt WHILE we have interrupts disabled doing a get TOD or uptime, the get nanoseconds handler was returning a bogusly large number.
14:07 Changeset in rtems [9ec55e63]4.9 by Joel Sherrill <joel.sherrill@…>
2011-03-04 Joel Sherrill <joel.sherrilL@…> PR 1748/bsps * clock/ckinit.c: When the clock tick generates an interrupt WHILE we have interrupts disabled doing a get TOD or uptime, the get nanoseconds handler was returning a bogusly large number.
14:07 Changeset in rtems [7fce2ca]4.10 by Joel Sherrill <joel.sherrill@…>
2011-03-04 Joel Sherrill <joel.sherrilL@…> PR 1748/bsps * clock/ckinit.c, include/leon.h: When the clock tick generates an interrupt WHILE we have interrupts disabled doing a get TOD or uptime, the get nanoseconds handler was returning a bogusly large number.
14:07 Changeset in rtems [631a092]4.10 by Joel Sherrill <joel.sherrill@…>
2011-03-04 Joel Sherrill <joel.sherrilL@…> PR 1748/bsps * clock/ckinit.c: When the clock tick generates an interrupt WHILE we have interrupts disabled doing a get TOD or uptime, the get nanoseconds handler was returning a bogusly large number.
14:06 Changeset in rtems [b3559ee9]4.115 by Joel Sherrill <joel.sherrill@…>
2011-03-04 Joel Sherrill <joel.sherrilL@…> PR 1748/bsps * clock/ckinit.c, include/leon.h: When the clock tick generates an interrupt WHILE we have interrupts disabled doing a get TOD or uptime, the get nanoseconds handler was returning a bogusly large number.
14:06 Changeset in rtems [d3210d0]4.115 by Joel Sherrill <joel.sherrill@…>
2011-03-04 Joel Sherrill <joel.sherrilL@…> PR 1748/bsps * clock/ckinit.c: When the clock tick generates an interrupt WHILE we have interrupts disabled doing a get TOD or uptime, the get nanoseconds handler was returning a bogusly large number.
13:40 Ticket #1751 (ep1a start code has typo) closed by Joel Sherrill
fixed: Patch applied to head and all applicable branches
13:35 Ticket #1751 (ep1a start code has typo) created by Joel Sherrill
Binutils CVS catches a bug which older binutils did not.
13:17 Ticket #1748 (SPARC BSPs nanoseconds skipping back when counter wraps during get TOD ...) closed by Joel Sherrill
fixed

03/03/11:

20:04 Changeset in network-demos [3713ec7]4.11 by Joel Sherrill <joel.sherrill@…>
2011-03-03 Joel Sherrill <joel.sherrill@…> * networkconfig-qemu.h: VirtualBox? uses 10.0.x.x for its eth0 so we need to switch to 10.1.x.x for things to work smoothly. * networkconfig-loopback.h: New file.
19:04 Release/4.10 edited by JoelSherrill
/* Release 4.10.1 Changes */ Add PR1750 for erc32 console (diff)
18:53 Release/4.10 edited by JoelSherrill
/* Release 4.10.1 Changes */ Add PR1749 for mknod error checking improvement (diff)
16:55 Changeset in network-demos [e6de8f3]4.11 by Joel Sherrill <joel.sherrill@…>
2011-03-03 Joel Sherrill <joel.sherrill@…> * networkconfig-qemu.h: Add missing endif.
16:55 Changeset in network-demos [37f3bf5]4.11 by Joel Sherrill <joel.sherrill@…>
2011-03-03 Joel Sherrill <joel.sherrill@…> * test.c: Add TCP and UDP Sink Data Host.
16:54 Changeset in network-demos [9184e70]4.11 by Joel Sherrill <joel.sherrill@…>
2011-03-03 Joel Sherrill <joel.sherrill@…> * mongoose_ext.c, mongoose_index.html: Clean up.
16:07 Changeset in rtems [82299bbf]4.115 by Ralf Corsepius <ralf.corsepius@…>
Fix the date.
16:05 Changeset in rtems [fba17c9e]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-02-03 Ralf Corsépius <ralf.corsepius@…> * bootstrap: Add -g option. Switch default to autoreconf.
16:01 Changeset in rtems [4c794c8]4.115 by Joel Sherrill <joel.sherrill@…>
2011-03-03 Joel Sherrill <joel.sherrill@…> * sapi/include/confdefs.h: Typos.
14:03 Changeset in rtems [5180f7cb]4.10 by Joel Sherrill <joel.sherrill@…>
2011-03-03 Joel Sherrill <joel.sherrilL@…> PR 1750/bsps * console/erc32_console.c: The new console driver did not support polled mode. It also had a bug in which it could lose a transmitter interrupt.
14:03 Changeset in rtems [f787428f]4.115 by Joel Sherrill <joel.sherrill@…>
2011-03-03 Joel Sherrill <joel.sherrilL@…> PR 1750/bsps * console/erc32_console.c, make/custom/erc32.cfg: The new console driver did not support polled mode. It also had a bug in which it could lose a transmitter interrupt.
13:38 Changeset in rtems [5357e24]4.9 by Joel Sherrill <joel.sherrill@…>
2011-03-03 Chris Johns <chrisj@…> PR 1749/filesystem * libcsupport/src/mknod.c: Fix the incorrect handling of the file type in the mode value o reject invalid types as per the standard.
13:34 Changeset in rtems [8a5d6ac]4.115 by Joel Sherrill <joel.sherrill@…>
Formatting.
13:34 Changeset in rtems [280f82d7]4.10 by Joel Sherrill <joel.sherrill@…>
Formatting.
13:05 Ticket #1750 (new erc32 console missing polling/interrupt mode lose TX interrupt) closed by Joel Sherrill
fixed: Applied to 4.10 branch and head.
12:54 Ticket #1750 (new erc32 console missing polling/interrupt mode lose TX interrupt) created by Joel Sherrill
The attached version of erc32_console.c adds polled mode support. …
06:33 Changeset in rtems [b3c3864]4.10 by Chris Johns <chrisj@…>
2011-03-03 Chris Johns <chrisj@…> * libcsupport/src/mknod.c, libfs/src/rfs/rtems-rfs-inode.c: PR 1749. Fix the incorrect handling of the file type in the mode value to reject invalid types as per the standard.
06:22 Changeset in rtems [9a65833]4.115 by Chris Johns <chrisj@…>
2011-03-03 Chris Johns <chrisj@…> * libcsupport/src/mknod.c, libfs/src/rfs/rtems-rfs-inode.c: PR 1749. Fix the incorrect handling of the file type in the mode value to reject invalid types as per the standard.
05:01 Ticket #1749 (mknod allows more than one file type in the mode flags) created by Chris Johns
This is not allowed. The standard states: The file type for path is …
00:00 Milestone 4.10 completed

03/02/11:

17:48 TBR/UserManual/Using_the_RTEMS_DOS_File_System edited by Wendell
/* ATA Disk */ (diff)
14:39 Changeset in rtems [7ef9c85]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-03-02 Ralf Corsépius <ralf.corsepius@…> * libnetworking/netinet/if_ether.c, libnetworking/netinet/in.c, libnetworking/netinet/in_pcb.c, libnetworking/netinet/in_pcb.h, libnetworking/netinet/in_proto.c, libnetworking/netinet/in_rmx.c, libnetworking/netinet/in_var.h, libnetworking/netinet/ip_divert.c, libnetworking/netinet/ip_fw.c, libnetworking/netinet/ip_mroute.c, libnetworking/netinet/ip_output.c, libnetworking/netinet/raw_ip.c, libnetworking/netinet/tcp_input.c, libnetworking/netinet/tcp_output.c, libnetworking/netinet/tcp_subr.c, libnetworking/netinet/tcp_timer.c, libnetworking/netinet/tcp_usrreq.c, libnetworking/netinet/udp_usrreq.c: Use <sys/queue.h> instead of <rtems/bsd/sys/queue.h.
14:39 Changeset in rtems [ddbfa05]4.115 by Ralf Corsepius <ralf.corsepius@…>
Use <sys/queue.h> instead of <rtems/bsd/sys/queue.h.
14:36 Changeset in rtems [18878f6]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-03-02 Ralf Corsépius <ralf.corsepius@…> * libnetworking/rtems/rtems_showicmpstat.c, libnetworking/rtems/rtems_showifstat.c, libnetworking/rtems/rtems_showipstat.c, libnetworking/rtems/rtems_showmbuf.c, libnetworking/rtems/rtems_showroute.c, libnetworking/rtems/rtems_showtcpstat.c, libnetworking/rtems/rtems_showudpstat.c: Use <sys/queue.h> instead of <rtems/bsd/sys/queue.h.
14:32 Changeset in rtems [b22ccd7]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-03-02 Ralf Corsépius <ralf.corsepius@…> * libnetworking/kern/kern_subr.c, libnetworking/kern/kern_sysctl.c, libnetworking/kern/uipc_socket.c, libnetworking/kern/uipc_socket2.c: Use <sys/queue.h> instead of <rtems/bsd/sys/queue.h.
14:18 Changeset in rtems [1faae8c]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-03-02 Ralf Corsépius <ralf.corsepius@…> * libnetworking/net/if.c, libnetworking/net/if.h, libnetworking/net/if_media.h, libnetworking/net/if_var.h, libnetworking/net/raw_cb.c, libnetworking/net/raw_cb.h, libnetworking/net/raw_usrreq.c, libnetworking/net/route.c, libnetworking/net/rtsock.c: Use <sys/queue.h> instead of <rtems/bsd/sys/queue.h.
14:18 Changeset in rtems [3611eba]4.115 by Ralf Corsepius <ralf.corsepius@…>
Use <sys/queue.h> instead of <rtems/bsd/sys/queue.h.
12:06 Changeset in rtems [569e001]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-03-02 Ralf Corsépius <ralf.corsepius@…> * libnetworking/sys/mount.h, libnetworking/sys/socketvar.h, libnetworking/sys/sysctl.h: Use <sys/queue.h> instead of <rtems/bsd/sys/queue.h.
12:06 Changeset in rtems [db4219ea]4.115 by Ralf Corsepius <ralf.corsepius@…>
Use <sys/queue.h> instead of <rtems/bsd/sys/queue.h.
08:04 Ticket #1748 (SPARC BSPs nanoseconds skipping back when counter wraps during get TOD ...) created by Rolf Schroedter
I'm running RTEMS on a LEON3 (sparc) platform. It's downloaded from …
07:24 Changeset in rtems [36d9f42f]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-03-02 Ralf Corsépius <ralf.corsepius@…> * configure.ac: Rework checks for mandated headers tar.h, errno.h, sched.h, sys/cdefs.h, sys/queue.h.
07:22 Changeset in rtems [87f5e2d]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-03-02 Ralf Corsépius <ralf.corsepius@…> * configure.ac: Remove unused AM_CONDITIONAL([NEED_SYS_CDEFS_H]). Remove unused AM_CONDITIONAL([NEED_SYS_QUEUE_H]).
Note: See TracTimeline for information about the timeline view.