summaryrefslogtreecommitdiffstats
path: root/c/src/optman (unfollow)
Commit message (Collapse)AuthorFilesLines
2003-09-042003-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill13-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.
2003-08-18Fix broken ChangeLog entries.Ralf Corsepius1-1/+1
2003-08-162003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-3/+7
Makefile.am: Reflect having moved automake.
2003-07-102003-07-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius3-32/+9
* configure.ac: Remove (Merged into ../configure.ac). * Makefile.am: Reflect having merged configure.ac into ../configure.ac
2003-03-11Merger from rtems-4-6-branch.Ralf Corsepius2-1/+4
2003-02-112003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-1/+5
* configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2003-02-112003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-1/+5
* configure.ac: AC_PREREQ(2.57).
2003-02-032003-02-03 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-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-122002-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-2/+11
* Makefile.am: Apply install-data-local to install *.rels.
2002-12-112002-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-6/+8
* Makefile.am: Eliminate *_O_FILES. Don't create $ARCH in %.o: %.c rules.
2002-12-112002-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-2/+6
* Makefile.am: Use .$(OBJEXT) instead of .o.
2002-12-102002-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-7/+11
* Makefile.am: Introduce sapi_C_FILES, rtems_C_FILES.
2002-12-072002-12-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-1/+4
* Makefile.am: Don't include @RTEMS_BSP@.cfg.
2002-12-062002-12-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-1/+4
* configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
2002-11-202002-11-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius6-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-082002-11-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius4-38/+30
* rtems/Makefile.am: Reworked. * sapi/Makefile.am: Reworked. * rel.am: New.
2002-10-212002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-1/+7
* .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
2002-10-092002-10-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-0/+5
* .cvsignore: Add autom4te.cache.
2002-08-112002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius3-2/+7
* rtems/Makefile.am: Use .$(OBJEXT) instead of .o. * sapi/Makefile.am: Use .$(OBJEXT) instead of .o.
2002-07-232002-07-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius3-3/+10
* sapi/Makefile.am: Add bsplib_DATA = $(PGMS). Remove ASM4FLAGS. * rtems/Makefile.am: Add bsplib_DATA = $(PGMS).
2002-07-222002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-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-152002-06-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius4-5/+7
* Makefile.am: Remove multilib support. * configure.ac: Ditto. * sapi/Makefile.am: Ditto.
2002-04-162002-04-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2-1/+4
* configure.ac: Remove ENABLE_GCC28.
2002-03-282002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill5-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-062002-01-06 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-0/+6
* .cvsignore: Added aclocal.m4 and configure.
2002-01-062002-01-06 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-0/+6
* .cvsignore: New file.
2002-01-042002-01-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill6-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-192001-12-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-3/+3
* src/Makefile.am: Add multilib support. * optman/Makefile.am: Add multilib support.
2001-12-192001-12-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-3/+3
* optman/Makefile.am: Add multilib support. * src/Makefile.am: Add multilib support.
2001-10-162001-10-16 Chris Johns <ccj@acm.org>Joel Sherrill1-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-242001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-2/+3
* optman/Makefile.am: Adapt ASM4FLAGS to automake-1.5.
2001-02-052001-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-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-052000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-0/+1
* src/Makefile.am, optman/Makefile.am: Include compile.am.
2000-09-052000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-0/+1
* optman/Makefile.am, src/Makefile.am: Include compile.am.
2000-06-12Merged from 4.5.0-beta3aJoel Sherrill3-4/+3
1999-12-21Patch rtems-rc-19991203-6.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2-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
1999-12-03Patch rtems-rc-19991123-rc-3.diff from Ralf CorsepiusJoel Sherrill1-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.
1999-11-23Patch rtems-rc-19991117-16.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill2-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
1999-11-23Patch rtems-rc-19991117-11.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2-0/+79
to convert the libc directory to automake and "dozens of small fixes for Makefile.ins/configure.ins below c/src/lib."
1999-11-17Updated copyright notice.Joel Sherrill12-24/+12
1998-11-23Added --disable-multiprocessing flag and modified a lot of files to makeJoel Sherrill1-1/+4
it work.
1998-02-17updated copyright to 1998Joel Sherrill12-12/+12
1997-10-08Fixed typo in the pointer to the license terms.Joel Sherrill12-24/+24
1997-04-22headers updated to reflect new style copyright notice as partJoel Sherrill12-60/+60
of switching to the modified GNU GPL.
1997-01-28removed include of unnecessary include file.Joel Sherrill1-1/+0
1996-08-08_MPCI_Register_packet_processor: changed protoype first parameter type to ↵Mark Johannes1-1/+1
MP_packet_Classes
1996-04-19modified to generate fatal error when an unconfigured directive is invoked.Joel Sherrill12-4/+397
1996-03-21update to reflect internal threads reorganizationJoel Sherrill1-0/+22
1996-02-21Changed io manager initialization routine to not be static.Joel Sherrill1-0/+8
1996-02-21MPCI Receive became a thread and the prototype changed.Joel Sherrill1-1/+3