summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 2002-04-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-04-0310-0/+15
| | | | | | * libc/ctermid.c: Include <string.h>. * libc/ttyname.c: Ditto. * libc/ttyname_r.c: Ditto.
* 2002-02-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-04-032-4/+9
| | | | | * shared/include/byteorder.h: Use unsigned instead of __unsigned (GCC-3.0.x compatibility).
* 2002-04-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-04-037-1/+18
| | | | | | | | | * residual/residual.c: Include <string.h>. * vectors/vectors_init.c: Include <rtems/bspIo.h> for printk. * bootloader/mm.c: Ditto. * bootloader/pci.c: Ditto. * console/console.c: Ditto. * openpic/openpic.c: Ditto.
* 2002-04-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-04-032-8/+5
| | | | * bootloader/Makefile.am: Use automake-1.6 AS compilation rules.
* 2002-04-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-04-0312-10/+18
| | | | | | | | * src/getegid.c: Remove <errno.h>. * src/geteuid.c: Ditto. * src/getgid.c: Ditto. * src/getuid.c: Ditto. * src/getlogin.c: Move <errno.h>.
* 2002-04-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-04-032-0/+9
| | | | * configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
* 2002-03-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-04-033-3/+11
| | | | | | | | | * tbr/Makefile.am: Remove. * tbr/.cvsignore: Remove. * tbr/tbr.c: Remove. * tbr/tbr.h: Remove. * configure.ac: Remove tbr subdir. * Makefile.am: Remove tbr subdir.
* 2002-04-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-04-036-18/+14
| | | | | | * configure.ac: Remove BSPOPTS_*(NO_TABLE_MOVE). Remove BSPOPTS_*(FPU_REVB). * wrapup/Makefile.am: Remove tbr.
* 2002-04-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-04-0312-6/+24
| | | | * configure.ac: Remove AC_EXEEXT (obsolete).
* 2002-04-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-04-036-48/+12
| | | | | * cpu.c: Remove call to sparc_init_tbr/NO_TABLE_MOVE. * rtems/score/cpu.h: Remove NO_TABLE_MOVE conditional code.
* 2002-04-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-04-034-35/+7
| | | | | | * custom/erc32nfp.cfg: Remove CPU_U32_FIX. * custom/erc32.cfg: Ditto. * custom/leon2.cfg: Ditto.
* 2001-04-03 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-04-0312-65/+26
| | | | | | * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h. * include/rtems/score/ispsh7750.h, score/ispsh7750.c: Account for name change.
* 2001-04-03 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-04-033-2/+7
| | | | | * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h. * include/ispsh7045.h, score/ispsh7045.c: Account for name change.
* 2001-04-03 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-04-033-2/+7
| | | | | * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h. * include/ispsh7032.h, score/ispsh7032.c: Account for name change.
* 2001-04-03 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-04-0310-6/+26
| | | | | * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h. * rtems/score/cpu.h: Account for name change.
* 2001-04-03 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-04-037-75/+18
| | | | | | | * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h. * rtems/score/unixtypes.h: Removed. * rtems/score/types.h: New file via CVS magic. * Makefile.am, rtems/score/cpu.h: Account for name change.
* 2001-04-03 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-04-037-60/+18
| | | | | | | * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h. * rtems/score/sparctypes.h: Removed. * rtems/score/types.h: New file via CVS magic. * Makefile.am, rtems/score/cpu.h: Account for name change.
* 2001-04-03 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-04-037-70/+18
| | | | | | | * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h. * rtems/score/shtypes.h: Removed. * rtems/score/types.h: New file via CVS magic. * Makefile.am, rtems/score/cpu.h: Account for name change.
* 2001-04-03 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-04-039-78/+20
| | | | | | | * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h. * rtems/score/ppctypes.h: Removed. * rtems/score/types.h: New file via CVS magic. * Makefile.am, rtems/score/cpu.h: Account for name change.
* 2001-04-03 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-04-037-60/+18
| | | | | | | * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h. * rtems/score/or32types.h: Removed. * rtems/score/types.h: New file via CVS magic. * Makefile.am, rtems/score/cpu.h: Account for name change.
* 2001-04-03 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-04-037-60/+18
| | | | | | | * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h. * rtems/score/or16types.h: Removed. * rtems/score/types.h: New file via CVS magic. * Makefile.am, rtems/score/cpu.h: Account for name change.
* 2001-04-03 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-04-037-60/+18
| | | | | | | * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h. * rtems/score/no_cputypes.h: Removed. * rtems/score/types.h: New file via CVS magic. * Makefile.am, rtems/score/cpu.h: Account for name change.
* 2001-04-03 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-04-0314-137/+36
| | | | | | | * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h. * rtems/score/mipstypes.h: Removed. * rtems/score/types.h: New file via CVS magic. * Makefile.am, rtems/score/cpu.h: Account for name change.
* 2001-04-03 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-04-032-0/+14
| | | | | | | * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h. * rtems/score/m68ktypes.h: Removed. * rtems/score/types.h: New file via CVS magic. * Makefile.am, rtems/score/cpu.h: Account for name change.
* 2001-04-03 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-04-037-61/+18
| | | | | | | * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h. * rtems/score/i960types.h: Removed. * rtems/score/types.h: New file via CVS magic. * Makefile.am, rtems/score/cpu.h: Account for name change.
* 2001-04-03 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-04-037-61/+18
| | | | | | | * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h. * rtems/score/i386types.h: Removed. * rtems/score/types.h: New file via CVS magic. * Makefile.am, rtems/score/cpu.h: Account for name change.
* 2001-04-03 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-04-037-50/+18
| | | | | | | * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h. * rtems/score/hppa1.1types.h: Removed. * rtems/score/types.h: New file via CVS magic. * Makefile.am, rtems/score/cpu.h: Account for name change.
* 2001-04-03 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-04-037-60/+18
| | | | | | | * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h. * rtems/score/h8300types.h: Removed. * rtems/score/types.h: New file via CVS magic. * Makefile.am, rtems/score/cpu.h: Account for name change.
* 2001-04-03 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-04-037-60/+18
| | | | | | | * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h. * rtems/score/c4xtypes.h: Removed. * rtems/score/types.h: New file via CVS magic. * Makefile.am, rtems/score/cpu.h: Account for name change.
* 2001-04-03 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-04-0314-119/+36
| | | | | | | * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h. * rtems/score/a29ktypes.h: Removed. * rtems/score/types.h: New file via CVS magic. * Makefile.am, rtems/score/cpu.h: Account for name change.
* 2002-04-03 Alexander Kukuta <kam@oktet.ru>Joel Sherrill2002-04-036-6/+21
| | | | | * include/rtems/bdbuf.h: Address PR168 by changing bdbuf_buffer.avl.bal and bdbuf_buffer.avl.cache to signed char instead of char.
* 2001-04-03 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-04-032-0/+348
| | | | * sh/COPYING: Readded. Deleting this violated GPL on shgen.
* 2001-03-29 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-04-024-26/+36
| | | | | * Per PR126, configuration structures now match docs. * include/rtems/config.h: Use public data types.
* 2001-04-02 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-04-022-19/+4
| | | | * sh/COPYING: Deleted.
* 2001-04-02 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-04-022-1/+6
| | | | | * sh/Makefile.am: Use "./shgen" not "shgen" so current directory does not have to be in the PATH.
* 2001-04-02 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-04-022-1/+5
| | | | * Makefile.am: Remove unix from DIST_SUBDIRS.
* 2001-04-02 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-04-022-1/+5
| | | | * buildall.in: Correct logic for detecting 0 RTEMS RPMS installed.
* 2001-04-02 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-04-022-1/+5
| | | | * bootloader/Makefile.am: Use AM_CCASFLAGS instead of AM_ASFLAGS.
* 2001-03-29 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-04-024-18/+28
| | | | | * Per PR126, configuration structures now match docs. * include/rtems/rtems/config.h: Use public data types.
* 2002-03-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-04-012-15/+4
| | | | * configure.ac: Update, remove code rott.
* 2002-03-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-04-016-27/+39
| | | | * libc/rcmd.c: Replace __rtems w/ __rtems__.
* 2001-03-29 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-03-296-192/+6
| | | | | | * Per PR150, unix directory and contents removed. * unix/, unix/ChangeLog, unix/Makefile.am, unix/configure.ac, unix/gensize.c: Deleted.
* 2001-03-29 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-03-2912-154/+146
| | | | | | | | | | | * Per PR147 addressed problems when reseting and inserting a timer into a timer chain that did not honor time passage since the last time the timer server was scheduled and the new insertion. * include/rtems/rtems/timer.h, src/timerreset.c, src/timerserver.c, src/timerserverfireafter.c, src/timerserverfirewhen.c: Broke up the "reset server" routine into a set of very specific routines that allowed the server to be unscheduled, timer chains to be "synchronized" with the current time before inserting a new timer.
* 2001-03-29 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-03-296-10/+156
| | | | | | | * Per PR147 addressed problems when reseting and inserting a timer into a timer chain that did not honor time passage since the last time the timer server was scheduled and the new insertion. * sp31/sp31.scn, sp31/task1.c: Added test code to detect this case.
* 2002-03-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-03-297-2/+135
| | | | | | | | | * tbr/Makefile.am: New file. * tbr/.cvsignore: New file. * tbr/tbr.c: New file. * tbr/tbr.h: New file. * configure.ac: Add tbr subdir. * Makefile.am: Add tbr subdir.
* 2002-03-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-03-296-2/+30
| | | | | | * configure.ac: Add BSPOPTS_*(NO_TABLE_MOVE). Add BSPOPTS_*(FPU_REVB). * wrapup/Makefile.am: Add tbr.
* 2002-03-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-03-294-64/+20
| | | | | | | | * cpu.c: Replace NO_TABLE_MOVE-support by external function (code moved to libcpu/sparc/tbr/tbr.c). * cpu.h: Replace NO_TABLE_MOVE-support by external function (code moved to libcpu/sparc/tbr/tbr.h). * sparc.h: Add sparc_init_tbr (implemented in libcpu/sparc/tbr/tbr.c).
* 2002-03-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-03-294-20/+6
| | | | | | * custom/erc32.cfg: Remove NO_TABLE_MOVE. Remove FPU_REVB. * custom/erc32nfp.cfg: Remove NO_TABLE_MOVE. Remove FPU_REVB. * custom/leon2.cfg: Remove NO_TABLE_MOVE.
* 2001-03-29 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-03-292-0/+5
| | | | * .cvsignore: Added mkgcc3newlib.
* 2001-03-29 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-03-293-4/+15
| | | | * gcc3newlib/.cvsignore: New file.