summaryrefslogtreecommitdiffstats
path: root/cpukit (unfollow)
Commit message (Collapse)AuthorFilesLines
2002-12-092002-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-5/+1
* wrapup/Makefile.am: Reflect changes to sapi/. * configure.ac: Reflect changes to sapi/.
2002-12-092002-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius6-112/+86
* include/Makefile.am: Remove. * inline/Makefile.am: Remove. * macros/Makefile.am: Remove. * src/Makefile.am: Remove. * Makefile.am: Merge-in removed Makefile.ams.
2002-12-092002-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-1/+5
* configure.ac: Add AC_SUBST(INLINEdir).
2002-12-092002-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius3-5/+6
* wrapup/Makefile.am: Reflect changes to rtems/. * configure.ac: Reflect changes to rtems/.
2002-12-092002-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius6-187/+160
* include/Makefile.am: Remove. * inline/Makefile.am: Remove. * macros/Makefile.am: Remove. * src/Makefile.am: Remove. * Makefile.am: Merge-in removed Makefile.ams.
2002-12-092002-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-2/+7
* wrapup/Makefile.am: Reflect changes to posix/. Reflect changes to itron/.
2002-12-092002-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius7-179/+150
* include/Makefile.am: Remove. * inline/Makefile.am: Remove. * macros/Makefile.am: Remove. * src/Makefile.am: Remove. * Makefile.am: Merge-in removed Makefile.ams. * configure.ac: Reflect changes above.
2002-12-092002-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius7-229/+198
* include/Makefile.am: Remove. * inline/Makefile.am: Remove. * macros/Makefile.am: Remove. * src/Makefile.am: Remove. * Makefile.am: Merge-in removed Makefile.ams. * configure.ac: Reflect changes above.
2002-12-062002-12-06 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-1/+7
* src/malloc.c: Fixed code that incorrected did a disable dispatch instead of locking and unlocking the allocator mutex.
2002-12-062002-12-06 Vladimir Nesic <vnesic@dkts.co.yu>Joel Sherrill3-17/+73
* inline/rtems/posix/cond.inl, macros/rtems/posix/cond.inl: Implemented PTHREAD_COND_INITIALIZER support. Vladimir implemented the inline version and Joel adapted it to the macro version.
2002-12-062002-12-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-7/+7
* automake/compile.am: Rework *FLAGS, AM_*FLAGS handling.
2002-12-062002-12-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius5-20/+27
* automake/multilib.am: Don't include @RTEMS_BSP@.cfg. * automake/compile.am: Remove hard-coded CFLAGS_PROFILE_V. Add autoconf-supplied CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CFLAGS_PROFILE_V. Hard-code RTEMS_CFLAGS_PROFILE = -pg * aclocal/prog-cc.m4: Sync with toplevel/aclocal/prog-cc.m4. Remove GCCSED. * aclocal/env-rtemsbsp.m4: Add AC_ARG_VAR for CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CFLAGS_PROFILE_V.
2002-12-062002-12-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius3-11/+55
* configure.ac: Add various checks to enhance portability. * src/termios.c: Reflect changes to configure.ac.
2002-12-062002-12-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-0/+15
* aclocal/rtems-flags.m4: New.
2002-12-032002-12-02 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-11/+27
* stackchk/check.c: Better handling of task name.
2002-12-022002-12-02 Joel Sherrill <joel@OARcorp.com>Joel Sherrill3-19/+24
* include/rtems/score/object.h, include/rtems/score/tod.h: Added casts to eliminate warnings on 16 bit targets like the h8300.
2002-12-022002-12-02 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-1/+6
* include/rtems/rtems/support.h: Added casts to eliminate warnings on 16 bit targets like the h8300.
2002-12-022002-12-02 Joel Sherrill <joel@OARcorp.com>Joel Sherrill6-11/+21
* include/rtems/posix/timer.h, src/keygetspecific.c, src/posixtimespecsubtract.c, src/ptimer1.c, src/semunlink.c: Added casts to eliminate warnings on 16-bit targets like the h8300.
2002-12-022002-12-02 Joel Sherrill <joel@OARcorp.com>Joel Sherrill3-15/+20
* src/dosfs/fat.h, src/dosfs/msdos.h: Added casts to remove warnings on 16 bit targets like the h8300.
2002-12-022002-12-02 Joel Sherrill <joel@OARcorp.com>Joel Sherrill3-1/+57
* include/rtems/libio.h: Internally use a union of an unsigned64 and major/minor device so we don't get into trouble shifting. The h8300 seemed to be impossible to remove warnings otherwise. Eventually the structure definition of a dev_t might be better anyway. * include/sys/ioccom.h: Added casts to remove warnings on 16 bit targets.
2002-12-022002-12-02 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-1/+5
* src/bdbuf.c: Added cast to remove warning.
2002-11-29Return error rather than panic if argument is unsupported.Eric Norum2-1/+11
2002-11-202002-11-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-5/+4
* automake/compile.am: Remove CFLAGS_DEBUG_OPTIMIZE_V (Unused).
2002-11-192002-11-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius8-4/+20
* configure.ac: Cosmetical fixes.
2002-11-192002-11-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius48-24/+120
* configure.ac: Fix package name.
2002-11-192002-11-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius3-26/+23
* aclocal/sysv-ipc.m4: Adaptation to autoconf-2.5x. * aclocal/check-newlib.m4: Sync with ../aclocal/check-newlib.m4.
2002-11-182002-11-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-310/+4
* include/rtems/libio.h: Remove.
2002-11-182002-11-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius3-4/+27
* configure.ac: Check for sys/cdefs.h, Add NEED_SYS_CDEFS_H. Add check for CHAR_BIT. * Makefile.am: Conditionally install sys/cdefs.h iff using newlib or if the host does not provide sys/cdefs.h (Fixes Linux/posix).
2002-11-182002-11-18 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-1/+5
* aclocal/version.m4: Updated to rtems-ss-20021118.
2002-11-182002-11-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius3-4/+17
* configure.ac: Remove -ansi -fasm. Add checks to diagnose potential system header conflicts. * Makefile.am: Unconditionally install sys/cdefs.h.
2002-11-182002-11-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius5-40/+54
* Makefile.am: Merge-in HEADER-handling from net/Makefile.am, netinet/Makefile.am, nfs/Makefile.am. * net/Makefile.am: Remove *_HEADERS. * netinet/Makefile.am: Remove *_HEADERS. * nfs/Makefile.am: Remove *_HEADERS.
2002-11-152002-11-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-3/+1
* aclocal/prog-cc.m4: Acknowledge configuration-time CFLAGS. * automake/compile.am: Acknowledge configuration-time CFLAGS. Remove CFLAGS_DEFAULT.
2002-11-152002-11-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius7-95/+71
* Makefile.am: Merge-in arpa/Makefile.am, machine/Makefile.am, sys/Makefile.am, vm/Makefile.am. Add . to SUBDIRS. * arpa/Makefile.am: Remove. * machine/Makefile.am: Remove. * sys/Makefile.am: Remove. * vm/Makefile.am: Remove. * configure.ac: Reflect changes above.
2002-11-152002-11-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-4/+16
* include/rtems/userenv.h: Rely upon <limits.h> for _POSIX_LOGIN_NAME_MAX.
2002-11-152002-11-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-0/+5
* src/diskdevs.c: Include <unistd.h> to remove warning.
2002-11-152002-11-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-1/+7
* aclocal/prog-cc.m4: Acknowledge configuration-time CFLAGS. * automake/compile.am: Acknowledge configuration-time CFLAGS. Remove CFLAGS_DEFAULT.
2002-11-152002-11-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-1/+8
* monitor/mon-commands.c: Removed warnings for RTEMS_UNIX.
2002-11-142002-11-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-1/+5
* macros/rtems/score/object.inl: Keep consistent with inline version.
2002-11-142002-11-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius7-7/+34
* capture/Makefile.am: Remove AUTOMAKE_OPTIONS. * serdbg/Makefile.am: Remove AUTOMAKE_OPTIONS. * serdbg/serdbgio.c: Add #include <unistd.h>. * shell/Makefile.am: Add RTEMS_LIBSHELL conditional. * wrapup/Makefile.am: Add RTEMS_LIBSHELL conditional. * configure.ac: Check for stdio assignments. Add RTEMS_LIBSHELL conditional.
2002-11-132002-11-13 Paul Whitfield <paulw@microsol.iinet.net.au>Joel Sherrill2-1/+6
* src/regionreturnsegment.c: When RTEMS_REGION_SHRED_ON_FREE is set, there should have been an & in front of size.
2002-11-122002-11-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius3-2/+23
* configure.ac: Generate unixsize.h on the fly, filter out autoconf-2.53 PACKAGE crap. * rtems/score/.cvsignore: unixsize*
2002-11-112002-11-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-0/+4
* aclocal/version.m4: Updated to rtems-ss-20021111.
2002-11-112002-11-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-1/+5
* aclocal/version.m4: Updated to rtems-ss-20021111.
2002-11-112002-11-07 <strauman@slac.stanford.edu>Joel Sherrill2-1/+5
* src/mount.c: Per PR297, correct fs_mountme failure paths.
2002-11-102002-11-06 Chris Johns <ccj@acm.org>Chris Johns1-0/+4
* sys/select.h: Add C++ to C external.
2002-11-09Need to be extern C for use by C++.Chris Johns1-0/+8
2002-11-072002-11-07 <strauman@slac.stanford.edu>Jennifer Averett1-5/+12
* src/mount.c: Per PR297, correct fs_mountme failure paths.
2002-11-062002-11-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2-0/+11
* rtems/score/cpu.h: Add prototype of H8BD_Install_IRQ to eliminate warning.
2002-11-062002-11-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius4-78/+55
* rtems/new-exceptions/cpu.h: Remove sections on CPU_INLINE_ENABLE_DISPATCH and CPU_UNROLL_ENQUEUE_PRIORITY. * rtems/old-exceptions/cpu.h: Remove sections on CPU_INLINE_ENABLE_DISPATCH and CPU_UNROLL_ENQUEUE_PRIORITY. * rtems/score/cpu.h: Insert sections on CPU_INLINE_ENABLE_DISPATCH and CPU_UNROLL_ENQUEUE_PRIORITY.
2002-11-052002-10-30 Eric Norum <eric.norum@usask.ca>Joel Sherrill2-2/+6
* src/psignal.c: Fix counting problem which resulted in too many entries being in the POSIX signals default behavior table.