source: rtems/doc/ChangeLog @ 6d96c98

4.104.115
Last change on this file since 6d96c98 was 6d96c98, checked in by Joel Sherrill <joel.sherrill@…>, on 05/08/09 at 13:26:59

2009-05-08 Joel Sherrill <joel.sherrill@…>

  • user/conf.t: Change work_space_size to uintptr_t since it cannot be negative.
  • Property mode set to 100644
File size: 62.0 KB
RevLine 
[6d96c98]12009-05-08      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * user/conf.t: Change work_space_size to uintptr_t since it cannot be
4        negative.
5
[967eceb]62009-04-19      Joel Sherrill <joel.sherrill@oarcorp.com>
7
8        * cpu_supplement/.cvsignore, cpu_supplement/Makefile.am,
9        cpu_supplement/cpu_supplement.texi: Add shell for Atmel AVR chapter.
10        * cpu_supplement/avr.t: New file.
11
[9fb97de]122009-03-30      Sebastian Huber <sebastian.huber@embedded-brains.de>
13
14        * shell/confinit.t: New argument sequence for rtems_shell_init().
15
[657d23e]162009-03-02      Joel Sherrill <joel.sherrill@OARcorp.com>
17
18        * user/.cvsignore: Add Object ID PDF files.
19
[1fb9fa1c]202009-02-27      Joel Sherrill <joel.sherrill@oarcorp.com>
21
22        * posix_users/preface.texi, shell/preface.texi: Add stock
23        acknowledgement paragraphs that are required when excerpting and
24        reusing text from POSIX standards per the agreement at
25        * common/opengroup_manpage_acknowledgement.texi,
26        common/opengroup_preface_acknowledgement.texi: New files.
27
[f2d3786]282009-02-27      Joel Sherrill <joel.sherrill@OARcorp.com>
29
30        PR 1387/doc
31        * user/intr.t: Add Interrupt Manager services to list of services
32        callable from ISR.
33
[0a90bf2]342009-02-19      Joel Sherrill <joel.sherrill@oarcorp.com>
35
36        * shell/rtems.t: Add halt command.
37
[6d869df]382009-02-12      Joel Sherrill <joel.sherrill@oarcorp.com>
39
40        * porting/idlethread.t: Change prototype of IDLE thread to consistently
41        return void * and take a uintptr_t argument.
42
[8d50380]432009-01-29      Sebastian Huber <sebastian.huber@embedded-brains.de>
44
45        * bsp_howto/console.t: Clarify interrupt transmit process.
46        * user/concepts.t: Typo.
47
[6895375a]482008-12-19      Joel Sherrill <joel.sherrill@oarcorp.com>
49
50        * index.html.in: Remove manuals that are dead.
51
[8fbb48a]522008-12-18      Sebastian Huber <sebastian.huber@embedded-brains.de>
53
54        * user/cpuuse.t: Reflect change in CPU Usage report format.
55
[19d2b5a]562008-12-15      Joel Sherrill <joel.sherrill@oarcorp.com>
57
58        * user/init.t: Eliminate pointers to API configuration tables in the
59        main configuration table. Reference the main configuration table and
60        the API configuration tables directly using the confdefs.h version
61        rather than obtaining a pointer to it. This eliminated some
62        variables, a potential fatal error, some unnecessary default
63        configuration structures. Overall, about a 4.5% reduction in the code
64        size for minimum and hello on the SPARC.
65
[1a0e1a7]662008-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
67
68        * user/conf.t, user/region.t: Change sizes of heap/region and allocated
69        objects in heap to intptr_t so they can be larger than a single
70        allocatable object (e.g. size_t).
71
[8f879c6]722008-12-12      Joel Sherrill <joel.sherrill@OARcorp.com>
73
74        * user/region.t: Malloc Family is not implemented in termios of Region
75        Manager after 4.7. Correct documentation.
76
[0e35de9]772008-12-12      Sebastian Huber <sebastian.huber@embedded-brains.de>
78
79        * bsp_howto/console.t: Remove size constraints on image. Fix a
80        sentence.
81
[850bad6]822008-12-11      Sebastian Huber <sebastian.huber@embedded-brains.de>
83                Joel Sherrrill <joel.sherrill@oarcorp.com>
84
85        * bsp_howto/Makefile.am, bsp_howto/console.t: Sebastian improved
86         documentation for termios device drivers.
87        * bsp_howto/TERMIOSFlow.eps, bsp_howto/TERMIOSFlow.png: New files.
88        Joel added Termios Flow figure from RTEMS Open Class material.
89
[276abbf6]902008-12-04      Jukka Pietarinen <jukka.pietarinen@mrf.fi>
91
92        * cpu_supplement/.cvsignore, cpu_supplement/Makefile.am,
93        cpu_supplement/cpu_supplement.texi: Add Lattice Mico32 support.
94        * cpu_supplement/lm32.t: New file.
95
[86c3d41]962008-12-01      Joel Sherrill <joel.sherrill@oarcorp.com>
97
98        * ada_user/Makefile.am: Fix typo.
99
[2bf21fc8]1002008-12-01      Joel Sherrill <joel.sherrill@oarcorp.com>
101
102        * ada_user/Makefile.am, user/Makefile.am, user/concepts.t: Add 16 bit
103        object Id format information.
104        * user/ObjectId-16Bits.eps, user/ObjectId-16Bits.png: New files.
105
[2b90266]1062008-12-01      Joel Sherrill <joel.sherrill@OARcorp.com>
107
108        * user/datatypes.t: Add C99 uint types.
109
[3e9b621]1102008-11-20      Joel Sherrill <joel.sherrill@oarcorp.com>
111
112        PR 1340/cpukit
113        * user/chains.t: Add rtems_chain_initialize to public chain API.
114
[20b921b4]1152008-11-20      Joel Sherrill <joel.sherrill@OARcorp.com>
116
117        PR 1339/Ada
118        * user/io.t: Re-add IO Manager to Ada binding.
119
[76101939]1202008-11-13      Joel Sherrill <joel.sherrill@OARcorp.com>
121
122        PR 1336/cpukit
123        * user/chains.t, user/dirstat.texi: Add rtems_chain_prepend_unprotected
124        and rtems_chain_append_unprotected.
125
[1a34b8c]1262008-11-07      Joel Sherrill <joel.sherrill@OARcorp.com>
127
128        * user/concepts.t: Use 32 bit version centered.
129
[c427536]1302008-11-07      Joel Sherrill <joel.sherrill@OARcorp.com>
131
132        * ada_user/Makefile.am: Make Ada manual build again after adding
133        figure.
134
[1fa78236]1352008-11-07      Joel Sherrill <joel.sherrill@OARcorp.com>
136
137        PR 1334/doc
138        * user/Makefile.am, user/concepts.t, user/init.t, user/overview.t,
139        user/part.t, user/task.t: Correct typos and correctly document 4
140        parts of 32-bit object id.
141        * user/ObjectId-32Bits.eps, user/ObjectId-32Bits.png: New files.
142
[7df0d541]1432008-10-14      Joel Sherrill <joel.sherrill@OARcorp.com>
144
145        * user/conf.t: Fix typo.
146
[7f5ea3c6]1472008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
148
149        * user/region.t: Change size_t to ssize_t.
150
[b7c75137]1512008-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
152
153        * shell/preface.texi: Bump version to 4.9.99.0
154
[42650f0]1552008-09-30      Joel Sherrill <joel.sherrill@oarcorp.com>
156
157        * bsp_howto/timer.t: Eliminate uses of old benchmark timer names.
158
[a91dfbf9]1592008-09-25      Joel Sherrill <joel.sherrill@oarcorp.com>
160
161        * setup.def, started/buildc.t: Update.
162
[0c8c169c]1632008-09-23      Joel Sherrill <joel.sherrill@OARcorp.com>
164
165        * bsp_howto/BSPInitFlowchart-49.png: Update figure.
166
[79e4227]1672008-09-18      Miao Yan <yanmiaobest@gmail.com>
168
169        * user/conf.t: Add CONFIGURE_USE_DEVFS_AS_BASE_FILESYSTEM and
170        CONFIGURE_APPLICATION_DISABLE_FILESYSTEM.
171
[5d2c65e]1722008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
173
174        * shell/rtems.t, user/conf.t, user/stackchk.t: Rename STACK_CHECKER_ON
175        to more appropriate CONFIGURE_STACK_CHECKER_ENABLED.
176
[96a0303b]1772008-09-17      Joel Sherrill <joel.sherrill@OARcorp.com>
178
179        * user/conf.t: Fix typo.
180
[2f3e2e0]1812008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
182
183        * user/conf.t: Add support for optionally having a unified work area.
184        In other words, the RTEMS Workspace and C Program Heap are the same
185        pool of memory.
186
[cb4a77e]1872008-09-09      Joel Sherrill <joel.sherrill@oarcorp.com>
188
189        * bsp_howto/Developer-User-Timeline.png: Correct figure.
190
[2d65b109]1912008-09-09      Ralf Corsépius <ralf.corsepius@rtems.org>
192
[ae52c9c]193        * user/chains.t, user/conf.t, user/object.t, user/userext.t:
194        More "bool" cleanup.
[2d65b109]195        * bsp_howto/ata.t, bsp_howto/rtc.t, networking/networkapp.t,
196        user/chains.t, user/stackchk.t: Convert to "bool".
197
[896f13f]1982008-09-09      Ralf Corsépius <ralf.corsepius@rtems.org>
199
200        * user/datatypes.t: Add deprecation notices to
201        "rtems_boolean", "rtems_single", "rtems_double".
202        * user/intr.t, user/userext.t: Convert to "bool".
203
[5a1e7e8]2042008-09-08      Joel Sherrill <joel.sherrill@oarcorp.com>
205
206        * bsp_howto/timer.t: Update documentation to reflect Timer Driver
207        renaming.
208
[1e78607]2092008-09-05      Joel Sherrill <joel.sherrill@OARcorp.com>
210
211        * bsp_howto/clock.t: The Shared Memory Driver no longer requires the
212        special IOCTL in Clock_control. This was a hack which has existed
213        since before the Classic API Timer Manager was implemented. All
214        implementations of and references to Clock_control were removed.
215
[3d92d46]2162008-09-02      Joel Sherrill <joel.sherrill@oarcorp.com>
217
218        * user/conf.t: Add CONFIGURE_BSP_PREREQUISITE_DRIVERS and
219        CONFIGURE_APPLICATION_PREREQUISITE_DRIVERS.
220
[a5554d2]2212008-08-27      Joel Sherrill <joel.sherrill@oarcorp.com>
222
223        * user/object.t: Correct order of arguments.
224
[638a9195]2252008-08-24      Joel Sherrill <joel.sherrill@OARcorp.com>
226
227        * user/clock.t: Correct discussion of timeval.
228
[192834e]2292008-08-22      Joel Sherrill <joel.sherrill@oarcorp.com>
230
231        * bsp_howto/init.t: Eliminate empty section.
232
[29910dec]2332008-08-22      Joel Sherrill <joel.sherrill@oarcorp.com>
234
235        * bsp_howto/init.t: Complete update.
236
[0eb595a8]2372008-08-22      Joel Sherrill <joel.sherrill@oarcorp.com>
238
239        * bsp_howto/Makefile.am, bsp_howto/init.t, bsp_howto/intro.t,
240        bsp_howto/makefiles.t, bsp_howto/support.t: Update initialization
241        sequence. Add another figure.
242        * bsp_howto/BSPInitFlowchart-49.eps, bsp_howto/BSPInitFlowchart-49.png: New files.
243
[5dfb320]2442008-08-21      Joel Sherrill <joel.sherrill@oarcorp.com>
245
246        * index.html.in: Reorder manuals.
247
[c7ff10af]2482008-08-21      Joel Sherrill <joel.sherrill@oarcorp.com>
249
250        * bsp_howto/Makefile.am, bsp_howto/linkcmds.t, bsp_howto/makefiles.t,
251        bsp_howto/target.t: Update some of this manual.
252        * bsp_howto/Developer-User-Timeline.eps,
253        bsp_howto/Developer-User-Timeline.png: New files.
254
[2a517327]2552008-08-21      Joel Sherrill <joel.sherrill@OARcorp.com>
256
257        * bsp_howto/ata.t, bsp_howto/clock.t, bsp_howto/ide-ctrl.t,
258        bsp_howto/nvmem.t, bsp_howto/shmsupp.t, user/datatypes.t, user/mp.t,
259        user/userext.t: Eliminate all references to rtems_signedXX and
260        rtems_unsignedXX.
261
[8ad2468c]2622008-08-08     Sebastian Huber <sebastian.huber@embedded-brains.de>
263
264        * user/msg.t, user/sem.t, user/task.t: Update to new parameter types.
265        Emphasize that you can use a pointer for task arguments.
266
[94fb30d4]2672008-08-07      Joel Sherrill <joel.sherrill@OARcorp.com>
268
269        * user/datatypes.t: Add rtems_name. Add comment about
270        rtems_task_argument changing from simple unsigned thirty two bit
271        integer to being derived from a C99 uintptr_t in 4.8 and newer.
272
[95b60d57]2732008-08-04      Joel Sherrill <joel.sherrill@OARcorp.com>
274
275        PR 1263/doc
276        * user/part.t: Improve discussion of alignment and minimum buffer
277        sizes.
278
[1be10249]2792008-08-04      Joel Sherrill <joel.sherrill@OARcorp.com>
280
281        PR 1288/doc
282        * user/intr.t: Update callable from ISR section.
283
[8fc3d71]2842008-08-01      Joel Sherrill <joel.sherrill@OARcorp.com>
285
286        * user/msg.t: Parameter is size not count. Spotted by Sebastian Huber.
287
[44ad347a]2882008-07-31      Joel Sherrill <joel.sherrill@OARcorp.com>
289
290        * porting/idlethread.t: Correct prototype of Idle threads.
291
[a39cf49]2922008-07-23      Joel Sherrill <joel.sherrill@OARcorp.com>
293
294        PR 1291/cpukit
295        * posix_users/semaphores.t: Update to reflect absolute time.
296
[75d16dd8]2972008-07-23      Joel Sherrill <joel.sherrill@oarcorp.com>
298
299        * shell/Makefile.am, shell/rtems.t: Add pthread command.
300
[acb4bed0]3012008-07-18      Joel Sherrill <joel.sherrill@oarcorp.com>
302
303        * posix_users/mutex.t: Add ETIMEDOUT.
304
[c2a5939f]3052008-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
306
307        * shell/confinit.t: New argument sequence for rtems_shell_init().
308
[4dc6a46]3092008-07-15      Joel Sherrill <joel.sherrill@OARcorp.com>
310
311        * user/barrier.t, user/clock.t, user/dpmem.t, user/msg.t, user/part.t,
312        user/region.t, user/rtmon.t, user/sem.t, user/task.t, user/timer.t:
313        Correct documentation typos noticed and thankfully reported by
314        Fabrício de Novaes Kucinskis <fabricio@dea.inpe.br>
315
[2c3a9c16]3162008-07-10      Joel Sherrill <joel.sherrill@OARcorp.com>
317
318        * user/.cvsignore: Add chains.texi.
319
[5396467]3202008-07-09      Chris Johns <chrisj@rtems.org>
321
322        * doc/user/chains.t: New.
323
324        * doc/ada_user/ada_user.texi, doc/user/Makefile.am,
325        doc/user/c_user.texi, doc/user/dirstat.texi: Updated for the
326        chains documentation.
327
[8218f5f]3282008-06-20      Joel Sherrill <joel.sherrill@OARcorp.com>
329
330        * user/io.t: Fix typos for IO unregister reported by Catalin Morosan
331        <catalin.morosan at gmail.com>.
332
[d695dfc]3332008-06-16      Joel Sherrill <joel.sherrill@oarcorp.com>
334
335        * user/conf.t: Add CONFIGURE_DISABLE_CLASSIC_API_NOTEPADS.
336
[e66dccf]3372008-06-13      Joel Sherrill <joel.sherrill@oarcorp.com>
338
339        * user/conf.t: Add CONFIGURE_IDLE_TASK_INITIALIZES_APPLICATION and
340        CONFIGURE_MAXIMUM_PRIORITY.
341
[0e3de75]3422008-06-13      Joel Sherrill <joel.sherrill@oarcorp.com>
343
344        * user/conf.t: Add CONFIGURE_MINIMUM_STACK_SIZE.
345
[b912f95]3462008-06-13      Joel Sherrill <joel.sherrill@oarcorp.com>
347
348        * user/bsp.t, user/conf.t, user/task.t: Add ability for application to
349        configure minimum stack size. Add RTEMS_CONFIGURED_MINIMUM_STACK_SIZE
350        constant so user can clearly indicate they want the configured as
351        opposed to the recommended minimum stack size.
352
[7bec8d0a]3532008-06-06      Joel Sherrill <joel.sherrill@oarcorp.com>
354
355        * started/buildc.t: Add paragraph on see CVS for latest patches.
356        * user/conf.t: Add CONFIGURE_MESSAGE_BUFFERS_FOR_QUEUE and example
357        of how to compute message CONFIGURE_MESSAGE_BUFFER_MEMORY using it.
358
[93e30a23]3592008-06-06      Joel Sherrill <joel.sherrill@OARcorp.com>
360
361        * user/rtmon.t: Change to using new types.
362
[42cf7c7]3632008-06-02      Joel Sherrill <joel.sherrill@oarcorp.com>
364
365        * cpu_supplement/.cvsignore, cpu_supplement/Makefile.am,
366        cpu_supplement/arm.t, cpu_supplement/bfin.t,
367        cpu_supplement/cpu_supplement.texi, cpu_supplement/i386.t,
368        cpu_supplement/m68k.t, cpu_supplement/mips.t,
369        cpu_supplement/powerpc.t, cpu_supplement/preface.texi,
370        cpu_supplement/sh.t: Remove duplicated text from each CPU specific
371        chapter. This text was necessary when each CPU was a separate manual
372        but now only needs to be one place and that is in an introductory
373        chapter.
374        * cpu_supplement/general.t: New file.
375
[a73e3561]3762008-06-02      Joel Sherrill <joel.sherrill@oarcorp.com>
377
378        * user/bsp.t, user/init.t: Rework initialization and BSP chapters to
379        account for changes to initialization framework.
380
[adfbb4a]3812008-05-22      Joel Sherrill <joel.sherrill@OARcorp.com>
382
383        * user/conf.t: Add baseline interface for Watchdog Driver.
384
[da78fee]3852008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
386
387        * user/conf.t: Fix text on CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER.
388
[343bb43]3892008-05-13      Joel Sherrill <joel.sherrill@OARcorp.com>
390
391        * user/conf.t: Fix typo on
392        CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER.
393
[e31f420f]3942008-04-17      Joel Sherrill <joel.sherrill@oarcorp.com>
395
396        * user/conf.t: Add CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER.
397
[211cafba]3982008-04-16      Joel Sherrill <joel.sherrill@OARcorp.com>
399
400        * user/bsp.t, user/conf.t, user/init.t, user/intr.t, user/overview.t,
401        user/timer.t: Correct default values. Make it clear that confdefs.h
402        calculates the memory required for you.
403
[990458b]4042008-03-29      Chris Johns <chrisj@rtems.org>
405
406        * networking/testing.t: Cleaned up the patch from Ian.
407
[52053579]4082008-03-29      Chris Johns <chrisj@rtems.org>
409
410        * networking/testing.t: Patch from Ian Caddy to document the
411        routes debug information.
412
[bf6d03d]4132008-03-11      Joel Sherrill <joel.sherrill@oarcorp.com>
414
415        * user/clock.t: Refactored rtems_clock_get into 5 methods which
416        are single purpose and more strongly typed.  They are:
417            rtems_clock_get_tod - Get TOD in Classic API structure
418            rtems_clock_get_tod_timeval - Get TOD in struct timeval
419            rtems_clock_get_seconds_since_epoch - Get TOD as seconds since 1988
420            rtems_clock_get_ticks_since_boot - Get ticks since boot
421            rtems_clock_get_ticks_per_second - Get ticks per second
422
423
[faa242e8]4242008-02-29      Joel Sherrill <joel.sherrill@oarcorp.com>
425
426        * shell/general.t: Add sleep and echo commands.
427
[c2153cf]4282008-02-28      Joel Sherrill <joel.sherrill@oarcorp.com>
429
430        * shell/.cvsignore, shell/Makefile.am, shell/memory.t,
431        shell/preface.texi, shell/shell.texi: Added much information the
432        Preface. Created initial version of Configuration and Intialization
433        chapter. Links are now complete from start to end of manual.
434        * shell/confinit.t: New file.
435
[fbd6c0f]4362008-02-28      Joel Sherrill <joel.sherrill@oarcorp.com>
437
438        * shell/file.t, shell/network.t: Document more commands and provide
439        more examples.
440
[88d2967]4412008-02-27      Joel Sherrill <joel.sherrill@oarcorp.com>
442
443        * shell/file.t, shell/general.t, shell/memory.t, shell/network.t,
444        shell/rtems.t, shell/shell.texi: Many commands now have real
445        descriptions with examples.
446
[7c14c4a]4472008-02-27      Joel Sherrill <joel.sherrill@oarcorp.com>
448
449        * shell/file.t, shell/general.t: More commands documented.
450
[48039b0]4512008-02-26      Joel Sherrill <joel.sherrill@oarcorp.com>
452
453        * shell/.cvsignore, shell/file.t: Add most of file commands.
454
[94ad84d]4552008-02-26      Joel Sherrill <joel.sherrill@oarcorp.com>
456
457        * porting/interrupts.t: Formatting.
458
[dc1c4308]4592008-02-21      Joel Sherrill <joel.sherrill@oarcorp.com>
460
461        * shell/file.t, shell/general.t, shell/memory.t, shell/network.t,
462        shell/rtems.t: More descriptions and examples added.
463
[ea08043]4642008-02-21      Joel Sherrill <joel.sherrill@oarcorp.com>
465
466        * shell/file.t, shell/general.t, shell/memory.t, shell/network.t,
467        shell/rtems.t: Add mount and cp command information from Chris Johns.
468        Reformat some things.
469
[b88d9ccf]4702008-02-21      Joel Sherrill <joel.sherrill@oarcorp.com>
471
472        * shell/file.t, shell/general.t, shell/memory.t, shell/network.t,
473        shell/rtems.t: A bit of clean up on the script.
474
[4f973104]4752008-02-21      Joel Sherrill <joel.sherrill@oarcorp.com>
476
477        * shell/file.t, shell/general.t, shell/memory.t, shell/network.t,
478        shell/rtems.t: Change configure messages per Chris Johns suggestion.
479
[eb03905]4802008-02-20      Joel Sherrill <joel.sherrill@oarcorp.com>
481
482        * Makefile.am, configure.ac, index.html.in: Add initial version of
483        RTEMS Shell Manual. This is largely a starting point but has most of
484        the required structure.
485        * shell/.cvsignore, shell/Makefile.am, shell/file.t, shell/general.t,
486        shell/memory.t, shell/network.t, shell/preface.texi, shell/rtems.t,
487        shell/shell.texi: New files.
488
[068d7aa7]4892008-02-05      Joel Sherrill <joel.sherrill@oarcorp.com>
490
491        * networking/networkapp.t: Add configuration parameters for network
492        stack efficiency multiplier and default socket buffer sizes.
493
[235fb7a]4942008-02-01      Joel Sherrill <joel.sherrill@oarcorp.com>
495
496        * user/object.t: Added some examples.
497
[0bc8e5c]4982008-02-01      Joel Sherrill <joel.sherrill@oarcorp.com>
499
500        * user/object.t: Add Ada binding for Object Services.
501
[84ec364]5022008-01-29      Joel Sherrill <joel.sherrill@oarcorp.com>
503
504        * index.html.in: Update copyright year.
505
[f3839908]5062008-01-29      Joel Sherrill <joel.sherrill@oarcorp.com>
507
508        * ada_user/Makefile.am, ada_user/ada_user.texi: Now builds.
509
[d5671b1]5102008-01-29      Joel Sherrill <joel.sherrill@oarcorp.com>
511
512        * user/.cvsignore, user/Makefile.am, user/c_user.texi, user/concepts.t,
513        user/conf.t, user/dirstat.texi, user/stackchk.t, user/task.t,
514        user/userext.t: Add new Object Services collection. Tidy up some
515        configuration documentation from earlier changes.
516        * user/object.t: New file.
517
[41a7fef]5182008-01-25      Joel Sherrill <joel.sherrill@oarcorp.com>
519
520        * rtems_footer.html.in, common/cpright.texi: Update copyright. Fix
521        spacing.
522
[4b10f200]5232008-01-11      Joel Sherrill <joel.sherrill@oarcorp.com>
524
525        * user/task.t: Add manual page for rtems_task_self().
526
[c52d534]5272007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
528
529        * bsp_howto/clock.t, bsp_howto/init.t: Eliminate copies of the
530        Configuration Table. Use the RTEMS provided accessor macros to obtain
531        configuration fields.
532
[66c50e2]5332007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
534
535        * cpu_supplement/arm.t, cpu_supplement/i386.t, cpu_supplement/m68k.t,
536        cpu_supplement/mips.t, cpu_supplement/powerpc.t, cpu_supplement/sh.t,
537        cpu_supplement/sparc.t, cpu_supplement/tic4x.t, porting/cpuinit.t,
538        user/conf.t, user/init.t: Move interrupt_stack_size field from CPU
539        Table to Configuration Table. Eliminate CPU Table from all ports.
540        Delete references to CPU Table in all forms.
541
[3e066540]5422007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
543
544        * cpu_supplement/arm.t, cpu_supplement/i386.t, cpu_supplement/m68k.t,
545        cpu_supplement/mips.t, cpu_supplement/powerpc.t, cpu_supplement/sh.t,
546        cpu_supplement/sparc.t, cpu_supplement/tic4x.t, user/conf.t: Moved
547        most of the remaining CPU Table fields to the Configuration Table.
548        This included pretasking_hook, predriver_hook, postdriver_hook,
549        idle_task, do_zero_of_workspace, extra_mpci_receive_server_stack,
550        stack_allocate_hook, and stack_free_hook. As a side-effect of this
551        effort some multiprocessing code was made conditional and some style
552        clean up occurred.
553
[da8e974a]5542007-11-29      Glenn Humphrey <glenn.humphrey@OARcorp.com>
555
556        * develenv/direct.t, develenv/sample.t: Corrected various errors.
557
[f09b997]5582007-11-28      Joel Sherrill <joel.sherrill@OARcorp.com>
559
560        * cpu_supplement/powerpc.t: Eliminate PowerPC specific elements from
561        the CPU Table. They have been replaced with variables named bsp_XXX
562        as needed.
563
[ae10dbd]5642007-11-28      Glenn Humphrey <glenn.humphrey@OARcorp.com>
565
566        * user/barrier.t, user/clock.t, user/concepts.t, user/conf.t,
567        user/datatypes.t, user/dpmem.t, user/fatal.t, user/init.t, user/mp.t,
568        user/msg.t, user/part.t, user/region.t, user/rtmon.t, user/sem.t,
569        user/task.t, user/timer.t: Corrected various errors in the
570        documentation.
571
[27394cd0]5722007-11-27      Joel Sherrill <joel.sherrill@OARcorp.com>
573
574        * develenv/develenv.texi, develenv/direct.t, develenv/intro.texi,
575        develenv/sample.t, develenv/utils.t: Update directory tree.
576
[68fe9f96]5772007-11-27      Joel Sherrill <joel.sherrill@oarcorp.com>
578
579        * user/conf.t: Add CONFIGURE_APPLICATION_EXTRA_DRIVERS.
580
[7d20851a]5812007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
582
583        * cpu_supplement/sh.t: Eliminate the clicks_per_microsecond field in
584        the SuperH CPU Table and define another mechanism for drivers to
585        obtain this information.
586
[4f6acf4]5872007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
588
589        * cpu_supplement/i386.t, cpu_supplement/m68k.t: Pick up changes missed
590        earlier.
591
[219aed68]5922007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
593
594        * cpu_supplement/mips.t: Eliminate the clicks_per_microsecond field in
595        the MIPS CPU Table and define another mechanism for drivers to obtain
596        this information.
597
[5e35d353]5982007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
599
600        * cpu_supplement/i386.t: Eliminate the interrupt_table_segment and
601        interrupt_table_offset fields in the i386 CPU Table since they are
602        never read.
603
[bab02ab]6042007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
605
606        * cpu_supplement/m68k.t: Eliminate the interrupt_vector_table field in
607        the m68k CPU Table since it is never read.
608
[76b839b]6092007-10-26      Glenn Humphrey <glenn.humphrey@OARcorp.com>
610
611        * user/rtmon.t: Fix report output.
612
[4ffbc49]6132007-10-25      Glenn Humphrey <glenn.humphrey@OARcorp.com>
614
615        * user/barrier.t, user/clock.t, user/concepts.t, user/cpuuse.t,
616        user/init.t, user/intr.t, user/io.t, user/mp.t, user/rtmon.t,
617        user/sem.t, user/stackchk.t, user/task.t, user/timer.t: Updated the
618        Ada documentation to reflect the current binding.
619
[b1cbb2d]6202007-09-24      Joel Sherrill <joel.sherrill@oarcorp.com>
621
622        PR 1262/filesystem
623        * posix_users/io.t: Add support for readv() and writev() including
624        documentation and test case.
625
[7837c73a]6262007-09-04      Joel Sherrill <joel.sherrill@OARcorp.com>
627
628        * rtems_footer.html.in, common/cpright.texi: Update copyright.
629
[00de6ac]6302007-08-02      Joel Sherrill <joel.sherrill@OARcorp.com>
631
632        * Makefile.am, configure.ac, develenv/direct.t: Remove RDBG.
633        * rgdb_specs/.cvsignore, rgdb_specs/Makefile.am, rgdb_specs/comm.t,
634        rgdb_specs/conclusion.t, rgdb_specs/daemon.t,
635        rgdb_specs/gdbinternals.t, rgdb_specs/interfacing.t,
636        rgdb_specs/intro.t, rgdb_specs/layers.eps, rgdb_specs/layers.jpg,
637        rgdb_specs/layers.txt, rgdb_specs/objectives.t,
638        rgdb_specs/process.eps, rgdb_specs/process.jpg,
639        rgdb_specs/process.txt, rgdb_specs/revision.t,
640        rgdb_specs/rgdb_specs.texi, rgdb_specs/seqbreak.eps,
641        rgdb_specs/seqbreak.jpg, rgdb_specs/seqbreak.txt,
642        rgdb_specs/seqdetach.eps, rgdb_specs/seqdetach.jpg,
643        rgdb_specs/seqdetach.txt, rgdb_specs/seqinit.eps,
644        rgdb_specs/seqinit.jpg, rgdb_specs/seqinit.txt, rtems_gdb/.cvsignore,
645        rtems_gdb/Makefile.am, rtems_gdb/commands.t, rtems_gdb/example.t,
646        rtems_gdb/intro.t, rtems_gdb/rtems_gdb.texi, rtems_gdb/started.t,
647        rtems_gdb/swarch.t, rtems_gdb/trouble.t: Removed.
648
[782e3e8b]6492007-06-21      Joel Sherrill <joel.sherrill@OARcorp.com>
650
651        * ada_user/ada_user.texi, bsp_howto/bsp_howto.texi,
652        cpu_supplement/cpu_supplement.texi, develenv/develenv.texi,
653        filesystem/filesystem.texi, itron3.0/itron.texi,
654        networking/networking.texi, porting/porting.texi,
655        posix1003.1/posix1003_1.texi, posix_users/posix_users.texi,
656        rgdb_specs/rgdb_specs.texi, rtems_gdb/rtems_gdb.texi,
657        started/started.texi, started_ada/started_ada.texi, user/c_user.texi:
658        Print table of contents in front of manual where it should be when
659        you print.
660
[e70f201]6612007-06-12      Joel Sherrill <joel.sherrill@OARcorp.com>
662
663        * user/io.t: Fix typo.
664
[6829e03]6652007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
666
667        * user/io.t: Added error cases to rtems_io_register_driver.
668
[001b4b04]6692007-05-28      Joel Sherrill <joel.sherrill@OARcorp.com>
670
671        * user/conf.t: Eliminate maximum_drivers configuration parameter since
672        it was used to configure a no longer used feature. Device names are
673        now part of the filesystem not in a table. This also eliminated the
674        variables _IO_Number_of_devices and _IO_Driver_name_table from RTEMS
675        as well as the memory allocation used to populate
676        _IO_Driver_name_table.
677
[bfa0476]6782007-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
679
680        * user/conf.t: Add CONFIGURE_MESSAGE_BUFFER_MEMORY. Use
681        rtems/confdefs.h instead of old confdefs.h.
682
[804e3bd0]6832007-05-22      Joel Sherrill <joel.sherrill@OARcorp.com>
684
685        * user/conf.t: Fix typo -- should have read kilobytes.
686
[35a81f8]6872007-05-15      Joel Sherrill <joel.sherrill@oarcorp.com>
688
689        * user/Makefile.am, user/concepts.t, user/rtmon.t: Integrate Rate
690        Monotonic Statistics and Period Usage into Rate Monotonic Manager.
691        Added the following directives: rtems_rate_monotonic_get_statistics,
692        rtems_rate_monotonic_reset_statistics,
[ad3b1171]693        rtems_rate_monotonic_reset_all_statistics,
694        rtems_rate_monotonic_report_statistics, and rtems_object_get_name.
[35a81f8]695        Obsoleted the rtems/rtmonuse.h file as a public interface.
696
[e974f9d7]6972007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
698
699        * user/.cvsignore, user/cpuuse.t, user/stackchk.t: Stack checker and
700        CPU usage chapters are now OK in the manual.
701
[fae9d83]7022007-05-09      Ralf Corsépius <ralf.corsepius@rtems.org>
703
704        * porting/miscellaneous.t: Remove subsection on "Optional
705        Endian Conversion Routines", CPU_HAS_OWN_HOST_TO_NETWORK_ROUTINES.
706
[d51ecd6]7072007-04-05      Joel Sherrill <joel@OARcorp.com>
708
709        * user/example.texi: Change all obsoleted CONFIGURE_TEST_NEEDS_XXX
710        configuration constants to CONFIGURE_APPLICATION_NEEDS_XXX.
711
[540de0e5]7122007-04-05      Joel Sherrill <joel@OARcorp.com>
713
714        * user/task.t: Add rtems_iterate_over_all_threads.
715
[bf4d016]7162007-04-02      Joel Sherrill <joel@OARcorp.com>
717
718        * user/clock.t: Add clock_get_uptime().
719
[a91cc06]7202007-03-28      Chris Johns <chrisj@rtems.org>
721
722        * user/Makefile.am, user/clock.t: Add support for a handler to obtain
723        the number of nanoseconds since the last clock tick. The primary
724        interface for this is rtems_clock_set_nanoseconds_extension.
725        Subsequent commits from Joel will redo the TOD support to use this
726        capability.
727
[5622ddc4]7282007-03-10      Joel Sherrill <joel@OARcorp.com>
729
730        PR 1226/cpukit
731        * user/conf.t: CONFIGURE_HAS_OWN_MULTIPROCESSING_TABLE not
732        CONFIGURE_HAS_OWN_MULTIPROCESING_TABLE.
733
[d4b29af]7342007-03-08      Joel Sherrill <joel@OARcorp.com>
735
736        * user/Makefile.am, user/stackchk.t: Change dump usage to report usage.
737
[9bacef80]7382007-03-06      Joel Sherrill <joel@OARcorp.com>
739
740        * ada_user/Makefile.am, ada_user/ada_user.texi: Ada API manual now
741        builds again.
742
[e8e2693c]7432007-03-06      Joel Sherrill <joel@OARcorp.com>
744
745        * user/Makefile.am, user/barrier.t, user/c_user.texi: Update barrier
746        documentation.
747
[af61bca7]7482007-03-02      Joel Sherrill <joel@OARcorp.com>
749
750        PR 1221/doc
751        * user/rtmon.t: Add missing exponent operator in RMS CPU Utiliziation
752        formula.
753
[073b310]7542007-01-16      Ralf Corsépius <ralf.corsepius@rtems.org>
755
756        * setup.def: newlib-1.15.0.
757
[5f65678b]7582007-01-15      Ralf Corsépius <ralf.corsepius@rtems.org>
759
[5ac53f6]760        * common/rtems.texi.in: Use bugzilla for RTEMSBUGS.
761        Remove RTEMSGNATS.
[57caf2d6]762        * started/binaries.t, started/buildc.t, started/tversions.texi.in:
763        Various update to reflect current toolchains.
[56f3364]764        * configure.ac: Reflect having moved setup.def.
765        Eliminate gcc3*.       
[5f65678b]766        * setup.def: New (Formerly in ../scripts).
767
[cd92748]7682006-12-20      Joel Sherrill <joel@OARcorp.com>
769
770        * posix_users/thread.t: Correct spelling error.
771
[fcb0cd46]7722006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
773
774        * configure.ac: New BUG-REPORT address.
775
[d8f7868]7762006-10-26      Joel Sherrill <joel@OARcorp.com>
777
778        * ada_user/.cvsignore, bsp_howto/.cvsignore, cpu_supplement/.cvsignore,
779        develenv/.cvsignore, filesystem/.cvsignore, itron3.0/.cvsignore,
780        networking/.cvsignore, new_chapters/.cvsignore, porting/.cvsignore,
781        posix1003.1/.cvsignore, relnotes/.cvsignore: Add missing files.
782
[1e3518b]7832006-10-25      Joel Sherrill <joel@OARcorp.com>
784
785        * posix_users/.cvsignore, rgdb_specs/.cvsignore, rtems_gdb/.cvsignore,
786        started/.cvsignore, started_ada/.cvsignore: Add more generated files.
787
[84bc4bd]7882006-10-23      Joel Sherrill <joel@OARcorp.com>
789
790        * user/.cvsignore: Update.
791
[ffae7bd]7922006-10-23      Joel Sherrill <joel@OARcorp.com>
793
794        * ada_user/Makefile.am, ada_user/ada_user.texi,
795        cpu_supplement/Makefile.am, cpu_supplement/cpu_supplement.texi,
796        cpu_supplement/sparc.t: Add Blackfin CPU supplement chapter and get
797        everything building from previous breakages.
798        * cpu_supplement/bfin.t: New file.
799
[98fc455c]8002006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
801
802        * porting/interrupts.t: Fix bogus _CPU_ISR_Get_level.
803
[ba2c04f]8042006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
805
806        * configure.ac: Require autoconf-2.60. Require automake-1.10.
807
[adfdb1c]8082006-09-25      Joel Sherrill <joel.sherrill@oarcorp.com>
809
810        * user/barrier.t: New file.
811
8122006-09-25      Joel Sherrill <joel.sherrill@oarcorp.com>
813
814        * user/barrier.t: New file.
815
[e694c94b]8162006-09-14      Joel Sherrill <joel@OARcorp.com>
817
818        * new_chapters/Makefile.am, new_chapters/gen_section,
819        new_chapters/new_chapters.texi, user/Makefile.am, user/c_user.texi,
820        user/dirstat.texi: Promote CPU Usage to first class citizen. Rename
821        to start with rtems_ and include documentation in user guide.
822        * user/cpuuse.t: New file.
823        * new_chapters/cpuuse.t: Removed.
824
[aba8a85]8252006-09-13      Joel Sherrill <joel@OARcorp.com>
826
827        * new_chapters/Makefile.am, user/Makefile.am, user/c_user.texi,
828        user/dirstat.texi, user/task.t: Move stack to first class citizen
829        status. Include it in User Manual and rename to start with rtems_.
830        * user/stackchk.t: New file.
831        * new_chapters/stackchk.t: Removed.
832
8332006-09-13      Joel Sherrill <joel@OARcorp.com>
834
835        * new_chapters/Makefile.am, user/Makefile.am, user/c_user.texi,
836        user/dirstat.texi, user/task.t: Move stack to first class citizen
837        status. Include it in User Manual and rename to start with rtems_.
838        * user/stackchk.t: New file.
839        * new_chapters/stackchk.t: Removed.
840
[f027b90]8412006-09-07      Ken Peters <ken.peters@jpl.nasa.gov>
842
843        PR 1171/doc
844        * user/timer.t: Correct documentation for rtems_timer_initiate_server.
845
[36af34f]8462006-08-29      Joel Sherrill <joel@OARcorp.com>
847
848        * cpu_supplement/cpu_supplement.texi: New file.
849
[45bcd28]8502006-08-27      Joel Sherrill <joel@OARcorp.com>
851
852        * Makefile.am, configure.ac, develenv/direct.t: Remove gnu_docs. Now
853        included with RPMs.
854        * gnu_docs/.cvsignore, gnu_docs/ChangeLog, gnu_docs/Makefile.am,
855        gnu_docs/Tool_Doc_Instructions, gnu_docs/gen_docs,
856        gnu_docs/gnu_footer.html, gnu_docs/gnu_header.html,
857        gnu_docs/index.html, gnu_docs/mk_install_dir, gnu_docs/refcard.html,
858        gnu_docs/rtems_tools_index.html: Removed.
859
[d8f0aa16]8602006-08-23      Joel Sherrill <joel@OARcorp.com>
861
862        * Makefile.am, configure.ac, index.html.in: FAQ should now be
863        completely in the Wiki.
864        * FAQ/.cvsignore, FAQ/FAQ.texi, FAQ/Makefile.am, FAQ/basic.t,
865        FAQ/bsp.t, FAQ/build45.t, FAQ/concepts.t, FAQ/debug.t,
866        FAQ/endoftime.t, FAQ/entry, FAQ/freesw.t, FAQ/hwdebugaids.t,
867        FAQ/projects.t, FAQ/stamp-vti, FAQ/tools.t, FAQ/version.texi,
868        common/timemac.texi, common/timetbl.t, common/timing.t: Removed.
869
[83fb86f]8702006-08-23      Joel Sherrill <joel@OARcorp.com>
871
872        * Makefile.am, configure.ac, FAQ/stamp-vti, FAQ/version.texi,
873        common/cpright.texi: Merging CPU Supplements into a single document.
874        As part of this removed the obsolete and impossible to maintain size
875        and timing information.
876        * cpu_supplement/.cvsignore, cpu_supplement/Makefile.am,
877        cpu_supplement/arm.t, cpu_supplement/i386.t, cpu_supplement/m68k.t,
878        cpu_supplement/mips.t, cpu_supplement/powerpc.t,
879        cpu_supplement/preface.texi, cpu_supplement/sh.t,
880        cpu_supplement/sparc.t, cpu_supplement/tic4x.t: New files.
881        * supplements/.cvsignore, supplements/Makefile.am,
882        supplements/supplement.am, supplements/arm/.cvsignore,
883        supplements/arm/BSP_TIMES, supplements/arm/ChangeLog,
884        supplements/arm/Makefile.am, supplements/arm/arm.texi,
885        supplements/arm/bsp.t, supplements/arm/callconv.t,
886        supplements/arm/cpumodel.t, supplements/arm/cputable.t,
887        supplements/arm/fatalerr.t, supplements/arm/intr_NOTIMES.t,
888        supplements/arm/memmodel.t, supplements/arm/preface.texi,
889        supplements/arm/timeBSP.t, supplements/c4x/.cvsignore,
890        supplements/c4x/BSP_TIMES, supplements/c4x/ChangeLog,
891        supplements/c4x/Makefile.am, supplements/c4x/bsp.t,
892        supplements/c4x/c4x.texi, supplements/c4x/callconv.t,
893        supplements/c4x/cpumodel.t, supplements/c4x/cputable.t,
894        supplements/c4x/fatalerr.t, supplements/c4x/intr_NOTIMES.t,
895        supplements/c4x/memmodel.t, supplements/c4x/preface.texi,
896        supplements/c4x/timeBSP.t, supplements/i386/.cvsignore,
897        supplements/i386/ChangeLog, supplements/i386/FORCE386_TIMES,
898        supplements/i386/Makefile.am, supplements/i386/bsp.t,
899        supplements/i386/callconv.t, supplements/i386/cpumodel.t,
900        supplements/i386/cputable.t, supplements/i386/fatalerr.t,
901        supplements/i386/i386.texi, supplements/i386/intr_NOTIMES.t,
902        supplements/i386/memmodel.t, supplements/i386/preface.texi,
903        supplements/i386/timeFORCE386.t, supplements/m68k/.cvsignore,
904        supplements/m68k/ChangeLog, supplements/m68k/MVME136_TIMES,
905        supplements/m68k/Makefile.am, supplements/m68k/bsp.t,
906        supplements/m68k/callconv.t, supplements/m68k/cpumodel.t,
907        supplements/m68k/cputable.t, supplements/m68k/fatalerr.t,
908        supplements/m68k/intr_NOTIMES.t, supplements/m68k/m68k.texi,
909        supplements/m68k/memmodel.t, supplements/m68k/preface.texi,
910        supplements/m68k/timeMVME136.t, supplements/m68k/timedata.t,
911        supplements/mips/.cvsignore, supplements/mips/BSP_TIMES,
912        supplements/mips/ChangeLog, supplements/mips/Makefile.am,
913        supplements/mips/bsp.t, supplements/mips/callconv.t,
914        supplements/mips/cpumodel.t, supplements/mips/cputable.t,
915        supplements/mips/fatalerr.t, supplements/mips/intr_NOTIMES.t,
916        supplements/mips/memmodel.t, supplements/mips/mips.texi,
917        supplements/mips/preface.texi, supplements/mips/timeBSP.t,
918        supplements/powerpc/.cvsignore, supplements/powerpc/ChangeLog,
919        supplements/powerpc/DMV177_TIMES, supplements/powerpc/Makefile.am,
920        supplements/powerpc/PSIM_TIMES, supplements/powerpc/bsp.t,
921        supplements/powerpc/callconv.t, supplements/powerpc/cpumodel.t,
922        supplements/powerpc/cputable.t, supplements/powerpc/fatalerr.t,
923        supplements/powerpc/intr_NOTIMES.t, supplements/powerpc/memmodel.t,
924        supplements/powerpc/powerpc.texi, supplements/powerpc/preface.texi,
925        supplements/powerpc/timeDMV177.t, supplements/powerpc/timePSIM.t,
926        supplements/sh/.cvsignore, supplements/sh/BSP_TIMES,
927        supplements/sh/ChangeLog, supplements/sh/Makefile.am,
928        supplements/sh/bsp.t, supplements/sh/callconv.t,
929        supplements/sh/cpumodel.t, supplements/sh/cputable.t,
930        supplements/sh/fatalerr.t, supplements/sh/intr_NOTIMES.t,
931        supplements/sh/memmodel.t, supplements/sh/preface.texi,
932        supplements/sh/sh.texi, supplements/sh/timeBSP.t,
933        supplements/sparc/.cvsignore, supplements/sparc/ChangeLog,
934        supplements/sparc/ERC32_TIMES, supplements/sparc/Makefile.am,
935        supplements/sparc/bsp.t, supplements/sparc/callconv.t,
936        supplements/sparc/cpumodel.t, supplements/sparc/cputable.t,
937        supplements/sparc/fatalerr.t, supplements/sparc/intr_NOTIMES.t,
938        supplements/sparc/memmodel.t, supplements/sparc/preface.texi,
939        supplements/sparc/sparc.texi, supplements/sparc/timeERC32.t,
940        supplements/template/.cvsignore, supplements/template/BSP_TIMES,
941        supplements/template/ChangeLog, supplements/template/Makefile.am,
942        supplements/template/bsp.t, supplements/template/callconv.t,
943        supplements/template/cpumodel.t, supplements/template/cputable.t,
944        supplements/template/fatalerr.t, supplements/template/intr_NOTIMES.t,
945        supplements/template/memmodel.t, supplements/template/preface.texi,
946        supplements/template/template.texi, supplements/template/timeBSP.t: Removed.
947
[bbc7c2d]9482006-01-20      Ralf Corsepius <ralf.corsepius@rtems.org>
949
950        * user/rtemsarc.gif, user/states.gif, user/rtemspie.gif:
951        Remove (Unused).
952        * user/rtemsarc.txt, user/rtemspie.txt, user/states.txt:
953        New (Extracted from other docs).
954        * user/Makefile.am: Reflect changes above.
955
9562006-01-19      Ralf Corsepius <ralf.corsepius@rtems.org>
[8d795aa]957
958        * index.html.in: Remove OR32.
959
[dec0a35]9602006-01-08      Joel Sherrill <joel@OARcorp.com>
961
962        * user/io.t: Change rtems_io_register_name to take a const char *.
963
[112581b7]9642005-09-15      Jay Monkman <jtm@lopingdog.com>
965
966        PR 365/rtems
967        * supplements/arm/cpumodel.t: Removed unused ARM_HAS_CLZ macro.
968
[ac61c5c2]9692005-09-03      Ralf Corsepius <ralf.corsepius@rtems.org>
970
971        * FAQ/basic.texi, FAQ/bsp.texi, FAQ/build45.texi,
972        FAQ/concepts.texi, FAQ/debug.texi, FAQ/endoftime.texi,
973        FAQ/freesw.texi, FAQ/hwdebugaids.texi, FAQ/projects.texi,
974        FAQ/tools.texi: Remove (Generated files).
975
[da8c85d]9762005-09-02      Joel Sherrill <joel@OARcorp.com>
977
978        * FAQ/basic.texi, FAQ/bsp.texi, FAQ/build45.texi, FAQ/concepts.texi,
979        FAQ/debug.texi, FAQ/endoftime.texi, FAQ/freesw.texi,
980        FAQ/hwdebugaids.texi, FAQ/projects.texi, FAQ/stamp-vti,
981        FAQ/tools.texi, FAQ/version.texi, bsp_howto/rtc.t, started/buildc.t,
982        started/buildrt.t, user/Makefile.am, user/region.t: Fix typos and
983        regenerate.
984
[a9d5d44]9852005-06-17      Joel Sherrill <joel@OARcorp.com>
986
987        * user/region.t: Add documentation on region_resize_segment.
988
[03f655c]9892005-04-28      Joel Sherrill <joel@OARcorp.com>
990
991        * bsp_howto/rtc.t: Rewritten to account for removal of dmv177.
992
[5352c73]9932005-03-04      Joel Sherrill <joel@OARcorp.com>
994
995        * networking/decdriver.t: Make PCI initialize function part of the
996        unified PCI API as pci_initialize().
997
[1c89b86]9982004-11-05      Joel Sherrill <joel@OARcorp.com>
999
1000        PR 706/doc
1001        * user/task.t: Remove not that changes explanation.
1002
[8197135]10032004-09-29      Joel Sherrill <joel@OARcorp.com>
1004
1005        * configure.ac, index.html.in, FAQ/basic.t, FAQ/basic.texi, FAQ/entry,
1006        porting/cpumodels.t, started/buildc.t, started_ada/buildada.t,
1007        user/preface.texi: i960 obsoleted.
1008
[a93c174]10092004-09-29      Joel Sherrill <joel@OARcorp.com>
1010
1011        * supplements/Makefile.am: i960 obsoleted.
1012        * supplements/i960/.cvsignore, supplements/i960/CVME961_TIMES,
1013        supplements/i960/ChangeLog, supplements/i960/Makefile.am,
1014        supplements/i960/bsp.t, supplements/i960/callconv.t,
1015        supplements/i960/cpumodel.t, supplements/i960/cputable.t,
1016        supplements/i960/fatalerr.t, supplements/i960/i960.texi,
1017        supplements/i960/intr_NOTIMES.t, supplements/i960/memmodel.t,
1018        supplements/i960/preface.texi, supplements/i960/timeCVME961.t: Removed.
1019
[34ffa99]10202004-09-27      Joel Sherrill <joel@OARcorp.com>
1021
1022        PR 682/doc
[13eca888]1023        PR 683/doc
1024        * started/buildc.t, started/buildrt.t, started/sample.t: Fix PATH and
1025        tar examples. Enable binutils link again.
[34ffa99]1026        * user/overview.t: Chapter numbering in preface was wrong.
1027
[97891e5e]10282004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
1029
1030        * configure.ac: Require automake > 1.9.
1031
[c7f247d]10322004-09-08      Ralf Corsepius <ralf_corsepius@rtems.org>
1033
1034        * FAQ/build45.t: Misc. corrections.
1035
[cf86205]10362004-08-02      Ralf Corsepius <ralf_corsepius@rtems.org>
1037
1038        * rgdb_specs/layers.txt, rgdb_specs/process.txt,
1039        rgdb_specs/seqbreak.txt, rgdb_specs/seqdetach.txt,
1040        rgdb_specs/seqinit.txt: New.
1041        * rgdb_specs/comm.t, rgdb_specs/conclusion.t,
1042        rgdb_specs/gdbinternals.t: Use @image for
1043        ASCII figures (Reflect changes above).
1044
10452004-07-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1046
1047        * common/rtems.texi.in, FAQ/basic.t: Remove RTEMSSNAPSHOTS,
1048        RTEMSSNAPSHOTSSUBSCRIBE.
1049
[7620b74]10502004-07-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1051
1052        * FAQ/basic.texi, FAQ/bsp.texi, FAQ/build45.texi, FAQ/concepts.texi,
1053        FAQ/debug.texi, FAQ/endoftime.texi, FAQ/freesw.texi,
1054        FAQ/hwdebugaids.texi, FAQ/projects.texi, FAQ/tools.texi,
1055        FAQ/version.texi, FAQ/stamp-vti: New.
1056
[ec95bd8]10572004-07-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1058
1059        * networking/networkflow.txt, networking/PCIreg.txt,
1060        networking/recvbd.txt: New.
1061        * networking/decdriver.t, networking/networktasks.t: Use @image for
1062        ASCII figures (Reflect changes above).
1063
[81656fab]10642004-07-24      Joel Sherrill <joel@OARcorp.com>
1065
[d251190]1066        PR 652/rtems
[81656fab]1067        * user/signal.t: Return RTEMS_INVALID_NUMBER when sending an empty
1068        signal set.
1069
[d3b7d98a]10702004-06-29      Joel Sherrill <joel@OARcorp.com>
1071
1072        PR 631/rtems
1073        * user/msg.t: Document the return status from message_queue_create when
1074        unable to allocate message buffer memory.
1075
[34d934a]10762004-05-21      Joel Sherrill <joel@OARcorp.com>
1077
1078        PR 627/doc
1079        * user/task.t: Behavior documented for an rtems_task_create with
1080        stacksize < minimum was not the implemented behavior.
1081
[f8892c9]10822004-05-06      Joel Sherrill <joel@OARcorp.com>
1083
1084        PR 618/rtems
1085        * user/clock.t, user/dpmem.t, user/event.t, user/msg.t, user/part.t,
1086        user/region.t, user/sem.t, user/task.t, user/timer.t: Add NULL
1087        checks.
1088
[a785e63]10892004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1090
1091        * started/buildc.t: Use tar xjf for bzip'ed files.
1092        * started/buildrt.t: Use tar xjf to unzip rtems.
1093
[070425c]10942004-03-05      Joel Sherrill <joel@OARcorp.com>
1095
1096        PR 576/doc
1097        * FAQ/FAQ.texi, FAQ/Makefile.am: Remove embedded information as it was
1098        out of date and frequently duplicated information available from
1099        other public sources like the CrossGCC Wiki.
1100        * FAQ/embeddedinfo.t: Removed.
1101
[b52b7f9]11022004-02-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1103
1104        * develenv/Makefile.am: Put *.texi into the builddir.
1105
[3deca68]11062004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1107
1108        * started/tversions.texi: Remove (Bogus).
1109
[a897894]11102004-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1111
[0544944]1112        * ChangeLog: Merge-in supplements/ChangeLog.
[0c815860]1113        * ChangeLog: Merge-in ada_user/ChangeLog.
1114        * ChangeLog: Merge-in started_ada/ChangeLog.
[b127bb31]1115        * ChangeLog: Merge-in bsp_howto/ChangeLog.
1116        * ChangeLog: Merge-in porting/ChangeLog.
1117        * ChangeLog: Merge-in rgdb_specs/ChangeLog.
1118        * ChangeLog: Merge-in rtems_gdb/ChangeLog.
[7e77acb]1119        * ChangeLog: Merge-in filesystem/ChangeLog.
1120        * ChangeLog: Merge-in networking/ChangeLog.
[8a2d57e3]1121        * ChangeLog: Merge-in posix_users/ChangeLog.
1122        * ChangeLog: Merge-in posix1003.1/ChangeLog.
1123        * ChangeLog: Merge-in itron3.0/ChangeLog.
[a897894]1124        * ChangeLog: Merge-in FAQ/ChangeLog.
[7706183]1125        * ChangeLog: Merge-in user/ChangeLog.
[a5b4f46b]1126        * posix_users/ChangeLog, posix1003.1/ChangeLog, itron3.0/ChangeLog,
1127        supplements/ChangeLog, bsp_howto/ChangeLog, porting/ChangeLog,
1128        rgdb_specs/ChangeLog, rtems_gdb/ChangeLog, ada_user/ChangeLog,
1129        started_ada/ChangeLog, filesystem/ChangeLog, networking/ChangeLog,
1130        FAQ/ChangeLog, user/ChangeLog: Remove.
[7706183]1131
[39075eb2]11322004-02-03      Joel Sherrill <joel@OARcorp.com>
1133
1134        * HELP.html, index.html.in, rtems_footer.html.in, rtems_header.html.in,
1135        FAQ/basic.t, gnu_docs/gnu_footer.html, gnu_docs/index.html,
1136        gnu_docs/refcard.html, gnu_docs/rtems_tools_index.html,
1137        started/binaries.t, started/buildc.t, started/buildrt.t,
1138        started/intro.t, started/require.t, started/sample.t,
[7706183]1139        started/tversions.texi.in: Incorporating changes from pre-4.6.0 review.
[39075eb2]1140
[cfad1dcf]11412004-02-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1142
[a5b4f46b]1143        * configure.ac, common/rtems.texi.in, started/binaries.t: Add
1144        RTEMSRPMGROUP.
[34869f5]1145        * ChangeLog: Merge-in started/ChangeLog.
1146        * started/ChangeLog: Remove.
[7706183]1147        * configure.ac: Add RTEMS_ENABLE_RPMPREFIX. Add RTEMSRPMPREFIX.
[001873b]1148        * common/rtems.texi.in: Add RTEMSRPMPREFIX.
1149
[a55a560]11502004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1151
1152        * ChangeLog: Reformat. Merge-in develenv/ChangeLog.
1153        * develenv/ChangeLog: Remove.
1154
[a1ae709]11552004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1156
[c770480]1157        * Makefile.am: Remove AUTOMAKE_FILES. Add ../scripts/setup.def
1158        ../COPYING to EXTRA_DIST. Add rtems.html.in to EXTRA_DIST.
[a55a560]1159        * develenv/Makefile.am: Add direct.t sample.t utils.t to EXTRA_DIST.
[b127bb31]1160        * bsp_howto/Makefile.am: Add ata.t, ide_ctrl.t to EXTRA_DIST.
[a1ae709]1161
[8a2d57e3]11622004-01-09      Joel Sherrill <joel@OARcorp.com>
1163
1164        PR 464/doc
1165        * posix_users/clock.t, posix_users/signal.t: Add documentation for
1166        usleep() and ualarm(). Also fixed a couple of calls which have the wrong
1167        .h files per the OpenGroup site documentation.
1168
[b08dc265]11692004-01-07      Joel Sherrill <joel@OARcorp.com>
1170
[a5b4f46b]1171        * configure.ac, index.html.in, started_ada/buildada.t,
1172        supplements/Makefile.am: mips64orion port removed as mips port more
[0c815860]1173        completely covers the MIPS family.
[a5b4f46b]1174        * rtems_support.html.in, supplements/mips64orion/.cvsignore,
1175        supplements/mips64orion/BSP_TIMES, supplements/mips64orion/ChangeLog,
1176        supplements/mips64orion/Makefile.am, supplements/mips64orion/bsp.t,
1177        supplements/mips64orion/callconv.t, supplements/mips64orion/cpumodel.t,
1178        supplements/mips64orion/cputable.t, supplements/mips64orion/fatalerr.t,
[0544944]1179        supplements/mips64orion/intr_NOTIMES.t,
1180        supplements/mips64orion/memmodel.t,
1181        supplements/mips64orion/mips64orion.texi,
1182        supplements/mips64orion/preface.texi, supplements/mips64orion/timeBSP.t:
1183        Removed.
[b08dc265]1184
[810720b6]11852003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1186
1187        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
[a5b4f46b]1188        * develenv/Makefile.am, user/Makefile.am, FAQ/Makefile.am,
1189        posix_users/Makefile.am, posix1003.1/Makefile.am, itron3.0/Makefile.am,
1190        filesystem/Makefile.am, networking/Makefile.am, bsp_howto/Makefile.am,
1191        porting/Makefile.am, rgdb_specs/Makefile.am, rtems_gdb/Makefile.am,
1192        ada_user/Makefile.am, started_ada/Makefile.am, supplements/Makefile.am:
1193        Cosmetics.
[a55a560]1194
11952003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1196
[a5b4f46b]1197        * develenv/Makefile.am, user/Makefile.am, FAQ/Makefile.am,
1198        posix_users/Makefile.am, posix1003.1/Makefile.am, itron3.0/Makefile.am,
1199        filesystem/Makefile.am, networking/Makefile.am, bsp_howto/Makefile.am,
1200        porting/Makefile.am, rgdb_specs/Makefile.am, rtems_gdb/Makefile.am,
1201        ada_user/Makefile.am, started_ada/Makefile.am, supplements/Makefile.am:
1202        Cosmetics.
[810720b6]1203
[805d764d]12042003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1205
[c770480]1206        * project.am: Remove $(PROJECT).info* from CLEANFILES (Doesn't work with
1207        automake-1.7f/1.8 anymore).
[a5b4f46b]1208        * develenv/Makefile.am, user/Makefile.am, FAQ/Makefile.am,
1209        posix_users/Makefile.am, posix1003.1/Makefile.am, itron3.0/Makefile.am,
1210        filesystem/Makefile.am, networking/Makefile.am, bsp_howto/Makefile.am,
1211        porting/Makefile.am, rgdb_specs/Makefile.am, rtems_gdb/Makefile.am,
1212        ada_user/Makefile.am, started_ada/Makefile.am: Add *.info to CLEANFILES
1213        to accomodate automake-1.7f/1.8 breaking building infos.
[7706183]1214
12152003-11-25      Joel Sherrill <joel@OARcorp.com>
1216
1217        PR 528/rtems_misc
1218        * user/task.t: Fix Ada binding for task variable calls.
[805d764d]1219
[6521b63]12202003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1221
1222        * Makefile.am: Add missing '\'. Reformat.
1223
[7706183]12242003-11-21      Joel Sherrill <joel@OARcorp.com>
1225
1226        PR 521/doc
1227        * user/sem.t: Default attributes were wrong for semaphores.
1228
[0febd38f]12292003-10-22      Joel Sherrill <joel@OARcorp.com>
1230
1231        PR 513/doc
1232        * Makefile.am, index.html.in: Rename Getting Started to be non-language
1233        specific and remove link to Ada Getting Started. Also install missing
1234        graphic.
1235
[7e77acb]12362003-10-02      Gene Smith <gene.smith@siemens.com>
1237
1238        * networking/networkapp.t, networking/preface.texi: Improve
1239        documentation for SO_RCVWAKEUP and SO_SNDWAKEUP and update the
1240        references in the preface.
1241
[7706183]12422003-09-29      Joel Sherrill <joel@OARcorp.com>
1243
1244        * user/preface.texi: Eliminate references to HPPA.
1245
[a897894]12462003-09-26      Joel Sherrill <joel@OARcorp.com>
1247
[a5b4f46b]1248        * FAQ/basic.t, FAQ/entry, porting/cpumodels.t: Obsoleting HP PA-RISC
1249        port and removing all references.
[0544944]1250        * supplements/hppa1_1/.cvsignore, supplements/hppa1_1/ChangeLog,
1251        supplements/hppa1_1/Makefile.am, supplements/hppa1_1/SIMHPPA_TIMES,
1252        supplements/hppa1_1/bsp.t, supplements/hppa1_1/callconv.t,
1253        supplements/hppa1_1/cpumodel.t, supplements/hppa1_1/cputable.t,
1254        supplements/hppa1_1/fatalerr.t, supplements/hppa1_1/hppa1_1.texi,
1255        supplements/hppa1_1/intr_NOTIMES.t, supplements/hppa1_1/memmodel.t,
1256        supplements/hppa1_1/preface.texi, supplements/hppa1_1/timeSIMHPPA.t:
1257        Removed.
[a897894]1258
[d687985]12592003-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1260
1261        * ChangeLog: Merge images/ChangeLog.
[5cb9ff5]1262        * ChangeLog: Merge common/ChangeLog.
[a5b4f46b]1263        * images/ChangeLog, common/ChangeLog: Removed.
1264        * rtems_support.html.in, index.html.in: Purge hppa1.1.
[0769ece]1265        * common/.cvsignore: Add rtems.texi, rtems.sed.
[c770480]1266        * configure.ac: Merger from rtems-4-6-branch. Purge hppa1.1.
[a5b4f46b]1267        * Makefile.am, project.am, develenv/Makefile.am, user/Makefile.am,
1268        FAQ/Makefile.am, posix_users/Makefile.am, posix1003.1/Makefile.am,
1269        itron3.0/Makefile.am, filesystem/Makefile.am, networking/Makefile.am,
1270        bsp_howto/Makefile.am, porting/Makefile.am, rgdb_specs/Makefile.am,
1271        rtems_gdb/Makefile.am, ada_user/Makefile.am, started_ada/Makefile.am:
1272        Merger from rtems-4-6-branch.
[24dd0fb]1273
[0544944]12742003-09-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1275
1276        * supplements/supplement.am: Add -I $(top_builddir) TEXI2WWW_ARGS.
1277        * supplements/Makefile.am: Purge hppa1.1.
1278
[ba6a9ec]12792003-09-19      Joel Sherrill <joel@OARcorp.com>
1280
[a5b4f46b]1281        * common/rtems.texi.in: New file.
[ba6a9ec]1282        * acinclude.m4, images/rtems_logo.jpg: New files.
1283        * SUPPORT, tools/texi2www/archive/texi2www-960103.tgz: Removed.
[a5b4f46b]1284        * HELP.html, index.html.in, rtems_footer.html.in, rtems_header.html.in,
1285        rtems_support.html.in, ada_user/ada_user.texi, common/cpright.texi,
1286        common/setup.texi, develenv/develenv.texi, develenv/direct.t,
1287        develenv/sample.t, develenv/utils.t, user/c_user.texi, user/fatal.t,
1288        user/preface.texi, user/rtmon.t, FAQ/FAQ.texi, FAQ/basic.t,
1289        FAQ/build45.t, FAQ/entry, FAQ/tools.t, posix_users/posix_users.texi,
1290        posix1003.1/ch07.t, posix1003.1/posix1003_1.texi,
1291        posix1003.1/preface.texi, itron3.0/itron.texi,
1292        filesystem/filesystem.texi, networking/networking.texi,
1293        bsp_howto/analog.t, bsp_howto/bsp_howto.texi, bsp_howto/discrete.t,
1294        bsp_howto/nvmem.t, bsp_howto/target.t, porting/porting.texi,
1295        rgdb_specs/rgdb_specs.texi, rtems_gdb/rtems_gdb.texi,
1296        started_ada/intro.t, started_ada/started_ada.texi,
[0c815860]1297        started_ada/tversions.texi: Merge from branch.
[8a2d57e3]1298
12992003-09-04      Joel Sherrill <joel@OARcorp.com>
1300
1301        PR 466/doc
1302        * posix_users/io.t: Added sync().
[5cb9ff5]1303
[0c815860]13042003-08-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1305
1306        * started_ada/buildada.t, started_ada/gdb.t, started_ada/tversions.texi:
1307        Don't use VARIABLEs containing '-' in @set and @value (violates
1308        texi-syntax).
1309
[b127bb31]13102003-08-22      Joel Sherrill <joel@OARcorp.com>
1311
[a5b4f46b]1312        * bsp_howto/adaintr.t, bsp_howto/ata.t, bsp_howto/target.t,
1313        porting/cpumodels.t, porting/sourcecode.t: Reconcile differences between
1314        CVS trunk and 4.6 branch.
[b127bb31]1315
13162003-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1317
1318        * bsp_howto/ide-ctrl.t: Merger from 4.6-branch.
1319
[7dcc3fe]13202003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1321
1322        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
1323
[7706183]13242003-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1325
1326        * user/fatal.t: Reflect c/src/exec having moved to cpukit.
[a897894]1327        * FAQ/build45.t: Fix typo (config.long).
[a5b4f46b]1328        * rgdb_specs/daemon.t, rtems_gdb/example.t: Reflect c/src/exec having
1329        moved to cpukit.
[7706183]1330
[a55a560]13312003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1332
1333        * develenv/develenv.texi: Fix @setfilename to develenv.info.
1334
13352003-04-16      Joel Sherrill <joel@OARcorp.com>
1336
1337        * develenv/Makefile.am, develenv/develenv.texi: Remove unused file.
1338        * develenv/compile.texi: Removed.
1339        * develenv/Makefile.am: Fix next/previous section names.
1340
[f72c3bf]13412003-04-11      Joel Sherrill <joel@OARcorp.com>
1342
1343        * index.html.in: Development Environment Guide should be updated now.
1344
[a55a560]13452003-03-24      Joel Sherrill <joel@OARcorp.com>
1346
1347        * develenv/direct.t, develenv/sample.t, develenv/utils.t: Significantly
1348        updated.
1349
13502003-02-28      Joel Sherrill <joel@OARcorp.com>
1351
1352        * develenv/.cvsignore: Add newly generated .texi files.
1353
[64151bf]13542003-02-18      Joel Sherrill <joel@OARcorp.com>
1355
1356        * Makefile.am, configure.ac: Remove src2html references.
1357        * index.html.in: Update to reflect partial update of Development
1358        Environment Guide.
[a55a560]1359        * develenv/Makefile.am, develenv/develenv.texi: Relect generating .texi
1360        from .t's.
1361        * develenv/direct.t, develenv/sample.t, develenv/utils.t: New files.
1362        * develenv/direct.texi, develenv/sample.texi, develenv/utils.texi:
1363        Removed. Now generated from corresponding .t files which are in the
[a5b4f46b]1364        process of being updated.
[64151bf]1365
[c4b0613f]13662003-02-14      Joel Sherrill <joel@OARcorp.com>
1367
1368        * index.html.in: Removed a29k reference.
[a5b4f46b]1369        * FAQ/basic.t, FAQ/entry, porting/cpumodels.t: Remove a29k references
1370        and update.
[c4b0613f]1371
[7e77acb]13722003-02-11      Mike Siers <mikes@poliac.com>
1373
1374        * networking/networkapp.t: Add an example code snippet for adding an IP
1375        alias.
1376
[b127bb31]13772003-02-11      Joel Sherrill <joel@OARcorp.com>
1378
1379        * porting/interrupts.t: Rework logic that decides when to call
1380        _Thread_Dispatch.  Analysis by Sergei Organov <osv@javad.ru> determined
1381        that _ISR_Signals_to_thread_executing was not being honored and/or
1382        cleared properly.
1383
[7e77acb]13842003-02-11      Jay Monkman <jtm@smoothsmoothie.com>
1385
1386        * networking/networkapp.t: Add an example code snippet for adding a
1387        default route.
1388
[7706183]13892003-02-03      Steven Johnson <sjohnson@neurizon.net>
1390
1391        PR 338/filesystem
1392        * user/io.t: Document the API change that fixed reentrancy problem with
1393        rtems_io_lookup_name().
1394
13952003-02-03      Joel Sherrill <joel@OARcorp.com>
1396
1397        PR 338/filesystem
1398        * user/io.t: Fix Ada binding as side-effect of fixing reentrancy problem
1399        with rtems_io_lookup_name() (API change).
1400
[b127bb31]14012003-01-28      Joel Sherrill <joel@OARcorp.com>
1402
1403        * bsp_howto/makefiles.t, bsp_howto/support.t: Updated to reflect use of
1404        automake in addition to autoconf.
1405
[339ee1c8]14062003-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1407
1408        * index.html.in: Fix duplicate c4x entry.
1409
[24276d3]14102003-01-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1411
[a5b4f46b]1412        * index.html.in, configure.ac: Add c4x.
[58e3ab3d]1413        * project.am: Add version.texi hack.
[a55a560]1414        * develenv/develenv.texi: Set @setfilename develenv.info.
[7706183]1415        * user/c_user.texi: Set @setfilename c_user.info.
[a897894]1416        * FAQ/FAQ.texi: Set @setfilename FAQ.info.
[8a2d57e3]1417        * posix_users/posix_users.texi: Set @setfilename posix_users.info.
1418        * posix1003.1/posix1003_1.texi: Set @setfilename posix1003_1.info.
1419        * itron3.0/itron.texi: Set @setfilename itron.info.
[7e77acb]1420        * filesystem/filesystem.texi: Set @setfilename filesystem.info.
1421        * networking/networking.texi: Set @setfilename networking.info.
[b127bb31]1422        * bsp_howto/bsp_howto.texi: Set @setfilename bsp_howto.info.
1423        * porting/porting.texi: Set @setfilename porting.info.
1424        * rgdb_specs/rgdb_specs.texi: Set @setfilename rgdb_specs.info.
1425        * rtems_gdb/rtems_gdb.texi: Set @setfilename rtems_gdb.info.
[0c815860]1426        * ada_user/ada_user.texi: Set @setfilename ada_user.info.
1427        * started_ada/started_ada.texi: Set @setfilename started_ada.info.
[0544944]1428        * supplements/Makefile.am: Add c4x, cosmetical changes.
[58e3ab3d]1429
[f28a6af2]14302003-01-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1431
[c770480]1432        * main.am: Remove AM_MAKEINFOFLAGS, TEXI2DVI, TEXI2PDF. Append -I
1433        $(top_builddir) to TEXI2WWW_ARGS.
1434        * project.am: Add AM_MAKEINFOFLAGS, TEXI2DVI, TEXI2PDF. Override
1435        automake's .dvi.ps:-rule.
[a5b4f46b]1436        * user/Makefile.am, FAQ/Makefile.am, posix_users/Makefile.am,
1437        posix1003.1/Makefile.am, itron3.0/Makefile.am, filesystem/Makefile.am,
1438        networking/Makefile.am, bsp_howto/Makefile.am, porting/Makefile.am,
1439        rgdb_specs/Makefile.am, rtems_gdb/Makefile.am, ada_user/Makefile.am,
1440        started_ada/Makefile.am: Put GENERATED_FILES into $builddir.
[0544944]1441        * supplements/supplements.am: Remove AM_MAKEINFOFLAGS, TEXI2DVI,
1442        TEXI2PDF.
[f28a6af2]1443
[e2a5ab7]14442003-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1445
1446        * project.am, main.am: Use automake rules to build ps, pdf, info.
1447        Various minor changes.
[c770480]1448        * project.am: Append $($(PROJECT)_TEXINFOS) to html-dependencies.
1449        * configure.ac: Require autoconf-2.57. Require automake-1.7.2. Remove
1450        started/pictures/Makefile.
1451        * started/Makefile.am: Merge-in pictures/Makefile.am    .
[4b1f924]1452        * started/pictures/Makefile.am: Remove.
[a897894]1453        * FAQ/build45.t: Fix typo in previous patch.
1454        * FAQ/build45.t: Several fixes and additions.
1455        * FAQ/FAQ.texi: Rename section "Building RTEMS 4.5" into "Building
1456        RTEMS". build45.t: Remove references to 4.5. Several minor updates.
[a5b4f46b]1457        * develenv/.cvsignore, FAQ/.cvsignore, posix_users/.cvsignore,
1458        posix1003.1/.cvsignore, itron3.0/.cvsignore, filesystem/.cvsignore,
1459        networking/.cvsignore, bsp_howto/.cvsignore, porting/.cvsignore,
1460        rgdb_specs/.cvsignore, rtems_gdb/.cvsignore, started_ada/.cvsignore,
1461        ada_user/.cvsignore, user/.cvsignore: Add version.texi. Add stamp-vti.
1462        Re-sort.
1463        * develenv/version.texi, develenv/stamp-vti, user/version.texi,
1464        user/stamp-vti, FAQ/version.texi, FAQ/stamp-vti,
1465        posix_users/version.texi, posix_users/stamp-vti,
1466        posix1003.1/version.texi, posix1003.1/stamp-vti, itron3.0/version.texi,
1467        itron3.0/stamp-vti, filesystem/version.texi, filesystem/stamp-vti,
1468        networking/version.texi, networking/stamp-vti, bsp_howto/version.texi,
1469        bsp_howto/stamp-vti, porting/version.texi, porting/stamp-vti,
1470        rgdb_specs/version.texi, rgdb_specs/stamp-vti, rtems_gdb/version.texi,
1471        rtems_gdb/stamp-vti, ada_user/version.texi, ada_user/stamp-vti,
1472        started_ada/version.texi, started_ada/stamp-vti: Remove from CVS.
[0544944]1473        * supplements/supplements.am: Use automake rules to build ps, pdf, info.
1474        Various minor changes.
[a55a560]1475
14762003-01-21      Joel Sherrill <joel@OARcorp.com>
1477
[a5b4f46b]1478        * develenv/stamp-vti, develenv/version.texi, user/stamp-vti,
1479        user/version.texi, FAQ/stamp-vti, FAQ/version.texi,
1480        posix_users/stamp-vti, posix_users/version.texi, posix1003.1/stamp-vti,
1481        posix1003.1/version.texi, itron3.0/stamp-vti, itron3.0/version.texi,
1482        filesystem/stamp-vti, filesystem/version.texi, networking/stamp-vti,
1483        networking/version.texi, bsp_howto/stamp-vti, bsp_howto/version.texi,
1484        porting/stamp-vti, porting/version.texi, rgdb_specs/stamp-vti,
1485        rgdb_specs/version.texi, rtems_gdb/stamp-vti, rtems_gdb/version.texi,
1486        ada_user/stamp-vti, ada_user/version.texi, started_ada/stamp-vti,
1487        started_ada/version.texi: Regenerated.
[4b1f924]1488
[2106fc7]14892002-12-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1490
1491        * Makefile.am: Merge-in images/Makefile.am, common/Makefile.am.
[a5b4f46b]1492        * images/Makefile.am, common/Makefile.am: Remove.
[2106fc7]1493        * configure.ac: Reflect changes above.
[a5b4f46b]1494        * main.am, supplements/supplement.am: Append -I $(topsrc_dir) to
1495        AM_MAKEINFOFLAGS.
[2106fc7]1496
[517aa77]14972002-11-13      Joel Sherrill <joel@OARcorp.com>
1498
[c770480]1499        * index.html.in: Note that the Getting Started with GNAT/RTEMS  manual
1500        is largely obsolete now that GNAT is in GCC.
[a5b4f46b]1501        * develenv/stamp-vti, develenv/version.texi, user/stamp-vti,
1502        user/version.texi, FAQ/stamp-vti, FAQ/version.texi,
1503        posix_users/stamp-vti, posix_users/version.texi, posix1003.1/stamp-vti,
1504        posix1003.1/version.texi, itron3.0/stamp-vti, itron3.0/version.texi,
1505        filesystem/stamp-vti, filesystem/version.texi, networking/stamp-vti,
1506        networking/version.texi, bsp_howto/stamp-vti, bsp_howto/version.texi,
1507        porting/stamp-vti, porting/version.texi, rgdb_specs/stamp-vti,
1508        rgdb_specs/version.texi, rtems_gdb/stamp-vti, rtems_gdb/version.texi,
1509        ada_user/stamp-vti, ada_user/version.texi: Regenerated.
[0c815860]1510        * started_ada/Makefile.am: Corrected link.
1511        * started_ada/stamp-vti, started_ada/version.texi: Regenerated.
[517aa77]1512
[38ad1630]15132002-10-24      Joel Sherrill <joel@OARcorp.com>
1514
1515        * index.html.in: Add links to multiple missing CPU supplements.
[a5b4f46b]1516        * develenv/stamp-vti, develenv/version.texi, user/stamp-vti,
1517        user/version.texi, FAQ/stamp-vti, FAQ/version.texi,
1518        posix_users/stamp-vti, posix_users/version.texi, posix1003.1/stamp-vti,
1519        posix1003.1/version.texi, itron3.0/stamp-vti, itron3.0/version.texi,
1520        filesystem/stamp-vti, filesystem/version.texi, networking/stamp-vti,
1521        networking/version.texi, bsp_howto/stamp-vti, bsp_howto/version.texi,
1522        porting/stamp-vti, porting/version.texi, rgdb_specs/stamp-vti,
1523        rgdb_specs/version.texi, rtems_gdb/stamp-vti, rtems_gdb/version.texi,
1524        ada_user/stamp-vti, ada_user/version.texi, started_ada/stamp-vti,
1525        started_ada/version.texi: Regenerated.
[b127bb31]1526
15272002-10-24      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
1528
1529        * bsp_howto/ata.t, bsp_howto/ide-ctrl.t: New file.
1530        * bsp_howto/.cvsignore: Added new .texi files.
[a5b4f46b]1531        * bsp_howto/Makefile.am: Added new files to generate.
[b127bb31]1532        * bsp_howto/bsp_howto.texi: Added new chapters.
1533        * bsp_howto/stamp-vti, bsp_howto/version.texi: Regenerated.
[38ad1630]1534
[8730f45]15352002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1536
[c770480]1537        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
[8730f45]1538
[7706183]15392002-08-27      Joel Sherrill <joel@OARcorp.com>
1540
1541        * user/io.t: Correct Ada bindings.
1542
[b127bb31]15432002-08-01      Joel Sherrill <joel@OARcorp.com>
1544
1545        * porting/stamp-vti, porting/version.texi: Regenerated.
1546
[24c63648]15472002-07-30      Joel Sherrill <joel@OARcorp.com>
1548
1549        * configure.ac: Added supplements/arm/Makefile.
[f2dfbfa]1550        * README: Updated.
[7706183]1551        * user/stamp-vti, user/version.texi: Regenerated.
[b127bb31]1552        * porting/miscellaneous.t: Added some markups for fonts and clarified
1553        some places.
[0544944]1554        * supplements/Makefile.am: Added arm subdirectory.
[7706183]1555
15562002-06-28      Joel Sherrill <joel@OARcorp.com>
1557
1558        * user/userext.t: Per PR228, correct the prototype of the task create
1559        user extension to indicate it returns a boolean and augment the
1560        documentation to explain the purpose of the boolean return value.
[f2dfbfa]1561
[22f5b4c]15622002-06-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1563
1564        * project.am: Use PATH_SEPARATOR to setup TEXINPUTS.
1565
[7706183]15662002-04-12      Chris Johns <ccj@acm.org>
1567
1568        * user/doc/user/userext.t: Per PR138, updated the documentation to show
1569        how to obtain an extension table index. Also provided some extra
1570        background on the user extension API.
1571
[5ad4692]15722002-04-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1573
1574        * VERSION, bootstrap: Removed as unneeded.
1575
[cf10399]15762002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1577
[a5b4f46b]1578        * bootstrap, VERSION: Remove.
1579        * Makefile.am: Remove bootstrap. Add ACLOCAL_AMFLAGS.
[cf10399]1580        * configure.ac: Add RTEMS_TOP.
1581
[7706183]15822002-04-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1583
1584        * user/io.t: Fix typo @sybsection.
1585
[7273b6e]15862002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1587
[c770480]1588        * common/Makefile.am: Remove AUTOMAKE_OPTIONS.
1589        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
[7273b6e]1590        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
[a5b4f46b]1591        * Makefile.am, images/Makefile.am, develenv/Makefile.am,
1592        user/Makefile.am, FAQ/Makefile.am, posix_users/Makefile.am,
1593        posix1003.1/Makefile.am, itron3.0/Makefile.am, filesystem/Makefile.am,
1594        networking/Makefile.am, bsp_howto/Makefile.am, porting/Makefile.am,
1595        rgdb_specs/Makefile.am, rtems_gdb/Makefile.am, ada_user/Makefile.am,
1596        started_ada/Makefile.am, supplements/Makefile.am: Remove
1597        AUTOMAKE_OPTIONS.
[7706183]1598
15992002-03-27      Eric Norum <eric.norum@usask.ca>
1600
1601        * user/intr.t: Per PR165, now correctly states that passing a NULL
1602        pointer for the return argument is an error.
1603        * PR161
1604        * user/rtmon.t: Add rtems_ prefix to directives in the example.
1605
16062002-03-22      Chris Johns <ccj@acm.org>
1607
1608        * user/io.t, user/conf.t: PR 160. Added the IO Manager's register and
1609        unregister interface documentation.
1610
16112002-03-15      Eric Norum <eric.norum@usask.ca>
1612
1613        * user/rtmon.t: Correct example and correctly used ensure not insure.
[d687985]1614
[fb56a37]16152002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1616
1617        * .cvsignore: Reworked.
[c770480]1618        * Makefile.am: Remove texinfo/texinfo.tex.
[fb56a37]1619        * bootstrap: Removed.
1620        * configure.ac: Add pkgdocdir. Let htmldir be rooted at pkgdocdir.
1621        * main.am: Remove TEXINFO_TEX.
[c770480]1622        * project.am: Let dvidir, psdir, pdfdir be rooted at pkgdocdir. Remove
1623        commented out make-variables.
[fb56a37]1624
[aecc1d9]16252002-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1626
1627        * .cvsignore: Add autom4te.cache, install-sh, mdate-sh, missing,
1628        mkinstalldirs, texinfo.tex.
1629        * Makefile.am: Add main.am to AUTOMAKE_FILES.
1630        * configure.ac: Add AC_CONFIG_AUX_DIR([.]).
1631        * project.am: Remove custom .texi and stamp-vti rules.
[a5b4f46b]1632        * main.am, supplements/supplement.am: Replace TEXI_COMMON with
1633        AM_MAKEINFOFLAGS.
[aecc1d9]1634
[21e473b]16352002-01-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1636
1637        * Makefile.am: Require automake-1.5.
1638        * project.am: Reworked.
[a5b4f46b]1639        * main.am, configure.ac: New.
[21e473b]1640        * configure.in: Removed.
1641        * bootstrap: Sync with RTEMS's toplevel bootstrap.sh.
[a5b4f46b]1642        * common/Makefile.am, images/Makefile.am: Require automake-1.5.
1643        * develenv/Makefile.am, user/Makefile.am, FAQ/Makefile.am,
1644        posix_users/Makefile.am, posix1003.1/Makefile.am, itron3.0/Makefile.am,
1645        filesystem/Makefile.am, networking/Makefile.am, bsp_howto/Makefile.am,
1646        porting/Makefile.am, rgdb_specs/Makefile.am, rtems_gdb/Makefile.am,
1647        ada_user/Makefile.am, started_ada/Makefile.am: include main.am, require
1648        automake-1.5.
[0544944]1649        * supplements/Makefile.am: Require automake-1.5.
[5cb9ff5]1650
[ab14fdd5]16512002-01-17      Joel Sherrill <joel@OARcorp.com>
1652
1653        * VERSION: Updated to rtems-doc-ss-20010117.
[c770480]1654        * VERSION: Updated to rtems-doc-eng-20010816b-d1.
[ab14fdd5]1655
[c770480]16562001-10-30      Joel Sherrill <joel@OARcorp.com>
[99583c6]1657
[c770480]1658        * VERSION: New file.
[99583c6]1659
[8a2d57e3]16602001-06-28      Joel Sherrill <joel@OARcorp.com>
1661
1662        * posix_users/preface.texi, posix_users/procenv.t,
1663        posix_users/process.t, posix_users/signal.t, posix_users/stamp-vti,
1664        posix_users/version.texi: Updated as part of starting a sweep on the
1665        POSIX User's Guide.
1666
[c770480]16672001-02-14      Joel Sherrill <joel@OARcorp.com>
[5dd28ac7]1668
[c770480]1669        * configure.ac: New mips supplement.
[0544944]1670        * supplements/mips: New supplement.
[5dd28ac7]1671
[6449498]16722001-01-17      Joel Sherrill <joel@OARcorp.com>
1673
[c770480]1674        * configure.in: Changed the version to eng-20010816b.
[6449498]1675        * SUPPORT, LICENSE: New files.
[c770480]1676        * Numerous files touched as part of merging the 4.5 branch onto the
1677        mainline development trunk and ensuring that the script that cuts
1678        snapshots and releases works on the documentation.
[a5b4f46b]1679        * develenv/.cvsignore, user/.cvsignore: Added rtems_header.html and
1680        rtems_footer.html.
[7706183]1681        * user/timer.t: Added task-based timer information including the new
1682        directives rtems_timer_initiate(), rtems_timer_server_fire_after(), and
1683        rtems_timer_server_fire_when().
[a5b4f46b]1684        * FAQ/.cvsignore, posix_users/.cvsignore, posix1003.1/.cvsignore,
1685        itron3.0/.cvsignore, filesystem/.cvsignore, networking/.cvsignore,
1686        bsp_howto/.cvsignore, porting/.cvsignore, rgdb_specs/.cvsignore,
1687        rtems_gdb/.cvsignore, ada_user/.cvsignore, started_ada/.cvsignore: Added
1688        rtems_header.html and rtems_footer.html.
[68a8de7]1689
[8cd9c14d]16902000-09-22      Joel Sherrill <joel@OARcorp.com>
1691
[a5b4f46b]1692        * Makefile.am, develenv/Makefile.am: Removed GENERATED_FILES from list
1693        of TEXINFOS.
[8cd9c14d]1694
[750fa339]16952000-08-10      Joel Sherrill <joel@OARcorp.com>
1696
[a5b4f46b]1697        * ChangeLog, develenv/ChangeLog, user/ChangeLog, FAQ/ChangeLog,
1698        posix_users/ChangeLog, posix1003.1/ChangeLog, itron3.0/ChangeLog,
1699        filesystem/ChangeLog, networking/ChangeLog, bsp_howto/ChangeLog,
1700        porting/ChangeLog, rgdb_specs/ChangeLog, rtems_gdb/ChangeLog,
1701        ada_user/ChangeLog, started_ada/ChangeLog, supplements/ChangeLog: New
1702        file.
[c770480]1703
Note: See TracBrowser for help on using the repository browser.