summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-12-162003-12-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill
PR 541/bsps * startup/linkcmds: Remove SEARCH_DIR.
2003-12-162003-12-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill
PR 541/bsps * startup/linkcmds, startup/linkcmds.dl: Remove SEARCH_DIR.
2003-12-142003-12-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius
* support/Makefile.am: Pass @RTEMS_BSP@ to AM_CPPFLAGS.
2003-12-112003-12-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill
PR 540/rtems_misc * cpuuse/cpuuse.c, rtmonuse/rtmonuse.c: Correct object name printing.
2003-12-112003-12-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill
PR 531/rtems_misc * rtmonuse/rtmonuse.c: Correct indexing.
2003-12-102003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius
PR 538/bsps: * wrapup/Makefile.am: Add $(NETWORKING_DRIVER) instead of $(NETWORK) to BSP_PIECES.
2003-11-262003-11-26 Joel Sherrill <joel@OARcorp.com>Joel Sherrill
PR 524/filesystem * src/newlibc.c: Address 1K buffer leak from incomplete cleanup of newlib reentrancy handler.
2003-11-262003-11-26 Joel Sherrill <joel@OARcorp.com>Joel Sherrill
PR 523/filesystem * src/malloc.c: Make malloc family safer for use from ISRs and dispatching critical sections. If in a critical section while doing a free(), then the free is deferred until the next malloc() attempt.
2003-11-252003-11-25 Jennifer Averett <jennifer@OARcorp.com>Jennifer Averett
PR 519/filesystem * include/rtems/libio_.h, src/eval.c, src/rmdir.c, src/unlink.c: Check write permissions in parent directory for file or directory delete
2003-11-252003-11-25 Joel Sherrill <joel@OARcorp.com>Joel Sherrill
PR 526/rtems * src/threadcreateidle.c: Idle task name should be a string and PR484 broke this.
2003-11-252003-11-25 Joel Sherrill <joel@OARcorp.com>Joel Sherrill
PR 528/rtems_misc * task.t: Fix Ada binding for task variable calls.
2003-11-252003-11-25 Joel Sherrill <joel@OARcorp.com>Joel Sherrill
PR 528/rtems_misc * rtems.ads: Add task variables to Ada binding.
2003-11-212003-11-21 Joel Sherrill <joel@OARcorp.com>Joel Sherrill
PR 521/doc * sem.t: Default attributes were wrong for semaphores.
2003-10-222003-10-22 Thomas Doerfler <Thomas.Doerfler@imd-systems.de>Joel Sherrill
PR 515/filesystem * src/dosfs/fat_fat_operations.c: Remove commented out code.
2003-10-222003-10-22 Joel Sherrill <joel@OARcorp.com>Joel Sherrill
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.
2003-10-222003-10-22 Joel Sherrill <joel@OARcorp.com>Joel Sherrill
PR 513/doc * started.texi: Rename to be non-language specific.
2003-10-222003-10-22 Joel Sherrill <joel@OARcorp.com>Joel Sherrill
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 Sherrill
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 Sherrill
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 Sherrill
PR 510/bsps * irq/irq.h: Add extern C wrapper.
2003-10-212003-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius
* 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> * src/dosfs/msdos_conv.c: Remove isupper, islower, toupper, tolower (Unused).
2003-10-132003-10-13 Joel Sherrill <joel@OARcorp.com>Joel Sherrill
* VERSION: Updated to rtems-4.6.0pre5.
2003-10-132003-10-13 Joel Sherrill <joel@OARcorp.com>Joel Sherrill
* aclocal/version.m4: Updated to rtems-4.6.0pre5.
2003-10-132003-10-13 Joel Sherrill <joel@OARcorp.com>Joel Sherrill
* VERSION: Updated to rtems-4.6.0pre5.
2003-10-132003-10-13 Joel Sherrill <joel@OARcorp.com>Joel Sherrill
* aclocal/version.m4: Updated to rtems-4.6.0pre5.
2003-10-132003-10-13 Joel Sherrill <joel@OARcorp.com>Joel Sherrill
* src/cleanuppop.c, src/cleanuppush.c: Protect use of _Workspace_Allocate and _Workspec_Free.
2003-10-082003-10-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius
* comm/uart.h: Add extern "C" guards. * pci/pcibios.h: Ditto.
2003-10-022003-10-02 Joel Sherrill <joel@OARcorp.com>Joel Sherrill
* 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-022003-10-02 Chris Caudle <chris@chriscaudle.org>Joel Sherrill
* nextstep.t: RTEMS applications can now use main() so correct the discussion of this.
2003-10-022003-10-02 Gene Smith <gene.smith@siemens.com>Joel Sherrill
* networkapp.t, preface.texi: Improve documentation for SO_RCVWAKEUP and SO_SNDWAKEUP and update the references in the preface.
2003-10-022003-10-02 Till Strauman <strauman@slac.stanford.edu>Joel Sherrill
PR 502/bsps * console/outch.c: Add support for a few ANSI escape sequences to make libetcl happy.
2003-10-022003-10-02 Joel Sherrill <joel@OARcorp.com>Joel Sherrill
PR 503/bsps * clock/ckinit.c, include/bsp.h, startup/efi68k_tcp.c, timer/timer.c: Do not include DP8570A.h from bsp.h but still install it. This avoids polluting the namespace.
2003-10-022003-10-02 Phil Torre <ptorre@zetron.com>Joel Sherrill
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 Sherrill
PR 504/rtems * src/newlibc.c: Fix memory allocation of libc extension so it is dispatch disabled safe See PR for detailed explanation.
2003-10-012003-10-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius
* include/bsp.h: Replace stringification madness to pick up bare.h (Doesn't work with gcc >= 3.3) with a somewhat cleaner madness.
2003-09-302003-09-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius
* fileio/init.c: Unconditionally define MIN (We *do want* to see error messages if it conflicts).
2003-09-292003-09-29 Till Strauman <strauman@slac.stanford.edu>Joel Sherrill
PR 497/bsps * ChangeLog, bootloader/head.S, startup/bspstart.c: Disable code that returned to the firmware when the loader starts. * startup/sbrk.c: New file.
2003-09-262003-09-26 Joel Sherrill <joel@OARcorp.com>Joel Sherrill
* nt.t: Significant update of Windows information. Hopefully this is now more useful.
2003-09-262003-09-26 Till Strauman <strauman@slac.stanford.edu>Joel Sherrill
PR 496/bsps * startup/Makefile.am: Use PowerPC shared sbrk() implementation which is used when initial heap size is limited to first 32 MB of RAM to satisfy boot loader requirements.
2003-09-26This commit was manufactured by cvs2svn to create branch 'rtems-4-6-branch'.cvs2git
Cherrypick from master 2003-09-26 20:43:22 UTC Joel Sherrill <joel.sherrill@OARcorp.com> '2003-09-26 Till Strauman <strauman@slac.stanford.edu>': c/src/lib/libbsp/powerpc/shared/startup/sbrk.c
2003-09-262003-09-26 Till Straumann <strauman@slac.stanford.edu>Joel Sherrill
PR 497/bsps * BOOTING: Document letting the bootloader shut down the network interface since it continues to run after loading RTEMS application and has to be dealt with.
2003-09-262003-09-26 Till Straumann <strauman@slac.stanford.edu>Joel Sherrill
PR 497/bsps * bootloader/head.S: Let the bootloader shut down the network interface. NOTE: this involves a PPCBug system call and will hence fail if other software is used to boot. Need to #undef USE_PPCBUG in such cases!
2003-09-262003-09-26 Cedric Aubert <cedric_aubert@yahoo.fr>Joel Sherrill
PR 499/rtems_misc * serial/mc68681.c: Miscellaneous corrections: - Correction of ACR_BIT[7] (Baudrate table) Configuration - Correction of Parity Bit Configuration (Odd was forced) - Correction of Stop Bit configuration (inversed) - Correction of ISR Handler to call rtems_termios_dequeue_character() only if is a Tx Empty IRQ. - Add RTS CTS Hardware flow control Configuration
2003-09-262003-09-26 Till Strauman <strauman@slac.stanford.edu>Joel Sherrill
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 Cedric Aubert <cedric_aubert@yahoo.fr>Joel Sherrill
PR 501/rtems_misc * console.c: console_open disables ICANON on non-console port, which should be ok for the first open but not for subsequent ones. If you open one serial port, you will configure it, when you reopen it you will lost the ICANON parameters if you had put it. Should be done by console only at first open.
2003-09-262003-09-26 Joel Sherrill <joel@OARcorp.com>Joel Sherrill
PR 492/filesystem * src/dosfs/fat_file.c: Fix inconsistent types in va_args call.
2003-09-222003-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius
* common/.cvsignore: Add rtems.texi, rtems.sed.
2003-09-202003-09-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius
* supplement.am: Add -I $(top_builddir) TEXI2WWW_ARGS.
2003-09-182003-09-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius
* shared/cache/cache.c (m68030): fix prototype mismatch of _CPU_cache_flush_entire_data.
2003-09-162003-09-16 Joel Sherrill <joel@OARcorp.com>Joel Sherrill
* VERSION: Updated to rtems-4.6.0.