summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 2005-09-01 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-09-011-0/+2
| | | | | * binutils/binutils.add: Remove Packager:. * binutils/target-binutils.add: Further adaptations to /usr.
* Further adaptations to /usr.Ralf Corsepius2005-09-011-0/+4
|
* Remove Packager:.Ralf Corsepius2005-09-011-1/+0
|
* Add missing entryRalf Corsepius2005-09-011-0/+4
|
* 2005-09-01 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-09-011-0/+7
| | | | | | | * gccnewlib/target-c++.add, gccnewlib/target-g77.add, gccnewlib/target-gcj.add, gccnewlib/target-gfortran.add, gccnewlib/target-gnat.add, gccnewlib/target-objc.add: Fix directory ownerships.
* Fix directory ownerships.Ralf Corsepius2005-09-016-1/+23
|
* 2005-08-23 Karel Gardas <kgardas@objectsecurity.com>>Joel Sherrill2005-08-312-13/+73
| | | | | | | | | | | * timer/timer.c: Enhance to use either interupt-based timer functions on older CPUs or to use TSC-based timer functions on more recent (Pentium and above) CPUs. The decision is made in Timer_initialize function when it is called for the first time based on a result obtained from cpuid instruction during the BSP initialization phase. During the first call, there are also late bindings to the implementation functions initialized to appropriate values.
* 2005-08-31 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-08-311-0/+18
| | | | * gccnewlib/target-libc.add: New.
* 2005-08-31 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-08-314-125/+47
| | | | | | | PR 819/filesystem * libcsupport/src/ttyname_r.c: Remove. * libcsupport/src/ttyname.c: Partial update from FreeBSD. * libcsupport/Makefile.am: Reflect changes above.
* Remove dep on *-base-gfortran for prefix=/usr.Ralf Corsepius2005-08-301-0/+2
|
* Remove dep on *-base-gcc for prefix=/usr.Ralf Corsepius2005-08-301-0/+2
|
* Cosmetics.Ralf Corsepius2005-08-302-3/+3
|
* Cosmetics.Ralf Corsepius2005-08-303-3/+7
|
* 2005-08-30 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-08-302-5/+7
| | | | * gccnewlib/target-gcc.add: Add Requires/Provides *-newlib/*-libc.
* 2005-08-30 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-08-301-0/+4
| | | | * gccnewlib/gccnewlib.add: Add Requires/Provides *-newlib/*-libc.
* cleanupsRalf Corsepius2005-08-301-0/+14
|
* Minor cleanups.Ralf Corsepius2005-08-301-1/+1
|
* 2005-08-30 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-08-301-0/+9
| | | | | | | | | * gccnewlib/base-g77.add, gccnewlib/base-gcc.add, gccnewlib/gccnewlib.add, gccnewlib/target-c++.add, gccnewlib/target-g77.add, gccnewlib/target-gcj.add, gccnewlib/target-gfortran.add, gccnewlib/target-gnat.add, gccnewlib/target-objc.add: Use gccnewlib_version. Cosmetics. Minor cleanups.
* Use gccnewlib_version. Cosmetics. Minor cleanups.Ralf Corsepius2005-08-309-27/+26
|
* 2005-08-30 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-08-301-0/+1
| | | | * gccnewlib/base-gcc.add: Remove %_includedir.
* Remove _includedirRalf Corsepius2005-08-301-2/+0
|
* 2005-08-30 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-08-301-0/+16
| | | | | | | | | | | | | | | | * gccnewlib/base-g77.add: Remove %_mandir. Remove %{gcc_target}-g77.1. * gccnewlib/base-gfortran.add: Remove %_mandir. Remove %{gcc_target}-gfortran.1. * gccnewlib/gccnewlib.add: Remove Packager:. Add %gccnewlib_version. * gccnewlib/target-c++.add: Remove %_bindir. * gccnewlib/target-g77.add: Add %{gcc_target}-g77.1. * gccnewlib/target-gcj.add: Remove %_bindir. Remove %_mandir. * gccnewlib/target-gfortran.add: Remove %_bindir. Add %{gcc_target}-gfortran.1. * gccnewlib/target-gnat.add: Remove %_bindir.
* Remove %_bindir.Ralf Corsepius2005-08-302-2/+0
|
* Remove %_bindir.Ralf Corsepius2005-08-301-5/+6
| | | | Add %{gcc_target}-gfortran.1.
* Remove %_bindir.Ralf Corsepius2005-08-301-3/+0
| | | | Remove %_mandir.
* Add %{gcc_target}-g77.1.Ralf Corsepius2005-08-301-1/+2
|
* Remove Packager:.Ralf Corsepius2005-08-301-4/+3
| | | | Add %gccnewlib_version.
* Remove %_mandir.Ralf Corsepius2005-08-301-6/+2
| | | | Remove %{gcc_target}-gfortran.1.
* Remove %_mandir.Ralf Corsepius2005-08-301-4/+0
| | | | Remove %{gcc_target}-g77.1.
* 2005-08-29 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-08-293-13/+22
| | | | * setup.def, gdb/gdb.add: Use DESTDIR as override with gdb 6.3.
* 2005-08-25 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-08-252-1/+13
| | | | | * gccnewlib/gccnewlib.add: Remove vxaddr2line. Further minor cleanup.
* 2005-08-18 Karel Gardas <kgardas@objectsecurity.com>Joel Sherrill2005-08-224-17/+5
| | | | | * libchip/network/if_fxp.c, libchip/network/if_dc.c, libchip/network/dec21140.c: Remove initialization of PCI bus.
* Remove duplicate comment.Joel Sherrill2005-08-221-4/+0
|
* 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 Karel Gardas <kgardas@objectsecurity.com>Joel Sherrill2005-08-182-0/+19
| | | | * startup/bspstart.c: Initialize PCI bus in bsp_start function.
* 2005-08-18 Andrew Sinclair <Andrew.Sinclair@elprotech.com>Joel Sherrill2005-08-183-0/+8
| | | | | | PR 807/rtems * rtems/src/timerfireafter.c, rtems/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 * posix/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-174-6/+66
| | | | | | | | 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.
* New file.Joel Sherrill2005-08-171-0/+9
|
* 2005-08-17 Mike Bertosh <mbertosh@motioncontrol.org>Joel Sherrill2005-08-172-0/+90
| | | | * custom/av5282.cfg: New file.
* 2005-08-17 Mike Bertosh <mbertosh@motioncontrol.org>Joel Sherrill2005-08-172-0/+6
| | | | * acinclude.m4: Add the av5282 BSP.
* 2005-08-17 Mike Bertosh <mbertosh@motioncontrol.org>Joel Sherrill2005-08-1720-0/+3969
| | | | | | | | | * .cvsignore, Makefile.am, README, bsp_specs, configure.ac, clock/clock.c, console/console.c, include/bsp.h, include/bspopts.h.in, include/coverhd.h, include/tm27.h, network/network.c, start/start.S, startup/bspclean.c, startup/bspstart.c, startup/init5282.c, startup/linkcmds, startup/linkcmdsflash, startup/linkcmdsram, timer/timer.c: New files.
* 2005-08-17 Lars Munch <lars@segv.dk>Joel Sherrill2005-08-172-2/+8
| | | | | | PR 727/bsps * at91rm9200/clock/clock.c: Correct the equation so 10 milliseconds tick is not 9.365 miliseconds long.
* 2005-08-17 Nickolay Semyonov <snob@oktetlabs.ru>Joel Sherrill2005-08-173-3/+11
| | | | | | | | 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-16 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-08-171-0/+9
| | | | | | | | | * binutils/binutils.add: Special-case _prefix=/usr. * gccnewlib/base-g77.add, gccnewlib/base-gcc.add, gccnewlib/base-gcj.add, gccnewlib/base-gfortran.add, gccnewlib/base-gnat.add, gccnewlib/gccnewlib.add: Special-case _prefix=/usr.
* Special-case _prefix == /usrRalf Corsepius2005-08-177-2/+18
|
* Add special treatment for _prefix=/usrRalf Corsepius2005-08-162-0/+10
|
* 2005-08-15 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-08-151-0/+2
| | | | | * posix/include/mqueue.h, posix/src/mqueuetimedreceive.c: ssize_t mq_timedreceive() (POSIX compliance).
* ssize_t mq_timedreceive() (POSIX compliance)Ralf Corsepius2005-08-152-2/+2
|
* 2005-08-15 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-08-151-0/+5
| | | | | * gccnewlib/Makefile.am: Remove h8300-rtemscoff. * binutils/Makefile.am: Remove h8300-rtemscoff.