summaryrefslogtreecommitdiffstats
path: root/c/src/optman (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2003-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-09-0413-12/+19
| | | | | | | * rtems/no-dpmem.c, rtems/no-event.c, rtems/no-mp.c, rtems/no-msg.c, rtems/no-part.c, rtems/no-region.c, rtems/no-rtmon.c, rtems/no-sem.c, rtems/no-signal.c, rtems/no-timer.c, sapi/no-ext.c, sapi/no-io.c: URL for license changed.
* Fix broken ChangeLog entries.Ralf Corsepius2003-08-181-1/+1
|
* 2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-08-162-3/+7
| | | | Makefile.am: Reflect having moved automake.
* 2003-07-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-07-103-32/+9
| | | | | | * configure.ac: Remove (Merged into ../configure.ac). * Makefile.am: Reflect having merged configure.ac into ../configure.ac
* Merger from rtems-4-6-branch.Ralf Corsepius2003-03-112-1/+4
|
* 2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-02-112-1/+5
| | | | * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
* 2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-02-112-1/+5
| | | | * configure.ac: AC_PREREQ(2.57).
* 2003-02-03 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-02-032-13/+6
| | | | | | PR 338/filesystem * sapi/no-io.c: Side-effect of fixing reentrancy problem with rtems_io_lookup_name() (API change). Unused function removed.
* 2002-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-12-122-2/+11
| | | | * Makefile.am: Apply install-data-local to install *.rels.
* 2002-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-12-112-6/+8
| | | | | * Makefile.am: Eliminate *_O_FILES. Don't create $ARCH in %.o: %.c rules.
* 2002-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-12-112-2/+6
| | | | * Makefile.am: Use .$(OBJEXT) instead of .o.
* 2002-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-12-102-7/+11
| | | | * Makefile.am: Introduce sapi_C_FILES, rtems_C_FILES.
* 2002-12-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-12-072-1/+4
| | | | * Makefile.am: Don't include @RTEMS_BSP@.cfg.
* 2002-12-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-12-062-1/+4
| | | | * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
* 2002-11-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-11-206-58/+52
| | | | | | | | | * Makefile.am: Merge-in rtems/Makefile.am and sapi/Makefile.am. * sapi/Makefile.am: Removed. * rtems/Makefile.am: Removed. * rel.am: Removed. * configure.ac: Add RTEMS_BSP_CHECK_CACHE. Reflect changes above.
* 2002-11-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-11-084-38/+30
| | | | | | * rtems/Makefile.am: Reworked. * sapi/Makefile.am: Reworked. * rel.am: New.
* 2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-10-212-1/+7
| | | | | | * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
* 2002-10-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-10-092-0/+5
| | | | * .cvsignore: Add autom4te.cache.
* 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-08-113-2/+7
| | | | | * rtems/Makefile.am: Use .$(OBJEXT) instead of .o. * sapi/Makefile.am: Use .$(OBJEXT) instead of .o.
* 2002-07-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-07-233-3/+10
| | | | | | * sapi/Makefile.am: Add bsplib_DATA = $(PGMS). Remove ASM4FLAGS. * rtems/Makefile.am: Add bsplib_DATA = $(PGMS).
* 2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-07-222-9/+7
| | | | | | | * configure.ac: Remove RTEMS_ENABLE_MULTIPROCESSING, RTEMS_ENABLE_POSIX, RTEMS_ENABLE_ITRON, RTEMS_ENABLE_INLINES, RTEMS_ENABLE_RTEMS_DEBUG, RTEMS_CHECK_RTEMS_DEBUG, RTEMS_CHECK_NEWLIB.
* 2002-06-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-06-154-5/+7
| | | | | | * Makefile.am: Remove multilib support. * configure.ac: Ditto. * sapi/Makefile.am: Ditto.
* 2002-04-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-04-162-1/+4
| | | | * configure.ac: Remove ENABLE_GCC28.
* 2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-03-285-5/+11
| | | | | | | | | * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]). * rtems/Makefile.am: Remove AUTOMAKE_OPTIONS. * Makefile.am: Remove AUTOMAKE_OPTIONS. * sapi/Makefile.am: Remove AUTOMAKE_OPTIONS.
* 2002-01-06 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-01-062-0/+6
| | | | * .cvsignore: Added aclocal.m4 and configure.
* 2002-01-06 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-01-062-0/+6
| | | | * .cvsignore: New file.
* 2002-01-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-01-046-1/+67
| | | | | | | | * ChangeLog: New. * configure.ac: New. * Makefile.am: New. * rtems/*: Copied from c/src/exec/rtems/optman. * sapi/*: Copied from c/src/exec/sapi/optman.
* 2001-12-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2001-12-191-3/+3
| | | | | * src/Makefile.am: Add multilib support. * optman/Makefile.am: Add multilib support.
* 2001-12-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2001-12-191-3/+3
| | | | | * optman/Makefile.am: Add multilib support. * src/Makefile.am: Add multilib support.
* 2001-10-16 Chris Johns <ccj@acm.org>Joel Sherrill2001-10-161-0/+27
| | | | | | | | * include/confdefs.h, include/rtems/config.h, include/rtems/io.h, optman/no-io.c, src/exinit.c, src/io.c: Added a device driver register/unregister interface to allow device drivers to be installed and removed at runtime. This means you do not need devices present in the device table when you build.
* 2001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2001-09-241-2/+3
| | | | * optman/Makefile.am: Adapt ASM4FLAGS to automake-1.5.
* 2001-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2001-02-051-2/+0
| | | | | | | * include/Makefile.am, include/rtems/rtems/Makefile.am, inline/rtems/rtems/Makefile.am, macros/rtems/rtems/Makefile.am, rtems/optman/Makefile.am: Apply include_*HEADERS instead of H_FILES.
* 2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-09-051-0/+1
| | | | * src/Makefile.am, optman/Makefile.am: Include compile.am.
* 2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-09-051-0/+1
| | | | * optman/Makefile.am, src/Makefile.am: Include compile.am.
* Merged from 4.5.0-beta3aJoel Sherrill2000-06-123-4/+3
|
* Patch rtems-rc-19991203-6.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1999-12-212-17/+11
| | | | | | | | | | | which fixes a nasty dependency bug in optman/Makefile.am. Those directories have been build twice before, i.e. re-running make after having built rtems before, was rebuilding the files in optman/ directories. To apply: patch -p1 < rtems-rc-19991203-6.diff ./bootstrap
* Patch rtems-rc-19991123-rc-3.diff from Ralf CorsepiusJoel Sherrill1999-12-031-5/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | <corsepiu@faw.uni-ulm.de>: The patch below provides * automake support for score/cpu/powerpc * The hack to propagate values from *.cfg to automake configuration * A fix for librdbg/powerpc/mcp750/Makefile.am (Was completely corrupted before) * Fixes some files which apparently where missing in rtems-rc-19991123-rc-2.diff * some minor configuration related patches To apply: rm -rf ./c/src/exec/score/cpu/powerpc/wrap patch -p1 < rtems-rc-19991123-rc-3.diff Attention: c/src/exec/score/cpu/[configure.in|aclocal.m4|configure] should be removed after applying the patch. Modifications had been made to the score/cpu/powerpc directory after the snapshot this was based on. In particular, the mpc750 and other_cpu directories had been renamed to new_exception_processing and old_exception_processing. After this patch was applied, modifications were made to account for this.
* Patch rtems-rc-19991117-16.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill1999-11-232-2/+2
| | | | | | | * the PACKHEX etc problem * prevents the *.rels being removed inside the build-tree * a typo which only shows for when MP is activated * Alters some custom/*cfg files
* Patch rtems-rc-19991117-11.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1999-11-232-0/+79
| | | | | to convert the libc directory to automake and "dozens of small fixes for Makefile.ins/configure.ins below c/src/lib."
* Updated copyright notice.Joel Sherrill1999-11-1712-24/+12
|
* Added --disable-multiprocessing flag and modified a lot of files to makeJoel Sherrill1998-11-231-1/+4
| | | | it work.
* updated copyright to 1998Joel Sherrill1998-02-1712-12/+12
|
* Fixed typo in the pointer to the license terms.Joel Sherrill1997-10-0812-24/+24
|
* headers updated to reflect new style copyright notice as partJoel Sherrill1997-04-2212-60/+60
| | | | of switching to the modified GNU GPL.
* removed include of unnecessary include file.Joel Sherrill1997-01-281-1/+0
|
* _MPCI_Register_packet_processor: changed protoype first parameter type to ↵Mark Johannes1996-08-081-1/+1
| | | | MP_packet_Classes
* modified to generate fatal error when an unconfigured directive is invoked.Joel Sherrill1996-04-1912-4/+397
|
* update to reflect internal threads reorganizationJoel Sherrill1996-03-211-0/+22
|
* Changed io manager initialization routine to not be static.Joel Sherrill1996-02-211-0/+8
|
* MPCI Receive became a thread and the prototype changed.Joel Sherrill1996-02-211-1/+3
|