summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* regeneratedJoel Sherrill2002-01-2034-60/+60
|
* 2002-01-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-01-206-22/+14
| | | | | | | | | * .cvsignore: Add autom4te.cache, install-sh, mdate-sh, missing, mkinstalldirs, texinfo.tex. * Makefile.am: Add main.am to AUTOMAKE_FILES. * configure.ac: Add AC_CONFIG_AUX_DIR([.]). * project.am: Remove custom .texi and stamp-vti rules. * main.am: Replace TEXI_COMMON with AM_MAKEINFOFLAGS.
* 2002-01-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-01-2020-37/+41
| | | | * supplement.am: Replace TEXI_COMMON with AM_MAKEINFOFLAGS.
* 2002-01-18 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-01-182-1/+5
| | | | * VERSION: Updated to rtems-ss-20020118.
* 2002-01-18 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-01-182-1/+5
| | | | * VERSION: Updated to rtems-20020118.
* 2001-01-18 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-01-184-26/+36
| | | | | | | * include/rtems/system.h: Only include cpuopts.h when building a multilib configuration. Some ports still need targopts.h but this small modification lets those ports work non-multilib while fixing being fixed for multilib.
* 2001-01-18 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-01-184-2/+18
| | | | | | | * include/rtems/system.h: Only include cpuopts.h when building a multilib configuration. Some ports still need targopts.h but this small modification lets those ports work non-multilib while fixing being fixed for multilib.
* 2002-01-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-01-181-0/+32
| | | | * Makefile.am: Require automake-1.5.
* 2002-01-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-01-186-61/+75
| | | | | | | | | * Makefile.am: Require automake-1.5. * project.am: Reworked. * main.am: New. * configure.ac: New. * configure.in: Removed. * bootstrap: Sync with RTEMS's toplevel bootstrap.sh.
* 2002-01-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-01-1837-50/+90
| | | | * Makefile.am: Require automake-1.5.
* 2002-01-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-01-182-1/+5
| | | | * Makefile.am: require automake-1.5.
* 2002-01-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-01-185-4/+11
| | | | | | | * Makefile.am: Require automake-1.5. * ctags-emacs/Makefile.am: Ditto. * FreeBSD/Makefile.am: Ditto. * Ctags/Makefile.am: Ditto.
* 2002-01-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-01-1832-16/+97
| | | | * Makefile.am: include main.am, require automake-1.5.
* 2002-01-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-01-183-4/+11
| | | | | * Makefile.am: Include main.am, require automake-1.5. * pictures/Makefile.am: Require automake-1.5, fix +=.
* 2002-01-18 Till Straumann <strauman@slac.stanford.edu>Joel Sherrill2002-01-182-1/+29
| | | | | | | | | | | * src/powerpc/excep_f.c: This patch addresses the following issues: - exception handler needs to enable MSR_FP if the interrupted thread is FP enabled. - printk message for MSR fixed and added stacktrace NOTE: this requires the stacktrace patch to lib/libbsp/powerpc/shared/vectors/vector_init.c (#ifdef DDEBUG only, however)
* 2001-01-18 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-01-182-17/+22
| | | | | * src/powerpc/new_exception_processing/remdeb_svc.c: Corrected macro using variable arguments.
* 2001-01-18 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-01-183-93/+100
| | | | | | | * src/powerpc/new_exception_processing/remdeb.h, src/powerpc/new_exception_processing/remdeb_xdr.c: Regenerated since I updated the main RTEMS development machine to RedHat 7.2 and apparently got a new version of rpcgen.
* 2001-01-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-01-182-2/+8
| | | | * ChangeLog: Deleted duplicate blank line.
* 2002-01-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-01-172-1/+5
| | | | * VERSION: Updated to rtems-ss-20020717.
* 2002-01-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-01-172-1/+5
| | | | * VERSION: Updated to rtems-doc-ss-20010117.
* 2002-01-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-01-172-1/+7
| | | | * VERSION: Updated to rtems-doc-eng-20010816b-d1.
* 2001-01-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-01-1752-0/+156
| | | | * .cvsignore: Added rtems_header.html and rtems_footer.html.
* 2001-01-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-01-172-1/+5
| | | | * configure.in: Changed the version to eng-20010816b.
* 2001-01-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-01-172-16/+238
| | | | | | * timer.t: Added task-based timer information including the new directives rtems_timer_initiate(), rtems_timer_server_fire_after(), and rtems_timer_server_fire_when().
* 2001-01-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-01-17402-1051/+2202
| | | | | | | * SUPPORT, LICENSE: New files. * Numerous files touched as part of merging the 4.5 branch onto the mainline development trunk and ensuring that the script that cuts snapshots and releases works on the documentation.
* 2002-02-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-01-167-228/+36
| | | | | | * include/rtems/libio.h: Add #include <rtems/fs.h>. Reflect changes due to using rtems/fs.h. * include/rtems/libio_.h: Reworked.
* 2001-01-16 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-01-166-0/+908
| | | | | | | | | | | | | | | | | | | | * Added task-based timers to the Timer Manager. This added three new directives: - rtems_timer_initiate_server - rtems_timer_server_fire_after - rtems_timer_server_fire_when In the process of doing this, a number of cleanups were made. * src/timerserver.c, src/timerserverfireafter.c, src/timerserverfirewhen.c: New files. * include/timer/timer.h: Added new prototypes and supporting types. * inline/rtems/rtems/timer.h, macros/rtems/rtems/timer.h: Enhanced _Timer_Is_interval_class() to cover the class TIMER_INTERVAL_ON_TASK. * src/Makefile.am: Accounted for new files. * src/rtemstimer.c: Added initialization of _Timer_Server variable. * src/timercancel.c, src/timerreset.c: Account for addition of timer classes. Also corrected the headers. * src/timercreate.c, src/timerdelete.c, src/timerfireafter.c, src/timerfireafter.c, src/timerident.c: Corrected header.
* 2002-01-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-01-168-32/+50
| | | | | | | | | * Makefile.am: Apply @subdirs. Remove POSIX_SUBDIRS. Remove ITRON_SUBDIRS. * configure.ac: Rework enable_unixlib handling. Add RTEMS_MULTILIBS to cpuopts.h. * include/Makefile.am: Add rtems/fs.h, rtems/userenv.h. Add $(PROJECT_INCLUDE)/rtems. Remove libio_.h.
* 2002-02-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-01-165-3/+17
| | | | | * asm.h: Remove #include <rtems/score/targopts.h>. Add #include <rtems/score/cpuopts.h>.
* 2002-02-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-01-167-9/+17
| | | | | | * asm.h: Remove #include <rtems/score/targopts.h>. Add #include <rtems/score/cpuopts.h>. * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP).
* 2002-02-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-01-1612-24/+40
| | | | | | | | | * src/getegid.c: Add #include <rtems/userenv.h>. Remove #include <rtems/libio_.h>. * src/geteuid.c: Ditto. * src/getgid.c: Ditto. * src/getlogin.c: Ditto. * src/getuid.c: Ditto.
* 2001-01-16 Eric Norum <eric.norum@usask.ca>Joel Sherrill2002-01-166-12/+21
| | | | * lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number checking.
* 2001-01-16 Eric Valette <valette@crt.canon.fr>Joel Sherrill2002-01-163-3/+59
| | | | | | | | | * vector/vector.S, irq/irq_asm.S: Make sure vectors work properly in RAM and Flash based code. The code executed for the Flash version runs in both cases (code in Flash/code in RAM) but as it is less efficient than the one optimized for RAM, it put it inside ifdef. A compilation error is generated if code is linked in Flash with the correct ifdef set...
* 2001-01-16 Eric Valette <valette@crt.canon.fr>Joel Sherrill2002-01-162-1/+8
| | | | | | | * irq/irq.c: Correct minor bug in mbx8xx interrupt handling. Quoting Eric, "In theory it should be applied in each mpc8xx related BSP but as I cannot test it plase maintainer/users submit patch accordingly."
* 2001-01-16 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-01-1644-4/+1756
| | | | | | | | | | | | | * Added tests for task-based timers. This included the new tests sp30 and sp31. * Makefile.am, configure.ac: Modified to reflect new tests and files. * sp09/screen14.c, sp09/sp09.scn: Modified to add error checks for task-based timer services. * sp30/.cvsignore, sp30/Makefile.am, sp30/init.c, sp30/resume.c, sp30/sp30.doc, sp30/sp30.scn, sp30/system.h, sp30/task1.c, sp31/.cvsignore, sp31/Makefile.am, sp31/delay.c, sp31/init.c, sp31/prtime.c, sp31/sp31.doc, sp31/sp31.scn, sp31/system.h, sp31/task1.c: New files.
* 2001-01-16 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-01-1626-82/+406
| | | | | | | | | | | | | | | | | | | | * Added task-based timers to the Timer Manager. This added three new directives: - rtems_timer_initiate_server - rtems_timer_server_fire_after - rtems_timer_server_fire_when In the process of doing this, a number of cleanups were made. * src/timerserver.c, src/timerserverfireafter.c, src/timerserverfirewhen.c: New files. * include/timer/timer.h: Added new prototypes and supporting types. * inline/rtems/rtems/timer.h, macros/rtems/rtems/timer.h: Enhanced _Timer_Is_interval_class() to cover the class TIMER_INTERVAL_ON_TASK. * src/Makefile.am: Accounted for new files. * src/rtemstimer.c: Added initialization of _Timer_Server variable. * src/timercancel.c, src/timerreset.c: Account for addition of timer classes. Also corrected the headers. * src/timercreate.c, src/timerdelete.c, src/timerfireafter.c, src/timerfireafter.c, src/timerident.c: Corrected header.
* 2001-01-16 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-01-164-4/+16
| | | | | * src/taskmode.c: Ensure the this service does not dispatch before tasking is enabled at initialization time.
* 2001-01-16 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-01-164-2/+12
| | | | | * inline/rtems/posix/mutex.inl (_POSIX_Mutex_Get_support): Corrected name of routine in header.
* 2002-02-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-01-082-4/+4
| | | | * configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
* 2002-02-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-01-082-3/+9
| | | | | * aclocal/check-tool.m4: Remove AC_CHECK_TOOL_PREFIX, conditionalize check upon host_alias != build_alias.
* 2002-01-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-01-083-3/+12
| | | | * rootfs/Makefile.am: Use include_rtems_HEADERS instead of H_FILES.
* 2002-01-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-01-089-3/+42
| | | | | | * src/imfs/imfs_load_tar.c: Add include <sys/types.h>. Add include <sys/stat.h>. Add include <fcntl.h>. * src/imfs/imfs_rmnod.c: Add include <stdlib.h>.
* 2002-02-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-01-084-0/+7
| | | | * libc/gxx_wrappers.c: Add #include <rtems/error.h>.
* 2002-01-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-01-082-2/+4
| | | | * include/Makefile.am: Remove EXTRA_DIST.
* 2002-01-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-01-082-1/+5
| | | | * configure.ac: Add RTEMS_CHECK_NETWORKING.
* 2002-01-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-01-088-4/+298
| | | | | | | * wrapup/Makefile.am: Add install-hook. Remove SIZE_RTEMS. * include/rtems/fs.h: New, extracted from libio_.h. * include/rtems/userenv.h: New. extracted from libio_.h.
* 2002-01-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-01-084-0/+12
| | | | * rtems/score/cpu.h: #include <rtems/bspIo.h>.
* 2002-01-07 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-01-0714-1197/+16
| | | | | | | | * optman/, optman/.cvsignore, optman/Makefile.am, optman/no-dpmem.c, optman/no-event.c, optman/no-mp.c, optman/no-msg.c, optman/no-part.c, optman/no-region.c, optman/no-rtmon.c, optman/no-sem.c, optman/no-signal.c, optman/no-timer.c: Removed entire contents of optman/ directory since it has been moved.
* 2002-01-07 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-01-076-273/+12
| | | | | | * optman/, optman/.cvsignore, optman/Makefile.am, optman/no-ext.c, optman/no-io.c: Removed entire contents of optman/ directory since it has been moved.
* 2002-01-07 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-01-074-33/+10
| | | | | * optman/, optman/.cvsignore, optman/Makefile.am: Removed entire contents of optman/ directory since it has been moved.