summaryrefslogtreecommitdiffstats
path: root/c/src/optman/sapi (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-12-082011-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-53/+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 Corsepius2-6/+3
2008-12-22Fix prototypes.Ralf Corsepius2-2/+5
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.
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 Sherrill1-39/+0
* 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.
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 *.
2004-03-312004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2-4/+4
* 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 Corsepius1-2/+0
2003-09-042003-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-2/+2
* 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-02-032003-02-03 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-13/+0
PR 338/filesystem * sapi/no-io.c: Side-effect of fixing reentrancy problem with rtems_io_lookup_name() (API change). Unused function removed.
2002-11-202002-11-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-16/+0
* 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 Corsepius1-19/+3
* rtems/Makefile.am: Reworked. * sapi/Makefile.am: Reworked. * rel.am: New.
2002-08-112002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-1/+1
* 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 Corsepius1-3/+2
* sapi/Makefile.am: Add bsplib_DATA = $(PGMS). Remove ASM4FLAGS. * rtems/Makefile.am: Add bsplib_DATA = $(PGMS).
2002-06-152002-06-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-2/+1
* Makefile.am: Remove multilib support. * configure.ac: Ditto. * sapi/Makefile.am: Ditto.
2002-03-282002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-1/+0
* 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-042002-01-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-0/+2
* 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
* 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.
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-06-12Merged from 4.5.0-beta3aJoel Sherrill1-2/+1
1999-12-21Patch rtems-rc-19991203-6.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-13/+8
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-11-23Patch rtems-rc-19991117-16.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill1-1/+1
* 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 Sherrill1-0/+39
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 Sherrill2-4/+2
1998-02-17updated copyright to 1998Joel Sherrill2-2/+2
1997-10-08Fixed typo in the pointer to the license terms.Joel Sherrill2-4/+4
1997-04-22headers updated to reflect new style copyright notice as partJoel Sherrill2-10/+10
of switching to the modified GNU GPL.
1997-01-28removed include of unnecessary include file.Joel Sherrill1-1/+0
1996-04-19modified to generate fatal error when an unconfigured directive is invoked.Joel Sherrill2-2/+59
1996-02-21Changed io manager initialization routine to not be static.Joel Sherrill1-0/+8
1995-09-26posix support initially addedJoel Sherrill2-4/+4
1995-09-11The word "RTEMS" almost completely removed from the core.Joel Sherrill2-15/+18
Configuration Table Template file added and all tests modified to use this. All gvar.h and conftbl.h files removed from test directories. Configuration parameter maximum_devices added. Core semaphore and mutex handlers added and RTEMS API Semaphore Manager updated to reflect this. Initialization sequence changed to invoke API specific initialization routines. Initialization tasks table now owned by RTEMS Tasks Manager. Added user extension for post-switch. Utilized user extensions to implement API specific functionality like signal dispatching. Added extensions to the System Initialization Thread so that an API can register a function to be invoked while the system is being initialized. These are largely equivalent to the pre-driver and post-driver hooks. Added the Modules file oar-go32_p5, modified oar-go32, and modified the file make/custom/go32.cfg to look at an environment varable which determines what CPU model is being used. All BSPs updated to reflect named devices and clock driver's IOCTL used by the Shared Memory Driver. Also merged clock isr into main file and removed ckisr.c where possible. Updated spsize to reflect new and moved variables. Makefiles for the executive source and include files updated to show break down of files into Core, RTEMS API, and Neither. Header and inline files installed into subdirectory based on whether logically in the Core or a part of the RTEMS API.
1995-08-23Support for variable length names added to Object Handler. This supportsJoel Sherrill1-2/+2
both fixed length "raw" names and strings from the API's point of view. Both inline and macro implementations were tested.
1995-08-17Numerous miscellaneous features incorporated from Tony BennettJoel Sherrill1-23/+23
(tbennett@divnc.com) including the following major additions: + variable length messages + named devices + debug monitor + association tables/variables