Ralf Corsepius
b96254f8dd
Add doxygen preamble.
2004-11-21 07:42:11 +00:00
Joel Sherrill
2ba508b631
2003-09-04 Joel Sherrill <joel@OARcorp.com>
...
* include/confdefs.h, include/rtems/config.h,
include/rtems/extension.h, include/rtems/fatal.h,
include/rtems/init.h, include/rtems/io.h, include/rtems/mptables.h,
include/rtems/sptables.h, include/rtems/sptables.h.in,
inline/rtems/extension.inl, macros/rtems/extension.inl, src/debug.c,
src/exinit.c, src/extension.c, src/extensioncreate.c,
src/extensiondelete.c, src/extensionident.c, src/fatal.c, src/io.c,
src/itronapi.c, src/posixapi.c, src/rtemsapi.c: URL for license
changed.
2003-09-04 18:54:35 +00:00
Ralf Corsepius
d2c26e4bad
Merger from rtems-4-6-branch.
2003-03-11 08:10:00 +00:00
Ralf Corsepius
f117cafc8a
2002-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* include/Makefile.am: Remove.
* inline/Makefile.am: Remove.
* macros/Makefile.am: Remove.
* src/Makefile.am: Remove.
* Makefile.am: Merge-in removed Makefile.ams.
2002-12-09 07:29:18 +00:00
Ralf Corsepius
fed6210d43
2002-06-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* Include $(top_srcdir)/automake/*.am.
2002-06-17 09:27:44 +00:00
Joel Sherrill
ef7ceb4f5e
2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* Makefile.am: Remove AUTOMAKE_OPTIONS.
* include/Makefile.am: Remove AUTOMAKE_OPTIONS.
* inline/Makefile.am: Remove AUTOMAKE_OPTIONS.
* macros/Makefile.am: Remove AUTOMAKE_OPTIONS.
* src/Makefile.am: Remove AUTOMAKE_OPTIONS.
2002-03-28 00:45:40 +00:00
Joel Sherrill
a11e5d35cd
2001-10-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* include/rtems/Makefile.am: Remove.
* include/Makefile.am: Handle subdirs, require automake-1.5.
* inline/rtems/Makefile.am: Remove.
* inline/Makefile.am: Handle subdirs, require automake-1.5.
* macros/rtems/Makefile.am: Remove.
* Makefile.am: require automake-1.5.
2001-10-16 13:31:15 +00:00
Joel Sherrill
bf85b19188
Patch rtems-rc-4.5.0-13-cvs.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>.
...
adds .cvsignore.
2000-04-13 14:37:14 +00:00
Joel Sherrill
08311cc3a9
Updated copyright notice.
1999-11-17 17:51:34 +00:00
Joel Sherrill
811804fec8
Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to make fix bug
...
where wrapup left pieces out of the librtemsall.a.
1999-10-04 19:15:14 +00:00
Joel Sherrill
e1d8abbe28
Applied patch rtems-rc-19990820-6.diff.gz from
...
Ralf Corsepius <corsepiu@faw.uni-ulm.de > which converted many
Makefile.in's to Makefile.am's. This added a lot of files.
1999-09-07 13:45:03 +00:00
Joel Sherrill
60b791ada1
updated copyright to 1998
1998-02-17 23:46:28 +00:00
Joel Sherrill
98e4ebf594
Fixed typo in the pointer to the license terms.
1997-10-08 15:45:54 +00:00
Joel Sherrill
03f2154e51
headers updated to reflect new style copyright notice as part
...
of switching to the modified GNU GPL.
1997-04-22 17:20:27 +00:00
Joel Sherrill
503dc05890
switched from "STATIC INLINE" to "RTEMS_INLINE_ROUTINE"
1996-07-03 14:20:03 +00:00
Joel Sherrill
1a8fde6ca2
Removed prototyes for static inline routines and moved the comments into
...
the inline implementation. The impetus for this was twofold. First,
it is incorrect to have static inline prototypes when using the macro
implementation. Second, this reduced the number of lines in the include
files seen by rtems.h by about 2000 lines.
Next we restricted visibility for the inline routines to inside the
executive itself EXCEPT for a handful of objects. This reduced the
number of include files included by rtems.h by 40 files and reduced
the lines in the include files seen by rtems.h by about 6000 lines.
In total, these reduced the compile time of the entire RTEMS tree by 20%.
This results in about 8 minutes savings on the SparcStation 10 morgana.
1996-03-06 21:34:57 +00:00
Joel Sherrill
ac7d5ef06a
Initial revision
1995-05-11 17:39:37 +00:00