summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 2003-10-22 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-10-222-4/+9
| | | | | PR 513/doc * started.texi: Rename to be non-language specific.
* 2003-10-22 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-10-223-4/+12
| | | | | | PR 512/core * src/tasks.c, src/taskvariabledelete.c: Run task variable destructor when task variable is deleted. Also some style cleanup.
* 2003-10-22 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-10-222-0/+54
| | | | | | PR 511/filesystem * src/malloc.c: Add deferred free and protect against C Program Heap operations while in a dispatch disable critical section or ISR.
* 2003-10-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2003-10-222-3/+10
| | | | | | | PR 509/filesystem * src/dosfs/fat.c: _fat_block_read and _fat_block_write return error codes instead of -1 in case of errors, as they are supposed to do according to the comments documenting these functions.
* 2003-10-22 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-10-222-17/+19
| | | | | | PR 440/filesystem * src/dosfs/fat_fat_operations.c: Improve write speed with FAT12 and FAT16 filesystems. Previously merged on 4.6 branch.
* 2003-10-22 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-10-228-0/+56
| | | | | PR 510/bsps * irq/irq.h: Add extern C wrapper.
* 2003-10-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-10-222-2/+6
| | | | | * aclocal/bsp-configure.m4: AC_PREREQ(2.57). Remove RTEMS_CANONICAL_HOST.
* 2003-10-22 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-10-221-1/+6
| | | | * ChangeLog: Correct line length.
* 2003-10-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-10-223-29/+17
| | | | | * aclocal/canonical-host.m4: Remove. * aclocal/canonical-target-name.m4: Merge-in aclocal/canonical-host.m4.
* 2003-10-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-10-2220-10/+44
| | | | * configure.ac: Remove RTEMS_CANONICAL_HOST.
* 2003-10-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-10-225-31/+32
| | | | | * aclocal/canonical-host.m4: Remove. * aclocal/canonical-target-name.m4: Merge-in aclocal/canonical-host.m4.
* 2003-10-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-10-224-2/+8
| | | | * configure.ac: Remove RTEMS_CANONICAL_HOST.
* 2003-10-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-10-2252-26/+104
| | | | * configure.ac: Remove RTEMS_CANONICAL_HOST.
* 2003-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-10-216-32/+14
| | | | | | | | | | * aclocal/check-posix.m4: Add m4-quotes. Require RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU. * aclocal/canonical-host.m4: Remove. * configure.ac: Remove RTEMS_CANONICAL_HOST. * aclocal/sysv-ipc.m4: Remove reference to RTEMS_CANONICAL_HOST. * aclocal/canonical-target-name.m4: Use AC_CANONICAL_HOST instead of AC_CANONICAL_TARGET. Use $host instead of $target.
* 2003-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-10-2128-28/+56
| | | | * configure.ac: Remove RTEMS_CANONICAL_HOST.
* 2003-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-10-217-25/+26
| | | | | | | | | | | | * aclocal/check-multiprocessing.m4: Add m4-quotes. Remove RTEMS_CHECK_CPU. * aclocal/check-itron.m4: Add m4-quotes. Require RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU. * aclocal/check-networking.m4: Add m4-quotes. Require RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU. * aclocal/check-cpu.m4: Remove. * aclocal/canonical-target-name.m4: Add m4-quotes. * configure.ac: Merge-in former aclocal/check-cpu.m4.
* 2003-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-10-2128-14/+56
| | | | * configure.ac: Remove RTEMS_CHECK_CPU.
* 2003-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-10-213-2/+8
| | | | | | * src/coremsgseize.c, src/coremsgsubmit.c: Remove unnecessary typecasts in assignments to thread->Wait.return_argument.
* 2003-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-10-212-1/+4
| | | | * configure.ac: Remove RTEMS_CHECK_CPU.
* 2003-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-10-213-19/+15
| | | | | * aclocal/check-cpu.m4: Remove. * configure.ac: Merge-in former aclocal/check-cpu.m4.
* 2003-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-10-213-3/+8
| | | | | | * configure.ac: Remove RTEMS_CHECK_CPU. * aclocal/check-itron.m4: Add m4-quotes. Require RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
* 2003-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-10-212-1/+4
| | | | * configure.ac: Remove RTEMS_CHECK_CPU.
* 2003-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-10-217-9/+22
| | | | | | | | | | | | | | * aclocal/canonical-target-name.m4: Add m4-quotes. * aclocal/check-cxx.m4: Add m4-quotes. Don't require RTEMS_CHECK_CPU. * aclocal/check-multiprocessing.m4: Add m4-quotes. Require RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU. * aclocal/check-networking.m4: Add m4-quotes. Require RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU. * aclocal/check-posix.m4: Add m4-quotes. Require RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU. * aclocal/check-rdbg.m4: Add m4-quotes. Require RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
* 2003-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-10-2130-14/+64
| | | | * configure.ac: Remove RTEMS_CHECK_CPU.
* 2003-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-10-215-4/+10
| | | | | | * src/cancelrun.c, src/pthreadexit.c, src/pthreadjoin.c, src/sigtimedwait.c: Remove unnecessary typecasts in assignments to thread->Wait.return_argument.
* 2003-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-10-212-0/+5
| | | | * src/dosfs/Makefile.am: noinst_HEADERS += fat.h
* 2003-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-10-212-2/+7
| | | | | * src/dosfs/msdos_file.c (msdos_file_read, msdos_file_write): Use '0' as initial value for ret instead of RC_OK.
* 2003-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-10-212-9/+5
| | | | | * src/dosfs/msdos_conv.c: Remove isupper, islower, toupper, tolower (Unused).
* 2003-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-10-212-1/+4
| | | | * network/open_eth.c: Remove #define OPEN_ETH_SUPPORTED (Unused).
* 2003-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-10-212-16/+20
| | | | * capture/capture-cli.c: Reflect new rtems_monitor_command_arg_t.
* 2003-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-10-213-3/+8
| | | | | | | * src/rpc/Makefile.am: Remove __P from AM_CPPFLAGS. Rely on sys/cdefs.h providing it. * src/xdr/Makefile.am: Remove __P from AM_CPPFLAGS. Rely on sys/cdefs.h providing it.
* 2003-10-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-10-205-42/+10
| | | | | * aclocal/check-multiprocessing.m4: Don't require RTEMS_BSP_ALIAS. * aclocal/bsp_alias.m4: Remove.
* 2003-10-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-10-201-0/+9
| | | | * ChangeLog: Add (missed in previous commits).
* 2003-10-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-10-202-1/+4
| | | | * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
* 2003-10-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-10-202-2/+5
| | | | * acinclude.m4: Reflect changes to bootstrap.
* 2003-10-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-10-203-3/+6
| | | | | * acinclude.m4: Reflect changes to bootstrap. * configure.ac: Remove RTEMS_CHECK_CUSTON_BSP.
* 2003-10-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-10-203-41/+5
| | | | | * aclocal/check-multiprocessing.m4: Remove RTEMS_BSP_ALIAS. * aclocal/bsp-alias.m4: Remove.
* 2003-10-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-10-2036-36/+72
| | | | | * acinclude.m4: Reflect changes to bootstrap. * configure.ac: Remove RTEMS_CHECK_CUSTON_BSP.
* 2003-10-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-10-202-2/+6
| | | | | * bootstrap: Use $RTEMS_BSP_FAMILY instead of RTEMS_BSP_ALIAS in c/src/lib/libbsp/*/acinclude.m4.
* 2003-10-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-10-192-2/+8
| | | | * configure.ac: Make presence of tests/ optional.
* 2003-10-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-10-172-12/+4
| | | | * aclocal/path-perl.m4: Remove (Unused).
* 2003-10-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-10-172-1/+6
| | | | | * configure.ac: Use AC_PATH_PROG(PERL,perl) instead of RTEMS_PATH_PERL.
* 2003-10-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-10-172-1/+4
| | | | * configure.ac: Remove RTEMS_PATH_PERL (Unused).
* 2003-10-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-10-173-6/+18
| | | | | | | * configure.ac: Check for sys/cdefs.h. * aclocal/env-rtems-cpu.m4: Add project_includedir. Deprecate PROJECT_INCLUDE. Change project_includedir to $(PROJECT_ROOT)/include for multilibs.
* 2003-10-13 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-10-133-7/+25
| | | | | * src/cleanuppop.c, src/cleanuppush.c: Protect use of _Workspace_Allocate and _Workspec_Free.
* 2003-10-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-10-083-0/+21
| | | | | * comm/uart.h: Add extern "C" guards. * pci/pcibios.h: Ditto.
* 2003-10-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-10-075-51/+67
| | | | | | | | * cpukit/target-cpukit.add: New. * cpukit/Makefile.am: Reflect having added target-cpukit.add. Acknowledge osversion. * cpukit/mkspec.in: Acknowledge osversion and rpmgroup. * cpukit/rtems-cpukit.add: Reflect new RTEMS spec conventions.
* 2003-10-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-10-072-2/+6
| | | | * autotools/automake-rtems.spec.in: Automake-1.7.8.
* 2003-10-02 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-10-029-53/+249
| | | | | | | * Makefile.am, binaries.t, buildc.t, intro.t, nextstep.t, require.t, sample.t, started.texi: General improvements and merge enough Ada information to justify dropping the Ada specific manual. There is likely still Ada specific information to merge though.
* 2003-10-02 Chris Caudle <chris@chriscaudle.org>Joel Sherrill2003-10-022-18/+39
| | | | | * nextstep.t: RTEMS applications can now use main() so correct the discussion of this.