summaryrefslogtreecommitdiffstats
path: root/cpukit (unfollow)
Commit message (Collapse)AuthorFilesLines
2003-11-202003-11-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius6-14/+16
* src/config.h: Remove. * Makefile.am: Remove src/config.h AM_CPPFLAGS += -I$(top_builddir).
2003-11-202003-11-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius3-6/+6
* src/config.h: Remove. * src/Makefile.am: AM_CPPFLAGS += -I$(top_builddir).
2003-11-202003-11-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius5-14/+12
* src/dosfs/config.h: Remove. * src/dosfs/Makefile.am: Remove config.h AM_CPPFLAGS += -I$(top_builddir). * src/imfs/config.h: Remove. * src/imfs/Makefile.am: Remove config.h AM_CPPFLAGS += -I$(top_builddir).
2003-11-202003-11-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius5-36/+96
* acinclude.m4: New. * configure.ac: Don't use AUTOHEADER to generate cpuopts.h. Add local autoheader config.h. * aclocal/canonical-target-name.m4: Require AC_CANONICAL_HOST. * aclocal/enable-inlines.m4: Remove USE_MACROS (Unused).
2003-11-12Import from zlib-1.2.4Ralf Corsepius1-0/+132
2003-10-232003-10-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-1/+6
* src/regiongetsegment.c: Remove unneccessary typecast in assignment to thread->Wait.return_argment.
2003-10-222003-10-22 Thomas Doerfler <Thomas.Doerfler@imd-systems.de>Joel Sherrill2-32/+9
PR 515/filesystem * src/dosfs/fat_fat_operations.c: Remove commented out code.
2003-10-222003-10-22 Joel Sherrill <joel@OARcorp.com>Joel Sherrill3-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-222003-10-22 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-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-222003-10-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2-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-222003-10-22 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-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-222003-10-22 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+6
* ChangeLog: Correct line length.
2003-10-212003-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius6-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-212003-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius28-28/+56
* configure.ac: Remove RTEMS_CANONICAL_HOST.
2003-10-212003-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius7-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-212003-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius28-14/+56
* configure.ac: Remove RTEMS_CHECK_CPU.
2003-10-212003-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius3-2/+8
* src/coremsgseize.c, src/coremsgsubmit.c: Remove unnecessary typecasts in assignments to thread->Wait.return_argument.
2003-10-212003-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius5-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-212003-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-0/+5
* src/dosfs/Makefile.am: noinst_HEADERS += fat.h
2003-10-212003-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-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-212003-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-9/+5
* src/dosfs/msdos_conv.c: Remove isupper, islower, toupper, tolower (Unused).
2003-10-212003-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-16/+20
* capture/capture-cli.c: Reflect new rtems_monitor_command_arg_t.
2003-10-212003-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius3-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-172003-10-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius3-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-132003-10-13 Joel Sherrill <joel@OARcorp.com>Joel Sherrill3-7/+25
* src/cleanuppop.c, src/cleanuppush.c: Protect use of _Workspace_Allocate and _Workspec_Free.
2003-10-022003-10-02 Phil Torre <ptorre@zetron.com>Joel Sherrill2-0/+18
PR 504/rtems * include/rtems/score/coremutex.h: Add fatal error check for a task blocking on a mutex when thread dispatching is disabled.
2003-10-022003-10-02 Phil Torre <ptorre@zetron.com>Joel Sherrill2-31/+58
PR 504/rtems * src/newlibc.c: Fix memory allocation of libc extension so it is dispatch disabled safe See PR for detailed explanation.
2003-09-262003-09-26 Joel Sherrill <joel@OARcorp.com>Joel Sherrill3-14/+5
* rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h: Obsoleting HP PA-RISC port and removing all references.
2003-09-262003-09-26 Joel Sherrill <joel@OARcorp.com>Joel Sherrill18-62/+56
* rtems/score/cpu.h: Obsoleting HP PA-RISC port and removing all references.
2003-09-262003-09-26 Joel Sherrill <joel@OARcorp.com>Joel Sherrill13-2762/+9
* cpu/hppa1.1/.cvsignore, cpu/hppa1.1/ChangeLog, cpu/hppa1.1/Makefile.am, cpu/hppa1.1/configure.ac, cpu/hppa1.1/cpu.c, cpu/hppa1.1/cpu_asm.S, cpu/hppa1.1/rtems/.cvsignore, cpu/hppa1.1/rtems/score/.cvsignore, cpu/hppa1.1/rtems/score/cpu.h, cpu/hppa1.1/rtems/score/cpu_asm.h, cpu/hppa1.1/rtems/score/hppa.h, cpu/hppa1.1/rtems/score/types.h: Removed.
2003-09-262003-09-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill9-67/+82
PR 495/rtems_misc * capture/capture-cli.c, monitor/mon-command.c, monitor/mon-config.c, monitor/mon-monitor.c, monitor/mon-object.c, monitor/mon-symbols.c, monitor/monitor.h, shell/cmds.c: Move to making libmisc 16/32 bit clean.
2003-09-262003-09-26 Till Strauman <strauman@slac.stanford.edu>Joel Sherrill2-0/+8
PR 498/rtems * src/printk.c: RTEMS printk() does not support the %i format which is used by a lot of driver/BSP etc. code. The trivial patch allows %i/%I as an alias for %d/%D.
2003-09-262003-09-26 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-2/+7
PR 492/filesystem * src/dosfs/fat_file.c: Fix inconsistent types in va_args call.
2003-09-242003-09-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius4-30/+28
* Makefile.am: Merge-in include/Makefile.am. * include/Makefile.am: Remove. * configure.ac: Reflect having removed include/Makefile.am and librpc/include/Makefile.am.
2003-09-242003-09-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius3-32/+41
* Makefile.am: Merge-in include/Makefile.am. * include/Makefile.am: Remove.
2003-09-22*** empty log message ***Ralf Corsepius1-1/+1
2003-09-222003-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius5-18/+22
* monitor/monitor.h: Add rtems_monitor_commands[] (Illegally applied by shell/). Remove ifdef(__mips64) (Make broken code visible again). * monitor/mon-command.c: Add several ifndef RTEMS_UNIX to avoid warnings. * monitor/mon-monitor.c: Remove RTEMS_CPU_HAS_16_BIT_ADDRESSES (Make broken code visible again). * shell/cmds.c: Remove local decls of rtems_monitor_commands[].
2003-09-192003-09-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius4-8/+13
* monitor/monitor.h: Remove STREQ, STNEQ (pollute namespace), RTEMS_MONITOR_PROMPT (pollutes namespace, useless). * monitor/mon-command.c: Add RTEMS_MONITOR_PROMPT. * monitor/mon-monitor.c: Apply private version of STREQ.
2003-09-192003-09-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius5-8/+21
* monitor/symbols.h: Convert to private header. * monitor/monitor.h: Don't include symbols.h. Add forward decls. for symbols from symbols.h. * monitor/Makefile.am: Don't install symbols.h. * monitor/mon-symbols.c: Include "symbols.h".
2003-09-152003-09-15 Jay Monkman <jtm@smoothsmoothie.com>Jennifer Averett1-1/+6
PR 482/networking * rtems/rtems_glue.c: Network interfaces cant be taken down
2003-09-152003-09-15 Jennifer Averett <jennifer@OARcorp.com>Jennifer Averett4-7/+17
PR 481/networking * net/ethernet.h, net/if_arp.h, netinet/if_ether.h: Network structs should be packed
2003-09-152003-09-15 Jay Monkman <jtm@smoothsmoothie.com>Jennifer Averett1-0/+4
PR 482/networking * rtems/rtems_glue.c: Network interfaces cant be taken down
2003-09-152003-09-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius3-5/+11
PR 489/rtems * include/rtems/score/thread.h: Change struct Thread_Control_struct.libc_reent to using struct _reent*. * inline/rtems/score/thread.inl: Reflect change above.
2003-09-152003-09-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-2/+8
PR 489/rtems * src/newlibc.c: Reflect struct Thread_Control_struct.libc_reent having changed from void * to struct _reent*.
2003-09-132003-09-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-5/+6
* src/sync.c: Don't undef __STRICT_ANSI__. Use struct _reent (struct reent doesn't exist)
2003-09-132003-09-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-4/+5
PR 486/rtems * src/newlib.c: Unconditionally include <stdio.h>
2003-09-112003-09-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill3-2/+12
PR 488/rtems * src/taskcreate.c, src/tasks.c: Ensure notepads are zeroed.
2003-09-092003-09-09 Ralf Corsepius <ralf_corsepius@rtems.com>Joel Sherrill2-4/+9
PR 487/filesystem * src/dosfs/fat_file.c: Correct typing per gcc 3.3 warnings.
2003-09-082003-09-08 Derick Hammond <derick@perkinstechnologies.com.au>Joel Sherrill2-1/+7
PR 484/rtems * src/threadcreateidle.c: Idle task name was initialized incorrectly.
2003-09-082003-09-08 Mikec Ivica <mikici@acm.org>Joel Sherrill3-2/+8
* inline/rtems/score/userext.inl, macros/rtems/score/userext.inl: Add missing cast.