summaryrefslogtreecommitdiffstats
path: root/doc (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-04-10documentation: ClarifySebastian Huber1-1/+1
2014-04-10documentation: Move CONFIGURE_MAXIMUM_DEVICESSebastian Huber1-33/+33
Move CONFIGURE_MAXIMUM_DEVICES documentation to "File System Configuration Parameters". This define has nothing to do with the device driver table.
2014-04-04Disable per task variables when SMP is enabledJoel Sherrill1-2/+17
Per task variables are inherently unsafe in SMP systems. This patch disables them from the build and adds warnings in the appropriate documentation and configuration sections.
2014-03-27privateenv: Use POSIX keys instead of task variables.Christian Mauderer1-1/+3
2014-03-21doc misc: Building again and updatesJoel Sherrill6-18/+14
Remove references to Cygnus Fix issues introduced in previous edits
2014-03-20relnotes/intro.texi: Change rtems.com to rtems.org and updateJoel Sherrill1-27/+11
2014-03-20relnotes/status.texi: Update to BugzillaJoel Sherrill1-3/+3
2014-03-20HELP.html Makefile.am: Remove unused HELP.htmlJoel Sherrill2-23/+1
2014-03-20cpright.texi: Update to reflect services and communityJoel Sherrill1-7/+9
2014-03-20texi2html_init.in: Reword rtems.com to rtems.orgJoel Sherrill1-1/+1
2014-03-20started/buildc.t: Change CVS to GitJoel Sherrill1-12/+8
2014-03-20started/buildrt.t: Change CVS to GitJoel Sherrill1-12/+6
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns11-18/+18
2014-03-20cpukit/shell: Replace task variables with posix keys.Christian Mauderer1-0/+3
Use posix keys for current shell environment instead of task variables. With this patch the shell needs one posix-key and one posix-key-value-pair configured. Update documentation for the shell. Adapt samples/fileio: - Add necessary objects. - Add login function and custom device name for better testing of the shell.
2014-03-14Add documentation for profilingSebastian Huber2-0/+23
2014-03-11doc: Improve description of rtems_status_text for ToCJoel Sherrill3-7/+6
2014-03-11smp.t: Add Background and Operation SectionsJoel Sherrill1-7/+200
2014-03-11Classic API Users Guide: Add SMP and affinity services.Joel Sherrill6-9/+181
This patch adds the initial version of the SMP chapter to the Users Guide.
2014-03-11POSIX Users Guide: Add thread affinity services.Joel Sherrill1-2/+250
2014-03-11stackchk.t task.t: Change can not to cannot for consistencyJoel Sherrill2-2/+2
2014-03-11cpright.texi: Update to 2014.Joel Sherrill1-1/+1
2014-03-11gen_section: Update for use with new SMP chapters.Joel Sherrill1-2/+19
2014-02-14score: Add CPU counter supportSebastian Huber1-0/+21
Add a CPU counter interface to allow access to a free-running counter. It is useful to measure short time intervals. This can be used for example to enable profiling of critical low-level functions. Add two busy wait functions rtems_counter_delay_ticks() and rtems_counter_delay_nanoseconds() implemented via the CPU counter.
2014-02-12score: Change debug helper functionsSebastian Huber5-20/+21
Rename rtems_internal_error_description() to rtems_internal_error_text(). Rename rtems_fatal_source_description() to rtems_fatal_source_text(). Rename rtems_status_code_description() to rtems_status_text(). Remove previous implementation of rtems_status_text().
2014-02-06rtems: Add rtems_status_code_description()Sebastian Huber3-5/+37
2014-02-04Add thread-local storage (TLS) supportSebastian Huber20-2/+162
Tested and implemented on ARM, m68k, PowerPC and SPARC. Other architectures need more work.
2013-12-24cpukit/rtems: Add rtems_clock_get_uptime_nanoseconds to the RTEMS API.Chris Johns1-16/+46
Add Timestamp support in the score to return a timestamp in nanoseconds. Add a test. Update the RTEMS API documentation.
2013-12-16cpukit/shell: Control help break with SHELL_LINES env variable.Chris Johns1-16/+98
Control the help command break with the SHELL_LINES evironment variable where the numeric value is the number of lines to break on. If the value is 0 the output is not broken. The default is 16 lines. Add shell documentation for the help command.
2013-12-05doc/posix_users: add notes and descriptions for pthread_key functionsSahil Patnayakuni1-4/+63
2013-11-20sparc.t: Correct for V8/V9Joel Sherrill1-5/+3
2013-10-15doc: Document format in conf.tShubham Somani1-0/+56
2013-09-17bsp_howto/support.t: Add PIC Interrupt Model API InformationVipul Nayyar1-0/+70
2013-08-20smp: Add Deterministic Priority SMP SchedulerSebastian Huber1-3/+37
2013-08-14documentation: Directives allowed from an ISRSebastian Huber1-12/+36
Update list.
2013-07-29doc/user/conf.t: More clean upsShubham Somani1-100/+7
2013-07-24conf.t: Fix minor typos.Joel Sherrill1-2/+2
2013-07-24doc/user/conf.t: Fix SMP_MAXIMUM_PROCESSORS and add Go configurationCynthia Rempel1-1/+93
2013-07-22doc/user/conf.t: Fix SMP_MAXIMUM_PROCESSORS and add Go ConfigurationCynthia Rempel1-4/+97
2013-07-22doc/shell/Makefile.am: Fix dependencyJoel Sherrill1-1/+1
2013-06-12Make the default values easier for the configuration GUI to parseCynthia Rempel1-91/+94
2013-06-12termios: Notify driver about inactive transmitSebastian Huber1-0/+6
Returning this state in the return value leads to race conditions on SMP. The inactive state notification must be inside the critical section.
2013-06-12rtems: Add interrupt locksSebastian Huber1-0/+170
Interrupt locks are low-level lock to protect critical sections accessed by threads and interrupt service routines.
2013-05-16shell: Add df commandAndrei Mozzhuhin1-0/+78
2013-05-10score: Add CPU context validationSebastian Huber1-0/+25
2013-04-10doc: Config documentation changes throughoutSebastian Huber1-200/+166
2013-04-10doc: Add bdbuf configuration optionsSebastian Huber1-0/+376
2013-04-09user/conf.t: Address User Feedback from Stephen TetherJoel Sherrill1-68/+78
Stephen Tether <tether@slac.stanford.edu> posted to the users list: http://www.rtems.org/pipermail/rtems-users/2013-April/011273.html I tried to make the requested changes.
2013-04-09user/overview.t: Fix broken cross referenceJoel Sherrill1-2/+1
2013-04-09doc/user/conf.t: Rewrite to emphasize confdefs.h and add detailJoel Sherrill2-1874/+3782
This patch includes a heavy rewrite of the chapter to have a more structured approach to this chapter. It also changes the sectioning to have the Data Structures be a section to themselves as a peer in the outline with each logical area of macros in confdefs.h.
2013-03-11doc/texi2html_init.in: Correct typoJoel Sherrill1-1/+1