Timeline



10/22/03:

19:57 Changeset in rtems [4be8e00]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2003-10-22 Ralf Corsepius <corsepiu@…> * gcc3newlib/Makefile.am: Add tic4x. * gcc3newlib/gccnewlib.add: Don't install install-tools for gcc >= 3.3.
19:16 Changeset in rtems [471feaf]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2003-10-22 Thomas Doerfler <Thomas.Doerfler@…> PR 515/filesystem * src/dosfs/fat_fat_operations.c: Remove commented out code.
19:16 Changeset in rtems [36eae10f] by Joel Sherrill <joel.sherrill@…>
2003-10-22 Thomas Doerfler <Thomas.Doerfler@…> PR 515/filesystem * src/dosfs/fat_fat_operations.c: Remove commented out code.
18:17 Ticket #515 (code that has been commented out should be removed from ...) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: Patch (after a fight) was committed to 4.6 branch and trunk. Thomas please check that the file on both branches is correct. You can use CVSweb to download just that file. I have trouble applying the patch.
17:47 Ticket #515 (code that has been commented out should be removed from ...) created by thomas.doerfler
code that has been commented out should be removed from …
17:25 Changeset in rtems [d61e9c0f]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2003-10-22 Joel Sherrill <joel@…> * configure.ac, setup.def: Update to binutils 2.14 adn gcc/newlib to 3.2.3 with 20030826 gcc patch.
17:22 Changeset in rtems [2516406] by Joel Sherrill <joel.sherrill@…>
2003-10-22 Joel Sherrill <joel@…> PR 513/doc * Makefile.am, index.html.in: Rename Getting Started to be non-language specific and remove link to Ada Getting Started. Also install missing graphic.
17:22 Changeset in rtems [0febd38f]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2003-10-22 Joel Sherrill <joel@…> PR 513/doc * Makefile.am, index.html.in: Rename Getting Started to be non-language specific and remove link to Ada Getting Started. Also install missing graphic.
17:22 Changeset in rtems [d5478e60] by Joel Sherrill <joel.sherrill@…>
2003-10-22 Joel Sherrill <joel@…> PR 513/doc * started.texi: Rename to be non-language specific.
17:21 Changeset in rtems [3346853a]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2003-10-22 Joel Sherrill <joel@…> PR 513/doc * started.texi: Rename to be non-language specific.
17:14 Changeset in rtems [5bda3a9] by Joel Sherrill <joel.sherrill@…>
2003-10-22 Joel Sherrill <joel@…> PR 512/core * src/tasks.c, src/taskvariabledelete.c: Run task variable destructor when task variable is deleted. Also some style cleanup.
17:13 Changeset in rtems [a51735c]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2003-10-22 Joel Sherrill <joel@…> PR 512/core * src/tasks.c, src/taskvariabledelete.c: Run task variable destructor when task variable is deleted. Also some style cleanup.
16:54 Changeset in rtems [49f466c] by Joel Sherrill <joel.sherrill@…>
2003-10-22 Joel Sherrill <joel@…> 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.
16:53 Changeset in rtems [aab4664d]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2003-10-22 Joel Sherrill <joel@…> 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.
16:35 Changeset in rtems [08c09e24]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2003-10-22 Ralf Corsepius <corsepiu@…> 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.
16:35 Changeset in rtems [5150ab0] by Joel Sherrill <joel.sherrill@…>
2003-10-22 Ralf Corsepius <corsepiu@…> 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.
16:31 Changeset in rtems [897fe13]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2003-10-22 Joel Sherrill <joel@…> PR 440/filesystem * src/dosfs/fat_fat_operations.c: Improve write speed with FAT12 and FAT16 filesystems. Previously merged on 4.6 branch.
16:30 Ticket #514 (Add timeslice exhaust to Classic API) created by Joel Sherrill
The POSIX timeslice exhaustion timeslice algorithm is not made …
16:24 Changeset in rtems [843805f7] by Joel Sherrill <joel.sherrill@…>
2003-10-22 Joel Sherrill <joel@…> PR 510/bsps * irq/irq.h: Add extern C wrapper.
16:24 Changeset in rtems [ae1f243]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2003-10-22 Joel Sherrill <joel@…> PR 510/bsps * irq/irq.h: Add extern C wrapper.
16:22 Ticket #513 (Getting Started with Ada vs C/C++ cleanup) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: Patch applied to trunk and 4.6 branch.
16:20 Ticket #513 (Getting Started with Ada vs C/C++ cleanup) created by Joel Sherrill
The Ada Getting Started manual is no longer relevant enough to include …
16:14 Ticket #512 (task variable dtor not run on delete) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: Attached patch applied to trunk and 4.6 branch.
16:12 Ticket #512 (task variable dtor not run on delete) created by Joel Sherrill
See synopsys. Patch attached also ensures _Workspace_Free is called …
15:54 Ticket #511 (Defer free() while in dispatch critical section) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: Patch applied to branch and trunk.
15:47 Ticket #511 (Defer free() while in dispatch critical section) created by Joel Sherrill
If you attempt to malloc(), realloc(), free() from an ISR or Thread …
15:35 Ticket #509 (dosfs/fat.c: bogus return values in _fat_block_[read|write]) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: Patch applied to 4.6 both branch and trunk.
15:24 Ticket #510 (powerpc/mbx8xx/bsp/irq.h does not have extern C) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: Attached patch applied to 4.6 branch and trunk.
12:40 Changeset in rtems [4f21a587]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2003-10-22 Ralf Corsepius <corsepiu@…> * aclocal/bsp-configure.m4: AC_PREREQ(2.57). Remove RTEMS_CANONICAL_HOST.
12:38 Changeset in rtems [a84c0fe]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2003-10-22 Joel Sherrill <joel@…> * ChangeLog?: Correct line length.
12:15 Ticket #510 (powerpc/mbx8xx/bsp/irq.h does not have extern C) created by Joel Sherrill
All powerpc bsp.irq.h files are missing the extern "C" wrapper for use …
11:24 Changeset in rtems [69decf3]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2003-10-22 Ralf Corsepius <corsepiu@…> * aclocal/canonical-host.m4: Remove. * aclocal/canonical-target-name.m4: Merge-in aclocal/canonical-host.m4.
11:23 Changeset in rtems [c44312d]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2003-10-22 Ralf Corsepius <corsepiu@…> * configure.ac: Remove RTEMS_CANONICAL_HOST.
10:54 Changeset in rtems [5f7d7640]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2003-10-22 Ralf Corsepius <corsepiu@…> * aclocal/canonical-host.m4: Remove. * aclocal/canonical-target-name.m4: Merge-in aclocal/canonical-host.m4.
10:10 Changeset in rtems [6a8a114]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2003-10-22 Ralf Corsepius <corsepiu@…> * configure.ac: Remove RTEMS_CANONICAL_HOST.
10:05 Changeset in rtems [c6328bee]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2003-10-22 Ralf Corsepius <corsepiu@…> * configure.ac: Remove RTEMS_CANONICAL_HOST.
04:27 Ticket #509 (dosfs/fat.c: bogus return values in _fat_block_[read|write]) created by Ralf Corsepius
_fat_block_read and _fat_block_write return error codes instead of -1 …

