* Makefile.am: Include $(top_srcdir)/automake/*.am.
Use aclocal.
* sapi/include/Makefile.am: Include $(top_srcdir)/automake/*.am.
* sapi/Makefile.am: Include $(top_srcdir)/automake/*.am.
* sapi/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
* sapi/macros/Makefile.am: Include $(top_srcdir)/automake/*.am.
* sapi/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
* score/include/Makefile.am: Include $(top_srcdir)/automake/*.am.
* score/Makefile.am: Include $(top_srcdir)/automake/*.am.
* score/cpu/Makefile.am: Include $(top_srcdir)/automake/*.am.
* score/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
* score/macros/Makefile.am: Include $(top_srcdir)/automake/*.am.
* score/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
* wrapup/Makefile.am: Include $(top_srcdir)/automake/*.am.
* include/Makefile.am: Include $(top_srcdir)/automake/*.am.
* rtems/include/Makefile.am: Include $(top_srcdir)/automake/*.am.
* rtems/Makefile.am: Include $(top_srcdir)/automake/*.am.
* rtems/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
* rtems/macros/Makefile.am: Include $(top_srcdir)/automake/*.am.
* rtems/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
* arpa/Makefile.am: Include $(top_srcdir)/../automake/*.am.
* kern/Makefile.am: Include $(top_srcdir)/../automake/*.am.
* Makefile.am: Include $(top_srcdir)/../automake/*.am.
Use ../aclocal.
* lib/Makefile.am: Include $(top_srcdir)/../automake/*.am.
* libc/Makefile.am: Include $(top_srcdir)/../automake/*.am.
* machine/Makefile.am: Include $(top_srcdir)/../automake/*.am.
* net/Makefile.am: Include $(top_srcdir)/../automake/*.am.
* netinet/Makefile.am: Include $(top_srcdir)/../automake/*.am.
* nfs/Makefile.am: Include $(top_srcdir)/../automake/*.am.
* rtems/Makefile.am: Include $(top_srcdir)/../automake/*.am.
* sys/Makefile.am: Include $(top_srcdir)/../automake/*.am.
* vm/Makefile.am: Include $(top_srcdir)/../automake/*.am.
* wrapup/Makefile.am: Include $(top_srcdir)/../automake/*.am.
* src/dosfs/Makefile.am: Include $(top_srcdir)/../automake/*.am.
* src/Makefile.am: Include $(top_srcdir)/../automake/*.am.
* src/imfs/Makefile.am: Include $(top_srcdir)/../automake/*.am.
* Makefile.am: Include $(top_srcdir)/../automake/*.am.
Use ../aclocal.
* wrapup/Makefile.am: Include $(top_srcdir)/../automake/*.am.
* include/Makefile.am: Include $(top_srcdir)/../automake/*.am.
* Makefile.am: Include $(top_srcdir)/../automake/*.am.
Use ../aclocal.
* src/Makefile.am: Include $(top_srcdir)/../automake/*.am.
* include/Makefile.am: Include $(top_srcdir)/../automake/*.am.
* Makefile.am: Include $(top_srcdir)/../automake/*.am.
Use ../aclocal.
* inline/Makefile.am: Include $(top_srcdir)/../automake/*.am.
* macros/Makefile.am: Include $(top_srcdir)/../automake/*.am.
* src/Makefile.am: Include $(top_srcdir)/../automake/*.am.
* automake/compile.am: Copied over from automake/.
* automake/lib.am: Copied over from automake/.
* automake/local.am: Copied over from automake/.
* automake/multilib.am: Copied over from automake/.
* automake/subdirs.am: Copied over from automake/.
* Makefile.am: Add automake/*.am.
* libc/envlock.c: Implemented code to let newlib's envlock share
the libio open/close mutex. Since both should be lightly used,
this should not lead to problems and saves resources.
* libc/newlibc.c: Per PR141, move the C library re-enterrant
support directly into the thread dispatch code. RTEMS needs
libc and so requiring libc to use a user extension with its
overhead is not the best solution. This patch lowers the
overhead to 2 pointer moves.
* include/rtems/score/thread.h, inline/rtems/score/thread.inl,
src/threaddispatch.c, src/threadinitialize.c:
Move the C library re-enterrant support directly into
the thread dispatch code. RTEMS needs libc and so requiring
libc to use a user extension with its overhead is not the best
solution. This patch lowers the overhead to 2 pointer moves.
* Per PR212, added envlock support for newlib. This is used
by at least getenv()/putenv() to avoid race conditions.
* libc/envlock.c: New file.
* libc/Makefile.am: Modified to reflect above.
* include/sys/ioctl.h: Relocated from libnetworking/sys.
* include/sys/filio.h: Relocated from libnetworking/sys.
* include/sys/sockio.h: Relocated from libnetworking/sys.
* include/Makefile.am: Reflect changes above.
* configure.ac: Take out *NETWORKING*.