summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 2002-06-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-06-142-1/+8
| | | | | * startup/linkcmds: Fixed typo and added gnu.linkonce.t and gnu.linkonce.r sections.
* 2002-06-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-06-142-1/+4
| | | | * startup/linkcmds: Fixed typo.
* 2002-06-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-06-142-1/+5
| | | | * project.am: Use PATH_SEPARATOR to setup TEXINPUTS.
* 2002-05-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-05-304-14/+16
| | | | | | | * configure.ac: Remove RTEMS_CHECK_POSIX_API. Remove RTEMS_ENABLE_POSIX. Remove RTEMS_CHECK_CUSTOM_BSP. Remove RTEMS_ENABLE_POSIX.
* 2002-05-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-05-303-17/+6
| | | | | * Makefile.am: Remove headers. Remove CHANGELOG. * configure.ac: Use AC_CONFIG_SRCDIR([pppd]).
* 2002-05-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-05-296-10/+98
| | | | | * configure.ac: Add libnetworking. * wrapup/Makefile.am: Ditto.
* 2002-05-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-05-2930-106/+126
| | | | | | | | | | | | | | | | | | Relocate c/src/libnetworking. * Makefile.am: Reflect moval. * machine/Makefile.am: Ditto. * net/Makefile.am: Ditto. * lib/Makefile.am: Ditto. * netinet/Makefile.am: Ditto. * vm/Makefile.am: Ditto. * libc/Makefile.am: Ditto. * sys/Makefile.am: Ditto. * arpa/Makefile.am: Ditto. * nfs/Makefile.am: Ditto. * kern/Makefile.am: Ditto. * rtems/Makefile.am: Ditto. * configure.ac: Dittp. * wrapup/Makefile.am: Ditto. Remove references to networking apps.
* 2002-05-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-05-292-1/+5
| | | | * Makefile.am: Reflect moving libnetworking. Use libnetapps instead.
* 2002-05-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-05-29265-75145/+11
| | | | | | | Move networking libraries to c/src/exec/libnetworking * configure.ac: Reflect Moval. * Makefile.am: Reflect Moval. * wrapup/Makefile.am: Reflect Moval.
* 2001-05-29 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-05-293-2/+6
| | | | | * setup.def: Updated to binutils 2.12.1. * rtems/Makefile.am: Remove m68k-rtemself references.
* 2001-05-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-05-281-0/+5
| | | | * ChangeLog: Corrected spacing.
* 2001-05-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-05-282-1/+6
| | | | | * Per PR31, moved mvme16x_hw.h to shared/mvme. * include/Makefile.am: Modified to reflect movement.
* 2001-05-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-05-283-266/+9
| | | | | | * Per PR31, moved mvme16x_hw.h to shared/mvme. * include/Makefile.am: Modified to reflect movement. * include/mvme16x_hw.h: Moved to shared/mvme.
* 2002-05-28 Chris Johns <ccj@acm.org>Joel Sherrill2002-05-284-2/+12
| | | | | * rtems/score/m68k.h: Per PR227, mc68060 does not require FPSP since it is now multilib'ed.
* 2002-05-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-05-2890-16227/+0
| | | | * libblock, libfs moved to src/exec for multilib'ing.
* 2002-05-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-05-281-0/+4
| | | | * Makefile.am: Remove libblock, libfs.
* 2002-05-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-05-283-4/+4
| | | | * configure.ac: Remove CONFIG_SUBIDIRS libblock, libfs.
* 2002-05-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-05-286-2/+34
| | | | | * configure.ac: Add libblock. Add libfs. Add AM_CONDITIONAL(UNIX). * wrapup/Makefile.am: Add libblock, libfs/dosfs, libfs/imfs.
* 2002-05-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-05-2814-44/+60
| | | | | | | | | | Move from c/src/libfs to c/src/exec/libfs * configure.ac: Reflect move. * Makefile.am: Ditto. * src/Makefile.am: Ditto. * src/dosfs/Makefile.am: Ditto. * src/imfs/Makefile.am: Ditto. * wrapup/Makefile.am: Ditto.
* 2002-05-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-05-289-25/+37
| | | | | | | | Move from c/src/libblock to c/src/exec/libblock * configure.ac: Reflect move. * Makefile.am: Ditto. * include/Makefile.am: Ditto. * src/Makefile.am: Ditto.
* 2002-05-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-05-285-2/+14
| | | | * rtems_telnetd/pty.c: Remove bsp.h. Include <rtems/bspIo.h>.
* 2002-05-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-05-282-2/+6
| | | | * aclocal/version.m4: Updated to rtems-ss-20020528.
* 2001-05-24 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-05-244-0/+20
| | | | * src/.cvsignore: New file.
* 2002-05-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-05-246-4/+10
| | | | * coinfigure.ac, Makefile.am: Remove references to rootfs.
* 2002-05-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-05-17139-13448/+4
| | | | * configure.ac: Remove lib.
* 2002-05-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-05-171-0/+4
| | | | * Makefile.am: Remove libcsupport.
* 2002-05-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-05-171-1/+0
| | | | * Makefile.am: Remove libblock, libfs.
* 2002-05-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-05-176-2/+20
| | | | | * configure.ac: Add libcsupport. * wrapup/Makefile.am: Ditto.
* 2002-05-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-05-177-34/+29
| | | | | | | Relocate libcsupport from c/src/lib to c/src/exec/libcsupport. * configure.ac: Use ENV_RTEMSCPU. Reflect changed paths. * Makefile.am: Reflect changed paths. * src/Makefile.am: Reflect changed paths.
* 2002-05-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-05-1710-473/+18
| | | | | | | | | * rootfs/.cvsignore: Remove. * rootfs/Makefile.am: Remove. * rootfs/mkrootfs.h: Remove. * rootfs/mkrootfs.c: Remove. * configure.ac: Remove rootfs and NETWORKING macros. * wrapup/Makefile.am: Remove rootfs and HAS_NETWORKING.
* 2002-05-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-05-176-15/+27
| | | | | | * rtems/mkrootfs.c: Add (relocated from libmisc/rootfs). * rtems/mkrootfs.h: Ditto. * rtems/Makefile.am: Reflect changes above.
* 2001-05-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-05-174-2/+12
| | | | | * sp21/task1.c (INVALID_DRIVER_MAJOR): Change definition to reflect number of staticly configured device drivers.
* 2001-05-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-05-173-3/+8
| | | | | * mpc6xx/exceptions/raw_exception.c, pc6xx/mmu/pte121.c: Modified slightly to reflect recent PowerPC re-organization and avoid warnings.
* 2001-05-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-05-174-6/+90
| | | | | | * 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.
* 2001-05-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-05-172-1/+5
| | | | * startup/linkcmds: Per PR224, added wild card math to .rodata.
* 2001-05-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-05-174-0/+42
| | | | | * macros/rtems/score/thread..inl: Implemented missing routines for new libc reentrancy support.
* 2001-05-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-05-174-20/+68
| | | | | * macros/rtems/posix/mqueue.inl: Implemented missing routines to support message queue FDs.
* 2001-05-15 Till Straumann <strauman@slac.stanford.edu>Joel Sherrill2002-05-153-0/+1026
| | | | | * mpc6xx/mmu/pte121.c, mpc6xx/mmu/pte121.h: New files. Missed in merge of PR213.
* 2002-06-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-05-158-37/+90
| | | | | | | | | | | * mkgcc3newlibspec.in: Remove SETUP (bogus). * gcc3newlib/target-c++.add: New. * gcc3newlib/Makefile.am: Add target-c++.add. * gcc3newlib/base-g77.add: Adapt to gcc-3.1. Reflect having split out c++. Various minor fixes. * gcc3newlib/base-gcc.add: Ditto. * gcc3newlib/gccnewlib.add: Ditto. * gcc3newlib/target-gcc.add: Ditto.
* 2002-05-16 Chris Johns <ccj@acm.org>Joel Sherrill2002-05-1522-6/+8412
| | | | | | | | | * Per PR194, added the Capture engine. * capture/Makefile.am, capture/README, capture/capture-cli.c, capture/capture-cli.h, capture/capture.c, capture/capture.h, capture/.cvsignore: New files. * Makefile.am, configure.ac, wrapup/Makefile.am: Modified to reflect addition.
* 2002-05-15 Chris Johns <ccj@acm.org>Joel Sherrill2002-05-154-105/+26
| | | | | | | | * 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.
* 2002-05-15 Chris Johns <ccj@acm.org>Joel Sherrill2002-05-1510-0/+126
| | | | | | | | | * 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.
* 2001-05-15 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-05-154-0/+365
| | | | | | * src/i386/any/remdeb_svc.c, src/m68k/any/remdeb_svc.c, src/powerpc/new_exception_processing/remdeb_svc.c: Readding as I accidentally deleted the incorrectly empty versions.
* 2002-05-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-05-154-2/+24
| | | | * Makefile.am: Add preinstall-stamp.
* 2001-05-15 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-05-153-4/+11
| | | | | * libc/Makefile.am: envlock.c should only be built for embedded targets using newlib.
* 2001-05-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-05-142-2/+6
| | | | * shared/include/cpuIdent.c: Account for duplicate numbers.
* 2001-05-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-05-146-20/+24
| | | | | * dummy/Makefile.am, wrapup/Makefile.am: Fixed to generate a library of the same name.
* 2002-05-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-05-143-12/+15
| | | | | | | | | * include/Makefile.am: Remove. * include/sys/utsname.h: Added, removed times (now in newlib). * Makefile.am: Merge include/Makefile.am * libc/utsname.c: Relocated from posix/src. * libc/Makefile.am: Reflect changes above. * configure.ac: Remove include/Makefile
* 2001-05-14 Till Straumann <strauman@slac.stanford.edu>Joel Sherrill2002-05-146-2/+259
| | | | | | | * 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.
* 2002-05-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-05-1410-95/+262
| | | | | | | | | | | * include/Makefile.am: Remove. * include/sys/utsname.h: Added, removed times (now in newlib). * Makefile.am: Merge include/Makefile.am * libc/utsname.c: Relocated from posix/src. * libc/Makefile.am: Reflect changes above. * configure.ac: Remove include/Makefile