10/21/03:

15:17 Changeset in rtems [ed4b894]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2003-10-21 Ralf Corsepius <corsepiu@…> * 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.
15:13 Changeset in rtems [9ca05b1]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2003-10-21 Ralf Corsepius <corsepiu@…> * configure.ac: Remove RTEMS_CANONICAL_HOST.
14:51 Changeset in rtems [5b2e199]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2003-10-21 Ralf Corsepius <corsepiu@…> * 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.
14:22 Changeset in rtems [8727808e]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2003-10-21 Ralf Corsepius <corsepiu@…> * configure.ac: Remove RTEMS_CHECK_CPU.
14:20 Changeset in rtems [91e46776]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2003-10-21 Ralf Corsepius <corsepiu@…> * src/coremsgseize.c, src/coremsgsubmit.c: Remove unnecessary typecasts in assignments to thread->Wait.return_argument.
13:42 Changeset in rtems [0c8d752]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2003-10-21 Ralf Corsepius <corsepiu@…> * configure.ac: Remove RTEMS_CHECK_CPU.
11:42 Changeset in rtems [51d35b2]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2003-10-21 Ralf Corsepius <corsepiu@…> * aclocal/check-cpu.m4: Remove. * configure.ac: Merge-in former aclocal/check-cpu.m4.
11:31 Changeset in rtems [80b546e]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2003-10-21 Ralf Corsepius <corsepiu@…> * configure.ac: Remove RTEMS_CHECK_CPU. * aclocal/check-itron.m4: Add m4-quotes. Require RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
11:29 Changeset in rtems [bb483c7]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2003-10-21 Ralf Corsepius <corsepiu@…> * configure.ac: Remove RTEMS_CHECK_CPU.
11:28 Changeset in rtems [3993b6f7]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2003-10-21 Ralf Corsepius <corsepiu@…> * 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.
11:18 Changeset in rtems [c8e1751]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2003-10-21 Ralf Corsepius <corsepiu@…> * configure.ac: Remove RTEMS_CHECK_CPU.
09:39 Changeset in rtems [e7bd66a7]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2003-10-21 Ralf Corsepius <corsepiu@…> * src/cancelrun.c, src/pthreadexit.c, src/pthreadjoin.c, src/sigtimedwait.c: Remove unnecessary typecasts in assignments to thread->Wait.return_argument.
06:20 Changeset in rtems [0cee850] by Ralf Corsepius <ralf.corsepius@…>
2003-10-21 Ralf Corsepius <corsepiu@…> * 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@…> * src/dosfs/msdos_conv.c: Remove isupper, islower, toupper, tolower (Unused).
05:50 Changeset in rtems [a4e44c29]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2003-10-21 Ralf Corsepius <corsepiu@…> * src/dosfs/Makefile.am: noinst_HEADERS += fat.h
05:44 Changeset in rtems [c788f380]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2003-10-21 Ralf Corsepius <corsepiu@…> * src/dosfs/msdos_file.c (msdos_file_read, msdos_file_write): Use '0' as initial value for ret instead of RC_OK.
05:32 Changeset in rtems [93fabe27]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2003-10-21 Ralf Corsepius <corsepiu@…> * src/dosfs/msdos_conv.c: Remove isupper, islower, toupper, tolower (Unused).
04:28 Changeset in rtems [547c1673]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2003-10-21 Ralf Corsepius <corsepiu@…> * network/open_eth.c: Remove #define OPEN_ETH_SUPPORTED (Unused).
04:05 Changeset in rtems [b523336]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2003-10-21 Ralf Corsepius <corsepiu@…> * capture/capture-cli.c: Reflect new rtems_monitor_command_arg_t.
04:01 Changeset in rtems [77469f86]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2003-10-21 Ralf Corsepius <corsepiu@…> * 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.

