summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-152-0/+31
| | | | * make/custom/ts_386ex.cfg: New (relocated from /make/custom).
* 2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-156-0/+126
| | | | | | | | * make/custom/pc386.cfg: New (relocated from /make/custom). * make/custom/pc386dx.cfg: New (relocated from /make/custom). * make/custom/pc486.cfg: New (relocated from /make/custom). * make/custom/pc586.cfg: New (relocated from /make/custom). * make/custom/pc686.cfg: New (relocated from /make/custom).
* 2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-152-0/+32
| | | | * make/custom/i386ex.cfg: New (relocated from /make/custom).
* 2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-151-0/+7
| | | | | | | * custom/gensh1.cfg, custom/gensh2.cfg, custom/gensh4.cfg, custom/simsh1.cfg, custom/simsh2.cfg, custom/simsh2e.cfg, custom/simsh4.cfg: Remove (Moved to c/src/lib/libbsp/<cpu>/<bsp>).
* 2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-155-0/+83
| | | | | | | * make/custom/simsh1.cfg: New (relocated from /make/custom). * make/custom/simsh2.cfg: New (relocated from /make/custom). * make/custom/simsh2e.cfg: New (relocated from /make/custom). * make/custom/simsh4.cfg: New (relocated from /make/custom).
* 2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-152-0/+37
| | | | * make/custom/gensh4.cfg: New (relocated from /make/custom).
* 2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-152-0/+30
| | | | * make/custom/gensh2.cfg: New (relocated from /make/custom).
* 2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-152-0/+30
| | | | * make/custom/gensh1.cfg: New (relocated from /make/custom).
* 2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-154-2/+15
| | | | | * aclocal/check-custom-bsp.m4: Let _RTEMS_CHECK_CUSTOM_BSP look for *.cfg into c/src/lib/libbsp/<cpu>/<bsp_family>/make/custom.
* 2009-10-14 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-10-142-38/+32
| | | | | * sp32/init.c: Lengthen the clock tick and move configuration to the bottom of the file.
* 2009-10-14 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-10-142-1/+18
| | | | | * psxtimer01/psxtimer.c: It is not necessarily an error for the time remaining to not equal the period.
* 2009-10-14 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-10-142-4/+9
| | | | | * tmck/task1.c: Ignore numbers that are too large but keep going -- do not abort.
* 2009-10-14 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-10-142-3/+7
| | | | * unlimited/test1.c: Spacing.
* 2009-10-14 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-143-59/+3
| | | | | * libcsupport/src/no_libc.c: Remove. * libcsupport/Makefile.am: Remove no_libc.c.
* 2009-10-14 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-142-4/+1
| | | | * libcsupport/src/newlibc_reent.c: Eliminate RTEMS_UNIX.
* 2009-10-14 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-142-4/+2
| | | | * libcsupport/src/newlibc_exit.c: Eliminate RTEMS_UNIX.
* 2009-10-14 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-142-3/+1
| | | | * libcsupport/src/base_fs.c: Eliminate RTEMS_UNIX.
* 2009-10-14 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-142-3/+1
| | | | * libcsupport/src/stat.c: Eliminate RTEMS_UNIX.
* 2009-10-14 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-142-18/+2
| | | | * libmisc/monitor/mon-editor.c: Eliminate RTEMS_UNIX.
* 2009-10-14 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-142-10/+6
| | | | | * libcsupport/include/rtems/libcsupport.h: Remove RTEMS_UNIX, hpux. Fix extern "C" {}.
* 2009-10-14 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-142-8/+4
| | | | * libfs/src/imfs/ioman.c: Remove RTEMS_UNIX, __linux__.
* 2009-10-14 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-10-142-3/+4
| | | | * score/src/threadhandler.c: Remove comment mentioning unix port.
* 2009-10-14 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-10-142-1/+5
| | | | * bsp_howto/console.t: Capitalization.
* 2009-10-14 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-10-142-1/+7
| | | | * user/preface.texi: Remove UNIX and update port list.
* Remove unix.Joel Sherrill2009-10-141-1/+0
|
* 2009-10-14 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-142-2/+1
| | | | * wrapup/Makefile.am: Remove UNIX.
* Regenerate.Ralf Corsepius2009-10-142-4/+1
|
* 2009-10-14 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-142-1/+1
| | | | * configure.ac: Remove UNIX AM_CONDITIONAL.
* 2009-10-14 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-142-4/+3
| | | | | * libfs/Makefile.am: Unconditionally build src/pipe/fifo.c src/pipe/pipe.c src/pipe/pipe.h.
* 2009-10-14 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-142-2/+1
| | | | * libblock/Makefile.am: Unconditionall build libblock.
* 2009-10-14 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-142-2/+1
| | | | * Makefile.am: Unconditional build libblock.
* Remove libfs/src/imfs/imfs_unixstub.c, libfs/src/devfs/devfs_unixstub.c.Ralf Corsepius2009-10-141-4/+0
|
* RemoveRalf Corsepius2009-10-142-124/+0
|
* 2009-10-14 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-141-0/+7
| | | | | | | * libfs/src/imfs/imfs_unixstub.c, libfs/src/devfs/devfs_unixstub.c: Remove (unused). * libfs/Makefile.am: Remove libfs/src/imfs/imfs_unixstub.c, libfs/src/devfs/devfs_unixstub.c.
* 2009-10-14 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-141-0/+7
| | | | | | | * libcsupport/src/unixlibc.c, libcsupport/src/unixlibc_io.c, libcsupport/src/hosterr.c: Remove (unused). * libcsupport/Makefile.am: Remove libcsupport/src/unixlibc.c, libcsupport/src/unixlibc_io.c, libcsupport/src/hosterr.c.
* Remove libcsupport/src/unixlibc.c, libcsupport/src/unixlibc_io.c, ↵Ralf Corsepius2009-10-141-4/+0
| | | | libcsupport/src/hosterr.c.
* Remove.Ralf Corsepius2009-10-143-120/+0
|
* 2009-10-14 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-141-0/+6
| | | | | | * aclocal/canonical-target-name.m4, aclocal/check-networking.m4, aclocal/check-posix.m4, aclocal/enable-posix.m4, aclocal/rtems-cpu-subdirs.m4: Remove posix/unix.
* 2009-10-14 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-145-20/+7
| | | | | * HELP.html, bsp_howto/support.t, relnotes/status.texi, started_ada/buildada.t: Remove references to posix/Unix port.
* 2009-10-14 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-142-5/+4
| | | | * tmck/task1.c: Remove support for "unix".
* 2009-10-14 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-142-125/+1
| | | | * aclocal/sysv-ipc.m4: Remove (unused).
* 2009-10-14 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-142-10/+4
| | | | * configure.ac: Remove RTEMS_UNIX, RTEMS_UNIXLIB.
* 2009-10-14 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-141-1/+4
| | | | | | | * configure.ac: Remove some unix-specific checks. Remove unix-CPU_CONTEXT size checking. Remove enable-unixlib. Remove unix subdir.
* Remove some unix-specific checks.Ralf Corsepius2009-10-141-4/+2
|
* Remove unix-CPU_CONTEXT size checking.Ralf Corsepius2009-10-141-5/+0
|
* Remove unix-CPU_CONTEXT size checking.Ralf Corsepius2009-10-141-17/+0
|
* Remove enable-unixlib.Ralf Corsepius2009-10-141-6/+0
|
* 2009-10-14 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-141-0/+8
| | | | * configure.ac: Remove unix subdir.
* Remove unix subdir.Ralf Corsepius2009-10-141-1/+0
|
* 2009-10-14 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-141-0/+6
| | | | | | * aclocal/canonical-target-name.m4, aclocal/check-networking.m4, aclocal/check-posix.m4, aclocal/enable-posix.m4: Remove unix/posix.