summaryrefslogtreecommitdiffstats
path: root/doc/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 2010-06-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-06-111-0/+4
| | | | * cpu_supplement/Makefile.am: Include main.am.
* 2010-06-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-06-111-0/+20
| | | | | | | | | | | | | | | | | | | | * ada_user/stamp-vti, ada_user/version.texi, bsp_howto/stamp-vti, bsp_howto/version.texi, cpu_supplement/stamp-vti, cpu_supplement/version.texi, develenv/stamp-vti, develenv/version.texi, filesystem/stamp-vti, filesystem/version.texi, itron3.0/stamp-vti, itron3.0/version.texi, networking/stamp-vti, networking/version.texi, new_chapters/stamp-vti, new_chapters/version.texi, porting/stamp-vti, porting/version.texi, posix1003.1/stamp-vti, posix1003.1/version.texi, posix_users/stamp-vti, posix_users/version.texi, relnotes/stamp-vti, relnotes/version.texi, shell/stamp-vti, shell/version.texi, started/stamp-vti, started/version.texi, started_ada/stamp-vti, started_ada/version.texi, user/stamp-vti, user/version.texi: New.
* 2010-06-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-06-111-0/+12
| | | | | | | | | | | | * ada_user/Makefile.am, bsp_howto/Makefile.am, cpu_supplement/Makefile.am, develenv/Makefile.am, filesystem/Makefile.am, itron3.0/Makefile.am, networking/Makefile.am, new_chapters/Makefile.am, porting/Makefile.am, posix1003.1/Makefile.am, posix_users/Makefile.am, relnotes/Makefile.am, shell/Makefile.am, started/Makefile.am, started_ada/Makefile.am, user/Makefile.am: Remove EDITION (Unused).
* 2010-06-02 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-06-021-0/+4
| | | | * user/.cvsignore: Add semaphore_attributes.pdf.
* 2010-05-18 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-05-181-0/+6
| | | | | | PR 1520/doc * user/part.t: Partition create discussion said it returned the number of buffers created but it does not.
* 2010-05-18 Alin Rus <alin.codejunkie@gmail.com>Joel Sherrill2010-05-181-0/+5
| | | | | PR 1519/doc * user/chains.t: Fix typo in Chain_Control example.
* 2010-05-13 Chris Johns <chrisj@rtems.org>Chris Johns2010-05-131-0/+5
| | | | | * shell/file.t: Add dd, debugrfs, hexdump, ln, mknod, mkrfs, mv. * shell/general.t: Add time.
* 2010-05-12 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-05-121-0/+6
| | | | | | PR 1512/doc * shell/general.t: Add rtc. * shell/file.t: Add fdisk.
* 2010-05-09 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-05-091-0/+5
| | | | | PR 1512/doc * shell/general.t: Add setenv, getenv, and unsetenv.
* 2010-05-05 Alin Rus <alin.codejunkie@gmail.com>Joel Sherrill2010-05-051-0/+5
| | | | | PR 1510/doc * user/chains.t: Fix code example.
* 2010-04-22 Alin Rus <alin.codejunkie@gmail.com>Chris Johns2010-04-221-0/+4
| | | | * user/chain.t: Fixed the example from PR 1504.
* 2010-03-04 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-03-041-0/+5
| | | | | * user/conf.t: CONFIGURE_DISABLE_CLASSIC_NOTEPADS is typo of CONFIGURE_DISABLE_CLASSIC_API_NOTEPADS. Fix it.
* 2010-02-18 Chris Johns <chrisj@rtems.org>Chris Johns2010-02-181-0/+5
| | | | | * networking/networkapp.t: Updated the BOOTP/DHCP to document the default behaviour of looping forever.
* 2010-01-11 Marc Pignat <marc.pignat@hevs.ch>Joel Sherrill2010-01-111-0/+6
| | | | | | PR 1490/doc * user/clock.t: Fix typo. rtems_clock_get_ticks_per_second not rtems_clock_get_ticks_per_seconds.
* 2009-12-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-12-171-0/+4
| | | | * user/clock.t: Eliminate unused type rtems_clock_time_value.
* adaption of calling convention to console my_driver_write functionThomas Doerfler2009-12-161-0/+5
|
* 2009-11-23 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-11-231-0/+6
| | | | | | PR 1460/cpukit * user/object.t: Change return type on methods accessing portions of RTEMS Ids to int. This allows -1 to be return on error.
* 2009-11-09 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-11-091-0/+10
| | | | | | | | | | * ada_user/Makefile.am, ada_user/ada_user.texi, user/Makefile.am, user/c_user.texi, user/concepts.t, user/overview.t, user/preface.texi, user/schedule.t, user/sem.t: Add table of figures. Add text and graphic of tree illustrating valid combinations of semaphore attributes. * user/semaphore_attributes.eps, user/semaphore_attributes.png: New files.
* 2009-10-14 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-10-141-0/+4
| | | | * bsp_howto/console.t: Capitalization.
* 2009-10-14 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-10-141-0/+4
| | | | * user/preface.texi: Remove UNIX and update port list.
* 2009-10-14 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-141-0/+5
| | | | | * HELP.html, bsp_howto/support.t, relnotes/status.texi, started_ada/buildada.t: Remove references to posix/Unix port.
* 2009-09-26 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-09-261-0/+5
| | | | | * user/conf.t, user/userext.t: Eliminate use of deprecated rtems_extension.
* 2009-09-14 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill2009-09-141-0/+12
| | | | | | * cpu_supplement/arm.t: Update. * cpu_supplement/preface.texi: Typo. * cpu_supplement/general.t: Expanded abbreviation.
* 2009-08-26 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill2009-08-261-0/+4
| | | | * user/conf.t: Change stack allocator signature.
* 2009-08-22 Roxana Leontie <roxana.leontie@gmail.com>Joel Sherrill2009-08-231-0/+5
| | | | | * bsp_howto/framebuffer.t: documented the improvements made to read/write
* 2009-08-21 Roxana Leontie <roxana.leontie@gmail.com>Joel Sherrill2009-08-211-0/+4
| | | | * bsp_howto/framebuffer.t: Updated the frame buffer documentation.
* 2009-08-05 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-08-051-0/+6
| | | | | | * user/conf.t: Add configuration of posix message queue file descriptors as separate entity. Also add documentation on posix configuration elements not previously covered.
* 2009-08-03 Roxana Leontie <roxana.leontie@gmail.com>Joel Sherrill2009-08-031-0/+4
| | | | * bsp_howto/framebuffer.t: added documentation
* 2009-07-28 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-07-281-0/+7
| | | | | | | * bsp_howto/.cvsignore, bsp_howto/Makefile.am, bsp_howto/bsp_howto.texi: Add Frame Buffer Device Driver shell. * bsp_howto/framebuffer.t: New file. * user/conf.t: Add CONFIGURE_APPLICATION_NEEDS_FRAME_BUFFER_DRIVER.
* 2009-07-02 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-07-021-0/+5
| | | | | * user/region.t: Fix typos where semaphore referenced instead of region or segment.
* 2009-07-02 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-07-021-0/+4
| | | | * user/preface.texi: Correct list of supported CPU architectures.
* 2009-05-08 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-05-081-0/+5
| | | | | * user/conf.t: Change work_space_size to uintptr_t since it cannot be negative.
* 2009-04-19 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-04-191-0/+6
| | | | | | * cpu_supplement/.cvsignore, cpu_supplement/Makefile.am, cpu_supplement/cpu_supplement.texi: Add shell for Atmel AVR chapter. * cpu_supplement/avr.t: New file.
* 2009-03-30 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill2009-03-301-0/+4
| | | | * shell/confinit.t: New argument sequence for rtems_shell_init().
* 2009-03-02 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-03-021-0/+4
| | | | * user/.cvsignore: Add Object ID PDF files.
* 2009-02-27 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-02-271-0/+8
| | | | | | | | * posix_users/preface.texi, shell/preface.texi: Add stock acknowledgement paragraphs that are required when excerpting and reusing text from POSIX standards per the agreement at * common/opengroup_manpage_acknowledgement.texi, common/opengroup_preface_acknowledgement.texi: New files.
* 2009-02-27 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-02-271-0/+6
| | | | | | PR 1387/doc * user/intr.t: Add Interrupt Manager services to list of services callable from ISR.
* 2009-02-19 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-02-191-0/+4
| | | | * shell/rtems.t: Add halt command.
* 2009-02-12 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-02-121-0/+5
| | | | | * porting/idlethread.t: Change prototype of IDLE thread to consistently return void * and take a uintptr_t argument.
* 2009-01-29 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill2009-01-291-0/+5
| | | | | * bsp_howto/console.t: Clarify interrupt transmit process. * user/concepts.t: Typo.
* 2008-12-19 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-12-191-0/+4
| | | | * index.html.in: Remove manuals that are dead.
* 2008-12-18 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill2008-12-181-0/+4
| | | | * user/cpuuse.t: Reflect change in CPU Usage report format.
* 2008-12-15 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-12-151-0/+10
| | | | | | | | | | * user/init.t: Eliminate pointers to API configuration tables in the main configuration table. Reference the main configuration table and the API configuration tables directly using the confdefs.h version rather than obtaining a pointer to it. This eliminated some variables, a potential fatal error, some unnecessary default configuration structures. Overall, about a 4.5% reduction in the code size for minimum and hello on the SPARC.
* 2008-12-14 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-12-141-0/+6
| | | | | | * user/conf.t, user/region.t: Change sizes of heap/region and allocated objects in heap to intptr_t so they can be larger than a single allocatable object (e.g. size_t).
* 2008-12-12 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-12-121-0/+5
| | | | | * user/region.t: Malloc Family is not implemented in termios of Region Manager after 4.7. Correct documentation.
* 2008-12-12 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill2008-12-121-0/+5
| | | | | * bsp_howto/console.t: Remove size constraints on image. Fix a sentence.
* 2008-12-11 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill2008-12-111-0/+8
| | | | | | | | | Joel Sherrrill <joel.sherrill@oarcorp.com> * bsp_howto/Makefile.am, bsp_howto/console.t: Sebastian improved documentation for termios device drivers. * bsp_howto/TERMIOSFlow.eps, bsp_howto/TERMIOSFlow.png: New files. Joel added Termios Flow figure from RTEMS Open Class material.
* 2008-12-04 Jukka Pietarinen <jukka.pietarinen@mrf.fi>Joel Sherrill2008-12-041-0/+6
| | | | | | * cpu_supplement/.cvsignore, cpu_supplement/Makefile.am, cpu_supplement/cpu_supplement.texi: Add Lattice Mico32 support. * cpu_supplement/lm32.t: New file.
* 2008-12-01 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-12-011-0/+4
| | | | * ada_user/Makefile.am: Fix typo.
* 2008-12-01 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-12-011-0/+6
| | | | | | * ada_user/Makefile.am, user/Makefile.am, user/concepts.t: Add 16 bit object Id format information. * user/ObjectId-16Bits.eps, user/ObjectId-16Bits.png: New files.