10/20/03:

16:32 Changeset in rtems [6c3e328]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2003-10-20 Ralf Corsepius <corsepiu@…> * aclocal/check-multiprocessing.m4: Don't require RTEMS_BSP_ALIAS. * aclocal/bsp_alias.m4: Remove.
13:58 Changeset in rtems [e57a235]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2003-10-20 Ralf Corsepius <corsepiu@…> * ChangeLog?: Add (missed in previous commits).
13:55 Changeset in rtems [f73623b]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2003-10-20 Ralf Corsepius <corsepiu@…> * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
13:45 Changeset in rtems [aabd767]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2003-10-20 Ralf Corsepius <corsepiu@…> * acinclude.m4: Reflect changes to bootstrap.
13:45 Changeset in rtems [6e68690d]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2003-10-20 Ralf Corsepius <corsepiu@…> * acinclude.m4: Reflect changes to bootstrap. * configure.ac: Remove RTEMS_CHECK_CUSTON_BSP.
13:43 Changeset in rtems [2eaee845]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2003-10-20 Ralf Corsepius <corsepiu@…> * aclocal/check-multiprocessing.m4: Remove RTEMS_BSP_ALIAS. * aclocal/bsp-alias.m4: Remove.
13:39 Changeset in rtems [43e60f8]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2003-10-20 Ralf Corsepius <corsepiu@…> * acinclude.m4: Reflect changes to bootstrap. * configure.ac: Remove RTEMS_CHECK_CUSTON_BSP.
13:33 Changeset in rtems [0affee3]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2003-10-20 Ralf Corsepius <corsepiu@…> * bootstrap: Use $RTEMS_BSP_FAMILY instead of RTEMS_BSP_ALIAS in c/src/lib/libbsp/*/acinclude.m4.

10/19/03:

13:41 Changeset in rtems [0038885]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2003-10-19 Ralf Corsepius <corsepiu@…> * configure.ac: Make presence of tests/ optional.

10/17/03:

16:43 Changeset in rtems [8857d525]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2003-10-17 Ralf Corsepius <corsepiu@…> * aclocal/path-perl.m4: Remove (Unused).
16:37 Changeset in rtems [6d507b8]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2003-10-17 Ralf Corsepius <corsepiu@…> * configure.ac: Use AC_PATH_PROG(PERL,perl) instead of RTEMS_PATH_PERL.
16:34 Changeset in rtems [85a488b]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2003-10-17 Ralf Corsepius <corsepiu@…> * configure.ac: Remove RTEMS_PATH_PERL (Unused).
08:17 Changeset in rtems [62f0829]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2003-10-17 Ralf Corsepius <corsepiu@…> * 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.

10/13/03:

21:58 Changeset in rtems [da08b6b] by Joel Sherrill <joel.sherrill@…>
2003-10-13 Joel Sherrill <joel@…> * VERSION: Updated to rtems-4.6.0pre5.
21:58 Changeset in rtems [030a8336] by Joel Sherrill <joel.sherrill@…>
2003-10-13 Joel Sherrill <joel@…> * aclocal/version.m4: Updated to rtems-4.6.0pre5.
21:49 Changeset in rtems [a8c0456] by Joel Sherrill <joel.sherrill@…>
2003-10-13 Joel Sherrill <joel@…> * VERSION: Updated to rtems-4.6.0pre5.
21:49 Changeset in rtems [48297863] by Joel Sherrill <joel.sherrill@…>
2003-10-13 Joel Sherrill <joel@…> * aclocal/version.m4: Updated to rtems-4.6.0pre5.
21:49 Changeset in network-demos [fad5737]network-demos-4-6-branchnetwork-demos-4-6-0pre5 by Joel Sherrill <joel.sherrill@…>
2003-10-13 Joel Sherrill <joel@…> * VERSION: Updated to network-demos-4.6.0pre5.
21:48 Changeset in network-demos [c340bab]network-demos-4-6-branch by Joel Sherrill <joel.sherrill@…>
2003-10-13 Joel Sherrill <joel@…> * VERSION: Updated to network-demos-4.6.0.
21:37 Changeset in rtems [17f1ffb]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2003-10-13 Joel Sherrill <joel@…> * src/cleanuppop.c, src/cleanuppush.c: Protect use of _Workspace_Allocate and _Workspec_Free.
21:37 Changeset in rtems [ca312cb] by Joel Sherrill <joel.sherrill@…>
2003-10-13 Joel Sherrill <joel@…> * src/cleanuppop.c, src/cleanuppush.c: Protect use of _Workspace_Allocate and _Workspec_Free.

10/08/03:

15:37 Changeset in rtems [5e1d6cb] by Ralf Corsepius <ralf.corsepius@…>
2003-10-08 Ralf Corsepius <corsepiu@…> * comm/uart.h: Add extern "C" guards. * pci/pcibios.h: Ditto.
15:33 Changeset in rtems [67113c7]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2003-10-08 Ralf Corsepius <corsepiu@…> * comm/uart.h: Add extern "C" guards. * pci/pcibios.h: Ditto.
Note: See TracTimeline for information about the timeline view.