summaryrefslogtreecommitdiffstats
path: root/doc (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-08-022007-08-02 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill39-3734/+20
* Makefile.am, configure.ac, develenv/direct.t: Remove RDBG. * rgdb_specs/.cvsignore, rgdb_specs/Makefile.am, rgdb_specs/comm.t, rgdb_specs/conclusion.t, rgdb_specs/daemon.t, rgdb_specs/gdbinternals.t, rgdb_specs/interfacing.t, rgdb_specs/intro.t, rgdb_specs/layers.eps, rgdb_specs/layers.jpg, rgdb_specs/layers.txt, rgdb_specs/objectives.t, rgdb_specs/process.eps, rgdb_specs/process.jpg, rgdb_specs/process.txt, rgdb_specs/revision.t, rgdb_specs/rgdb_specs.texi, rgdb_specs/seqbreak.eps, rgdb_specs/seqbreak.jpg, rgdb_specs/seqbreak.txt, rgdb_specs/seqdetach.eps, rgdb_specs/seqdetach.jpg, rgdb_specs/seqdetach.txt, rgdb_specs/seqinit.eps, rgdb_specs/seqinit.jpg, rgdb_specs/seqinit.txt, rtems_gdb/.cvsignore, rtems_gdb/Makefile.am, rtems_gdb/commands.t, rtems_gdb/example.t, rtems_gdb/intro.t, rtems_gdb/rtems_gdb.texi, rtems_gdb/started.t, rtems_gdb/swarch.t, rtems_gdb/trouble.t: Removed.
2007-06-212007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill16-15/+42
* ada_user/ada_user.texi, bsp_howto/bsp_howto.texi, cpu_supplement/cpu_supplement.texi, develenv/develenv.texi, filesystem/filesystem.texi, itron3.0/itron.texi, networking/networking.texi, porting/porting.texi, posix1003.1/posix1003_1.texi, posix_users/posix_users.texi, rgdb_specs/rgdb_specs.texi, rtems_gdb/rtems_gdb.texi, started/started.texi, started_ada/started_ada.texi, user/c_user.texi: Print table of contents in front of manual where it should be when you print.
2007-06-212007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2-1/+7
* relnotes.texi: Print table of contents in front of manual where it should be when you print.
2007-06-212007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2-3/+7
* new_chapters.texi: Print table of contents in front of manual where it should be when you print.
2007-06-122007-06-12 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2-1/+5
* user/io.t: Fix typo.
2007-05-292007-05-29 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2-0/+7
* user/io.t: Added error cases to rtems_io_register_driver.
2007-05-282007-05-28 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2-9/+9
* user/conf.t: Eliminate maximum_drivers configuration parameter since it was used to configure a no longer used feature. Device names are now part of the filesystem not in a table. This also eliminated the variables _IO_Number_of_devices and _IO_Driver_name_table from RTEMS as well as the memory allocation used to populate _IO_Driver_name_table.
2007-05-232007-05-23 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2-67/+78
* user/conf.t: Add CONFIGURE_MESSAGE_BUFFER_MEMORY. Use rtems/confdefs.h instead of old confdefs.h.
2007-05-222007-05-22 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2-1/+5
* user/conf.t: Fix typo -- should have read kilobytes.
2007-05-17Fix typo.Joel Sherrill2-4/+4
2007-05-152007-05-15 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill4-6/+311
* user/Makefile.am, user/concepts.t, user/rtmon.t: Integrate Rate Monotonic Statistics and Period Usage into Rate Monotonic Manager. Added the following directives: rtems_rate_monotonic_get_statistics, rtems_rate_monotonic_reset_statistics, rtems_rate_montonic_reset_all_statistics, rtems_rate_montonic_report_statistics, and rtems_object_get_name. Obsoleted the rtems/rtmonuse.h file as a public interface.
2007-05-152007-05-15 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill4-308/+13
* Makefile.am, gen_section: Integrate Rate Monotonic Statistics and Period Usage into Rate Monotonic Manager. Added the following directives: rtems_rate_monotonic_get_statistics, rtems_rate_monotonic_reset_statistics, rtems_rate_montonic_reset_all_statistics, rtems_rate_montonic_report_statistics, and rtems_object_get_name. Obsoleted the rtems/rtmonuse.h file as a public interface. * rtmonuse.t: Removed.
2007-05-112007-05-11 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill4-29/+83
* user/.cvsignore, user/cpuuse.t, user/stackchk.t: Stack checker and CPU usage chapters are now OK in the manual.
2007-05-092007-05-09 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-32/+5
* porting/miscellaneous.t: Remove subsection on "Optional Endian Conversion Routines", CPU_HAS_OWN_HOST_TO_NETWORK_ROUTINES.
2007-04-052007-04-05 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-2/+7
* user/example.texi: Change all obsoleted CONFIGURE_TEST_NEEDS_XXX configuration constants to CONFIGURE_APPLICATION_NEEDS_XXX.
2007-04-052007-04-05 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-0/+50
* user/task.t: Add rtems_iterate_over_all_threads.
2007-04-022007-04-02 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-0/+46
* user/clock.t: Add clock_get_uptime().
2007-03-282007-03-28 Chris Johns <chrisj@rtems.org>Joel Sherrill3-6/+64
* user/Makefile.am, user/clock.t: Add support for a handler to obtain the number of nanoseconds since the last clock tick. The primary interface for this is rtems_clock_set_nanoseconds_extension. Subsequent commits from Joel will redo the TOD support to use this capability.
2007-03-102007-03-10 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-2/+8
PR 1226/cpukit * user/conf.t: CONFIGURE_HAS_OWN_MULTIPROCESSING_TABLE not CONFIGURE_HAS_OWN_MULTIPROCESING_TABLE.
2007-03-082007-03-08 Joel Sherrill <joel@OARcorp.com>Joel Sherrill3-5/+9
* user/Makefile.am, user/stackchk.t: Change dump usage to report usage.
2007-03-062007-03-06 Joel Sherrill <joel@OARcorp.com>Joel Sherrill3-1/+9
* ada_user/Makefile.am, ada_user/ada_user.texi: Ada API manual now builds again.
2007-03-062007-03-06 Joel Sherrill <joel@OARcorp.com>Joel Sherrill4-61/+35
* user/Makefile.am, user/barrier.t, user/c_user.texi: Update barrier documentation.
2007-03-022007-03-02 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-3/+9
PR 1221/doc * user/rtmon.t: Add missing exponent operator in RMS CPU Utiliziation formula.
2007-01-162007-01-16 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+4
* setup.def: newlib-1.15.0.
2007-01-16newlib-1.15.0Ralf Corsepius1-1/+1
2007-01-15Replace nosrc.rpm with src.rpmRalf Corsepius1-6/+6
2007-01-152007-01-15 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-2/+3
* common/rtems.texi.in: Use bugzilla for RTEMSBUGS. Remove RTEMSGNATS.
2007-01-15More tweaks.Ralf Corsepius1-12/+12
2007-01-15More tweaks.Ralf Corsepius2-40/+40
2007-01-152007-01-15 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius4-42/+45
* started/binaries.t, started/buildc.t, started/tversions.texi.in: Various update to reflect current toolchains.
2007-01-152007-01-15 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-2/+2
* configure.ac: Reflect having moved setup.def. Eliminate gcc3*.
2007-01-152007-01-15 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+2
* configure.ac: Reflect having moved setup.def. Eliminate gcc3*.
2007-01-15Reflect having moved setup.def.Ralf Corsepius1-9/+9
Eliminate gcc3*.
2007-01-152007-01-15 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+4
* setup.def: New (Formerly in ../scripts).
2007-01-15New (Formerly in ../scripts).Ralf Corsepius1-0/+22
2006-12-202006-12-20 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-2/+6
* posix_users/thread.t: Correct spelling error.
2006-12-022006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius4-2/+10
* configure.ac: New BUG-REPORT address.
2006-10-262006-10-26 Joel Sherrill <joel@OARcorp.com>Joel Sherrill12-0/+126
* ada_user/.cvsignore, bsp_howto/.cvsignore, cpu_supplement/.cvsignore, develenv/.cvsignore, filesystem/.cvsignore, itron3.0/.cvsignore, networking/.cvsignore, new_chapters/.cvsignore, porting/.cvsignore, posix1003.1/.cvsignore, relnotes/.cvsignore: Add missing files.
2006-10-252006-10-25 Joel Sherrill <joel@OARcorp.com>Joel Sherrill6-1/+63
* posix_users/.cvsignore, rgdb_specs/.cvsignore, rtems_gdb/.cvsignore, started/.cvsignore, started_ada/.cvsignore: Add more generated files.
2006-10-232006-10-23 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-0/+32
* user/.cvsignore: Update.
2006-10-232006-10-23 Joel Sherrill <joel@OARcorp.com>Joel Sherrill7-5/+225
* ada_user/Makefile.am, ada_user/ada_user.texi, cpu_supplement/Makefile.am, cpu_supplement/cpu_supplement.texi, cpu_supplement/sparc.t: Add Blackfin CPU supplement chapter and get everything building from previous breakages. * cpu_supplement/bfin.t: New file.
2006-10-172006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-1/+5
* porting/interrupts.t: Fix bogus _CPU_ISR_Get_level.
2006-10-172006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius4-4/+12
* configure.ac: Require autoconf-2.60. Require automake-1.10.
2006-09-252006-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-0/+519
* user/barrier.t: New file.
2006-09-142006-09-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill8-35/+33
* new_chapters/Makefile.am, new_chapters/gen_section, new_chapters/new_chapters.texi, user/Makefile.am, user/c_user.texi, user/dirstat.texi: Promote CPU Usage to first class citizen. Rename to start with rtems_ and include documentation in user guide. * user/cpuuse.t: New file. * new_chapters/cpuuse.t: Removed.
2006-09-132006-09-13 Joel Sherrill <joel@OARcorp.com>Joel Sherrill7-25/+42
* new_chapters/Makefile.am, user/Makefile.am, user/c_user.texi, user/dirstat.texi, user/task.t: Move stack to first class citizen status. Include it in User Manual and rename to start with rtems_. * user/stackchk.t: New file. * new_chapters/stackchk.t: Removed.
2006-09-072006-09-07 Ken Peters <ken.peters@jpl.nasa.gov>Joel Sherrill2-3/+12
PR 1171/doc * user/timer.t: Correct documentation for rtems_timer_initiate_server.
2006-08-292006-08-29 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-0/+113
* cpu_supplement/cpu_supplement.texi: New file.
2006-08-272006-08-27 Joel Sherrill <joel@OARcorp.com>Joel Sherrill15-457/+14
* Makefile.am, configure.ac, develenv/direct.t: Remove gnu_docs. Now included with RPMs. * gnu_docs/.cvsignore, gnu_docs/ChangeLog, gnu_docs/Makefile.am, gnu_docs/Tool_Doc_Instructions, gnu_docs/gen_docs, gnu_docs/gnu_footer.html, gnu_docs/gnu_header.html, gnu_docs/index.html, gnu_docs/mk_install_dir, gnu_docs/refcard.html, gnu_docs/rtems_tools_index.html: Removed.
2006-08-232006-08-23 Joel Sherrill <joel@OARcorp.com>Joel Sherrill23-3569/+26
* Makefile.am, configure.ac, index.html.in: FAQ should now be completely in the Wiki. * FAQ/.cvsignore, FAQ/FAQ.texi, FAQ/Makefile.am, FAQ/basic.t, FAQ/bsp.t, FAQ/build45.t, FAQ/concepts.t, FAQ/debug.t, FAQ/endoftime.t, FAQ/entry, FAQ/freesw.t, FAQ/hwdebugaids.t, FAQ/projects.t, FAQ/stamp-vti, FAQ/tools.t, FAQ/version.texi, common/timemac.texi, common/timetbl.t, common/timing.t: Removed.