summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libmisc/monitor/mon-symbols.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cat /tmp/j | while read fJoel Sherrill1999-10-261-483/+0
| | | | | | do rpm -qi $f 2>&1 | grep -v "is not ins" done
* Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill1999-08-181-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Here is another fix, which addresses a few more or less severe bugs in configuration and unix/posix: * Configuration fix: c/src/lib/configure.in didn't handle RDBG correctly * Configuration fix: make depend was non-functional in c/src/lib/libc/Makefile.in * Configuration fix: stray comment removed from aclocal/target.m4 * RTEMS fix: termios support for unix/posix now uses the host's headers only (was completely broken). - Don't install RTEMS's newlib sys/termios.h for unix (sys/termios.h apparently is a newlib specific header) - To be able to compile RTEMS's termios.c with glibc2.1, glibc-2.1 needs __USE_MISC, which is a private define from gcc's features.h, being defined only when _BSD_SOURCE of _SVID_SOURCE is defined. RTEMS's termios apparently implements BSD, thus -D_BSD_SOURCE was added to Linux-posix.cfg. - Conflicting definitions for __USE_MISC and _BSD_SOURCE inside of RTEMS codes removed due to definition of _BSD_SOURCE on the toplevel. This fix has been tested with linux/posix (primary glibc2.1 native), linux/posix (secondary libc5 native), sh/gensh1, i386/pc386 and a couple of other bsp's/CPU. To apply: cd <srcdir> patch -p1 < rtems-rc-19990709-9.diff and aclocal -I aclocal && automake && autoconf cd c/src/lib; autoconf or ./autogen
* Corrected Linux port for glibc2Joel Sherrill1998-01-301-1/+2
|
* Solaris port updates from Chris JohnsJoel Sherrill1998-01-231-6/+6
|
* Removed warnings.Joel Sherrill1997-11-291-0/+5
|
* Fixed a number of warnings regarding comparisons between signed andJoel Sherrill1997-10-211-4/+4
| | | | unsigned numbers.
* Cleaned up as part of adding the Monitor test.Joel Sherrill1997-09-211-2/+2
|
* updates from Tony BennettJoel Sherrill1996-04-221-77/+67
|
* As part of reducing visibility into rtems and hiding the .inl filesJoel Sherrill1996-03-061-0/+1
| | | | | from the application code, this file required more visibility than is given by default to application code.
* all targets compile .. tony's patches in placeJoel Sherrill1995-09-291-4/+4
|
* Numerous miscellaneous features incorporated from Tony BennettJoel Sherrill1995-08-171-35/+198
| | | | | | | | | (tbennett@divnc.com) including the following major additions: + variable length messages + named devices + debug monitor + association tables/variables
* Ada95, gnat, go32Joel Sherrill1995-07-121-1/+1
|
* Initial revisionJoel Sherrill1995-05-111-0/+327