summaryrefslogtreecommitdiffstats
path: root/c/src/optman/sapi/no-io.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2011-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-12-081-28/+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.
* Revert previous patch.Ralf Corsepius2008-12-221-5/+2
|
* Fix prototypes.Ralf Corsepius2008-12-221-1/+4
|
* 2008-12-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-12-171-6/+2
| | | | | | * 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-29 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-05-291-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-29 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-05-291-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.
* 2006-01-08 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-01-081-3/+3
| | | | | * optman/sapi/no-io.c: Change rtems_io_register_name to take a const char *.
* 2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-03-311-3/+3
| | | | | | | | | * 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.
* 2003-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-09-041-1/+1
| | | | | | | * 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-03 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-02-031-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.
* 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.
* Updated copyright notice.Joel Sherrill1999-11-171-2/+1
|
* updated copyright to 1998Joel Sherrill1998-02-171-1/+1
|
* Fixed typo in the pointer to the license terms.Joel Sherrill1997-10-081-2/+2
|
* headers updated to reflect new style copyright notice as partJoel Sherrill1997-04-221-5/+5
| | | | of switching to the modified GNU GPL.
* removed include of unnecessary include file.Joel Sherrill1997-01-281-1/+0
|
* modified to generate fatal error when an unconfigured directive is invoked.Joel Sherrill1996-04-191-2/+43
|
* Changed io manager initialization routine to not be static.Joel Sherrill1996-02-211-0/+8
|
* posix support initially addedJoel Sherrill1995-09-261-2/+2
|
* The word "RTEMS" almost completely removed from the core.Joel Sherrill1995-09-111-8/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* Numerous miscellaneous features incorporated from Tony BennettJoel Sherrill1995-08-171-23/+23
| | | | | | | | | (tbennett@divnc.com) including the following major additions: + variable length messages + named devices + debug monitor + association tables/variables
* Initial revisionJoel Sherrill1995-05-111-0/+95