summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 2005-09-01 Joel Sherrill <joel@OARcorp.com>4.6.4Joel Sherrill2005-09-012-1/+5
| | | | * VERSION: Updated to rtems-4.6.4.
* 2005-09-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-09-014-2/+10
| | | | * aclocal/version.m4: Updated to rtems-4.6.4.
* 2005-09-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-09-014-18/+43
| | | | | | | | | PR 820/rtems * inline/rtems/score/coremsg.inl, macros/rtems/score/coremsg.inl, src/coremsginsert.c: Increment of pending message count should be atomic with insertion on the pending message chain. Determination of the need to call the notification handler should also be in this atomic section of code.
* 2005-09-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-09-013-107/+137
| | | | | | PR 628/rtems * psx04/init.c, psx04/psx04.scn: Update tests to reflect a signal of 0 being an error.
* 2005-09-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-09-012-6/+41
| | | | | | | PR 796/rtems * src/semtimedwait.c: sem_timedwait is supposed to use absolute time for timeout specification. This patch is a modified version of the one suggested by Peter Dufault.
* 2005-09-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-09-012-1/+6
| | | | | PR 350/make_build * compilers/gcc-target-default.cfg: Honor LD_PATHS set by user.
* 2005-09-01 Nuno Costa <nuno-costa@iol.pt>Joel Sherrill2005-09-012-2/+9
| | | | | | PR 804 * include/confdefs.h: Memory for POSIX timers not accounted for. Patch adapted from edit comment in PR filed.
* 2005-09-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-09-012-1/+6
| | | | | * include/bsp.h: This file is only to be used by BSPs with the new interrupt API so checking for USE_ENHANCED_INTR_API is not needed.
* 2005-09-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-09-013-17/+10
| | | | * clock/Makefile.am, include/Makefile.am: Install tod.h
* 2005-08-31 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-08-314-127/+47
| | | | | | | PR 819/filesystem * src/ttyname_r.c: Remove. * src/ttyname.c: Partial update from FreeBSD. * Makefile.am: Reflect changes above.
* 2005-08-19 Cedric Aubert <cedric_aubert@yahoo.fr>Joel Sherrill2005-08-192-4/+17
| | | | | | | | PR 577/bsps * console.c: The console_close() method currently calls StopRemoteTx() on all invocations. It should should be ok for last close only but not for any others. If you open a port multiple times, you only want to call StopRemoteTx() only as part of the last close.
* 2005-08-18 Andrew Sinclair <Andrew.Sinclair@elprotech.com>Joel Sherrill2005-08-183-0/+8
| | | | | | PR 807/rtems * src/timerfireafter.c, src/timerserverfireafter.c: First patch returned without exitting dispatching critical section.
* 2005-08-17 Nuno Costa <nuno-costa@iol.pt>Joel Sherrill2005-08-172-2/+9
| | | | | | | PR 805/rtems * include/rtems/posix/timer.h: Due to bad choice of error constants by original submitter, it was impossible to create more than 10 POSIX timers.
* 2005-08-17 Andrew Sinclair <Andrew.Sinclair@elprotech.com>Joel Sherrill2005-08-175-6/+74
| | | | | | | | PR 807/rtems * rtems/src/timerfireafter.c, rtems/src/timerserverfireafter.c, score/src/watchdoginsert.c: Tighten critical section checks on an ISR using the same timer being inserted by a lower priority ISR or interupt task.
* 2005-08-17 Nickolay Semyonov <snob@oktetlabs.ru>Joel Sherrill2005-08-174-3/+19
| | | | | | | | PR 744/filesystem * libcsupport/src/unlink.c, libfs/src/dosfs/msdos_eval.c: DOSFS did not support permissions on directories so the check performed by unlink would always fail. The unlink code was modified to support a not supported status being returned.
* 2005-08-12 Chris Johns <chrisj@rtems.org>Joel Sherrill2005-08-122-4/+8
| | | | | | PR 808/rtems_misc * src/printk.c: Fix bug where specifying field width crashed on pc386 BSP.
* 2005-08-12 Phil Torre <ptorre@zetron.com>Joel Sherrill2005-08-122-2/+10
| | | | | | | | PR 816/bsps * mpc8xx/include/mpc8xx.h: The struct which describes SCC Ethernet mode parameters (m8xxSCCENparms_t) does not match the hardware: members taddr_h and taddr_l are transposed. When loading new multicast group addresses into the hash table, the wrong hash bit is set.
* 2005-08-02 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-08-022-1/+8
| | | | | | | PR 817/rtems * src/gxx_wrappers.c: Rename rtems_gxx_recursive_mutex_init_function to rtems_gxx_recursive_mutex_init.
* 2005-07-06 <ralf.corsepius@rtems.org>Joel Sherrill2005-07-062-1/+12
| | | | | PR 810/rtems * include/rtems/ide_part_table.h: Add C++ guards.
* 2005-06-09 Jacques Seronie Vivien <jacques.seronievivien@astrium.eads.net>Joel Sherrill2005-06-093-2/+13
| | | | | | | PR 790/rtems * src/extensioncreate.c, src/extensionident.c: Correct use of name. This was missed when the other ident services in rtems/src where changed.
* 2005-05-20 Sergei Organov <osv@javad.ru>Joel Sherrill2005-05-202-1/+7
| | | | | | PR networking/772. * rtems_select.c (socket_select): fixed bug setting SB_WAIT flag of so_rcv instead of so_snd when FWRITE.
* 2005-05-20 Ralf Corsepius <ralf_corsepius@rtems.org>Joel Sherrill2005-05-202-1/+6
| | | | | PR 717/bsps * bootloader/Makefile.am: Typo results in wrong flags being used.
* 2005-05-20 Sergei Organov <osv@topconrd.ru>Joel Sherrill2005-05-202-4/+17
| | | | | PR 750/networking * pppd/sys-rtems.c: Avoid NULL dereference in wait_input().
* 2005-05-20 Sergei Organov <osv@topconrd.ru>Joel Sherrill2005-05-202-1/+6
| | | | | PR 749/networking * rtems/rtems_showroute.c: Avoid NULL dereference.
* 2005-05-13 Jennifer Averett <jennifer.averett@oarcorp.com>Jennifer Averett2005-05-135-21/+35
| | | | | | | PR 786/rtems Backport mallocfreespace optimization. * Makefile.am, include/rtems/score/heap.h, src/heapgetinfo.c: * src/heapgetfreeinfo.c: New file.
* 2005-05-13 Jennifer Averett <jennifer.averett@oarcorp.com>Jennifer Averett2005-05-134-13/+33
| | | | | | | PR 786/rtems Backport mallocfreespace optimization. * Makefile.am, include/rtems/rtems/region.h: * src/regiongetfreeinfo.c: New file.
* 2005-05-13 Jennifer Averett <jennifer.averett@oarcorp.com>Jennifer Averett2005-05-132-3/+9
| | | | | | * src/mallocfreespace.c: PR 786/rtems Backport mallocfreespace optimization.
* This commit was manufactured by cvs2svn to create branch 'rtems-4-6-branch'.cvs2git2005-05-032-0/+145
| | | | | Cherrypick from master 2005-05-03 22:18:32 UTC Joel Sherrill <joel.sherrill@OARcorp.com> '2005-05-03 Joel Sherrill <joel@OARcorp.com>': cpukit/rtems/src/regiongetfreeinfo.c cpukit/score/src/heapgetfreeinfo.c
* 2005-04-28 Jennifer Averett <jennifer.averett@oarcorp.com>Jennifer Averett2005-04-282-1/+6
| | | | | PR 781/misc * serial/ns16550_p.h: Fix baud rate calculation
* 2005-04-11 Jennifer Averett<jennifer.averett@oarcorp.com>Jennifer Averett2005-04-117-49/+61
| | | | | | | PR 778/bsps * include/bsp.h, include/gen2.h, startup/FPGA.c, startup/Hwr_init.c, startup/bspstart.c, tod/tod.c: modify SCORE_.. to BSP_.. for externally used define's.
* 2005-04-11 Jennifer Averett <jennifer@OARcorp.com>Jennifer Averett2005-04-112-0/+9
| | | | | PR 777/bsps * include/bsp.h: Add a Processor_Synchronize command in bsp.h
* 2005-03-17 Joel Sherrill <joel@OARcorp.com>4.6.3Joel Sherrill2005-03-170-0/+0
| | | | * VERSION: Updated to rtems-4.6.3.
* 2005-03-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-03-170-0/+0
| | | | * VERSION: Updated to rtems-4.6.3.
* 2005-03-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-03-172-1/+5
| | | | * VERSION: Updated to rtems-4.6.3.
* 2005-03-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-03-173-4/+9
| | | | | * include/rtems/score/object.h, src/objectinitializeinformation.c: Fix warning.
* 2005-03-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-03-172-1/+9
| | | | | | | | PR 692/rtems * src/regiongetsegment.c, src/regionreturnsegment.c: The Region Manager did not follow the proper protocol when blocking and unblocking tasks waiting on buffers. This was a bug introduced with the transition to an Allocation Mutex.
* 2005-03-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-03-172-0/+5
| | | | * irq/.cvsignore: New file.
* 2005-03-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-03-173-0/+9
| | | | | | PR 745/rtems * src/ratemoncreate.c, src/timercreate.c: Make sure internal timer structures are initialized so object control reuse is safe.
* 2005-01-20 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-01-202-0/+20
| | | | | PR 743/bsps * clock/Makefile.am: Did not install tod.h.
* 2005-01-14 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-01-142-2/+5
| | | | | PR 742/rtems * score/include/rtems/system.h: Remove stringify().
* 2005-01-14 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-01-142-7/+37
| | | | * src/gxx_wrappers.c: Backport from trunk. Add support for GCC-4.0.
* 2004-12-10 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2004-12-102-179/+5
| | | | | PR 704/bsps. * ide_ctrl.c: Removed (obsolete).
* 2004-11-23 Richard Campbell <richard.campbell@oarcorp.com>Joel Sherrill2004-11-234-9/+18
| | | | | | | | * startup/bspstart.c: Removed mpc824x conditionals around call to L1_caches_enables, conditionals are now in mmuAsm.S. * vme/VMEConfig.h: Set up VME A16, A24 and A32 windows at different locations for mvme2100. * vme/vmeconfig.c: Fixed spelling.
* 2004-11-23 Richard Campbell <richard.campbell@oarcorp.com>Joel Sherrill2004-11-232-1/+18
| | | | | * powerpc/mpc6xx/mmu/mmuAsm.S: Enable L1 instruction cache only for mpc8240 and mpc8245.
* Add PR617 as fixed by conversion to new exceptions.Joel Sherrill2004-11-221-0/+1
|
* 2004-11-22 Jennifer Averett <jennifer@OARcorp.com>Joel Sherrill2004-11-223-2/+15
| | | | * Makefile.am, wrapup/Makefile.am: Pick up SHM driver when MP enabled.
* 2004-11-22 Jennifer Averett <jennifer@OARcorp.com>Jennifer Averett2004-11-222-2/+10
| | | | | PR 581/bsps * custom/psim.cfg: Convert PSIM to new exception model.
* 2004-11-22 Jennifer Averett <jennifer@OARcorp.com>Jennifer Averett2004-11-222-2/+6
| | | | * sp07/buffered_io.c: Remove warning.
* 2004-11-22 Jennifer Averett <jennifer@OARcorp.com>Jennifer Averett2004-11-223-0/+45
| | | | | | | PR 581/bsps * mpc6xx/exceptions/raw_exception.c, shared/include/cpuIdent.h: Converting PSIM to new exception model required addition of PSIM CPU model.
* 2004-11-22 Jennifer Averett <jennifer@OARcorp.com>Jennifer Averett2004-11-2218-268/+431
| | | | | | | | | | | | PR 581/bsps * Makefile.am, bsp_specs, configure.ac, clock/Makefile.am, include/bsp.h, start/Makefile.am, start/start.S, startup/Makefile.am, startup/bspstart.c, startup/linkcmds, vectors/Makefile.am, vectors/vectors.S, wrapup/Makefile.am: Convert PSIM to new exception model. * irq/Makefile.am, irq/irq.c, irq/irq.h, irq/irq_asm.S, irq/irq_init.c: New files. * clock/clock.c: Removed.