summaryrefslogtreecommitdiffstats
path: root/doc (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-03-162011-03-16 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-0/+7
* ada_user/.cvsignore: Add missing files.
2011-03-162011-03-16 Jennifer Averett <jennifer.averett@OARcorp.com>Joel Sherrill2-0/+17
PR 1743/cpu * user/conf.t: Add Simple Priority Scheduler as complement to existing Deterministic Priority Scheduler. This scheduler serves both as an example and as a lighter weight implementation for smaller systems.
2011-03-042011-03-04 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill5-788/+9
PR 1752/doc * cpu_supplement/.cvsignore, cpu_supplement/Makefile.am, cpu_supplement/cpu_supplement.texi: Remove TI C4x CPU Supplement chapter. * cpu_supplement/tic4x.t: Removed.
2011-03-042011-03-04 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-1/+6
* ada_user/Makefile.am: Add ObjectId pdf files.
2011-03-042011-03-04 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-1/+5
* configure.ac: Rename RTEMS_API into _RTEMS_API.
2011-03-042011-03-04 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2-1/+7
PR 1744/doc * user/clock.t: rtems_clock_time_value type uses changed to struct timeval.
2011-02-282011-02-28 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill3-2/+6
* setup.def, shell/preface.texi: Bump to 4.10.99.0
2011-02-172011-02-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-35/+41
* user/conf.t: Document changes to Scheduler configuration.
2011-02-022011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius4-4/+12
* configure.ac: Require autoconf-2.68, automake-1.11.1.
2011-01-102011-01-10 Danila Bespalov <danila DOT bespalov AT gmail DOT com>Joel Sherrill3-72/+206
* posix_users/posix_users.texi, posix_users/signal.t: Review and improve as part of Google Code-In 2010.
2011-01-022011-01-02 Danila Bespalov <danila DOT bespalov AT gmail DOT com>Joel Sherrill6-114/+164
* started/buildc.t, started/buildrt.t, started/nt.t, started/require.t, started/sample.t: Review and improve.
2010-12-162010-12-16 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill13-1558/+10
* develenv/direct.t: Remove Getting Started with GNAT/RTEMS. * started_ada/.cvsignore, started_ada/Makefile.am, started_ada/buildada.t, started_ada/gdb.t, started_ada/intro.t, started_ada/require.t, started_ada/sample.t, started_ada/stamp-vti, started_ada/started_ada.texi, started_ada/tversions.texi, started_ada/version.texi: Removed.
2010-12-142010-12-14 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill18-1183/+966
* Makefile.am, configure.ac, common/cpright.texi, common/rtems.texi.in, cpu_supplement/.cvsignore, started/Makefile.am, started/binaries.t, started/buildc.t, started/buildrt.t, started/intro.t, started/nextstep.t, started/nt.t, started/require.t, started/sample.t, started/started.texi, started/version.texi: Major update which includes removal of references to specific tool versions and patches. * started/tversions.texi.in: Removed.
2010-11-242010-11-24 Gedare Bloom <giddyup44@yahoo.com>Joel Sherrill3-2/+113
PR 1647/cpukit * user/conf.t, user/schedule.t: Update documentation to reflect refactoring of SuperCore to add Scheduler and ability for user to configure a scheduler.
2010-11-112010-11-11 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2-1/+7
PR 1716/doc * user/concepts.t: print_name example used a variable which did not match the name of the passed in parameter.
2010-11-012010-11-01 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2-1/+10
PR 1714/doc * user/datatypes.t: Add missing description of rtems_status_codes.
2010-08-132010-08-13 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill3-5/+11
PR 1674/docs * user/Makefile.am, user/dirstat.texi: Fix bad node reference.
2010-08-092010-08-09 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2-64/+22
PR 1513/doc * user/chains.t: Added missing functions. Uniform text for unprotected functions.
2010-08-032010-08-03 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2-0/+8
PR 1650/cpukit * user/part.t: Clarify.
2010-07-302010-07-30 Gedare Bloom <giddyup44@yahoo.com>Joel Sherrill2-1/+7
PR 1599/cpukit * porting/interrupts.t: Rename _Context_Switch_necessary to _Thread_Dispatch_necessary to more properly reflect the intent.
2010-07-292010-07-29 Gedare Bloom <giddyup44@yahoo.com>Joel Sherrill2-2/+13
PR 1635/cpukit * porting/prioritybitmap.t: Refactoring of priority handling, to isolate the bitmap implementation of priorities in the supercore so that priority management is a little more modular. This change is in anticipation of scheduler implementations that can select how they manage tracking priority levels / finding the highest priority ready task. Note that most of the changes here are simple renaming, to clarify the use of the bitmap-based priority management.
2010-06-292010-06-28 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-3/+8
PR 1573/cpukit * porting/interrupts.t: Add a per cpu data structure which contains the information required by RTEMS for each CPU core. This encapsulates information such as thread executing, heir, idle and dispatch needed.
2010-06-172010-06-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill33-7817/+20
* Makefile.am, configure.ac, index.html.in, develenv/direct.t, posix_users/gen_size_report, started/nextstep.t, started_ada/buildada.t, user/conf.t, user/object.t: Remove ITRON API. * itron3.0/.cvsignore, itron3.0/Makefile.am, itron3.0/config.t, itron3.0/eventflags.t, itron3.0/fixedblock.t, itron3.0/gen_all, itron3.0/gen_section, itron3.0/gen_status_shell, itron3.0/interrupt.t, itron3.0/itron.texi, itron3.0/mailbox.t, itron3.0/memorypool.t, itron3.0/msgbuffer.t, itron3.0/network.t, itron3.0/preface.texi, itron3.0/rendezvous.t, itron3.0/semaphore.t, itron3.0/stamp-vti, itron3.0/status.t, itron3.0/task.t, itron3.0/tasksync.t, itron3.0/time.t, itron3.0/version.texi: Removed.
2010-06-162010-06-16 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2-1/+21
PR 1568/doc * user/intr.t: Fix list of services callable from ISR.
2010-06-152010-06-15 Gedare Bloom <giddyup44@yahoo.com>Joel Sherrill4-1/+832
PR 1565/cpukit * cpu_supplement/Makefile.am, cpu_supplement/cpu_supplement.texi: Merge SPARC64 port. * cpu_supplement/sparc64.t: New file.
2010-06-112010-06-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-0/+3
* main.am: Don't install html_projectdir unconditionally.
2010-06-112010-06-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-1/+3
* main.am: Don't install html_projectdir unconditionally.
2010-06-112010-06-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-8/+5
* cpu_supplement/Makefile.am: Include main.am.
2010-06-112010-06-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-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-11New.Ralf Corsepius32-0/+128
2010-06-112010-06-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-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-11Remove EDITION (Unused)Ralf Corsepius33-51/+2
2010-06-022010-06-02 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-0/+5
* user/.cvsignore: Add semaphore_attributes.pdf.
2010-05-182010-05-18 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2-3/+9
PR 1520/doc * user/part.t: Partition create discussion said it returned the number of buffers created but it does not.
2010-05-182010-05-18 Alin Rus <alin.codejunkie@gmail.com>Joel Sherrill2-1/+6
PR 1519/doc * user/chains.t: Fix typo in Chain_Control example.
2010-05-132010-05-13 Chris Johns <chrisj@rtems.org>Chris Johns3-47/+1250
* shell/file.t: Add dd, debugrfs, hexdump, ln, mknod, mkrfs, mv. * shell/general.t: Add time.
2010-05-122010-05-12 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber3-0/+63
PR 1512/doc * shell/general.t: Add rtc. * shell/file.t: Add fdisk.
2010-05-092010-05-09 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-1/+225
PR 1512/doc * shell/general.t: Add setenv, getenv, and unsetenv.
2010-05-052010-05-05 Alin Rus <alin.codejunkie@gmail.com>Joel Sherrill2-1/+6
PR 1510/doc * user/chains.t: Fix code example.
2010-04-232010-04-23 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-0/+6
* texi2www/texi2www: Add some new texinfo commands.
2010-04-222010-04-22 Alin Rus <alin.codejunkie@gmail.com>Chris Johns2-2/+7
* user/chain.t: Fixed the example from PR 1504.
2010-03-042010-03-04 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-2/+7
* user/conf.t: CONFIGURE_DISABLE_CLASSIC_NOTEPADS is typo of CONFIGURE_DISABLE_CLASSIC_API_NOTEPADS. Fix it.
2010-02-182010-02-18 Chris Johns <chrisj@rtems.org>Chris Johns2-7/+30
* networking/networkapp.t: Updated the BOOTP/DHCP to document the default behaviour of looping forever.
2010-01-112010-01-11 Marc Pignat <marc.pignat@hevs.ch>Joel Sherrill2-1/+7
PR 1490/doc * user/clock.t: Fix typo. rtems_clock_get_ticks_per_second not rtems_clock_get_ticks_per_seconds.
2009-12-172009-12-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-25/+11
* user/clock.t: Eliminate unused type rtems_clock_time_value.
2009-12-16adaption of calling convention to console my_driver_write functionThomas Doerfler2-4/+19
2009-12-10Whitespace removal.Ralf Corsepius5-117/+117
2009-11-232009-11-23 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-22/+28
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-092009-11-09 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill12-61/+106566
* 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-142009-10-14 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-1/+5
* bsp_howto/console.t: Capitalization.