source: rtems/doc/ChangeLog @ b009f481

4.115
Last change on this file since b009f481 was b009f481, checked in by Joel Sherrill <joel.sherrill@…>, on 10/31/11 at 13:46:43

2011-10-31 Joel Sherrill <joel.sherrill@…>

PR 1947/doc

  • started/buildrt.t: Make note that native toolset is needed to configure and build RTEMS.
  • Property mode set to 100644
File size: 75.7 KB
Line 
12011-10-31      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        PR 1947/doc
4        * started/buildrt.t: Make note that native toolset is needed to
5        configure and build RTEMS.
6
72011-10-05      Joel Sherrill <joel.sherrill@oarcorp.com>
8                Petr Benes <benesp16@fel.cvut.cz>
9
10        PR 1912/doc
11        * user/conf.t, user/schedule.t: Rework to add scheduler specific
12        information.
13
142011-09-19      Joel Sherrill <joel.sherrill@oarcorp.com>
15
16        * user/Makefile.am, user/c_user.texi: Reorder chapters to put
17        scheduling earlier. Also put Barrier and Rate Monotonic Manager where
18        they logically belong. They appear to have just be added toward the
19        end.
20
212011-07-29      Joel Sherrill <joel.sherrilL@OARcorp.com>
22
23        PR 1864/doc
24        * user/conf.t: Add missing documentation for
25        CONFIGURE_MAXIMUM_POSIX_MESSAGE_QUEUE_DESCRIPTORS,
26        CONFIGURE_MAXIMUM_POSIX_BARRIERS , CONFIGURE_MAXIMUM_POSIX_SPINLOCKS,
27        CONFIGURE_MAXIMUM_POSIX_RWLOCKS.
28
292011-07-26      Joel Sherrill <joel.sherrilL@OARcorp.com>
30
31        PR 1851/doc
32        * user/conf.t: Fix typo in CONFIGURE_MESSAGE_BUFFER_MEMORY example.
33
342011-07-18      Sebastian Huber <sebastian.huber@embedded-brains.de>
35
36        * user/mp.t: Avoid obsolete notation.
37
382011-07-15      Sebastian Huber <sebastian.huber@embedded-brains.de>
39
40        * user/part.t, user/sem.t: Typos.
41
422011-07-13      Joel Sherrill <joel.sherrilL@OARcorp.com>
43
44        PR 1824/cpukit
45        * bsp_howto/init.t, bsp_howto/support.t, user/init.t: Return
46        exit/shutdown status back to boot_card().
47
482011-05-23      Joel Sherrill <joel.sherrilL@OARcorp.com>
49
50        * bsp_howto/support.t: Update copyright.
51
522011-05-23      Joel Sherrill <joel.sherrilL@OARcorp.com>
53
54        * bsp_howto/support.t: Add section describing configuration macros
55        which may be defined at the BSP level to alter defaults in
56        rtems/confdefs.h.
57
582011-05-19      Gedare Bloom <giddyup44@yahoo.com>
59
60        * user/conf.t: Fix typos.
61
622011-05-18      Joel Sherrill <joel.sherrill@oarcorp.com>
63
64        * user/conf.t: Add SMP Configuration parameters.
65
662011-05-18      Joel Sherrill <joel.sherrill@oarcorp.com>
67
68        * user/conf.t: Slight rework to deemphasize not using confdefs.h
69
702011-05-12      Joel Sherrill <joel.sherrilL@OARcorp.com>
71
72        * index.html.in, common/opengroup_manpage_acknowledgement.texi,
73        common/opengroup_preface_acknowledgement.texi: New dates.
74
752011-04-22      Joel Sherrill <joel.sherrill@oarcorp.com>
76
77        PR 1782/cpukit
78        * porting/taskcontext.t: Disable deferred FPU context switches when SMP
79        is enabled. Per code tracking of deferred contexts is not
80        implemented.
81
822011-04-07      Joel Sherrill <joel.sherrill@oarcorp.com>
83
84        * rtems_footer.html.in, common/cpright.texi: Update dates in copyright.
85
862011-03-16      Joel Sherrill <joel.sherrill@oarcorp.com>
87
88        * ada_user/.cvsignore: Add missing files.
89
902011-03-16      Jennifer Averett <jennifer.averett@OARcorp.com>
91
92        PR 1743/cpu
93        * user/conf.t: Add Simple Priority Scheduler as complement to existing
94        Deterministic Priority Scheduler. This scheduler serves both as an
95        example and as a lighter weight implementation for smaller systems.
96
972011-03-04      Joel Sherrill <joel.sherrill@oarcorp.com>
98
99        PR 1752/doc
100        * cpu_supplement/.cvsignore, cpu_supplement/Makefile.am,
101        cpu_supplement/cpu_supplement.texi: Remove TI C4x CPU Supplement
102        chapter.
103        * cpu_supplement/tic4x.t: Removed.
104
1052011-03-04      Joel Sherrill <joel.sherrill@oarcorp.com>
106
107        * ada_user/Makefile.am: Add ObjectId pdf files.
108
1092011-03-04      Ralf Corsépius <ralf.corsepius@rtems.org>
110
111        * configure.ac: Rename RTEMS_API into _RTEMS_API.
112
1132011-03-04      Joel Sherrill <joel.sherrilL@OARcorp.com>
114
115        PR 1744/doc
116        * user/clock.t: rtems_clock_time_value type uses changed to struct
117        timeval.
118
1192011-02-28      Joel Sherrill <joel.sherrill@oarcorp.com>
120
121        * setup.def, shell/preface.texi: Bump to 4.10.99.0
122
1232011-02-17      Joel Sherrill <joel.sherrill@oarcorp.com>
124
125        * user/conf.t: Document changes to Scheduler configuration.
126
1272011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
128
129        * configure.ac: Require autoconf-2.68, automake-1.11.1.
130
1312011-01-10      Danila Bespalov <danila DOT bespalov AT gmail DOT com>
132
133        * posix_users/posix_users.texi, posix_users/signal.t: Review and
134        improve as part of Google Code-In 2010.
135
1362011-01-02      Danila Bespalov <danila DOT bespalov AT gmail DOT com>
137
138        * started/buildc.t, started/buildrt.t, started/nt.t, started/require.t,
139        started/sample.t: Review and improve.
140
1412010-12-16      Joel Sherrill <joel.sherrilL@OARcorp.com>
142
143        * develenv/direct.t: Remove Getting Started with GNAT/RTEMS.
144        * started_ada/.cvsignore, started_ada/Makefile.am,
145        started_ada/buildada.t, started_ada/gdb.t, started_ada/intro.t,
146        started_ada/require.t, started_ada/sample.t, started_ada/stamp-vti,
147        started_ada/started_ada.texi, started_ada/tversions.texi,
148        started_ada/version.texi: Removed.
149
1502010-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
151
152        * Makefile.am, configure.ac, common/cpright.texi, common/rtems.texi.in,
153        cpu_supplement/.cvsignore, started/Makefile.am, started/binaries.t,
154        started/buildc.t, started/buildrt.t, started/intro.t,
155        started/nextstep.t, started/nt.t, started/require.t,
156        started/sample.t, started/started.texi, started/version.texi: Major
157        update which includes removal of references to specific tool versions
158        and patches.
159        * started/tversions.texi.in: Removed.
160
1612010-11-24      Gedare Bloom <giddyup44@yahoo.com>
162
163        PR 1647/cpukit
164        * user/conf.t, user/schedule.t: Update documentation to reflect
165        refactoring of SuperCore to add Scheduler and ability for user to
166        configure a scheduler.
167
1682010-11-11      Joel Sherrill <joel.sherrilL@OARcorp.com>
169
170        PR 1716/doc
171        * user/concepts.t: print_name example used a variable which did not
172        match the name of the passed in parameter.
173
1742010-11-01      Joel Sherrill <joel.sherrilL@OARcorp.com>
175
176        PR 1714/doc
177        * user/datatypes.t: Add missing description of rtems_status_codes.
178
1792010-08-13      Joel Sherrill <joel.sherrilL@OARcorp.com>
180
181        PR 1674/docs
182        * user/Makefile.am, user/dirstat.texi: Fix bad node reference.
183
1842010-08-09      Sebastian Huber <sebastian.huber@embedded-brains.de>
185
186        PR 1513/doc
187        * user/chains.t: Added missing functions.  Uniform text for
188        unprotected functions.
189
1902010-08-03      Sebastian Huber <sebastian.huber@embedded-brains.de>
191
192        PR 1650/cpukit
193        * user/part.t: Clarify.
194
1952010-07-30      Gedare Bloom <giddyup44@yahoo.com>
196
197        PR 1599/cpukit
198        * porting/interrupts.t: Rename _Context_Switch_necessary to
199        _Thread_Dispatch_necessary to more properly reflect the intent.
200
2012010-07-29      Gedare Bloom <giddyup44@yahoo.com>
202
203        PR 1635/cpukit
204        * porting/prioritybitmap.t: Refactoring of priority handling, to
205        isolate the bitmap implementation of priorities in the supercore so
206        that priority management is a little more modular. This change is in
207        anticipation of scheduler implementations that can select how they
208        manage tracking priority levels / finding the highest priority ready
209        task. Note that most of the changes here are simple renaming, to
210        clarify the use of the bitmap-based priority management.
211
2122010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
213
214        PR 1573/cpukit
215        * porting/interrupts.t: Add a per cpu data structure which contains the
216        information required by RTEMS for each CPU core. This encapsulates
217        information such as thread executing, heir, idle and dispatch needed.
218
2192010-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
220
221        * Makefile.am, configure.ac, index.html.in, develenv/direct.t,
222        posix_users/gen_size_report, started/nextstep.t,
223        started_ada/buildada.t, user/conf.t, user/object.t: Remove ITRON API.
224        * itron3.0/.cvsignore, itron3.0/Makefile.am, itron3.0/config.t,
225        itron3.0/eventflags.t, itron3.0/fixedblock.t, itron3.0/gen_all,
226        itron3.0/gen_section, itron3.0/gen_status_shell,
227        itron3.0/interrupt.t, itron3.0/itron.texi, itron3.0/mailbox.t,
228        itron3.0/memorypool.t, itron3.0/msgbuffer.t, itron3.0/network.t,
229        itron3.0/preface.texi, itron3.0/rendezvous.t, itron3.0/semaphore.t,
230        itron3.0/stamp-vti, itron3.0/status.t, itron3.0/task.t,
231        itron3.0/tasksync.t, itron3.0/time.t, itron3.0/version.texi: Removed.
232
2332010-06-16      Joel Sherrill <joel.sherrilL@OARcorp.com>
234
235        PR 1568/doc
236        * user/intr.t: Fix list of services callable from ISR.
237
2382010-06-15      Gedare Bloom <giddyup44@yahoo.com>
239
240        PR 1565/cpukit
241        * cpu_supplement/Makefile.am, cpu_supplement/cpu_supplement.texi: Merge
242        SPARC64 port.
243        * cpu_supplement/sparc64.t: New file.
244
2452010-06-11      Ralf Corsépius <ralf.corsepius@rtems.org>
246
247        * Makefile.am: Don't install html_imagesdir unconditionally.
248        * main.am: Don't install html_projectdir unconditionally.
249        * cpu_supplement/Makefile.am: Include main.am.
250
2512010-06-11      Ralf Corsépius <ralf.corsepius@rtems.org>
252
253        * ada_user/stamp-vti, ada_user/version.texi,
254        bsp_howto/stamp-vti, bsp_howto/version.texi,
255        cpu_supplement/stamp-vti, cpu_supplement/version.texi,
256        develenv/stamp-vti, develenv/version.texi,
257        filesystem/stamp-vti, filesystem/version.texi,
258        itron3.0/stamp-vti, itron3.0/version.texi,
259        networking/stamp-vti, networking/version.texi,
260        new_chapters/stamp-vti, new_chapters/version.texi,
261        porting/stamp-vti, porting/version.texi,
262        posix1003.1/stamp-vti, posix1003.1/version.texi,
263        posix_users/stamp-vti, posix_users/version.texi,
264        relnotes/stamp-vti, relnotes/version.texi,
265        shell/stamp-vti, shell/version.texi,
266        started/stamp-vti, started/version.texi,
267        started_ada/stamp-vti, started_ada/version.texi,
268        user/stamp-vti, user/version.texi:
269        New.
270
2712010-06-11      Ralf Corsépius <ralf.corsepius@rtems.org>
272
273        * ada_user/Makefile.am, bsp_howto/Makefile.am,
274        cpu_supplement/Makefile.am, develenv/Makefile.am,
275        filesystem/Makefile.am, itron3.0/Makefile.am,
276        networking/Makefile.am, new_chapters/Makefile.am,
277        porting/Makefile.am, posix1003.1/Makefile.am,
278        posix_users/Makefile.am, relnotes/Makefile.am,
279        shell/Makefile.am, started/Makefile.am,
280        started_ada/Makefile.am, user/Makefile.am:
281        Remove EDITION (Unused).
282
2832010-06-02      Joel Sherrill <joel.sherrill@oarcorp.com>
284
285        * user/.cvsignore: Add semaphore_attributes.pdf.
286
2872010-05-18      Joel Sherrill <joel.sherrilL@OARcorp.com>
288
289        PR 1520/doc
290        * user/part.t: Partition create discussion said it returned the number
291        of buffers created but it does not.
292
2932010-05-18      Alin Rus <alin.codejunkie@gmail.com>
294
295        PR 1519/doc
296        * user/chains.t: Fix typo in Chain_Control example.
297
2982010-05-13      Chris Johns <chrisj@rtems.org>
299
300        * shell/file.t: Add dd, debugrfs, hexdump, ln, mknod, mkrfs, mv.
301        * shell/general.t: Add time.
302       
3032010-05-12      Sebastian Huber <sebastian.huber@embedded-brains.de>
304
305        PR 1512/doc
306        * shell/general.t: Add rtc.
307        * shell/file.t: Add fdisk.
308
3092010-05-09      Joel Sherrill <joel.sherrill@oarcorp.com>
310
311        PR 1512/doc
312        * shell/general.t: Add setenv, getenv, and unsetenv.
313
3142010-05-05      Alin Rus <alin.codejunkie@gmail.com>
315
316        PR 1510/doc
317        * user/chains.t: Fix code example.
318
3192010-04-22      Alin Rus <alin.codejunkie@gmail.com>
320
321        * user/chain.t: Fixed the example from PR 1504.
322
3232010-03-04      Joel Sherrill <joel.sherrill@oarcorp.com>
324
325        * user/conf.t: CONFIGURE_DISABLE_CLASSIC_NOTEPADS is typo of
326        CONFIGURE_DISABLE_CLASSIC_API_NOTEPADS. Fix it.
327
3282010-02-18      Chris Johns <chrisj@rtems.org>
329
330        * networking/networkapp.t: Updated the BOOTP/DHCP to document the
331        default behaviour of looping forever.
332
3332010-01-11      Marc Pignat <marc.pignat@hevs.ch>
334
335        PR 1490/doc
336        * user/clock.t: Fix typo. rtems_clock_get_ticks_per_second not
337        rtems_clock_get_ticks_per_seconds.
338
3392009-12-17      Joel Sherrill <joel.sherrill@oarcorp.com>
340
341        * user/clock.t: Eliminate unused type rtems_clock_time_value.
342
3432009-12-16      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
344
345        * bsp_howto/console.t: adaption to ssize_t return value for
346        my_driver_write() function
347
3482009-11-23      Joel Sherrill <joel.sherrill@oarcorp.com>
349
350        PR 1460/cpukit
351        * user/object.t: Change return type on methods accessing portions of
352        RTEMS Ids to int. This allows -1 to be return on error.
353
3542009-11-09      Joel Sherrill <joel.sherrill@oarcorp.com>
355
356        * ada_user/Makefile.am, ada_user/ada_user.texi, user/Makefile.am,
357        user/c_user.texi, user/concepts.t, user/overview.t,
358        user/preface.texi, user/schedule.t, user/sem.t: Add table of figures.
359        Add text and graphic of tree illustrating valid combinations of
360        semaphore attributes.
361        * user/semaphore_attributes.eps, user/semaphore_attributes.png:
362        New files.
363
3642009-10-14      Joel Sherrill <joel.sherrill@oarcorp.com>
365
366        * bsp_howto/console.t: Capitalization.
367
3682009-10-14      Joel Sherrill <joel.sherrill@oarcorp.com>
369
370        * user/preface.texi: Remove UNIX and update port list.
371
3722009-10-14      Ralf Corsépius <ralf.corsepius@rtems.org>
373
374        * HELP.html, bsp_howto/support.t, relnotes/status.texi,
375        started_ada/buildada.t: Remove references to posix/Unix port.
376
3772009-09-26      Joel Sherrill <joel.sherrill@oarcorp.com>
378
379        * user/conf.t, user/userext.t: Eliminate use of deprecated
380        rtems_extension.
381
3822009-09-14      Sebastian Huber <sebastian.huber@embedded-brains.de>
383
384        * cpu_supplement/arm.t: Update.
385        * cpu_supplement/preface.texi: Typo.
386        * cpu_supplement/general.t: Expanded abbreviation.
387
3882009-09-14      Sebastian Huber <sebastian.huber@embedded-brains.de>
389
390        * cpu_supplement/arm.t: Update.
391        * cpu_supplement/preface.texi: Typo.
392        * cpu_supplement/general.t: Expanded abbreviation.
393
3942009-08-26      Sebastian Huber <sebastian.huber@embedded-brains.de>
395
396        * user/conf.t: Change stack allocator signature.
397
3982009-08-22      Roxana Leontie <roxana.leontie@gmail.com>
399
400        * bsp_howto/framebuffer.t: documented the improvements made to
401        read/write
402
4032009-08-21      Roxana Leontie <roxana.leontie@gmail.com>
404
405        * bsp_howto/framebuffer.t: Updated the frame buffer documentation.
406
4072009-08-05      Joel Sherrill <joel.sherrill@OARcorp.com>
408
409        * user/conf.t: Add configuration of posix message queue file
410        descriptors as separate entity. Also add documentation on posix
411        configuration elements not previously covered.
412
4132009-08-03      Roxana Leontie <roxana.leontie@gmail.com>
414
415        * bsp_howto/framebuffer.t: added documentation
416
4172009-07-28      Joel Sherrill <joel.sherrill@oarcorp.com>
418
419        * bsp_howto/.cvsignore, bsp_howto/Makefile.am,
420        bsp_howto/bsp_howto.texi: Add Frame Buffer Device Driver shell.
421        * bsp_howto/framebuffer.t: New file.
422        * user/conf.t: Add CONFIGURE_APPLICATION_NEEDS_FRAME_BUFFER_DRIVER.
423
4242009-07-02      Joel Sherrill <joel.sherrill@OARcorp.com>
425
426        * user/region.t: Fix typos where semaphore referenced instead of region
427        or segment.
428
4292009-07-02      Joel Sherrill <joel.sherrill@OARcorp.com>
430
431        * user/preface.texi: Correct list of supported CPU architectures.
432
4332009-05-08      Joel Sherrill <joel.sherrill@oarcorp.com>
434
435        * user/conf.t: Change work_space_size to uintptr_t since it cannot be
436        negative.
437
4382009-04-19      Joel Sherrill <joel.sherrill@oarcorp.com>
439
440        * cpu_supplement/.cvsignore, cpu_supplement/Makefile.am,
441        cpu_supplement/cpu_supplement.texi: Add shell for Atmel AVR chapter.
442        * cpu_supplement/avr.t: New file.
443
4442009-03-30      Sebastian Huber <sebastian.huber@embedded-brains.de>
445
446        * shell/confinit.t: New argument sequence for rtems_shell_init().
447
4482009-03-02      Joel Sherrill <joel.sherrill@OARcorp.com>
449
450        * user/.cvsignore: Add Object ID PDF files.
451
4522009-02-27      Joel Sherrill <joel.sherrill@oarcorp.com>
453
454        * posix_users/preface.texi, shell/preface.texi: Add stock
455        acknowledgement paragraphs that are required when excerpting and
456        reusing text from POSIX standards per the agreement at
457        * common/opengroup_manpage_acknowledgement.texi,
458        common/opengroup_preface_acknowledgement.texi: New files.
459
4602009-02-27      Joel Sherrill <joel.sherrill@OARcorp.com>
461
462        PR 1387/doc
463        * user/intr.t: Add Interrupt Manager services to list of services
464        callable from ISR.
465
4662009-02-19      Joel Sherrill <joel.sherrill@oarcorp.com>
467
468        * shell/rtems.t: Add halt command.
469
4702009-02-12      Joel Sherrill <joel.sherrill@oarcorp.com>
471
472        * porting/idlethread.t: Change prototype of IDLE thread to consistently
473        return void * and take a uintptr_t argument.
474
4752009-01-29      Sebastian Huber <sebastian.huber@embedded-brains.de>
476
477        * bsp_howto/console.t: Clarify interrupt transmit process.
478        * user/concepts.t: Typo.
479
4802008-12-19      Joel Sherrill <joel.sherrill@oarcorp.com>
481
482        * index.html.in: Remove manuals that are dead.
483
4842008-12-18      Sebastian Huber <sebastian.huber@embedded-brains.de>
485
486        * user/cpuuse.t: Reflect change in CPU Usage report format.
487
4882008-12-15      Joel Sherrill <joel.sherrill@oarcorp.com>
489
490        * user/init.t: Eliminate pointers to API configuration tables in the
491        main configuration table. Reference the main configuration table and
492        the API configuration tables directly using the confdefs.h version
493        rather than obtaining a pointer to it. This eliminated some
494        variables, a potential fatal error, some unnecessary default
495        configuration structures. Overall, about a 4.5% reduction in the code
496        size for minimum and hello on the SPARC.
497
4982008-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
499
500        * user/conf.t, user/region.t: Change sizes of heap/region and allocated
501        objects in heap to intptr_t so they can be larger than a single
502        allocatable object (e.g. size_t).
503
5042008-12-12      Joel Sherrill <joel.sherrill@OARcorp.com>
505
506        * user/region.t: Malloc Family is not implemented in termios of Region
507        Manager after 4.7. Correct documentation.
508
5092008-12-12      Sebastian Huber <sebastian.huber@embedded-brains.de>
510
511        * bsp_howto/console.t: Remove size constraints on image. Fix a
512        sentence.
513
5142008-12-11      Sebastian Huber <sebastian.huber@embedded-brains.de>
515                Joel Sherrrill <joel.sherrill@oarcorp.com>
516
517        * bsp_howto/Makefile.am, bsp_howto/console.t: Sebastian improved
518         documentation for termios device drivers.
519        * bsp_howto/TERMIOSFlow.eps, bsp_howto/TERMIOSFlow.png: New files.
520        Joel added Termios Flow figure from RTEMS Open Class material.
521
5222008-12-04      Jukka Pietarinen <jukka.pietarinen@mrf.fi>
523
524        * cpu_supplement/.cvsignore, cpu_supplement/Makefile.am,
525        cpu_supplement/cpu_supplement.texi: Add Lattice Mico32 support.
526        * cpu_supplement/lm32.t: New file.
527
5282008-12-01      Joel Sherrill <joel.sherrill@oarcorp.com>
529
530        * ada_user/Makefile.am: Fix typo.
531
5322008-12-01      Joel Sherrill <joel.sherrill@oarcorp.com>
533
534        * ada_user/Makefile.am, user/Makefile.am, user/concepts.t: Add 16 bit
535        object Id format information.
536        * user/ObjectId-16Bits.eps, user/ObjectId-16Bits.png: New files.
537
5382008-12-01      Joel Sherrill <joel.sherrill@OARcorp.com>
539
540        * user/datatypes.t: Add C99 uint types.
541
5422008-11-20      Joel Sherrill <joel.sherrill@oarcorp.com>
543
544        PR 1340/cpukit
545        * user/chains.t: Add rtems_chain_initialize to public chain API.
546
5472008-11-20      Joel Sherrill <joel.sherrill@OARcorp.com>
548
549        PR 1339/Ada
550        * user/io.t: Re-add IO Manager to Ada binding.
551
5522008-11-13      Joel Sherrill <joel.sherrill@OARcorp.com>
553
554        PR 1336/cpukit
555        * user/chains.t, user/dirstat.texi: Add rtems_chain_prepend_unprotected
556        and rtems_chain_append_unprotected.
557
5582008-11-07      Joel Sherrill <joel.sherrill@OARcorp.com>
559
560        * user/concepts.t: Use 32 bit version centered.
561
5622008-11-07      Joel Sherrill <joel.sherrill@OARcorp.com>
563
564        * ada_user/Makefile.am: Make Ada manual build again after adding
565        figure.
566
5672008-11-07      Joel Sherrill <joel.sherrill@OARcorp.com>
568
569        PR 1334/doc
570        * user/Makefile.am, user/concepts.t, user/init.t, user/overview.t,
571        user/part.t, user/task.t: Correct typos and correctly document 4
572        parts of 32-bit object id.
573        * user/ObjectId-32Bits.eps, user/ObjectId-32Bits.png: New files.
574
5752008-10-14      Joel Sherrill <joel.sherrill@OARcorp.com>
576
577        * user/conf.t: Fix typo.
578
5792008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
580
581        * user/region.t: Change size_t to ssize_t.
582
5832008-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
584
585        * shell/preface.texi: Bump version to 4.9.99.0
586
5872008-09-30      Joel Sherrill <joel.sherrill@oarcorp.com>
588
589        * bsp_howto/timer.t: Eliminate uses of old benchmark timer names.
590
5912008-09-25      Joel Sherrill <joel.sherrill@oarcorp.com>
592
593        * setup.def, started/buildc.t: Update.
594
5952008-09-23      Joel Sherrill <joel.sherrill@OARcorp.com>
596
597        * bsp_howto/BSPInitFlowchart-49.png: Update figure.
598
5992008-09-18      Miao Yan <yanmiaobest@gmail.com>
600
601        * user/conf.t: Add CONFIGURE_USE_DEVFS_AS_BASE_FILESYSTEM and
602        CONFIGURE_APPLICATION_DISABLE_FILESYSTEM.
603
6042008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
605
606        * shell/rtems.t, user/conf.t, user/stackchk.t: Rename STACK_CHECKER_ON
607        to more appropriate CONFIGURE_STACK_CHECKER_ENABLED.
608
6092008-09-17      Joel Sherrill <joel.sherrill@OARcorp.com>
610
611        * user/conf.t: Fix typo.
612
6132008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
614
615        * user/conf.t: Add support for optionally having a unified work area.
616        In other words, the RTEMS Workspace and C Program Heap are the same
617        pool of memory.
618
6192008-09-09      Joel Sherrill <joel.sherrill@oarcorp.com>
620
621        * bsp_howto/Developer-User-Timeline.png: Correct figure.
622
6232008-09-09      Ralf Corsépius <ralf.corsepius@rtems.org>
624
625        * user/chains.t, user/conf.t, user/object.t, user/userext.t:
626        More "bool" cleanup.
627        * bsp_howto/ata.t, bsp_howto/rtc.t, networking/networkapp.t,
628        user/chains.t, user/stackchk.t: Convert to "bool".
629
6302008-09-09      Ralf Corsépius <ralf.corsepius@rtems.org>
631
632        * user/datatypes.t: Add deprecation notices to
633        "rtems_boolean", "rtems_single", "rtems_double".
634        * user/intr.t, user/userext.t: Convert to "bool".
635
6362008-09-08      Joel Sherrill <joel.sherrill@oarcorp.com>
637
638        * bsp_howto/timer.t: Update documentation to reflect Timer Driver
639        renaming.
640
6412008-09-05      Joel Sherrill <joel.sherrill@OARcorp.com>
642
643        * bsp_howto/clock.t: The Shared Memory Driver no longer requires the
644        special IOCTL in Clock_control. This was a hack which has existed
645        since before the Classic API Timer Manager was implemented. All
646        implementations of and references to Clock_control were removed.
647
6482008-09-02      Joel Sherrill <joel.sherrill@oarcorp.com>
649
650        * user/conf.t: Add CONFIGURE_BSP_PREREQUISITE_DRIVERS and
651        CONFIGURE_APPLICATION_PREREQUISITE_DRIVERS.
652
6532008-08-27      Joel Sherrill <joel.sherrill@oarcorp.com>
654
655        * user/object.t: Correct order of arguments.
656
6572008-08-24      Joel Sherrill <joel.sherrill@OARcorp.com>
658
659        * user/clock.t: Correct discussion of timeval.
660
6612008-08-22      Joel Sherrill <joel.sherrill@oarcorp.com>
662
663        * bsp_howto/init.t: Eliminate empty section.
664
6652008-08-22      Joel Sherrill <joel.sherrill@oarcorp.com>
666
667        * bsp_howto/init.t: Complete update.
668
6692008-08-22      Joel Sherrill <joel.sherrill@oarcorp.com>
670
671        * bsp_howto/Makefile.am, bsp_howto/init.t, bsp_howto/intro.t,
672        bsp_howto/makefiles.t, bsp_howto/support.t: Update initialization
673        sequence. Add another figure.
674        * bsp_howto/BSPInitFlowchart-49.eps, bsp_howto/BSPInitFlowchart-49.png: New files.
675
6762008-08-21      Joel Sherrill <joel.sherrill@oarcorp.com>
677
678        * index.html.in: Reorder manuals.
679
6802008-08-21      Joel Sherrill <joel.sherrill@oarcorp.com>
681
682        * bsp_howto/Makefile.am, bsp_howto/linkcmds.t, bsp_howto/makefiles.t,
683        bsp_howto/target.t: Update some of this manual.
684        * bsp_howto/Developer-User-Timeline.eps,
685        bsp_howto/Developer-User-Timeline.png: New files.
686
6872008-08-21      Joel Sherrill <joel.sherrill@OARcorp.com>
688
689        * bsp_howto/ata.t, bsp_howto/clock.t, bsp_howto/ide-ctrl.t,
690        bsp_howto/nvmem.t, bsp_howto/shmsupp.t, user/datatypes.t, user/mp.t,
691        user/userext.t: Eliminate all references to rtems_signedXX and
692        rtems_unsignedXX.
693
6942008-08-08     Sebastian Huber <sebastian.huber@embedded-brains.de>
695
696        * user/msg.t, user/sem.t, user/task.t: Update to new parameter types.
697        Emphasize that you can use a pointer for task arguments.
698
6992008-08-07      Joel Sherrill <joel.sherrill@OARcorp.com>
700
701        * user/datatypes.t: Add rtems_name. Add comment about
702        rtems_task_argument changing from simple unsigned thirty two bit
703        integer to being derived from a C99 uintptr_t in 4.8 and newer.
704
7052008-08-04      Joel Sherrill <joel.sherrill@OARcorp.com>
706
707        PR 1263/doc
708        * user/part.t: Improve discussion of alignment and minimum buffer
709        sizes.
710
7112008-08-04      Joel Sherrill <joel.sherrill@OARcorp.com>
712
713        PR 1288/doc
714        * user/intr.t: Update callable from ISR section.
715
7162008-08-01      Joel Sherrill <joel.sherrill@OARcorp.com>
717
718        * user/msg.t: Parameter is size not count. Spotted by Sebastian Huber.
719
7202008-07-31      Joel Sherrill <joel.sherrill@OARcorp.com>
721
722        * porting/idlethread.t: Correct prototype of Idle threads.
723
7242008-07-23      Joel Sherrill <joel.sherrill@OARcorp.com>
725
726        PR 1291/cpukit
727        * posix_users/semaphores.t: Update to reflect absolute time.
728
7292008-07-23      Joel Sherrill <joel.sherrill@oarcorp.com>
730
731        * shell/Makefile.am, shell/rtems.t: Add pthread command.
732
7332008-07-18      Joel Sherrill <joel.sherrill@oarcorp.com>
734
735        * posix_users/mutex.t: Add ETIMEDOUT.
736
7372008-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
738
739        * shell/confinit.t: New argument sequence for rtems_shell_init().
740
7412008-07-15      Joel Sherrill <joel.sherrill@OARcorp.com>
742
743        * user/barrier.t, user/clock.t, user/dpmem.t, user/msg.t, user/part.t,
744        user/region.t, user/rtmon.t, user/sem.t, user/task.t, user/timer.t:
745        Correct documentation typos noticed and thankfully reported by
746        Fabrício de Novaes Kucinskis <fabricio@dea.inpe.br>
747
7482008-07-10      Joel Sherrill <joel.sherrill@OARcorp.com>
749
750        * user/.cvsignore: Add chains.texi.
751
7522008-07-09      Chris Johns <chrisj@rtems.org>
753
754        * doc/user/chains.t: New.
755
756        * doc/ada_user/ada_user.texi, doc/user/Makefile.am,
757        doc/user/c_user.texi, doc/user/dirstat.texi: Updated for the
758        chains documentation.
759
7602008-06-20      Joel Sherrill <joel.sherrill@OARcorp.com>
761
762        * user/io.t: Fix typos for IO unregister reported by Catalin Morosan
763        <catalin.morosan at gmail.com>.
764
7652008-06-16      Joel Sherrill <joel.sherrill@oarcorp.com>
766
767        * user/conf.t: Add CONFIGURE_DISABLE_CLASSIC_API_NOTEPADS.
768
7692008-06-13      Joel Sherrill <joel.sherrill@oarcorp.com>
770
771        * user/conf.t: Add CONFIGURE_IDLE_TASK_INITIALIZES_APPLICATION and
772        CONFIGURE_MAXIMUM_PRIORITY.
773
7742008-06-13      Joel Sherrill <joel.sherrill@oarcorp.com>
775
776        * user/conf.t: Add CONFIGURE_MINIMUM_STACK_SIZE.
777
7782008-06-13      Joel Sherrill <joel.sherrill@oarcorp.com>
779
780        * user/bsp.t, user/conf.t, user/task.t: Add ability for application to
781        configure minimum stack size. Add RTEMS_CONFIGURED_MINIMUM_STACK_SIZE
782        constant so user can clearly indicate they want the configured as
783        opposed to the recommended minimum stack size.
784
7852008-06-06      Joel Sherrill <joel.sherrill@oarcorp.com>
786
787        * started/buildc.t: Add paragraph on see CVS for latest patches.
788        * user/conf.t: Add CONFIGURE_MESSAGE_BUFFERS_FOR_QUEUE and example
789        of how to compute message CONFIGURE_MESSAGE_BUFFER_MEMORY using it.
790
7912008-06-06      Joel Sherrill <joel.sherrill@OARcorp.com>
792
793        * user/rtmon.t: Change to using new types.
794
7952008-06-02      Joel Sherrill <joel.sherrill@oarcorp.com>
796
797        * cpu_supplement/.cvsignore, cpu_supplement/Makefile.am,
798        cpu_supplement/arm.t, cpu_supplement/bfin.t,
799        cpu_supplement/cpu_supplement.texi, cpu_supplement/i386.t,
800        cpu_supplement/m68k.t, cpu_supplement/mips.t,
801        cpu_supplement/powerpc.t, cpu_supplement/preface.texi,
802        cpu_supplement/sh.t: Remove duplicated text from each CPU specific
803        chapter. This text was necessary when each CPU was a separate manual
804        but now only needs to be one place and that is in an introductory
805        chapter.
806        * cpu_supplement/general.t: New file.
807
8082008-06-02      Joel Sherrill <joel.sherrill@oarcorp.com>
809
810        * user/bsp.t, user/init.t: Rework initialization and BSP chapters to
811        account for changes to initialization framework.
812
8132008-05-22      Joel Sherrill <joel.sherrill@OARcorp.com>
814
815        * user/conf.t: Add baseline interface for Watchdog Driver.
816
8172008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
818
819        * user/conf.t: Fix text on CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER.
820
8212008-05-13      Joel Sherrill <joel.sherrill@OARcorp.com>
822
823        * user/conf.t: Fix typo on
824        CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER.
825
8262008-04-17      Joel Sherrill <joel.sherrill@oarcorp.com>
827
828        * user/conf.t: Add CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER.
829
8302008-04-16      Joel Sherrill <joel.sherrill@OARcorp.com>
831
832        * user/bsp.t, user/conf.t, user/init.t, user/intr.t, user/overview.t,
833        user/timer.t: Correct default values. Make it clear that confdefs.h
834        calculates the memory required for you.
835
8362008-03-29      Chris Johns <chrisj@rtems.org>
837
838        * networking/testing.t: Cleaned up the patch from Ian.
839
8402008-03-29      Chris Johns <chrisj@rtems.org>
841
842        * networking/testing.t: Patch from Ian Caddy to document the
843        routes debug information.
844
8452008-03-11      Joel Sherrill <joel.sherrill@oarcorp.com>
846
847        * user/clock.t: Refactored rtems_clock_get into 5 methods which
848        are single purpose and more strongly typed.  They are:
849            rtems_clock_get_tod - Get TOD in Classic API structure
850            rtems_clock_get_tod_timeval - Get TOD in struct timeval
851            rtems_clock_get_seconds_since_epoch - Get TOD as seconds since 1988
852            rtems_clock_get_ticks_since_boot - Get ticks since boot
853            rtems_clock_get_ticks_per_second - Get ticks per second
854
855
8562008-02-29      Joel Sherrill <joel.sherrill@oarcorp.com>
857
858        * shell/general.t: Add sleep and echo commands.
859
8602008-02-28      Joel Sherrill <joel.sherrill@oarcorp.com>
861
862        * shell/.cvsignore, shell/Makefile.am, shell/memory.t,
863        shell/preface.texi, shell/shell.texi: Added much information the
864        Preface. Created initial version of Configuration and Intialization
865        chapter. Links are now complete from start to end of manual.
866        * shell/confinit.t: New file.
867
8682008-02-28      Joel Sherrill <joel.sherrill@oarcorp.com>
869
870        * shell/file.t, shell/network.t: Document more commands and provide
871        more examples.
872
8732008-02-27      Joel Sherrill <joel.sherrill@oarcorp.com>
874
875        * shell/file.t, shell/general.t, shell/memory.t, shell/network.t,
876        shell/rtems.t, shell/shell.texi: Many commands now have real
877        descriptions with examples.
878
8792008-02-27      Joel Sherrill <joel.sherrill@oarcorp.com>
880
881        * shell/file.t, shell/general.t: More commands documented.
882
8832008-02-26      Joel Sherrill <joel.sherrill@oarcorp.com>
884
885        * shell/.cvsignore, shell/file.t: Add most of file commands.
886
8872008-02-26      Joel Sherrill <joel.sherrill@oarcorp.com>
888
889        * porting/interrupts.t: Formatting.
890
8912008-02-21      Joel Sherrill <joel.sherrill@oarcorp.com>
892
893        * shell/file.t, shell/general.t, shell/memory.t, shell/network.t,
894        shell/rtems.t: More descriptions and examples added.
895
8962008-02-21      Joel Sherrill <joel.sherrill@oarcorp.com>
897
898        * shell/file.t, shell/general.t, shell/memory.t, shell/network.t,
899        shell/rtems.t: Add mount and cp command information from Chris Johns.
900        Reformat some things.
901
9022008-02-21      Joel Sherrill <joel.sherrill@oarcorp.com>
903
904        * shell/file.t, shell/general.t, shell/memory.t, shell/network.t,
905        shell/rtems.t: A bit of clean up on the script.
906
9072008-02-21      Joel Sherrill <joel.sherrill@oarcorp.com>
908
909        * shell/file.t, shell/general.t, shell/memory.t, shell/network.t,
910        shell/rtems.t: Change configure messages per Chris Johns suggestion.
911
9122008-02-20      Joel Sherrill <joel.sherrill@oarcorp.com>
913
914        * Makefile.am, configure.ac, index.html.in: Add initial version of
915        RTEMS Shell Manual. This is largely a starting point but has most of
916        the required structure.
917        * shell/.cvsignore, shell/Makefile.am, shell/file.t, shell/general.t,
918        shell/memory.t, shell/network.t, shell/preface.texi, shell/rtems.t,
919        shell/shell.texi: New files.
920
9212008-02-05      Joel Sherrill <joel.sherrill@oarcorp.com>
922
923        * networking/networkapp.t: Add configuration parameters for network
924        stack efficiency multiplier and default socket buffer sizes.
925
9262008-02-01      Joel Sherrill <joel.sherrill@oarcorp.com>
927
928        * user/object.t: Added some examples.
929
9302008-02-01      Joel Sherrill <joel.sherrill@oarcorp.com>
931
932        * user/object.t: Add Ada binding for Object Services.
933
9342008-01-29      Joel Sherrill <joel.sherrill@oarcorp.com>
935
936        * index.html.in: Update copyright year.
937
9382008-01-29      Joel Sherrill <joel.sherrill@oarcorp.com>
939
940        * ada_user/Makefile.am, ada_user/ada_user.texi: Now builds.
941
9422008-01-29      Joel Sherrill <joel.sherrill@oarcorp.com>
943
944        * user/.cvsignore, user/Makefile.am, user/c_user.texi, user/concepts.t,
945        user/conf.t, user/dirstat.texi, user/stackchk.t, user/task.t,
946        user/userext.t: Add new Object Services collection. Tidy up some
947        configuration documentation from earlier changes.
948        * user/object.t: New file.
949
9502008-01-25      Joel Sherrill <joel.sherrill@oarcorp.com>
951
952        * rtems_footer.html.in, common/cpright.texi: Update copyright. Fix
953        spacing.
954
9552008-01-11      Joel Sherrill <joel.sherrill@oarcorp.com>
956
957        * user/task.t: Add manual page for rtems_task_self().
958
9592007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
960
961        * bsp_howto/clock.t, bsp_howto/init.t: Eliminate copies of the
962        Configuration Table. Use the RTEMS provided accessor macros to obtain
963        configuration fields.
964
9652007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
966
967        * cpu_supplement/arm.t, cpu_supplement/i386.t, cpu_supplement/m68k.t,
968        cpu_supplement/mips.t, cpu_supplement/powerpc.t, cpu_supplement/sh.t,
969        cpu_supplement/sparc.t, cpu_supplement/tic4x.t, porting/cpuinit.t,
970        user/conf.t, user/init.t: Move interrupt_stack_size field from CPU
971        Table to Configuration Table. Eliminate CPU Table from all ports.
972        Delete references to CPU Table in all forms.
973
9742007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
975
976        * cpu_supplement/arm.t, cpu_supplement/i386.t, cpu_supplement/m68k.t,
977        cpu_supplement/mips.t, cpu_supplement/powerpc.t, cpu_supplement/sh.t,
978        cpu_supplement/sparc.t, cpu_supplement/tic4x.t, user/conf.t: Moved
979        most of the remaining CPU Table fields to the Configuration Table.
980        This included pretasking_hook, predriver_hook, postdriver_hook,
981        idle_task, do_zero_of_workspace, extra_mpci_receive_server_stack,
982        stack_allocate_hook, and stack_free_hook. As a side-effect of this
983        effort some multiprocessing code was made conditional and some style
984        clean up occurred.
985
9862007-11-29      Glenn Humphrey <glenn.humphrey@OARcorp.com>
987
988        * develenv/direct.t, develenv/sample.t: Corrected various errors.
989
9902007-11-28      Joel Sherrill <joel.sherrill@OARcorp.com>
991
992        * cpu_supplement/powerpc.t: Eliminate PowerPC specific elements from
993        the CPU Table. They have been replaced with variables named bsp_XXX
994        as needed.
995
9962007-11-28      Glenn Humphrey <glenn.humphrey@OARcorp.com>
997
998        * user/barrier.t, user/clock.t, user/concepts.t, user/conf.t,
999        user/datatypes.t, user/dpmem.t, user/fatal.t, user/init.t, user/mp.t,
1000        user/msg.t, user/part.t, user/region.t, user/rtmon.t, user/sem.t,
1001        user/task.t, user/timer.t: Corrected various errors in the
1002        documentation.
1003
10042007-11-27      Joel Sherrill <joel.sherrill@OARcorp.com>
1005
1006        * develenv/develenv.texi, develenv/direct.t, develenv/intro.texi,
1007        develenv/sample.t, develenv/utils.t: Update directory tree.
1008
10092007-11-27      Joel Sherrill <joel.sherrill@oarcorp.com>
1010
1011        * user/conf.t: Add CONFIGURE_APPLICATION_EXTRA_DRIVERS.
1012
10132007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
1014
1015        * cpu_supplement/sh.t: Eliminate the clicks_per_microsecond field in
1016        the SuperH CPU Table and define another mechanism for drivers to
1017        obtain this information.
1018
10192007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
1020
1021        * cpu_supplement/i386.t, cpu_supplement/m68k.t: Pick up changes missed
1022        earlier.
1023
10242007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
1025
1026        * cpu_supplement/mips.t: Eliminate the clicks_per_microsecond field in
1027        the MIPS CPU Table and define another mechanism for drivers to obtain
1028        this information.
1029
10302007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
1031
1032        * cpu_supplement/i386.t: Eliminate the interrupt_table_segment and
1033        interrupt_table_offset fields in the i386 CPU Table since they are
1034        never read.
1035
10362007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
1037
1038        * cpu_supplement/m68k.t: Eliminate the interrupt_vector_table field in
1039        the m68k CPU Table since it is never read.
1040
10412007-10-26      Glenn Humphrey <glenn.humphrey@OARcorp.com>
1042
1043        * user/rtmon.t: Fix report output.
1044
10452007-10-25      Glenn Humphrey <glenn.humphrey@OARcorp.com>
1046
1047        * user/barrier.t, user/clock.t, user/concepts.t, user/cpuuse.t,
1048        user/init.t, user/intr.t, user/io.t, user/mp.t, user/rtmon.t,
1049        user/sem.t, user/stackchk.t, user/task.t, user/timer.t: Updated the
1050        Ada documentation to reflect the current binding.
1051
10522007-09-24      Joel Sherrill <joel.sherrill@oarcorp.com>
1053
1054        PR 1262/filesystem
1055        * posix_users/io.t: Add support for readv() and writev() including
1056        documentation and test case.
1057
10582007-09-04      Joel Sherrill <joel.sherrill@OARcorp.com>
1059
1060        * rtems_footer.html.in, common/cpright.texi: Update copyright.
1061
10622007-08-02      Joel Sherrill <joel.sherrill@OARcorp.com>
1063
1064        * Makefile.am, configure.ac, develenv/direct.t: Remove RDBG.
1065        * rgdb_specs/.cvsignore, rgdb_specs/Makefile.am, rgdb_specs/comm.t,
1066        rgdb_specs/conclusion.t, rgdb_specs/daemon.t,
1067        rgdb_specs/gdbinternals.t, rgdb_specs/interfacing.t,
1068        rgdb_specs/intro.t, rgdb_specs/layers.eps, rgdb_specs/layers.jpg,
1069        rgdb_specs/layers.txt, rgdb_specs/objectives.t,
1070        rgdb_specs/process.eps, rgdb_specs/process.jpg,
1071        rgdb_specs/process.txt, rgdb_specs/revision.t,
1072        rgdb_specs/rgdb_specs.texi, rgdb_specs/seqbreak.eps,
1073        rgdb_specs/seqbreak.jpg, rgdb_specs/seqbreak.txt,
1074        rgdb_specs/seqdetach.eps, rgdb_specs/seqdetach.jpg,
1075        rgdb_specs/seqdetach.txt, rgdb_specs/seqinit.eps,
1076        rgdb_specs/seqinit.jpg, rgdb_specs/seqinit.txt, rtems_gdb/.cvsignore,
1077        rtems_gdb/Makefile.am, rtems_gdb/commands.t, rtems_gdb/example.t,
1078        rtems_gdb/intro.t, rtems_gdb/rtems_gdb.texi, rtems_gdb/started.t,
1079        rtems_gdb/swarch.t, rtems_gdb/trouble.t: Removed.
1080
10812007-06-21      Joel Sherrill <joel.sherrill@OARcorp.com>
1082
1083        * ada_user/ada_user.texi, bsp_howto/bsp_howto.texi,
1084        cpu_supplement/cpu_supplement.texi, develenv/develenv.texi,
1085        filesystem/filesystem.texi, itron3.0/itron.texi,
1086        networking/networking.texi, porting/porting.texi,
1087        posix1003.1/posix1003_1.texi, posix_users/posix_users.texi,
1088        rgdb_specs/rgdb_specs.texi, rtems_gdb/rtems_gdb.texi,
1089        started/started.texi, started_ada/started_ada.texi, user/c_user.texi:
1090        Print table of contents in front of manual where it should be when
1091        you print.
1092
10932007-06-12      Joel Sherrill <joel.sherrill@OARcorp.com>
1094
1095        * user/io.t: Fix typo.
1096
10972007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
1098
1099        * user/io.t: Added error cases to rtems_io_register_driver.
1100
11012007-05-28      Joel Sherrill <joel.sherrill@OARcorp.com>
1102
1103        * user/conf.t: Eliminate maximum_drivers configuration parameter since
1104        it was used to configure a no longer used feature. Device names are
1105        now part of the filesystem not in a table. This also eliminated the
1106        variables _IO_Number_of_devices and _IO_Driver_name_table from RTEMS
1107        as well as the memory allocation used to populate
1108        _IO_Driver_name_table.
1109
11102007-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
1111
1112        * user/conf.t: Add CONFIGURE_MESSAGE_BUFFER_MEMORY. Use
1113        rtems/confdefs.h instead of old confdefs.h.
1114
11152007-05-22      Joel Sherrill <joel.sherrill@OARcorp.com>
1116
1117        * user/conf.t: Fix typo -- should have read kilobytes.
1118
11192007-05-15      Joel Sherrill <joel.sherrill@oarcorp.com>
1120
1121        * user/Makefile.am, user/concepts.t, user/rtmon.t: Integrate Rate
1122        Monotonic Statistics and Period Usage into Rate Monotonic Manager.
1123        Added the following directives: rtems_rate_monotonic_get_statistics,
1124        rtems_rate_monotonic_reset_statistics,
1125        rtems_rate_monotonic_reset_all_statistics,
1126        rtems_rate_monotonic_report_statistics, and rtems_object_get_name.
1127        Obsoleted the rtems/rtmonuse.h file as a public interface.
1128
11292007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
1130
1131        * user/.cvsignore, user/cpuuse.t, user/stackchk.t: Stack checker and
1132        CPU usage chapters are now OK in the manual.
1133
11342007-05-09      Ralf Corsépius <ralf.corsepius@rtems.org>
1135
1136        * porting/miscellaneous.t: Remove subsection on "Optional
1137        Endian Conversion Routines", CPU_HAS_OWN_HOST_TO_NETWORK_ROUTINES.
1138
11392007-04-05      Joel Sherrill <joel@OARcorp.com>
1140
1141        * user/example.texi: Change all obsoleted CONFIGURE_TEST_NEEDS_XXX
1142        configuration constants to CONFIGURE_APPLICATION_NEEDS_XXX.
1143
11442007-04-05      Joel Sherrill <joel@OARcorp.com>
1145
1146        * user/task.t: Add rtems_iterate_over_all_threads.
1147
11482007-04-02      Joel Sherrill <joel@OARcorp.com>
1149
1150        * user/clock.t: Add clock_get_uptime().
1151
11522007-03-28      Chris Johns <chrisj@rtems.org>
1153
1154        * user/Makefile.am, user/clock.t: Add support for a handler to obtain
1155        the number of nanoseconds since the last clock tick. The primary
1156        interface for this is rtems_clock_set_nanoseconds_extension.
1157        Subsequent commits from Joel will redo the TOD support to use this
1158        capability.
1159
11602007-03-10      Joel Sherrill <joel@OARcorp.com>
1161
1162        PR 1226/cpukit
1163        * user/conf.t: CONFIGURE_HAS_OWN_MULTIPROCESSING_TABLE not
1164        CONFIGURE_HAS_OWN_MULTIPROCESING_TABLE.
1165
11662007-03-08      Joel Sherrill <joel@OARcorp.com>
1167
1168        * user/Makefile.am, user/stackchk.t: Change dump usage to report usage.
1169
11702007-03-06      Joel Sherrill <joel@OARcorp.com>
1171
1172        * ada_user/Makefile.am, ada_user/ada_user.texi: Ada API manual now
1173        builds again.
1174
11752007-03-06      Joel Sherrill <joel@OARcorp.com>
1176
1177        * user/Makefile.am, user/barrier.t, user/c_user.texi: Update barrier
1178        documentation.
1179
11802007-03-02      Joel Sherrill <joel@OARcorp.com>
1181
1182        PR 1221/doc
1183        * user/rtmon.t: Add missing exponent operator in RMS CPU Utiliziation
1184        formula.
1185
11862007-01-16      Ralf Corsépius <ralf.corsepius@rtems.org>
1187
1188        * setup.def: newlib-1.15.0.
1189
11902007-01-15      Ralf Corsépius <ralf.corsepius@rtems.org>
1191
1192        * common/rtems.texi.in: Use bugzilla for RTEMSBUGS.
1193        Remove RTEMSGNATS.
1194        * started/binaries.t, started/buildc.t, started/tversions.texi.in:
1195        Various update to reflect current toolchains.
1196        * configure.ac: Reflect having moved setup.def.
1197        Eliminate gcc3*.       
1198        * setup.def: New (Formerly in ../scripts).
1199
12002006-12-20      Joel Sherrill <joel@OARcorp.com>
1201
1202        * posix_users/thread.t: Correct spelling error.
1203
12042006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
1205
1206        * configure.ac: New BUG-REPORT address.
1207
12082006-10-26      Joel Sherrill <joel@OARcorp.com>
1209
1210        * ada_user/.cvsignore, bsp_howto/.cvsignore, cpu_supplement/.cvsignore,
1211        develenv/.cvsignore, filesystem/.cvsignore, itron3.0/.cvsignore,
1212        networking/.cvsignore, new_chapters/.cvsignore, porting/.cvsignore,
1213        posix1003.1/.cvsignore, relnotes/.cvsignore: Add missing files.
1214
12152006-10-25      Joel Sherrill <joel@OARcorp.com>
1216
1217        * posix_users/.cvsignore, rgdb_specs/.cvsignore, rtems_gdb/.cvsignore,
1218        started/.cvsignore, started_ada/.cvsignore: Add more generated files.
1219
12202006-10-23      Joel Sherrill <joel@OARcorp.com>
1221
1222        * user/.cvsignore: Update.
1223
12242006-10-23      Joel Sherrill <joel@OARcorp.com>
1225
1226        * ada_user/Makefile.am, ada_user/ada_user.texi,
1227        cpu_supplement/Makefile.am, cpu_supplement/cpu_supplement.texi,
1228        cpu_supplement/sparc.t: Add Blackfin CPU supplement chapter and get
1229        everything building from previous breakages.
1230        * cpu_supplement/bfin.t: New file.
1231
12322006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
1233
1234        * porting/interrupts.t: Fix bogus _CPU_ISR_Get_level.
1235
12362006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
1237
1238        * configure.ac: Require autoconf-2.60. Require automake-1.10.
1239
12402006-09-25      Joel Sherrill <joel.sherrill@oarcorp.com>
1241
1242        * user/barrier.t: New file.
1243
12442006-09-25      Joel Sherrill <joel.sherrill@oarcorp.com>
1245
1246        * user/barrier.t: New file.
1247
12482006-09-14      Joel Sherrill <joel@OARcorp.com>
1249
1250        * new_chapters/Makefile.am, new_chapters/gen_section,
1251        new_chapters/new_chapters.texi, user/Makefile.am, user/c_user.texi,
1252        user/dirstat.texi: Promote CPU Usage to first class citizen. Rename
1253        to start with rtems_ and include documentation in user guide.
1254        * user/cpuuse.t: New file.
1255        * new_chapters/cpuuse.t: Removed.
1256
12572006-09-13      Joel Sherrill <joel@OARcorp.com>
1258
1259        * new_chapters/Makefile.am, user/Makefile.am, user/c_user.texi,
1260        user/dirstat.texi, user/task.t: Move stack to first class citizen
1261        status. Include it in User Manual and rename to start with rtems_.
1262        * user/stackchk.t: New file.
1263        * new_chapters/stackchk.t: Removed.
1264
12652006-09-13      Joel Sherrill <joel@OARcorp.com>
1266
1267        * new_chapters/Makefile.am, user/Makefile.am, user/c_user.texi,
1268        user/dirstat.texi, user/task.t: Move stack to first class citizen
1269        status. Include it in User Manual and rename to start with rtems_.
1270        * user/stackchk.t: New file.
1271        * new_chapters/stackchk.t: Removed.
1272
12732006-09-07      Ken Peters <ken.peters@jpl.nasa.gov>
1274
1275        PR 1171/doc
1276        * user/timer.t: Correct documentation for rtems_timer_initiate_server.
1277
12782006-08-29      Joel Sherrill <joel@OARcorp.com>
1279
1280        * cpu_supplement/cpu_supplement.texi: New file.
1281
12822006-08-27      Joel Sherrill <joel@OARcorp.com>
1283
1284        * Makefile.am, configure.ac, develenv/direct.t: Remove gnu_docs. Now
1285        included with RPMs.
1286        * gnu_docs/.cvsignore, gnu_docs/ChangeLog, gnu_docs/Makefile.am,
1287        gnu_docs/Tool_Doc_Instructions, gnu_docs/gen_docs,
1288        gnu_docs/gnu_footer.html, gnu_docs/gnu_header.html,
1289        gnu_docs/index.html, gnu_docs/mk_install_dir, gnu_docs/refcard.html,
1290        gnu_docs/rtems_tools_index.html: Removed.
1291
12922006-08-23      Joel Sherrill <joel@OARcorp.com>
1293
1294        * Makefile.am, configure.ac, index.html.in: FAQ should now be
1295        completely in the Wiki.
1296        * FAQ/.cvsignore, FAQ/FAQ.texi, FAQ/Makefile.am, FAQ/basic.t,
1297        FAQ/bsp.t, FAQ/build45.t, FAQ/concepts.t, FAQ/debug.t,
1298        FAQ/endoftime.t, FAQ/entry, FAQ/freesw.t, FAQ/hwdebugaids.t,
1299        FAQ/projects.t, FAQ/stamp-vti, FAQ/tools.t, FAQ/version.texi,
1300        common/timemac.texi, common/timetbl.t, common/timing.t: Removed.
1301
13022006-08-23      Joel Sherrill <joel@OARcorp.com>
1303
1304        * Makefile.am, configure.ac, FAQ/stamp-vti, FAQ/version.texi,
1305        common/cpright.texi: Merging CPU Supplements into a single document.
1306        As part of this removed the obsolete and impossible to maintain size
1307        and timing information.
1308        * cpu_supplement/.cvsignore, cpu_supplement/Makefile.am,
1309        cpu_supplement/arm.t, cpu_supplement/i386.t, cpu_supplement/m68k.t,
1310        cpu_supplement/mips.t, cpu_supplement/powerpc.t,
1311        cpu_supplement/preface.texi, cpu_supplement/sh.t,
1312        cpu_supplement/sparc.t, cpu_supplement/tic4x.t: New files.
1313        * supplements/.cvsignore, supplements/Makefile.am,
1314        supplements/supplement.am, supplements/arm/.cvsignore,
1315        supplements/arm/BSP_TIMES, supplements/arm/ChangeLog,
1316        supplements/arm/Makefile.am, supplements/arm/arm.texi,
1317        supplements/arm/bsp.t, supplements/arm/callconv.t,
1318        supplements/arm/cpumodel.t, supplements/arm/cputable.t,
1319        supplements/arm/fatalerr.t, supplements/arm/intr_NOTIMES.t,
1320        supplements/arm/memmodel.t, supplements/arm/preface.texi,
1321        supplements/arm/timeBSP.t, supplements/c4x/.cvsignore,
1322        supplements/c4x/BSP_TIMES, supplements/c4x/ChangeLog,
1323        supplements/c4x/Makefile.am, supplements/c4x/bsp.t,
1324        supplements/c4x/c4x.texi, supplements/c4x/callconv.t,
1325        supplements/c4x/cpumodel.t, supplements/c4x/cputable.t,
1326        supplements/c4x/fatalerr.t, supplements/c4x/intr_NOTIMES.t,
1327        supplements/c4x/memmodel.t, supplements/c4x/preface.texi,
1328        supplements/c4x/timeBSP.t, supplements/i386/.cvsignore,
1329        supplements/i386/ChangeLog, supplements/i386/FORCE386_TIMES,
1330        supplements/i386/Makefile.am, supplements/i386/bsp.t,
1331        supplements/i386/callconv.t, supplements/i386/cpumodel.t,
1332        supplements/i386/cputable.t, supplements/i386/fatalerr.t,
1333        supplements/i386/i386.texi, supplements/i386/intr_NOTIMES.t,
1334        supplements/i386/memmodel.t, supplements/i386/preface.texi,
1335        supplements/i386/timeFORCE386.t, supplements/m68k/.cvsignore,
1336        supplements/m68k/ChangeLog, supplements/m68k/MVME136_TIMES,
1337        supplements/m68k/Makefile.am, supplements/m68k/bsp.t,
1338        supplements/m68k/callconv.t, supplements/m68k/cpumodel.t,
1339        supplements/m68k/cputable.t, supplements/m68k/fatalerr.t,
1340        supplements/m68k/intr_NOTIMES.t, supplements/m68k/m68k.texi,
1341        supplements/m68k/memmodel.t, supplements/m68k/preface.texi,
1342        supplements/m68k/timeMVME136.t, supplements/m68k/timedata.t,
1343        supplements/mips/.cvsignore, supplements/mips/BSP_TIMES,
1344        supplements/mips/ChangeLog, supplements/mips/Makefile.am,
1345        supplements/mips/bsp.t, supplements/mips/callconv.t,
1346        supplements/mips/cpumodel.t, supplements/mips/cputable.t,
1347        supplements/mips/fatalerr.t, supplements/mips/intr_NOTIMES.t,
1348        supplements/mips/memmodel.t, supplements/mips/mips.texi,
1349        supplements/mips/preface.texi, supplements/mips/timeBSP.t,
1350        supplements/powerpc/.cvsignore, supplements/powerpc/ChangeLog,
1351        supplements/powerpc/DMV177_TIMES, supplements/powerpc/Makefile.am,
1352        supplements/powerpc/PSIM_TIMES, supplements/powerpc/bsp.t,
1353        supplements/powerpc/callconv.t, supplements/powerpc/cpumodel.t,
1354        supplements/powerpc/cputable.t, supplements/powerpc/fatalerr.t,
1355        supplements/powerpc/intr_NOTIMES.t, supplements/powerpc/memmodel.t,
1356        supplements/powerpc/powerpc.texi, supplements/powerpc/preface.texi,
1357        supplements/powerpc/timeDMV177.t, supplements/powerpc/timePSIM.t,
1358        supplements/sh/.cvsignore, supplements/sh/BSP_TIMES,
1359        supplements/sh/ChangeLog, supplements/sh/Makefile.am,
1360        supplements/sh/bsp.t, supplements/sh/callconv.t,
1361        supplements/sh/cpumodel.t, supplements/sh/cputable.t,
1362        supplements/sh/fatalerr.t, supplements/sh/intr_NOTIMES.t,
1363        supplements/sh/memmodel.t, supplements/sh/preface.texi,
1364        supplements/sh/sh.texi, supplements/sh/timeBSP.t,
1365        supplements/sparc/.cvsignore, supplements/sparc/ChangeLog,
1366        supplements/sparc/ERC32_TIMES, supplements/sparc/Makefile.am,
1367        supplements/sparc/bsp.t, supplements/sparc/callconv.t,
1368        supplements/sparc/cpumodel.t, supplements/sparc/cputable.t,
1369        supplements/sparc/fatalerr.t, supplements/sparc/intr_NOTIMES.t,
1370        supplements/sparc/memmodel.t, supplements/sparc/preface.texi,
1371        supplements/sparc/sparc.texi, supplements/sparc/timeERC32.t,
1372        supplements/template/.cvsignore, supplements/template/BSP_TIMES,
1373        supplements/template/ChangeLog, supplements/template/Makefile.am,
1374        supplements/template/bsp.t, supplements/template/callconv.t,
1375        supplements/template/cpumodel.t, supplements/template/cputable.t,
1376        supplements/template/fatalerr.t, supplements/template/intr_NOTIMES.t,
1377        supplements/template/memmodel.t, supplements/template/preface.texi,
1378        supplements/template/template.texi, supplements/template/timeBSP.t: Removed.
1379
13802006-01-20      Ralf Corsepius <ralf.corsepius@rtems.org>
1381
1382        * user/rtemsarc.gif, user/states.gif, user/rtemspie.gif:
1383        Remove (Unused).
1384        * user/rtemsarc.txt, user/rtemspie.txt, user/states.txt:
1385        New (Extracted from other docs).
1386        * user/Makefile.am: Reflect changes above.
1387
13882006-01-19      Ralf Corsepius <ralf.corsepius@rtems.org>
1389
1390        * index.html.in: Remove OR32.
1391
13922006-01-08      Joel Sherrill <joel@OARcorp.com>
1393
1394        * user/io.t: Change rtems_io_register_name to take a const char *.
1395
13962005-09-15      Jay Monkman <jtm@lopingdog.com>
1397
1398        PR 365/rtems
1399        * supplements/arm/cpumodel.t: Removed unused ARM_HAS_CLZ macro.
1400
14012005-09-03      Ralf Corsepius <ralf.corsepius@rtems.org>
1402
1403        * FAQ/basic.texi, FAQ/bsp.texi, FAQ/build45.texi,
1404        FAQ/concepts.texi, FAQ/debug.texi, FAQ/endoftime.texi,
1405        FAQ/freesw.texi, FAQ/hwdebugaids.texi, FAQ/projects.texi,
1406        FAQ/tools.texi: Remove (Generated files).
1407
14082005-09-02      Joel Sherrill <joel@OARcorp.com>
1409
1410        * FAQ/basic.texi, FAQ/bsp.texi, FAQ/build45.texi, FAQ/concepts.texi,
1411        FAQ/debug.texi, FAQ/endoftime.texi, FAQ/freesw.texi,
1412        FAQ/hwdebugaids.texi, FAQ/projects.texi, FAQ/stamp-vti,
1413        FAQ/tools.texi, FAQ/version.texi, bsp_howto/rtc.t, started/buildc.t,
1414        started/buildrt.t, user/Makefile.am, user/region.t: Fix typos and
1415        regenerate.
1416
14172005-06-17      Joel Sherrill <joel@OARcorp.com>
1418
1419        * user/region.t: Add documentation on region_resize_segment.
1420
14212005-04-28      Joel Sherrill <joel@OARcorp.com>
1422
1423        * bsp_howto/rtc.t: Rewritten to account for removal of dmv177.
1424
14252005-03-04      Joel Sherrill <joel@OARcorp.com>
1426
1427        * networking/decdriver.t: Make PCI initialize function part of the
1428        unified PCI API as pci_initialize().
1429
14302004-11-05      Joel Sherrill <joel@OARcorp.com>
1431
1432        PR 706/doc
1433        * user/task.t: Remove not that changes explanation.
1434
14352004-09-29      Joel Sherrill <joel@OARcorp.com>
1436
1437        * configure.ac, index.html.in, FAQ/basic.t, FAQ/basic.texi, FAQ/entry,
1438        porting/cpumodels.t, started/buildc.t, started_ada/buildada.t,
1439        user/preface.texi: i960 obsoleted.
1440
14412004-09-29      Joel Sherrill <joel@OARcorp.com>
1442
1443        * supplements/Makefile.am: i960 obsoleted.
1444        * supplements/i960/.cvsignore, supplements/i960/CVME961_TIMES,
1445        supplements/i960/ChangeLog, supplements/i960/Makefile.am,
1446        supplements/i960/bsp.t, supplements/i960/callconv.t,
1447        supplements/i960/cpumodel.t, supplements/i960/cputable.t,
1448        supplements/i960/fatalerr.t, supplements/i960/i960.texi,
1449        supplements/i960/intr_NOTIMES.t, supplements/i960/memmodel.t,
1450        supplements/i960/preface.texi, supplements/i960/timeCVME961.t: Removed.
1451
14522004-09-27      Joel Sherrill <joel@OARcorp.com>
1453
1454        PR 682/doc
1455        PR 683/doc
1456        * started/buildc.t, started/buildrt.t, started/sample.t: Fix PATH and
1457        tar examples. Enable binutils link again.
1458        * user/overview.t: Chapter numbering in preface was wrong.
1459
14602004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
1461
1462        * configure.ac: Require automake > 1.9.
1463
14642004-09-08      Ralf Corsepius <ralf_corsepius@rtems.org>
1465
1466        * FAQ/build45.t: Misc. corrections.
1467
14682004-08-02      Ralf Corsepius <ralf_corsepius@rtems.org>
1469
1470        * rgdb_specs/layers.txt, rgdb_specs/process.txt,
1471        rgdb_specs/seqbreak.txt, rgdb_specs/seqdetach.txt,
1472        rgdb_specs/seqinit.txt: New.
1473        * rgdb_specs/comm.t, rgdb_specs/conclusion.t,
1474        rgdb_specs/gdbinternals.t: Use @image for
1475        ASCII figures (Reflect changes above).
1476
14772004-07-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1478
1479        * common/rtems.texi.in, FAQ/basic.t: Remove RTEMSSNAPSHOTS,
1480        RTEMSSNAPSHOTSSUBSCRIBE.
1481
14822004-07-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1483
1484        * FAQ/basic.texi, FAQ/bsp.texi, FAQ/build45.texi, FAQ/concepts.texi,
1485        FAQ/debug.texi, FAQ/endoftime.texi, FAQ/freesw.texi,
1486        FAQ/hwdebugaids.texi, FAQ/projects.texi, FAQ/tools.texi,
1487        FAQ/version.texi, FAQ/stamp-vti: New.
1488
14892004-07-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1490
1491        * networking/networkflow.txt, networking/PCIreg.txt,
1492        networking/recvbd.txt: New.
1493        * networking/decdriver.t, networking/networktasks.t: Use @image for
1494        ASCII figures (Reflect changes above).
1495
14962004-07-24      Joel Sherrill <joel@OARcorp.com>
1497
1498        PR 652/rtems
1499        * user/signal.t: Return RTEMS_INVALID_NUMBER when sending an empty
1500        signal set.
1501
15022004-06-29      Joel Sherrill <joel@OARcorp.com>
1503
1504        PR 631/rtems
1505        * user/msg.t: Document the return status from message_queue_create when
1506        unable to allocate message buffer memory.
1507
15082004-05-21      Joel Sherrill <joel@OARcorp.com>
1509
1510        PR 627/doc
1511        * user/task.t: Behavior documented for an rtems_task_create with
1512        stacksize < minimum was not the implemented behavior.
1513
15142004-05-06      Joel Sherrill <joel@OARcorp.com>
1515
1516        PR 618/rtems
1517        * user/clock.t, user/dpmem.t, user/event.t, user/msg.t, user/part.t,
1518        user/region.t, user/sem.t, user/task.t, user/timer.t: Add NULL
1519        checks.
1520
15212004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1522
1523        * started/buildc.t: Use tar xjf for bzip'ed files.
1524        * started/buildrt.t: Use tar xjf to unzip rtems.
1525
15262004-03-05      Joel Sherrill <joel@OARcorp.com>
1527
1528        PR 576/doc
1529        * FAQ/FAQ.texi, FAQ/Makefile.am: Remove embedded information as it was
1530        out of date and frequently duplicated information available from
1531        other public sources like the CrossGCC Wiki.
1532        * FAQ/embeddedinfo.t: Removed.
1533
15342004-02-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1535
1536        * develenv/Makefile.am: Put *.texi into the builddir.
1537
15382004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1539
1540        * started/tversions.texi: Remove (Bogus).
1541
15422004-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1543
1544        * ChangeLog: Merge-in supplements/ChangeLog.
1545        * ChangeLog: Merge-in ada_user/ChangeLog.
1546        * ChangeLog: Merge-in started_ada/ChangeLog.
1547        * ChangeLog: Merge-in bsp_howto/ChangeLog.
1548        * ChangeLog: Merge-in porting/ChangeLog.
1549        * ChangeLog: Merge-in rgdb_specs/ChangeLog.
1550        * ChangeLog: Merge-in rtems_gdb/ChangeLog.
1551        * ChangeLog: Merge-in filesystem/ChangeLog.
1552        * ChangeLog: Merge-in networking/ChangeLog.
1553        * ChangeLog: Merge-in posix_users/ChangeLog.
1554        * ChangeLog: Merge-in posix1003.1/ChangeLog.
1555        * ChangeLog: Merge-in itron3.0/ChangeLog.
1556        * ChangeLog: Merge-in FAQ/ChangeLog.
1557        * ChangeLog: Merge-in user/ChangeLog.
1558        * posix_users/ChangeLog, posix1003.1/ChangeLog, itron3.0/ChangeLog,
1559        supplements/ChangeLog, bsp_howto/ChangeLog, porting/ChangeLog,
1560        rgdb_specs/ChangeLog, rtems_gdb/ChangeLog, ada_user/ChangeLog,
1561        started_ada/ChangeLog, filesystem/ChangeLog, networking/ChangeLog,
1562        FAQ/ChangeLog, user/ChangeLog: Remove.
1563
15642004-02-03      Joel Sherrill <joel@OARcorp.com>
1565
1566        * HELP.html, index.html.in, rtems_footer.html.in, rtems_header.html.in,
1567        FAQ/basic.t, gnu_docs/gnu_footer.html, gnu_docs/index.html,
1568        gnu_docs/refcard.html, gnu_docs/rtems_tools_index.html,
1569        started/binaries.t, started/buildc.t, started/buildrt.t,
1570        started/intro.t, started/require.t, started/sample.t,
1571        started/tversions.texi.in: Incorporating changes from pre-4.6.0 review.
1572
15732004-02-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1574
1575        * configure.ac, common/rtems.texi.in, started/binaries.t: Add
1576        RTEMSRPMGROUP.
1577        * ChangeLog: Merge-in started/ChangeLog.
1578        * started/ChangeLog: Remove.
1579        * configure.ac: Add RTEMS_ENABLE_RPMPREFIX. Add RTEMSRPMPREFIX.
1580        * common/rtems.texi.in: Add RTEMSRPMPREFIX.
1581
15822004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1583
1584        * ChangeLog: Reformat. Merge-in develenv/ChangeLog.
1585        * develenv/ChangeLog: Remove.
1586
15872004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1588
1589        * Makefile.am: Remove AUTOMAKE_FILES. Add ../scripts/setup.def
1590        ../COPYING to EXTRA_DIST. Add rtems.html.in to EXTRA_DIST.
1591        * develenv/Makefile.am: Add direct.t sample.t utils.t to EXTRA_DIST.
1592        * bsp_howto/Makefile.am: Add ata.t, ide_ctrl.t to EXTRA_DIST.
1593
15942004-01-09      Joel Sherrill <joel@OARcorp.com>
1595
1596        PR 464/doc
1597        * posix_users/clock.t, posix_users/signal.t: Add documentation for
1598        usleep() and ualarm(). Also fixed a couple of calls which have the wrong
1599        .h files per the OpenGroup site documentation.
1600
16012004-01-07      Joel Sherrill <joel@OARcorp.com>
1602
1603        * configure.ac, index.html.in, started_ada/buildada.t,
1604        supplements/Makefile.am: mips64orion port removed as mips port more
1605        completely covers the MIPS family.
1606        * rtems_support.html.in, supplements/mips64orion/.cvsignore,
1607        supplements/mips64orion/BSP_TIMES, supplements/mips64orion/ChangeLog,
1608        supplements/mips64orion/Makefile.am, supplements/mips64orion/bsp.t,
1609        supplements/mips64orion/callconv.t, supplements/mips64orion/cpumodel.t,
1610        supplements/mips64orion/cputable.t, supplements/mips64orion/fatalerr.t,
1611        supplements/mips64orion/intr_NOTIMES.t,
1612        supplements/mips64orion/memmodel.t,
1613        supplements/mips64orion/mips64orion.texi,
1614        supplements/mips64orion/preface.texi, supplements/mips64orion/timeBSP.t:
1615        Removed.
1616
16172003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1618
1619        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
1620        * develenv/Makefile.am, user/Makefile.am, FAQ/Makefile.am,
1621        posix_users/Makefile.am, posix1003.1/Makefile.am, itron3.0/Makefile.am,
1622        filesystem/Makefile.am, networking/Makefile.am, bsp_howto/Makefile.am,
1623        porting/Makefile.am, rgdb_specs/Makefile.am, rtems_gdb/Makefile.am,
1624        ada_user/Makefile.am, started_ada/Makefile.am, supplements/Makefile.am:
1625        Cosmetics.
1626
16272003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1628
1629        * develenv/Makefile.am, user/Makefile.am, FAQ/Makefile.am,
1630        posix_users/Makefile.am, posix1003.1/Makefile.am, itron3.0/Makefile.am,
1631        filesystem/Makefile.am, networking/Makefile.am, bsp_howto/Makefile.am,
1632        porting/Makefile.am, rgdb_specs/Makefile.am, rtems_gdb/Makefile.am,
1633        ada_user/Makefile.am, started_ada/Makefile.am, supplements/Makefile.am:
1634        Cosmetics.
1635
16362003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1637
1638        * project.am: Remove $(PROJECT).info* from CLEANFILES (Doesn't work with
1639        automake-1.7f/1.8 anymore).
1640        * develenv/Makefile.am, user/Makefile.am, FAQ/Makefile.am,
1641        posix_users/Makefile.am, posix1003.1/Makefile.am, itron3.0/Makefile.am,
1642        filesystem/Makefile.am, networking/Makefile.am, bsp_howto/Makefile.am,
1643        porting/Makefile.am, rgdb_specs/Makefile.am, rtems_gdb/Makefile.am,
1644        ada_user/Makefile.am, started_ada/Makefile.am: Add *.info to CLEANFILES
1645        to accomodate automake-1.7f/1.8 breaking building infos.
1646
16472003-11-25      Joel Sherrill <joel@OARcorp.com>
1648
1649        PR 528/rtems_misc
1650        * user/task.t: Fix Ada binding for task variable calls.
1651
16522003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1653
1654        * Makefile.am: Add missing '\'. Reformat.
1655
16562003-11-21      Joel Sherrill <joel@OARcorp.com>
1657
1658        PR 521/doc
1659        * user/sem.t: Default attributes were wrong for semaphores.
1660
16612003-10-22      Joel Sherrill <joel@OARcorp.com>
1662
1663        PR 513/doc
1664        * Makefile.am, index.html.in: Rename Getting Started to be non-language
1665        specific and remove link to Ada Getting Started. Also install missing
1666        graphic.
1667
16682003-10-02      Gene Smith <gene.smith@siemens.com>
1669
1670        * networking/networkapp.t, networking/preface.texi: Improve
1671        documentation for SO_RCVWAKEUP and SO_SNDWAKEUP and update the
1672        references in the preface.
1673
16742003-09-29      Joel Sherrill <joel@OARcorp.com>
1675
1676        * user/preface.texi: Eliminate references to HPPA.
1677
16782003-09-26      Joel Sherrill <joel@OARcorp.com>
1679
1680        * FAQ/basic.t, FAQ/entry, porting/cpumodels.t: Obsoleting HP PA-RISC
1681        port and removing all references.
1682        * supplements/hppa1_1/.cvsignore, supplements/hppa1_1/ChangeLog,
1683        supplements/hppa1_1/Makefile.am, supplements/hppa1_1/SIMHPPA_TIMES,
1684        supplements/hppa1_1/bsp.t, supplements/hppa1_1/callconv.t,
1685        supplements/hppa1_1/cpumodel.t, supplements/hppa1_1/cputable.t,
1686        supplements/hppa1_1/fatalerr.t, supplements/hppa1_1/hppa1_1.texi,
1687        supplements/hppa1_1/intr_NOTIMES.t, supplements/hppa1_1/memmodel.t,
1688        supplements/hppa1_1/preface.texi, supplements/hppa1_1/timeSIMHPPA.t:
1689        Removed.
1690
16912003-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1692
1693        * ChangeLog: Merge images/ChangeLog.
1694        * ChangeLog: Merge common/ChangeLog.
1695        * images/ChangeLog, common/ChangeLog: Removed.
1696        * rtems_support.html.in, index.html.in: Purge hppa1.1.
1697        * common/.cvsignore: Add rtems.texi, rtems.sed.
1698        * configure.ac: Merger from rtems-4-6-branch. Purge hppa1.1.
1699        * Makefile.am, project.am, develenv/Makefile.am, user/Makefile.am,
1700        FAQ/Makefile.am, posix_users/Makefile.am, posix1003.1/Makefile.am,
1701        itron3.0/Makefile.am, filesystem/Makefile.am, networking/Makefile.am,
1702        bsp_howto/Makefile.am, porting/Makefile.am, rgdb_specs/Makefile.am,
1703        rtems_gdb/Makefile.am, ada_user/Makefile.am, started_ada/Makefile.am:
1704        Merger from rtems-4-6-branch.
1705
17062003-09-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1707
1708        * supplements/supplement.am: Add -I $(top_builddir) TEXI2WWW_ARGS.
1709        * supplements/Makefile.am: Purge hppa1.1.
1710
17112003-09-19      Joel Sherrill <joel@OARcorp.com>
1712
1713        * common/rtems.texi.in: New file.
1714        * acinclude.m4, images/rtems_logo.jpg: New files.
1715        * SUPPORT, tools/texi2www/archive/texi2www-960103.tgz: Removed.
1716        * HELP.html, index.html.in, rtems_footer.html.in, rtems_header.html.in,
1717        rtems_support.html.in, ada_user/ada_user.texi, common/cpright.texi,
1718        common/setup.texi, develenv/develenv.texi, develenv/direct.t,
1719        develenv/sample.t, develenv/utils.t, user/c_user.texi, user/fatal.t,
1720        user/preface.texi, user/rtmon.t, FAQ/FAQ.texi, FAQ/basic.t,
1721        FAQ/build45.t, FAQ/entry, FAQ/tools.t, posix_users/posix_users.texi,
1722        posix1003.1/ch07.t, posix1003.1/posix1003_1.texi,
1723        posix1003.1/preface.texi, itron3.0/itron.texi,
1724        filesystem/filesystem.texi, networking/networking.texi,
1725        bsp_howto/analog.t, bsp_howto/bsp_howto.texi, bsp_howto/discrete.t,
1726        bsp_howto/nvmem.t, bsp_howto/target.t, porting/porting.texi,
1727        rgdb_specs/rgdb_specs.texi, rtems_gdb/rtems_gdb.texi,
1728        started_ada/intro.t, started_ada/started_ada.texi,
1729        started_ada/tversions.texi: Merge from branch.
1730
17312003-09-04      Joel Sherrill <joel@OARcorp.com>
1732
1733        PR 466/doc
1734        * posix_users/io.t: Added sync().
1735
17362003-08-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1737
1738        * started_ada/buildada.t, started_ada/gdb.t, started_ada/tversions.texi:
1739        Don't use VARIABLEs containing '-' in @set and @value (violates
1740        texi-syntax).
1741
17422003-08-22      Joel Sherrill <joel@OARcorp.com>
1743
1744        * bsp_howto/adaintr.t, bsp_howto/ata.t, bsp_howto/target.t,
1745        porting/cpumodels.t, porting/sourcecode.t: Reconcile differences between
1746        CVS trunk and 4.6 branch.
1747
17482003-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1749
1750        * bsp_howto/ide-ctrl.t: Merger from 4.6-branch.
1751
17522003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1753
1754        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
1755
17562003-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1757
1758        * user/fatal.t: Reflect c/src/exec having moved to cpukit.
1759        * FAQ/build45.t: Fix typo (config.long).
1760        * rgdb_specs/daemon.t, rtems_gdb/example.t: Reflect c/src/exec having
1761        moved to cpukit.
1762
17632003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1764
1765        * develenv/develenv.texi: Fix @setfilename to develenv.info.
1766
17672003-04-16      Joel Sherrill <joel@OARcorp.com>
1768
1769        * develenv/Makefile.am, develenv/develenv.texi: Remove unused file.
1770        * develenv/compile.texi: Removed.
1771        * develenv/Makefile.am: Fix next/previous section names.
1772
17732003-04-11      Joel Sherrill <joel@OARcorp.com>
1774
1775        * index.html.in: Development Environment Guide should be updated now.
1776
17772003-03-24      Joel Sherrill <joel@OARcorp.com>
1778
1779        * develenv/direct.t, develenv/sample.t, develenv/utils.t: Significantly
1780        updated.
1781
17822003-02-28      Joel Sherrill <joel@OARcorp.com>
1783
1784        * develenv/.cvsignore: Add newly generated .texi files.
1785
17862003-02-18      Joel Sherrill <joel@OARcorp.com>
1787
1788        * Makefile.am, configure.ac: Remove src2html references.
1789        * index.html.in: Update to reflect partial update of Development
1790        Environment Guide.
1791        * develenv/Makefile.am, develenv/develenv.texi: Relect generating .texi
1792        from .t's.
1793        * develenv/direct.t, develenv/sample.t, develenv/utils.t: New files.
1794        * develenv/direct.texi, develenv/sample.texi, develenv/utils.texi:
1795        Removed. Now generated from corresponding .t files which are in the
1796        process of being updated.
1797
17982003-02-14      Joel Sherrill <joel@OARcorp.com>
1799
1800        * index.html.in: Removed a29k reference.
1801        * FAQ/basic.t, FAQ/entry, porting/cpumodels.t: Remove a29k references
1802        and update.
1803
18042003-02-11      Mike Siers <mikes@poliac.com>
1805
1806        * networking/networkapp.t: Add an example code snippet for adding an IP
1807        alias.
1808
18092003-02-11      Joel Sherrill <joel@OARcorp.com>
1810
1811        * porting/interrupts.t: Rework logic that decides when to call
1812        _Thread_Dispatch.  Analysis by Sergei Organov <osv@javad.ru> determined
1813        that _ISR_Signals_to_thread_executing was not being honored and/or
1814        cleared properly.
1815
18162003-02-11      Jay Monkman <jtm@smoothsmoothie.com>
1817
1818        * networking/networkapp.t: Add an example code snippet for adding a
1819        default route.
1820
18212003-02-03      Steven Johnson <sjohnson@neurizon.net>
1822
1823        PR 338/filesystem
1824        * user/io.t: Document the API change that fixed reentrancy problem with
1825        rtems_io_lookup_name().
1826
18272003-02-03      Joel Sherrill <joel@OARcorp.com>
1828
1829        PR 338/filesystem
1830        * user/io.t: Fix Ada binding as side-effect of fixing reentrancy problem
1831        with rtems_io_lookup_name() (API change).
1832
18332003-01-28      Joel Sherrill <joel@OARcorp.com>
1834
1835        * bsp_howto/makefiles.t, bsp_howto/support.t: Updated to reflect use of
1836        automake in addition to autoconf.
1837
18382003-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1839
1840        * index.html.in: Fix duplicate c4x entry.
1841
18422003-01-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1843
1844        * index.html.in, configure.ac: Add c4x.
1845        * project.am: Add version.texi hack.
1846        * develenv/develenv.texi: Set @setfilename develenv.info.
1847        * user/c_user.texi: Set @setfilename c_user.info.
1848        * FAQ/FAQ.texi: Set @setfilename FAQ.info.
1849        * posix_users/posix_users.texi: Set @setfilename posix_users.info.
1850        * posix1003.1/posix1003_1.texi: Set @setfilename posix1003_1.info.
1851        * itron3.0/itron.texi: Set @setfilename itron.info.
1852        * filesystem/filesystem.texi: Set @setfilename filesystem.info.
1853        * networking/networking.texi: Set @setfilename networking.info.
1854        * bsp_howto/bsp_howto.texi: Set @setfilename bsp_howto.info.
1855        * porting/porting.texi: Set @setfilename porting.info.
1856        * rgdb_specs/rgdb_specs.texi: Set @setfilename rgdb_specs.info.
1857        * rtems_gdb/rtems_gdb.texi: Set @setfilename rtems_gdb.info.
1858        * ada_user/ada_user.texi: Set @setfilename ada_user.info.
1859        * started_ada/started_ada.texi: Set @setfilename started_ada.info.
1860        * supplements/Makefile.am: Add c4x, cosmetical changes.
1861
18622003-01-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1863
1864        * main.am: Remove AM_MAKEINFOFLAGS, TEXI2DVI, TEXI2PDF. Append -I
1865        $(top_builddir) to TEXI2WWW_ARGS.
1866        * project.am: Add AM_MAKEINFOFLAGS, TEXI2DVI, TEXI2PDF. Override
1867        automake's .dvi.ps:-rule.
1868        * user/Makefile.am, FAQ/Makefile.am, posix_users/Makefile.am,
1869        posix1003.1/Makefile.am, itron3.0/Makefile.am, filesystem/Makefile.am,
1870        networking/Makefile.am, bsp_howto/Makefile.am, porting/Makefile.am,
1871        rgdb_specs/Makefile.am, rtems_gdb/Makefile.am, ada_user/Makefile.am,
1872        started_ada/Makefile.am: Put GENERATED_FILES into $builddir.
1873        * supplements/supplements.am: Remove AM_MAKEINFOFLAGS, TEXI2DVI,
1874        TEXI2PDF.
1875
18762003-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1877
1878        * project.am, main.am: Use automake rules to build ps, pdf, info.
1879        Various minor changes.
1880        * project.am: Append $($(PROJECT)_TEXINFOS) to html-dependencies.
1881        * configure.ac: Require autoconf-2.57. Require automake-1.7.2. Remove
1882        started/pictures/Makefile.
1883        * started/Makefile.am: Merge-in pictures/Makefile.am    .
1884        * started/pictures/Makefile.am: Remove.
1885        * FAQ/build45.t: Fix typo in previous patch.
1886        * FAQ/build45.t: Several fixes and additions.
1887        * FAQ/FAQ.texi: Rename section "Building RTEMS 4.5" into "Building
1888        RTEMS". build45.t: Remove references to 4.5. Several minor updates.
1889        * develenv/.cvsignore, FAQ/.cvsignore, posix_users/.cvsignore,
1890        posix1003.1/.cvsignore, itron3.0/.cvsignore, filesystem/.cvsignore,
1891        networking/.cvsignore, bsp_howto/.cvsignore, porting/.cvsignore,
1892        rgdb_specs/.cvsignore, rtems_gdb/.cvsignore, started_ada/.cvsignore,
1893        ada_user/.cvsignore, user/.cvsignore: Add version.texi. Add stamp-vti.
1894        Re-sort.
1895        * develenv/version.texi, develenv/stamp-vti, user/version.texi,
1896        user/stamp-vti, FAQ/version.texi, FAQ/stamp-vti,
1897        posix_users/version.texi, posix_users/stamp-vti,
1898        posix1003.1/version.texi, posix1003.1/stamp-vti, itron3.0/version.texi,
1899        itron3.0/stamp-vti, filesystem/version.texi, filesystem/stamp-vti,
1900        networking/version.texi, networking/stamp-vti, bsp_howto/version.texi,
1901        bsp_howto/stamp-vti, porting/version.texi, porting/stamp-vti,
1902        rgdb_specs/version.texi, rgdb_specs/stamp-vti, rtems_gdb/version.texi,
1903        rtems_gdb/stamp-vti, ada_user/version.texi, ada_user/stamp-vti,
1904        started_ada/version.texi, started_ada/stamp-vti: Remove from CVS.
1905        * supplements/supplements.am: Use automake rules to build ps, pdf, info.
1906        Various minor changes.
1907
19082003-01-21      Joel Sherrill <joel@OARcorp.com>
1909
1910        * develenv/stamp-vti, develenv/version.texi, user/stamp-vti,
1911        user/version.texi, FAQ/stamp-vti, FAQ/version.texi,
1912        posix_users/stamp-vti, posix_users/version.texi, posix1003.1/stamp-vti,
1913        posix1003.1/version.texi, itron3.0/stamp-vti, itron3.0/version.texi,
1914        filesystem/stamp-vti, filesystem/version.texi, networking/stamp-vti,
1915        networking/version.texi, bsp_howto/stamp-vti, bsp_howto/version.texi,
1916        porting/stamp-vti, porting/version.texi, rgdb_specs/stamp-vti,
1917        rgdb_specs/version.texi, rtems_gdb/stamp-vti, rtems_gdb/version.texi,
1918        ada_user/stamp-vti, ada_user/version.texi, started_ada/stamp-vti,
1919        started_ada/version.texi: Regenerated.
1920
19212002-12-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1922
1923        * Makefile.am: Merge-in images/Makefile.am, common/Makefile.am.
1924        * images/Makefile.am, common/Makefile.am: Remove.
1925        * configure.ac: Reflect changes above.
1926        * main.am, supplements/supplement.am: Append -I $(topsrc_dir) to
1927        AM_MAKEINFOFLAGS.
1928
19292002-11-13      Joel Sherrill <joel@OARcorp.com>
1930
1931        * index.html.in: Note that the Getting Started with GNAT/RTEMS  manual
1932        is largely obsolete now that GNAT is in GCC.
1933        * develenv/stamp-vti, develenv/version.texi, user/stamp-vti,
1934        user/version.texi, FAQ/stamp-vti, FAQ/version.texi,
1935        posix_users/stamp-vti, posix_users/version.texi, posix1003.1/stamp-vti,
1936        posix1003.1/version.texi, itron3.0/stamp-vti, itron3.0/version.texi,
1937        filesystem/stamp-vti, filesystem/version.texi, networking/stamp-vti,
1938        networking/version.texi, bsp_howto/stamp-vti, bsp_howto/version.texi,
1939        porting/stamp-vti, porting/version.texi, rgdb_specs/stamp-vti,
1940        rgdb_specs/version.texi, rtems_gdb/stamp-vti, rtems_gdb/version.texi,
1941        ada_user/stamp-vti, ada_user/version.texi: Regenerated.
1942        * started_ada/Makefile.am: Corrected link.
1943        * started_ada/stamp-vti, started_ada/version.texi: Regenerated.
1944
19452002-10-24      Joel Sherrill <joel@OARcorp.com>
1946
1947        * index.html.in: Add links to multiple missing CPU supplements.
1948        * develenv/stamp-vti, develenv/version.texi, user/stamp-vti,
1949        user/version.texi, FAQ/stamp-vti, FAQ/version.texi,
1950        posix_users/stamp-vti, posix_users/version.texi, posix1003.1/stamp-vti,
1951        posix1003.1/version.texi, itron3.0/stamp-vti, itron3.0/version.texi,
1952        filesystem/stamp-vti, filesystem/version.texi, networking/stamp-vti,
1953        networking/version.texi, bsp_howto/stamp-vti, bsp_howto/version.texi,
1954        porting/stamp-vti, porting/version.texi, rgdb_specs/stamp-vti,
1955        rgdb_specs/version.texi, rtems_gdb/stamp-vti, rtems_gdb/version.texi,
1956        ada_user/stamp-vti, ada_user/version.texi, started_ada/stamp-vti,
1957        started_ada/version.texi: Regenerated.
1958
19592002-10-24      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
1960
1961        * bsp_howto/ata.t, bsp_howto/ide-ctrl.t: New file.
1962        * bsp_howto/.cvsignore: Added new .texi files.
1963        * bsp_howto/Makefile.am: Added new files to generate.
1964        * bsp_howto/bsp_howto.texi: Added new chapters.
1965        * bsp_howto/stamp-vti, bsp_howto/version.texi: Regenerated.
1966
19672002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1968
1969        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
1970
19712002-08-27      Joel Sherrill <joel@OARcorp.com>
1972
1973        * user/io.t: Correct Ada bindings.
1974
19752002-08-01      Joel Sherrill <joel@OARcorp.com>
1976
1977        * porting/stamp-vti, porting/version.texi: Regenerated.
1978
19792002-07-30      Joel Sherrill <joel@OARcorp.com>
1980
1981        * configure.ac: Added supplements/arm/Makefile.
1982        * README: Updated.
1983        * user/stamp-vti, user/version.texi: Regenerated.
1984        * porting/miscellaneous.t: Added some markups for fonts and clarified
1985        some places.
1986        * supplements/Makefile.am: Added arm subdirectory.
1987
19882002-06-28      Joel Sherrill <joel@OARcorp.com>
1989
1990        * user/userext.t: Per PR228, correct the prototype of the task create
1991        user extension to indicate it returns a boolean and augment the
1992        documentation to explain the purpose of the boolean return value.
1993
19942002-06-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1995
1996        * project.am: Use PATH_SEPARATOR to setup TEXINPUTS.
1997
19982002-04-12      Chris Johns <ccj@acm.org>
1999
2000        * user/doc/user/userext.t: Per PR138, updated the documentation to show
2001        how to obtain an extension table index. Also provided some extra
2002        background on the user extension API.
2003
20042002-04-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2005
2006        * VERSION, bootstrap: Removed as unneeded.
2007
20082002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2009
2010        * bootstrap, VERSION: Remove.
2011        * Makefile.am: Remove bootstrap. Add ACLOCAL_AMFLAGS.
2012        * configure.ac: Add RTEMS_TOP.
2013
20142002-04-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2015
2016        * user/io.t: Fix typo @sybsection.
2017
20182002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2019
2020        * common/Makefile.am: Remove AUTOMAKE_OPTIONS.
2021        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2022        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2023        * Makefile.am, images/Makefile.am, develenv/Makefile.am,
2024        user/Makefile.am, FAQ/Makefile.am, posix_users/Makefile.am,
2025        posix1003.1/Makefile.am, itron3.0/Makefile.am, filesystem/Makefile.am,
2026        networking/Makefile.am, bsp_howto/Makefile.am, porting/Makefile.am,
2027        rgdb_specs/Makefile.am, rtems_gdb/Makefile.am, ada_user/Makefile.am,
2028        started_ada/Makefile.am, supplements/Makefile.am: Remove
2029        AUTOMAKE_OPTIONS.
2030
20312002-03-27      Eric Norum <eric.norum@usask.ca>
2032
2033        * user/intr.t: Per PR165, now correctly states that passing a NULL
2034        pointer for the return argument is an error.
2035        * PR161
2036        * user/rtmon.t: Add rtems_ prefix to directives in the example.
2037
20382002-03-22      Chris Johns <ccj@acm.org>
2039
2040        * user/io.t, user/conf.t: PR 160. Added the IO Manager's register and
2041        unregister interface documentation.
2042
20432002-03-15      Eric Norum <eric.norum@usask.ca>
2044
2045        * user/rtmon.t: Correct example and correctly used ensure not insure.
2046
20472002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2048
2049        * .cvsignore: Reworked.
2050        * Makefile.am: Remove texinfo/texinfo.tex.
2051        * bootstrap: Removed.
2052        * configure.ac: Add pkgdocdir. Let htmldir be rooted at pkgdocdir.
2053        * main.am: Remove TEXINFO_TEX.
2054        * project.am: Let dvidir, psdir, pdfdir be rooted at pkgdocdir. Remove
2055        commented out make-variables.
2056
20572002-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2058
2059        * .cvsignore: Add autom4te.cache, install-sh, mdate-sh, missing,
2060        mkinstalldirs, texinfo.tex.
2061        * Makefile.am: Add main.am to AUTOMAKE_FILES.
2062        * configure.ac: Add AC_CONFIG_AUX_DIR([.]).
2063        * project.am: Remove custom .texi and stamp-vti rules.
2064        * main.am, supplements/supplement.am: Replace TEXI_COMMON with
2065        AM_MAKEINFOFLAGS.
2066
20672002-01-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2068
2069        * Makefile.am: Require automake-1.5.
2070        * project.am: Reworked.
2071        * main.am, configure.ac: New.
2072        * configure.in: Removed.
2073        * bootstrap: Sync with RTEMS's toplevel bootstrap.sh.
2074        * common/Makefile.am, images/Makefile.am: Require automake-1.5.
2075        * develenv/Makefile.am, user/Makefile.am, FAQ/Makefile.am,
2076        posix_users/Makefile.am, posix1003.1/Makefile.am, itron3.0/Makefile.am,
2077        filesystem/Makefile.am, networking/Makefile.am, bsp_howto/Makefile.am,
2078        porting/Makefile.am, rgdb_specs/Makefile.am, rtems_gdb/Makefile.am,
2079        ada_user/Makefile.am, started_ada/Makefile.am: include main.am, require
2080        automake-1.5.
2081        * supplements/Makefile.am: Require automake-1.5.
2082
20832002-01-17      Joel Sherrill <joel@OARcorp.com>
2084
2085        * VERSION: Updated to rtems-doc-ss-20010117.
2086        * VERSION: Updated to rtems-doc-eng-20010816b-d1.
2087
20882001-10-30      Joel Sherrill <joel@OARcorp.com>
2089
2090        * VERSION: New file.
2091
20922001-06-28      Joel Sherrill <joel@OARcorp.com>
2093
2094        * posix_users/preface.texi, posix_users/procenv.t,
2095        posix_users/process.t, posix_users/signal.t, posix_users/stamp-vti,
2096        posix_users/version.texi: Updated as part of starting a sweep on the
2097        POSIX User's Guide.
2098
20992001-02-14      Joel Sherrill <joel@OARcorp.com>
2100
2101        * configure.ac: New mips supplement.
2102        * supplements/mips: New supplement.
2103
21042001-01-17      Joel Sherrill <joel@OARcorp.com>
2105
2106        * configure.in: Changed the version to eng-20010816b.
2107        * SUPPORT, LICENSE: New files.
2108        * Numerous files touched as part of merging the 4.5 branch onto the
2109        mainline development trunk and ensuring that the script that cuts
2110        snapshots and releases works on the documentation.
2111        * develenv/.cvsignore, user/.cvsignore: Added rtems_header.html and
2112        rtems_footer.html.
2113        * user/timer.t: Added task-based timer information including the new
2114        directives rtems_timer_initiate(), rtems_timer_server_fire_after(), and
2115        rtems_timer_server_fire_when().
2116        * FAQ/.cvsignore, posix_users/.cvsignore, posix1003.1/.cvsignore,
2117        itron3.0/.cvsignore, filesystem/.cvsignore, networking/.cvsignore,
2118        bsp_howto/.cvsignore, porting/.cvsignore, rgdb_specs/.cvsignore,
2119        rtems_gdb/.cvsignore, ada_user/.cvsignore, started_ada/.cvsignore: Added
2120        rtems_header.html and rtems_footer.html.
2121
21222000-09-22      Joel Sherrill <joel@OARcorp.com>
2123
2124        * Makefile.am, develenv/Makefile.am: Removed GENERATED_FILES from list
2125        of TEXINFOS.
2126
21272000-08-10      Joel Sherrill <joel@OARcorp.com>
2128
2129        * ChangeLog, develenv/ChangeLog, user/ChangeLog, FAQ/ChangeLog,
2130        posix_users/ChangeLog, posix1003.1/ChangeLog, itron3.0/ChangeLog,
2131        filesystem/ChangeLog, networking/ChangeLog, bsp_howto/ChangeLog,
2132        porting/ChangeLog, rgdb_specs/ChangeLog, rtems_gdb/ChangeLog,
2133        ada_user/ChangeLog, started_ada/ChangeLog, supplements/ChangeLog: New
2134        file.
2135
Note: See TracBrowser for help on using the repository browser.