summaryrefslogtreecommitdiffstats
path: root/cpukit/configure.ac (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-03-162011-03-16 Jennifer Averett <jennifer.averett@OARcorp.com>Joel Sherrill1-0/+7
PR 1729/cpukit * configure.ac, sapi/include/confdefs.h, sapi/src/exinit.c, score/Makefile.am, score/preinstall.am, score/cpu/i386/rtems/score/cpu.h, score/cpu/sparc/cpu_asm.S, score/cpu/sparc/rtems/score/cpu.h, score/include/rtems/score/basedefs.h, score/include/rtems/score/context.h, score/include/rtems/score/percpu.h, score/src/percpu.c, score/src/thread.c, score/src/threadcreateidle.c: Add next step in SMP support. This adds an allocated array of the Per_CPU structures to support multiple cpus vs a single instance of the structure which is still used if SMP support is disabled. Configuration support is also added to explicitly enable or disable SMP. But SMP can only be enabled for the CPUs which will support it initially -- SPARC and i386. With the stub BSP support, a BSP can be run as a single core SMP system from an RTEMS data structure standpoint. * aclocal/check-smp.m4, aclocal/enable-smp.m4, score/include/rtems/bspsmp.h, score/include/rtems/score/smplock.h, score/src/smp.c, score/src/smplock.c: New files.
2011-03-022011-03-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-14/+6
* configure.ac: Rework checks for mandated headers tar.h, errno.h, sched.h, sys/cdefs.h, sys/queue.h.
2011-03-022011-03-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-6/+0
* configure.ac: Remove unused AM_CONDITIONAL([NEED_SYS_CDEFS_H]). Remove unused AM_CONDITIONAL([NEED_SYS_QUEUE_H]).
2011-02-252011-02-25 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-4/+5
* libcsupport/src/sleep_noposix.c: Remove. * libcsupport/Makefile.am: Reflect changes above. * posix/src/sleep.c, posix/src/usleep.c: Remove. * posix/Makefile.am: Reflect changes above. * configure.ac: Error out if libc doesn't provide sleep, usleep.
2011-02-252011-02-25 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-2/+2
* libcsupport/src/creat.c: Remove. * libcsupport/Makefile.am: Reflect changes above. * configure.ac: Error out if libc doesn't provide creat.
2011-02-252011-02-25 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-2/+6
* libcsupport/src/opendir.c, libcsupport/src/closedir.c, libcsupport/src/readdir.c, libcsupport/src/rewinddir.c, libcsupport/src/scandir.c, libcsupport/src/seekdir.c, libcsupport/src/telldir.c: Remove. * libcsuppport/Makefile.am: Reflect changes above. * configure.ac: Error out if libc doesn't provide opendir, closedir, readdir, rewinddir, scandir, seekdir, telldir.
2011-02-112011-02-10 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-1/+1
* configure.ac: Remove extraneous spaces.
2011-02-022011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-2/+2
* configure.ac: Require autoconf-2.68, automake-1.11.1.
2010-12-032010-12-03 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-1/+5
* configure.ac, posix/src/signal_2.c: sighandler_t is defined conditionally in some versions of newlib and unconditionally in others. Make sure we always compile.
2010-10-082010-10-08 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-4/+4
* configure.ac: pthread_attr* functions are in <pthread.h>, not in <pthreads.h>.
2010-10-042010-10-04 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-1/+0
* Makefile.am, configure.ac: Revert accident commit adding libdbm to build.
2010-10-042010-10-04 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-0/+1
* Makefile.am, configure.ac, posix/Makefile.am, posix/src/pthread.c: * posix/src/pthreadattrgetguardsize.c, posix/src/pthreadattrgetstack.c, posix/src/pthreadattrsetguardsize.c, posix/src/pthreadattrsetstack.c: New files.
2010-09-082010-09-08 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+6
* configure.ac: Add checks for pthread_attr_getguardsize, pthread_attr_setguardsize, pthread_attr_setstack, pthread_attr_getstack.
2010-08-032010-08-03 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-9/+16
* configure.ac: Apply RTEMS_CHECK_FUNC for set/get*id family of functions. Extend set/get*id family of checks.
2010-08-032010-08-03 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-1/+12
* configure.ac: Add checks for [get|set][e][uid,gid] family of functions.
2010-06-292010-06-29 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-4/+12
* configure.ac, score/include/rtems/score/percpu.h: Add __RTEMS_SIZEOF_VOID_P__ to cpuopts.h so percpu.h has this information available during build and after installation.
2010-06-292010-06-28 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-0/+3
PR 1573/cpukit * configure.ac, posix/src/killinfo.c, posix/src/psignalclearprocesssignals.c, posix/src/psignalsetprocesssignals.c, posix/src/psignalunblockthread.c, posix/src/pthreadcreate.c, posix/src/pthreadkill.c, posix/src/pthreadsigmask.c, rtems/src/signalsend.c, rtems/src/taskmode.c, score/Makefile.am, score/preinstall.am, score/include/rtems/system.h, score/include/rtems/score/context.h, score/include/rtems/score/isr.h, score/include/rtems/score/thread.h, score/src/isr.c, score/src/isrthreaddispatch.c, score/src/thread.c, score/src/threaddispatch.c, score/src/threadloadenv.c: Add a per cpu data structure which contains the information required by RTEMS for each CPU core. This encapsulates information such as thread executing, heir, idle and dispatch needed. * score/include/rtems/score/percpu.h, score/src/percpu.c: New files.
2010-06-17Remove itron.Ralf Corsepius1-9/+0
2010-06-152010-06-15 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-0/+1
PR 1561/cpukit * configure.ac, score/cpu/Makefile.am: Merge SPARC64 port.
2010-06-132010-06-13 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-9/+4
* include/rtems/tar.h, libcsupport/include/tar.h: Remove. * configure.ac: Require toolchain to provide tar.h. * libfs/src/imfs/imfs_load_tar.c, libmisc/untar/untar.h: Use <tar.h> instead of <rtems/tar.h>.
2010-06-112010-06-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-1/+0
* configure.ac: Remove c4x.
2010-06-092010-06-09 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-4/+0
* Makefile.am, configure.ac: Remove support for shttpd. * aclocal/enable-shttpd.m4: Remove.
2010-06-092010-06-09 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-4/+0
* Makefile.am, configure.ac: Remove support for httpd (GoAhead). * aclocal/enable-httpd.m4: Remove.
2010-05-292010-05-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+6
* libfs/src/nfsclient/src/dirutils.c: Add PRIomode_t, PRIdoff_t. * configure.ac: Add AC_CHECK_SIZEOF(mode_t), AC_CHECK_SIZEOF(off_t).
2010-05-012010-05-01 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-2/+2
* configure.ac: Add missing "&&".
2010-04-292010-04-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+6
* configure.ac: Add RTEMS_ENABLE_SHTTPD, RTEMS_ENABLE_HTTPD. Introduce AM_CONDITIONALS LIBHTTPD, LIBSHTTPD.
2010-04-122010-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-1/+5
* configure.ac: Check for sched.h.
2010-04-122010-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+4
* configure.ac: Check for WORD_BIT, LONG_BIT.
2010-04-122010-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+4
* configure.ac: Check for flockfile, funlockfile, ftrylockfile.
2009-12-04Eliminate AM_CONDITIONAL LIBPOSIX.Ralf Corsepius1-1/+0
2009-12-022009-12-02 Glenn Humphrey <glenn.humphrey@OARcorp.com>Glenn Humphrey1-0/+5
* configure.ac, libcsupport/src/__times.c, libmisc/cpuuse/cpuusagedata.c, libmisc/cpuuse/cpuusagereport.c, libmisc/cpuuse/cpuusagereset.c, rtems/include/rtems/rtems/ratemon.h, rtems/include/rtems/rtems/types.h, rtems/src/ratemongetstatistics.c, rtems/src/ratemongetstatus.c, rtems/src/ratemonperiod.c, rtems/src/ratemonreportstatistics.c, score/include/rtems/score/thread.h, score/src/threaddispatch.c, score/src/threadinitialize.c, score/src/threadtickletimeslice.c: Changed the configuration of statistics granularity to use just one define.
2009-11-172009-11-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+1
* configure.ac: Add mghttpd/Makefile.
2009-10-302009-10-30 Ralf Corsépius <ralf.corsepiu@rtems.org>Ralf Corsepius1-20/+2
* aclocal/gcc-sanity.m4: New. * configure.ac: Add RTEMS_CHECK_GCC_SANITY.
2009-10-222009-10-22 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-1/+1
* configure.ac: Remove -fasm.
2009-10-142009-10-14 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-1/+0
* configure.ac: Remove UNIX AM_CONDITIONAL.
2009-10-142009-10-14 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-10/+0
* configure.ac: Remove RTEMS_UNIX, RTEMS_UNIXLIB.
2009-10-14Remove some unix-specific checks.Ralf Corsepius1-4/+2
2009-10-14Remove unix-CPU_CONTEXT size checking.Ralf Corsepius1-5/+0
2009-10-14Remove unix-CPU_CONTEXT size checking.Ralf Corsepius1-17/+0
2009-10-14Remove enable-unixlib.Ralf Corsepius1-6/+0
2009-10-14Remove unix subdir.Ralf Corsepius1-1/+0
2009-07-102009-07-10 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-0/+6
* configure.ac, score/src/threadqenqueuepriority.c: Add RTEMS_DO_NOT_UNROLL_THREADQ_ENQUEUE_PRIORITY to give user ability to disable the loop in _Thread_queue_Enqueue_priority from being unrolled. This reduces code size and makes coverage analysis easier.
2009-04-152009-04-15 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-1/+2
* configure.ac: Disable LIBSHELL for unix targets.
2009-03-11Check for __assert().Ralf Corsepius1-0/+1
2009-03-10Check for creat().Ralf Corsepius1-0/+1
2008-12-302008-12-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-1/+1
* configure.ac: Require <errno.h>. Cleanup comments. Remove check for <sys/errno.h>.
2008-12-302008-12-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-5/+0
* configure.ac: Require <errno.h>. Cleanup comments. Remove check for <sys/errno.h>.
2008-12-302008-12-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-2/+6
* configure.ac: Require <errno.h>. Cleanup comments. Remove check for <sys/errno.h>.
2008-12-172008-12-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-8/+2
* configure.ac: Require stdint.h.
2008-12-052008-12-05 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-2/+9
* configure.ac: Check for functions in newlib.