forked from Imagelibrary/rtems
164 lines
4.3 KiB
Plaintext
164 lines
4.3 KiB
Plaintext
2004-11-05 Joel Sherrill <joel@OARcorp.com>
|
|
|
|
PR 706/doc
|
|
* task.t: Remove not that changes explanation.
|
|
|
|
2004-09-27 Joel Sherrill <joel@OARcorp.com>
|
|
|
|
PR 683/doc
|
|
* overview.t: Chapter numbering in preface was wrong.
|
|
|
|
2004-07-24 Joel Sherrill <joel@OARcorp.com>
|
|
|
|
PR 652/rtems
|
|
* signal.t: Return RTEMS_INVALID_NUMBER when sending an empty signal
|
|
set.
|
|
|
|
2004-06-29 Joel Sherrill <joel@OARcorp.com>
|
|
|
|
PR 631/rtems
|
|
* msg.t: Document the return status from message_queue_create when
|
|
unable to allocate message buffer memory.
|
|
|
|
2004-05-21 Joel Sherrill <joel@OARcorp.com>
|
|
|
|
PR 627/doc
|
|
* task.t: Behavior documented for an rtems_task_create with stacksize <
|
|
minimum was not the implemented behavior.
|
|
|
|
2004-05-06 Joel Sherrill <joel@OARcorp.com>
|
|
|
|
PR 618/rtems
|
|
* clock.t, dpmem.t, event.t, msg.t, part.t, region.t, sem.t, task.t,
|
|
timer.t: Add NULL checks.
|
|
|
|
2003-11-25 Joel Sherrill <joel@OARcorp.com>
|
|
|
|
PR 528/rtems_misc
|
|
* task.t: Fix Ada binding for task variable calls.
|
|
|
|
2003-11-21 Joel Sherrill <joel@OARcorp.com>
|
|
|
|
PR 521/doc
|
|
* sem.t: Default attributes were wrong for semaphores.
|
|
|
|
2003-08-30 Ralf Corsepius <corsepius@faw.uni-ulm.de>
|
|
|
|
* c_user.texi: include common/rtems.texi.
|
|
* Makefile.am: Reflect changes to $(top_srcdir)/project.am.
|
|
* rtmon.t: Eliminate @lowersections/@raisesections (texi2www is too
|
|
broken to deal with them).
|
|
|
|
2003-08-22 Joel Sherrill <joel@OARcorp.com>
|
|
|
|
* preface.texi: Reconcile differences between CVS trunk and 4.6 branch.
|
|
|
|
2003-05-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
|
|
|
* fatal.t: Reflect c/src/exec having moved to cpukit.
|
|
|
|
2003-02-03 Joel Sherrill <joel@OARcorp.com>
|
|
|
|
PR 338/filesystem
|
|
* io.t: Fix Ada binding as side-effect of fixing reentrancy
|
|
problem with rtems_io_lookup_name() (API change).
|
|
|
|
2003-02-03 Steven Johnson <sjohnson@neurizon.net>
|
|
|
|
PR 338/filesystem
|
|
* io.t: Document the API change that fixed reentrancy problem with
|
|
rtems_io_lookup_name().
|
|
|
|
2003-01-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
|
|
|
* c_user.texi: Set @setfilename c_user.info.
|
|
|
|
2003-01-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
|
|
|
* Makefile.am: Put GENERATED_FILES into $builddir.
|
|
|
|
2003-01-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
|
|
|
* version.texi: Remove from CVS.
|
|
* stamp-vti: Remove from CVS.
|
|
* .cvsignore: Add version.texi.
|
|
Add stamp-vti.
|
|
Re-sort.
|
|
|
|
2003-01-21 Joel Sherrill <joel@OARcorp.com>
|
|
|
|
* stamp-vti, version.texi: Regenerated.
|
|
|
|
2002-11-13 Joel Sherrill <joel@OARcorp.com>
|
|
|
|
* stamp-vti, version.texi: Regenerated.
|
|
|
|
2002-10-24 Joel Sherrill <joel@OARcorp.com>
|
|
|
|
* stamp-vti, version.texi: Regenerated.
|
|
|
|
2002-08-27 Joel Sherrill <joel@OARcorp.com>
|
|
|
|
* io.t: Correct Ada bindings.
|
|
|
|
2002-07-30 Joel Sherrill <joel@OARcorp.com>
|
|
|
|
* stamp-vti, version.texi: Regenerated.
|
|
|
|
2002-06-28 Joel Sherrill <joel@OARcorp.com>
|
|
|
|
* 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-12 Chris Johns <ccj@acm.org>
|
|
|
|
* 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-04-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
|
|
|
* io.t: Fix typo @sybsection.
|
|
|
|
2002-03-27 Eric Norum <eric.norum@usask.ca>
|
|
|
|
* intr.t: Per PR165, now correctly states that passing a NULL
|
|
pointer for the return argument is an error.
|
|
|
|
2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
|
|
|
* Makefile.am: Remove AUTOMAKE_OPTIONS.
|
|
|
|
2002-03-27 Eric Norum <eric.norum@usask.ca>
|
|
|
|
* PR161
|
|
* rtmon.t: Add rtems_ prefix to directives in the example.
|
|
|
|
2002-03-22 Chris Johns <ccj@acm.org>
|
|
|
|
* io.t, conf.t: PR 160. Added the IO Manager's register and
|
|
unregister interface documentation.
|
|
|
|
2002-03-15 Eric Norum <eric.norum@usask.ca>
|
|
|
|
* rtmon.t: Correct example and correctly used ensure not insure.
|
|
|
|
2002-01-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
|
|
|
* Makefile.am: include main.am, require automake-1.5.
|
|
|
|
2001-01-17 Joel Sherrill <joel@OARcorp.com>
|
|
|
|
* .cvsignore: Added rtems_header.html and rtems_footer.html.
|
|
|
|
2001-01-17 Joel Sherrill <joel@OARcorp.com>
|
|
|
|
* timer.t: Added task-based timer information including the
|
|
new directives rtems_timer_initiate(), rtems_timer_server_fire_after(),
|
|
and rtems_timer_server_fire_when().
|
|
|
|
2000-08-10 Joel Sherrill <joel@OARcorp.com>
|
|
|
|
* ChangeLog: New file.
|