summaryrefslogtreecommitdiffstats
path: root/c/src/optman/sapi (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2002-07-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-07-231-3/+2
| | | | | | * sapi/Makefile.am: Add bsplib_DATA = $(PGMS). Remove ASM4FLAGS. * rtems/Makefile.am: Add bsplib_DATA = $(PGMS).
* 2002-06-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-06-151-2/+1
| | | | | | * Makefile.am: Remove multilib support. * configure.ac: Ditto. * sapi/Makefile.am: Ditto.
* 2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-03-281-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-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-01-041-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-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.
* 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.
* Merged from 4.5.0-beta3aJoel Sherrill2000-06-121-2/+1
|
* Patch rtems-rc-19991203-6.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1999-12-211-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
* Patch rtems-rc-19991117-16.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill1999-11-231-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
* Patch rtems-rc-19991117-11.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1999-11-231-0/+39
| | | | | 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-172-4/+2
|
* updated copyright to 1998Joel Sherrill1998-02-172-2/+2
|
* Fixed typo in the pointer to the license terms.Joel Sherrill1997-10-082-4/+4
|
* headers updated to reflect new style copyright notice as partJoel Sherrill1997-04-222-10/+10
| | | | 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-192-2/+59
|
* Changed io manager initialization routine to not be static.Joel Sherrill1996-02-211-0/+8
|
* posix support initially addedJoel Sherrill1995-09-262-4/+4
|
* The word "RTEMS" almost completely removed from the core.Joel Sherrill1995-09-112-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.
* Support for variable length names added to Object Handler. This supportsJoel Sherrill1995-08-231-2/+2
| | | | | | both fixed length "raw" names and strings from the API's point of view. Both inline and macro implementations were tested.
* 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-112-0/+144