summaryrefslogtreecommitdiffstats
path: root/doc/user/userext.t (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-01-11Remove texinfo format documentation. Replaced by Sphinx formatted documentation.Joel Sherrill1-721/+0
closes #2812.
2015-12-24api: Remove deprecated NotepadsAun-Ali Zaidi1-5/+1
Notepads where a feature of RTEMS' tasks that simply functioned in the same way as POSIX keys or threaded local storage (TLS). They were introduced well before per task variables, which are also deprecated, and were barely used in favor of their POSIX alternatives. In addition to their scarce usage, Notepads took up unnecessary memory. For each task: - 16 32-bit integers were allocated. - A total of 64 bytes per task per thread. This is especially critical in low memory and safety-critical applications. They are also defined as uint32_t, and therefore are not guaranteed to hold a pointer. Lastly, they are not portable solutions for SMP and uniprocessor systems, like POSIX keys and TLS. updates #2493.
2015-03-10cpukit: deprecate notepadsGedare Bloom1-1/+2
Deprecate Classic API Notepads. Mark task_set/get_note() with the deprecated attribute, and also mark the notepads field. Replace disable with enable option for notepads in confdefs.h, and make notepads disabled by default. The previous option CONFIGURE_DISABLE_CLASSIC_API_NOTEPADS is now unused and will emit a compile-time warning. A new option CONFIGURE_ENABLE_CLASSIC_API_NOTEPADS is available to turn on notepads, but it also will emit a compile-time warning to indicate that notepads are deprecated. Closes #2265
2012-10-02User's Guide: Correct typos in return status bulletsJoel Sherrill1-3/+3
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill1-3/+0
Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
2009-09-262009-09-26 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-7/+7
* user/conf.t, user/userext.t: Eliminate use of deprecated rtems_extension.
2008-09-09More "bool" cleanup.Ralf Corsepius1-4/+4
2008-09-09Convert to "bool".Ralf Corsepius1-1/+1
2008-08-212008-08-21 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-1/+1
* bsp_howto/ata.t, bsp_howto/clock.t, bsp_howto/ide-ctrl.t, bsp_howto/nvmem.t, bsp_howto/shmsupp.t, user/datatypes.t, user/mp.t, user/userext.t: Eliminate all references to rtems_signedXX and rtems_unsignedXX.
2008-01-292008-01-29 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-1/+1
* user/.cvsignore, user/Makefile.am, user/c_user.texi, user/concepts.t, user/conf.t, user/dirstat.texi, user/stackchk.t, user/task.t, user/userext.t: Add new Object Services collection. Tidy up some configuration documentation from earlier changes. * user/object.t: New file.
2002-06-282002-06-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-6/+16
* userext.t: Per PR228, correct the prototype of the task create user extension to indicate it returns a boolean and augment the documentation to explain the purpose of the boolean return value.
2002-04-132002-04-12 Chris Johns <ccj@acm.org>Joel Sherrill1-2/+28
* doc/user/userext.t: Per PR138, updated the documentation to show how to obtain an extension table index. Also provided some extra background on the user extension API.
2002-01-172001-01-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+1
* SUPPORT, LICENSE: New files. * Numerous files touched as part of merging the 4.5 branch onto the mainline development trunk and ensuring that the script that cuts snapshots and releases works on the documentation.
2000-05-04Numerous changes based on comments from Stephan Wilms <Stephan.Wilms@CWA.de>Joel Sherrill1-13/+19
including a new section in the Getting Started called "Where to Go From Here", lots of index entries added, and more configuration table information.
1999-11-16Changed copyright date to 1999.Joel Sherrill1-1/+1
1999-10-11Turned on concept and function name indexing.Joel Sherrill1-3/+25
1998-12-17Updated to correct information on post switch extension and to makeJoel Sherrill1-41/+8
the user extension table type definition correct.
1998-04-02Added "findex" for all directive pages but it turns out that thisJoel Sherrill1-0/+3
blows up both makeinfo and texi2dvi. So I have commented them out.
1998-03-27Nodes, menus, etc are automatically generated nowJoel Sherrill1-113/+2
1998-03-27Completed sweep adding directive and constant prefixes.Joel Sherrill1-7/+9
1998-03-27Conditionally adding RTEMS_ and rtems_ prefixes.Joel Sherrill1-11/+11
1998-02-06Updated copyrightsJoel Sherrill1-1/+1
1997-06-04added CVS Id stringJoel Sherrill1-0/+2
1997-06-04final corrections before 4.1.0 documentation freeze.Joel Sherrill1-1/+1
1997-05-31Changed bitwise OR's used to build up option and attribute setsJoel Sherrill1-3/+3
to be correct in either C or Ada. Added the interrupt disable, enable, flash, and is in progress directives. changed "97" to "1997"
1997-05-29first cut at Ada bindings manualJoel Sherrill1-10/+161
1997-05-27Initial revisionJoel Sherrill1-0/+649