summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove stray white spaces.Ralf Corsepius2004-04-1519-19/+1
|
* Remove stray white spaces.Ralf Corsepius2004-04-15219-263/+37
|
* Remove unnecessary white spaces.Ralf Corsepius2004-04-1576-252/+167
|
* 2004-04-14 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-142-13/+9
| | | | | * libcsupport/Makefile.am: Install include_sys_HEADERS for NEWLIB only. Merge sys/cdefs.h into general include_sys_HEADERS.
* 2004-04-14 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-142-5/+6
| | | | | | PR 605/bsps * cpu.c: Remove further c++ style comments having been missed in previous patch. Remove printf's entirely.
* 2004-04-13 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-133-2/+16
| | | | | | | | * rtems/include/rtems/rtems/types.h: Include <rtems/stdint.h> instead of <stdint.h>. Conditionally typedef rtems*signed64 types. * score/include/rtems/system.h: Include <rtems/stdint.h> instead of <stdint.h>.
* 2004-04-13 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-136-89/+80
| | | | | | | | | | | | * configure.ac: Rework stdint.h/inttypes.h support. Add RTEMS_USES_STDINT_H. Add RTEMS_USES_INTTYPES_H. Remove NEED_STDINT_H. Remove NEED_INTTYPES_H. Remove termios-flag detection. * libcsupport/Makefile.am: Install include/stdint.h and include/inttypes.h for NEWLIB only. * libcsupport/include/stdint.h: Rework; Now newlib specific. * libcsupport/src/termios.c: Make newlib specific. * include/rtems/stdint.h: Rework; Now wrapper to <stdint.h>.
* 2004-04-13 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-134-0/+83
| | | | | * asm.h: New (stub file. For consistency with other ports, only). * Makefile.am: Add asm.h.
* 2004-04-13 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-133-2/+7
| | | | | * asm.h: Include rtems/score/powerpc.h instead of rtems/score/ppc.h.
* Fix yet another stupid typo in previous patchRalf Corsepius2004-04-131-1/+1
|
* Fix typo in previous patchRalf Corsepius2004-04-131-1/+1
|
* 2004-04-13 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-135-746/+779
| | | | | | | | | * rtems/score/powerpc.h: New (Copied and renamed from rtems/score/ppc.h) for consistency with other ports. * rtems/score/ppc.h: Deprecation wrapper to rtems/score/powerpc.h. * Makefile.am: Reflect changes above. * rtems/score/cpu.h: Include rtems/score/powerpc.h instead of rtems/score/ppc.h.
* 2004-04-12 David Querbach <querbach@realtime.bc.ca>Joel Sherrill2004-04-125-1/+31
| | | | | * asm.h, rtems/new-exceptions/cpu.h, rtems/score/ppc.h: addition of MPC555 support as part of the addition of the SS555 BSP.
* 2004-04-12 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-122-5/+4
| | | | * rtems/score/cpu.h: Remove defining _POSIX_C_SOURCE for solaris.
* 2004-04-12 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-128-1/+82
| | | | | | | | * acinclude.m4 (RTEMS_CPUOPT): Use AC_DEFINE_UNQUOTED. * backward/motorola/mc68681.h, backward/motorola/mc68230.h, backward/zilog/z8536.h, backward/zilog/z8036.h, backward/zilog/z8030.h: New. * Makefile.am: Reflect having added new files above.
* 2004-04-09 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-04-092-2/+7
| | | | | PR 605/bsps * cpu.c: Do not use C++ style comments.
* 2004-04-09 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-04-092-1/+5
| | | | * rtems/score/cpu.h: Fix typo.
* 2004-04-09 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-092-54/+59
| | | | | * cpu_asm.S: Convert asm comments to C-comments to prevent gcc-3.4.0pre from choking on them.
* 2004-04-09 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-092-2/+5
| | | | * wrapup/Makefile.am: Add libblock for !UNIX only.
* 2004-04-09 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-093-5/+16
| | | | | * libblock/Makefile.am: Build libblock for !UNIX only. * libcsupport/Makefile.am: Build $(TERMIOS_C_FILES) for !UNIX only.
* 2004-04-09 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-093-6/+11
| | | | | * libblock/Makefile.am: Remove LIBC_DEFINES (Unsupported). * libfs/Makefile.am: Remove LIBC_DEFINES (Unsupported).
* 2004-04-09 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-092-2/+6
| | | | * Makefile.am: Remove LIBC_DEFINES (Unsupported).
* Add missing PR604 reference.Joel Sherrill2004-04-081-0/+1
|
* Fix yet another typo in previous patchRalf Corsepius2004-04-081-0/+3
|
* 2004-04-08 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-082-8/+9
| | | | * libcsupport/Makefile.am: Install sys/ioccom.h for NEWLIB only.
* Fix typo in previous patchRalf Corsepius2004-04-081-1/+1
|
* 2004-04-08 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-082-28/+33
| | | | | | * libcsupport/Makefile.am: Remove $(LIBC_DEFINES) (Unsupported). Install motorola-headers to $(includedir)/rtems/motorola. Install zilog-header $(includedir)/rtems/zilog.
* Cosmetics.Ralf Corsepius2004-04-062-2/+0
|
* 2004-04-06 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-062-1/+6
| | | | * score/cpu/Makefile.am: Add unix to DIST_SUBDIRS.
* Remove (Unused).Ralf Corsepius2004-04-061-2/+0
|
* CleanupRalf Corsepius2004-04-0613-156/+0
|
* 2004-04-06 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-061-0/+8
| | | | | | | | * aclocal/rtems-cpu-subdirs.m4: Remove (Unused). * configure.ac: Remove RTEMS_CPU_SUBDIRS([score/cpu]). Add RTEMS_CHECK_SYSV_UNIX. Add score/cpu/*/Makefile. * score/cpu/Makefile.am: Add DIST_SUBDIRS.
* 2004-04-06 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-063-36/+17
| | | | | | | | * aclocal/rtems-cpu-subdirs.m4: Remove (Unused). * configure.ac: Remove RTEMS_CPU_SUBDIRS([score/cpu]). Add RTEMS_CHECK_SYSV_UNIX. Add score/cpu/*/Makefile. * score/cpu/Makefile.am: Add DIST_SUBDIRS.
* 2004-04-06 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-0624-248/+64
| | | | | | * configure.ac: Remove (Merged into $(top_srcdir)/configure.ac). * Makefile.am: Don't include multilib.am. Reflect merging configure.ac into $(top_srcdir)/configure.ac.
* 2004-04-06 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-0612-123/+32
| | | | | | * configure.ac: Remove (Merged into$(top_srcdir)/configure.ac). * Makefile.am: Don't include multilib.am. Reflect merging configure.ac into $(top_srcdir)/configure.ac.
* 2004-04-06 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-064-73/+11
| | | | | | | | * rtems/score/cpu.h: Remove unixsize.h. * configure.ac: Remove (Merged into$(top_srcdir)/configure.ac). * Makefile.am: Remove unixsize.h. Don't include multilib.am. Reflect merging configure.ac into $(top_srcdir)/configure.ac.
* 2004-04-05 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-053-1/+31
| | | | | | | | * configure.ac: Add AC_CHECK_SIZEOF([CPU_CONTEXT]..). Add SIZEOF_CPU_CONTEXT to cpuopts.h. Add RTEMS_PROG_CCAS. * acinclude.m4: Use unquoted "here" document to propagate $3 to cpuopts.tmp.
* 2004-04-03 Wilfried Busalski <w.busalski@lancier-monitoring.de>Joel Sherrill2004-04-031-101/+144
| | | | | PR 599/pppd * libnetworking/pppd/chat.c: Fre memory that is allocated to fix leak.
* 2004-04-03 Art Ferrer <arturo.b.ferrer@nasa.gov>Joel Sherrill2004-04-033-0/+26
| | | | | | | PR 598/bsps * cpu_asm.S, rtems/score/cpu.h: Add save of floating point status/control register on context switches. Missing this register was causing intermittent floating point errors.
* 2004-04-03 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-032-18/+24
| | | | | * Makefile.am: Install m68302.h m68360.h qsm.h sim.h to $(includedir)/rtems/m68k.
* 2004-04-02 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-034-15/+24
| | | | | | | | * Makefile.am: Install iregdefs.h and idtcpu.h to $(includedir)/rtems/mips. * cpu_asm.S: Include <rtems/mips/iregdef.h> instead of <iregdef.h>. * rtems/score/mips.h, cpu_asm.S: Include <rtems/mips/idtcpu.h> instead of <idtcpu.h>.
* Rebuild preinstallation rulesRalf Corsepius2004-04-021-8/+8
|
* 2004-04-02 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-022-1/+6
| | | | * Makefile.am: Install c4xio.h to $(includedir)/rtems/c4x.
* 2004-04-02 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-023-3/+6
| | | | | * libnetworking/Makefile.am: AM_CPPFLAGS += -I$(srcdir). * libnetworking/rtems/rtems_bsdnet_internal.h: Remove USHRT_MAX.
* 2004-04-02 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-022-2/+6
| | | | * libnetworking/Makefile.am: Fix typo.
* 2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-024-120/+123
| | | | | | | * libnetworking/poll.h: Replace with sys/poll.h wrapper. * libnetworking/sys/poll.h: New (Original FreeBSD file). * libnetworking/Makefile.am: Don't install opt_ipfw.h, opt_mrouting.h, opt_tcpdebug.h. Add sys/poll.h.
* 2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-013-2/+9
| | | | | | | * libmisc/serdbg/serdbgcnf.h: Include <rtems/serdbg.h> instead of <serdbg.h> * libmisc/serdbg/termios_printk_cnf.h: Include <rtems/termios_printk.h> instead of <termios_printk.h>.
* 2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-015-22/+27
| | | | | | | | | | | * libmisc/Makefile.am: Install serdbg.h, serdbgcnf.h, termios_printk.h, termios_printk_cnf.h to $(includedir)/rtems. * libmisc/serdbg/serdbg.c: Include <rtems/serdbg.h> instead of <serdbg.h>. * libmisc/serdbg/serdbgio.c: Include <rtems/serdbg.h> instead of <serdbg.h>. * libmisc/serdbg/termios_printk.c: Include <rtems/termios_printk.h> instead of <termios_printk.h>.
* 2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-012-1/+5
| | | | * libmisc/dummy/dummy.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
* 2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-014-4/+38
| | | | | | | | * backward/confdefs.h: New. * Makefile.am: Add backward/confdefs.h. Add conditional DEPRECATED. * configure.ac: Add --enable-deprecated. Add conditional DEPRECATED.