summaryrefslogtreecommitdiffstats
path: root/c/src/optman (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-12-082011-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill16-513/+0
PR 1589/build * optman/.cvsignore, optman/Makefile.am, optman/preinstall.am, optman/rtems/no-barrier.c, optman/rtems/no-dpmem.c, optman/rtems/no-event.c, optman/rtems/no-mp.c, optman/rtems/no-msg.c, optman/rtems/no-part.c, optman/rtems/no-region.c, optman/rtems/no-rtmon.c, optman/rtems/no-sem.c, optman/rtems/no-signal.c, optman/rtems/no-timer.c, optman/sapi/no-ext.c, optman/sapi/no-io.c: Removed.
2008-12-22Revert previous patch.Ralf Corsepius10-14/+11
2008-12-22Fix prototypes.Ralf Corsepius10-10/+13
2008-12-172008-12-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-10/+4
* optman/sapi/no-ext.c, optman/sapi/no-io.c: Convert SAPI manager and SuperCore Handler initialization routines to directly pull parameters from configuration table.
2008-12-172008-12-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill11-37/+21
* optman/rtems/no-barrier.c, optman/rtems/no-dpmem.c, optman/rtems/no-event.c, optman/rtems/no-mp.c, optman/rtems/no-msg.c, optman/rtems/no-part.c, optman/rtems/no-region.c, optman/rtems/no-rtmon.c, optman/rtems/no-sem.c, optman/rtems/no-signal.c, optman/rtems/no-timer.c: Convert manager initialization routines to directly pull parameters from configuration table. Eliminate empty routines sportted.
2008-09-172008-09-17 Miao Yan <yanmiaobest@gmail.com>Joel Sherrill5-120/+0
* optman/Makefile.am, optman/preinstall.am: Merge GSOC project code to add simple device only filesystem (devfs), optionally completely drop out filesystem, and to clean up disabling newlib reentrancy support. This dropped 17K from the minimum.exe for sparc/sis and arm/rtl22xx_t now has a 15K code space. * optman/no-console.c, optman/no-filesystem.c, optman/no-libio.c: Removed.
2007-06-202007-06-20 Ray Xu <rayx@gmail.com>Joel Sherrill5-0/+120
* optman/Makefile.am, optman/preinstall.am: Add stubs for file system, console, and libio. This shrinks the memory requirements but Joel has not figured out how best to present this to application space. * optman/no-console.c, optman/no-filesystem.c, optman/no-libio.c: New files.
2007-05-292007-05-29 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-124/+0
* optman/sapi/no-io.c: Split IO Manager into one function per file so now we only need required initialization methods.
2007-05-292007-05-29 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-2/+1
* optman/sapi/no-io.c: Eliminate maximum_drivers configuration parameter since it was used to configure a no longer used feature. Device names are now part of the filesystem not in a table.
2007-05-092007-05-09 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill14-900/+34
* optman/Makefile.am, optman/preinstall.am, optman/rtems/no-dpmem.c, optman/rtems/no-event.c, optman/rtems/no-mp.c, optman/rtems/no-msg.c, optman/rtems/no-part.c, optman/rtems/no-region.c, optman/rtems/no-rtmon.c, optman/rtems/no-sem.c, optman/rtems/no-signal.c, optman/rtems/no-timer.c, optman/sapi/no-ext.c: Add optional manager stub for Barrier. Simplify other optional managers so using them reduces application size instead of increasing it. * optman/rtems/no-barrier.c: New file.
2007-02-06Use size_t for sizes.Ralf Corsepius1-6/+6
2007-01-08Regenerate.Ralf Corsepius1-1/+1
2006-12-132006-12-13 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-3/+0
PR 1181/bsps * optman/rtems/no-msg.c: Clean up dead code.
2006-01-12Regenerate.Ralf Corsepius1-0/+2
2006-01-12Remove all-local:.Ralf Corsepius1-2/+0
2006-01-12Regenerate.Ralf Corsepius1-2/+2
2006-01-12Cleanup.Ralf Corsepius1-3/+0
2006-01-12Regenerate.Ralf Corsepius1-0/+8
2006-01-12Cleanup.Ralf Corsepius1-1/+1
2006-01-082006-01-08 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-3/+3
* optman/sapi/no-io.c: Change rtems_io_register_name to take a const char *.
2005-08-152005-08-15 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-51/+3
* optman/Makefile.am: Add preinstall.am.
2005-08-15New.Ralf Corsepius1-0/+58
2005-02-042005-02-04 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-6/+6
* optman/rtems/no-sem.c: Semaphores are rtems_id not Object_id.
2005-01-072005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-12/+12
* libchip/Makefile.am, libnetworking/pppd/Makefile.am, libnetworking/rtems_servers/Makefile.am, libnetworking/rtems_telnetd/Makefile.am, librdbg/Makefile.am, optman/Makefile.am, support/Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
2005-01-022005-01-01 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-165/+50
* libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am support/Makefile.am, wrapup/Makefile.am: Remove build-variant support.
2004-04-15Remove stray white spaces.Ralf Corsepius1-1/+0
2004-04-092004-04-09 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius1-0/+2
* optman/Makefile.am: Set EXEEXT = <empty> (Work around to a bug in automake).
2004-04-022004-04-02 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius1-1/+1
* optman/rtems/no-region.c: Reflect having changed rtems_region_get_segment_size.
2004-03-312004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius10-41/+41
* optman/rtems/no-dpmem.c, optman/rtems/no-mp.c, optman/rtems/no-msg.c, optman/rtems/no-part.c, optman/rtems/no-region.c, optman/rtems/no-rtmon.c, optman/rtems/no-sem.c, optman/rtems/no-timer.c, optman/sapi/no-ext.c, optman/sapi/no-io.c: Convert to using c99 fixed size types.
2004-03-08Unused.Ralf Corsepius2-4/+0
2004-02-202004-02-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-2/+1
* libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am, wrapup/Makefile.am: Fix automake problems having been introduced in previous patch.
2004-02-192004-02-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-1/+2
* libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am: Preinstall dirs. * wrapup/Makefile.am: Preinstall dirs. Cosmetics. * aclocal/check-multiprocessing.m4: Cosmetics. * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT. * aclocal/project-root.m4: Remove obsolete comments. Remove PACKHEX.
2004-02-092004-02-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-1/+0
* libnetworking/pppd/Makefile.am, libnetworking/rtems_servers/Makefile.am, libnetworking/rtems_telnetd/Makefile.am, libnetworking/rtems_webserver/Makefile.am, optman/Makefile.am, support/Makefile.am: Don't include lib.am.
2004-01-232004-01-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-148/+0
* ChangeLog: Merge-in optman/ChangeLog. * optman/ChangeLog: Remove.
2004-01-23Cleanup ChangeLog.Ralf Corsepius1-35/+12
2004-01-21remove bogus ChangeLog entryRalf Corsepius1-3/+0
2004-01-212004-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-0/+3
2004-01-152004-01-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-47/+190
* Makefile.am: Use automake compilation rules.
2004-01-142004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-0/+10
* Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
2003-12-132003-12-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-39/+43
* Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2003-12-122003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-0/+8
* Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
2003-12-122003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-1/+4
* Makefile.am: Remove project_libdir.
2003-12-092003-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-16/+64
* Makefile.am: Add tmpinstall dirstamp support.
2003-12-022003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-5/+10
* Makefile.am: Add dependencies to $(ARCH)/$(dirstamp). Reformat.
2003-12-022003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-1/+5
* Makefile.am: Remove all-local: $(ARCH).
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