summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2004-04-19 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-193-31/+38
| | | | | * libnetworking/sys/sysctl.h: Partial update from FreeBSD. * libnetworking/kern/kern_sysctl.c: Partial update from FreeBSD.
* Remove stray white spaces.Ralf Corsepius2004-04-1810-49/+49
|
* Remove stray white spaces.Ralf Corsepius2004-04-1855-112/+112
|
* Remove stray white spaces.Ralf Corsepius2004-04-18115-570/+570
|
* Remove stray white spaces.Ralf Corsepius2004-04-1774-378/+378
|
* 2004-04-17 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-173-24/+29
| | | | | * libfs/src/imfs/imfs_debug.c, libfs/src/imfs/memfile.c: Use fprintf(stdout,...) instead of printf.
* Remove stray white spaces.Ralf Corsepius2004-04-1750-1263/+1263
|
* 2004-04-17 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-172-1/+6
| | | | | * libblock/src/ide_part_table.c: Use fprintf(stdout,...) instead of printf.
* Remove stray white spaces.Ralf Corsepius2004-04-179-103/+103
|
* 2004-04-17 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-1724-286/+301
| | | | | | | | | | | | | | | * libmisc/capture/capture-cli.c, libmisc/cpuuse/cpuuse.c, libmisc/dumpbuf/dumpbuf.c, libmisc/fsmount/fsmount.c, libmisc/monitor/mon-command.c, libmisc/monitor/mon-config.c, libmisc/monitor/mon-dname.c, libmisc/monitor/mon-driver.c, libmisc/monitor/mon-extension.c, libmisc/monitor/mon-itask.c, libmisc/monitor/mon-monitor.c, libmisc/monitor/mon-mpci.c, libmisc/monitor/mon-object.c, libmisc/monitor/mon-prmisc.c, libmisc/monitor/mon-queue.c, libmisc/monitor/mon-symbols.c, libmisc/monitor/mon-task.c, libmisc/rtmonuse/rtmonuse.c, libmisc/shell/cmds.c, libmisc/shell/shell.c, libmisc/shell/shell.h, libmisc/stackchk/check.c, libmisc/untar/untar.c: Use fprintf(stdout,...) instead of printf.
* Remove stray white spaces.Ralf Corsepius2004-04-1642-522/+578
|
* Remove stray white spaces.Ralf Corsepius2004-04-1610-83/+83
|
* 2004-04-14 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-162-2/+4
| | | | * sapi/include/rtems/sptables.h: Remove _RTEMS_version.
* Remove stray white spaces.Ralf Corsepius2004-04-166-44/+44
|
* 2004-04-16 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-162-4/+9
| | | | | * rtems/score/i386.h: Rename i386_swap_U* to i386_swap_u* (API consistency with other ports).
* Remove stray white spaces.Ralf Corsepius2004-04-16126-670/+670
|
* Remove stray white spaces.Ralf Corsepius2004-04-158-148/+148
|
* Remove stray white spaces.Ralf Corsepius2004-04-151-10/+10
|
* Remove stray white spaces.Ralf Corsepius2004-04-156-7/+1
|
* 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
|