summaryrefslogtreecommitdiffstats
path: root/c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Split from console.c to eliminate dependencies.Joel Sherrill1999-11-302-0/+122
|
* Corrected so they would compile with POSIX disabled.Joel Sherrill1999-11-304-4/+6
|
* Patch rtems-rc-19991123-rc-0.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1999-11-2942-601/+3112
| | | | | | | | | | | | | | | | | | | | | | | which (among other things) converted the mptests to automake. SUB_DIRS was used instead of SUBDIRS in some Makefile.ins (apparently a leftover from moving the start* directories) Addtional major bugs: * psxtests/include was empty (incomplete psxtests changes). * bogus handling of *.scn in itrontests (screens/sptests vs. screens/itrontests installation dirs) In addition I have added a few more changes (I couldn't resist) * automake support for itrontests * OPERATION_COUNT support in tmitrontests/ * automake support for tmitrontests * automake suppport for mptests * Some (minor) corrections to several configure.in/Makefile.ams => c/src/tests/ is completly under automake control, now. => we could start to sort out the structural issues with c/src/tests (tests/support, stubdr, tools, get "make dist" working)
* Made sure POSIX would build with MP enabled.Joel Sherrill1999-11-297-10/+127
|
* Fixed spacing.Joel Sherrill1999-11-292-2/+2
|
* Patch rtems-rc-19991123-rc-0.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1999-11-2482-2456/+1794
| | | | which (among other things) converted the mptests to automake.
* Readding files mistakenly removed.Joel Sherrill1999-11-2340-0/+2289
|
* Patch rtems-rc-19991117-16.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill1999-11-238-7/+17
| | | | | | | * 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
* Readding Makefile.in's accidentally removed.Joel Sherrill1999-11-231-0/+33
|
* *** empty log message ***Joel Sherrill1999-11-231-27/+21
|
* Moved pmacros.h to include not support/include.Joel Sherrill1999-11-2321-119/+21
|
* Patch rtems-rc-19991117-15.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1999-11-234-132/+75
| | | | to convert the tests/support directory from Makefile.in to Makefile.am.
* Missed in previous automake conversion patches from Ralf CorsepiusJoel Sherrill1999-11-239-0/+408
| | | | <corsepiu@faw.uni-ulm.de>.
* Miscellaneous patches from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1999-11-2318-217/+1216
| | | | | that are part of the Makefile.am conversion effort but were missed in the previous commits.
* Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1999-11-238-18/+13
| | | | to convert the libmisc directory from Makefile.in to Makefile.am.
* Added clock06.c to the compile list.Joel Sherrill1999-11-231-4/+2
|
* Files only used by psxfile01, so moved there.Joel Sherrill1999-11-235-10/+1
|
* Test psxfile02 unused and removed.Joel Sherrill1999-11-232-4/+1
|
* Unused and removed.Joel Sherrill1999-11-234-119/+0
|
* Patch rtems-rc-19991117-14.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1999-11-2356-2012/+1082
| | | | to convert the psxtests directory from Makefile.in to Makefile.am.
* Patch rtems-rc-19991117-12.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1999-11-231-0/+23
| | | | to convert the libtests directory from Makefile.in to Makefile.am.
* Patch rtems-rc-19991117-13.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1999-11-2318-588/+359
| | | | to convert the libtests directory from Makefile.in to Makefile.am.
* Patch rtems-rc-19991117-12.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1999-11-2363-2297/+1397
| | | | to convert the tmtests directory from Makefile.in to Makefile.am.
* Patch rtems-rc-19991117-11.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1999-11-2376-3216/+755
| | | | | to convert the libc directory to automake and "dozens of small fixes for Makefile.ins/configure.ins below c/src/lib."
* Patch rtems-rc-19991117-9.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1999-11-22236-535/+709
| | | | | to convert the libc directory to automake and "dozens of small fixes for Makefile.ins/configure.ins below c/src/lib."
* Patch rtems-rc-19991117-8.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1999-11-2239-39/+2
| | | | to fix some minor bugs in the conversion to automake.
* Patch rtems-rc-19991117-7.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1999-11-2221-711/+464
| | | | to convert the sample tests to automake.
* Converted to automake.Joel Sherrill1999-11-2259-2995/+1120
|
* Now replaced by an automake file.Joel Sherrill1999-11-221-360/+0
|
* Corrected.Joel Sherrill1999-11-221-5/+1
|
* Added ifndef around build_time so pmacros.h and tmacros.h could be includedJoel Sherrill1999-11-221-0/+2
| | | | by the same application.
* tmitrontests directory listed twice.Joel Sherrill1999-11-221-1/+1
|
* Fixed dispatching and cleaned up code.Jennifer Averett1999-11-222-30/+14
|
* + Corrected enable/disable of dispatch.Jennifer Averett1999-11-221-23/+31
| | | | + Cleaned up code.
* + Updated comments.Jennifer Averett1999-11-221-9/+20
| | | | + Corrected enable/disable of dispatch.
* + Corrected bug in error check.Jennifer Averett1999-11-221-2/+1
|
* + Added description of routine to comment.Jennifer Averett1999-11-221-0/+4
|
* + Corrected error processing code.Jennifer Averett1999-11-221-14/+15
|
* + Added checks for NULL and NULL string names (for sem_open & sem_unlink).Jennifer Averett1999-11-221-1/+7
|
* + Cleaned up comments.Jennifer Averett1999-11-221-6/+16
|
* + Corrected error messages.Jennifer Averett1999-11-221-30/+80
| | | | | | | | + Added tests for sem_open, sem_close, and sem_unlink. + Yellow lined sem_open, sem_close, sem_unlink, _POSIX_Semaphore_Delete, _POSIX_Semaphore_Name_to_id, and _POSIX_Semaphore_Create_support. Except for MP, pshared OBJECT_REMOTE, and out of memory paths.
* Added ifndef around build_time macro so tmacros.h and pmacros.hJoel Sherrill1999-11-222-0/+4
| | | | can be included from the same file.
* Use PGM consistently.Joel Sherrill1999-11-222-3/+3
|
* Made it agree on PGM versus PGM/PGMS.Joel Sherrill1999-11-223-3/+3
|
* Changed name of W, X, and Y macros for fields in the ClockJoel Sherrill1999-11-221-9/+9
| | | | Synthesizer Control Register to remove use of single letter names.
* Adding files missed by earlier merger of SH-2.Joel Sherrill1999-11-221-0/+153
|
* Added files missed by previous merger of SH-2 port.Joel Sherrill1999-11-225-0/+624
|
* Adding files not added as part of merger of SH2 port.Joel Sherrill1999-11-226-0/+1706
|
* Removed unneeded directory.Joel Sherrill1999-11-221-87/+0
|
* Patch rtems-rc-19991117-4.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill1999-11-22156-1100/+843
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | .. a major configuration cleanup ... major enhancement of automake support. ... and it contains a *major* breakthough: Automake support for libchip and libmisc *LEAF* directories. To implement this I have used several nasty tricks * The basical trick is to wrap an old Makefile.in's contents into a Makefile.am and still continue to use (i.e include) the old *.cfg files. * Replaced each INSTALL_IF_CHANGE and INSTALL_VARIANT with make dependencies * Add a gnu-make ifdef AUTOMAKE to main.cfg to avoid conflicts between automake and RTEMS make rules * Replaced each install:: and preinstall:: rule with make dependencies * Replaced SUB_DIRS with SUBDIRS in all Makefile.ins (Automake convention) * Removed each manually added autoconf substitution which automake performs automatically. This is not yet full automake support, because using the temporary installation directory, preinstallation in general and building variants are in contradiction to automake's basic working principles ... ... the new Makefile.ams work still somewhat clumsy ... nevertheless they work (quite well). WARNING: At first glance this patch is small, but * it affects the whole configuration system. * it opens the road to introducing automake to all Makefile.ins currently not being under automake control. JOEL> Does this remove or add any files? Both, all Makefile.ins below libchip and libmisc get replaced with Makefile.ams.