source: rtems/doc/ChangeLog @ db9964f1

4.115
Last change on this file since db9964f1 was db9964f1, checked in by Joel Sherrill <joel.sherrill@…>, on 11/24/10 at 15:52:21

2010-11-24 Gedare Bloom <giddyup44@…>

PR 1647/cpukit

  • user/conf.t, user/schedule.t: Update documentation to reflect refactoring of SuperCore? to add Scheduler and ability for user to configure a scheduler.
  • Property mode set to 100644
File size: 70.8 KB
RevLine 
[db9964f1]12010-11-24      Gedare Bloom <giddyup44@yahoo.com>
2
3        PR 1647/cpukit
4        * user/conf.t, user/schedule.t: Update documentation to reflect
5        refactoring of SuperCore to add Scheduler and ability for user to
6        configure a scheduler.
7
[0badd509]82010-11-11      Joel Sherrill <joel.sherrilL@OARcorp.com>
9
10        PR 1716/doc
11        * user/concepts.t: print_name example used a variable which did not
12        match the name of the passed in parameter.
13
[d84ff53]142010-11-01      Joel Sherrill <joel.sherrilL@OARcorp.com>
15
16        PR 1714/doc
17        * user/datatypes.t: Add missing description of rtems_status_codes.
18
[967bc14]192010-08-13      Joel Sherrill <joel.sherrilL@OARcorp.com>
20
21        PR 1674/docs
22        * user/Makefile.am, user/dirstat.texi: Fix bad node reference.
23
[670be3c6]242010-08-09      Sebastian Huber <sebastian.huber@embedded-brains.de>
25
26        PR 1513/doc
27        * user/chains.t: Added missing functions.  Uniform text for
28        unprotected functions.
29
[fc7482b]302010-08-03      Sebastian Huber <sebastian.huber@embedded-brains.de>
31
32        PR 1650/cpukit
33        * user/part.t: Clarify.
34
[3bae3f2]352010-07-30      Gedare Bloom <giddyup44@yahoo.com>
36
37        PR 1599/cpukit
38        * porting/interrupts.t: Rename _Context_Switch_necessary to
39        _Thread_Dispatch_necessary to more properly reflect the intent.
40
[23bbc43]412010-07-29      Gedare Bloom <giddyup44@yahoo.com>
42
43        PR 1635/cpukit
44        * porting/prioritybitmap.t: Refactoring of priority handling, to
45        isolate the bitmap implementation of priorities in the supercore so
46        that priority management is a little more modular. This change is in
47        anticipation of scheduler implementations that can select how they
48        manage tracking priority levels / finding the highest priority ready
49        task. Note that most of the changes here are simple renaming, to
50        clarify the use of the bitmap-based priority management.
51
[da4d03d]522010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
53
54        PR 1573/cpukit
55        * porting/interrupts.t: Add a per cpu data structure which contains the
56        information required by RTEMS for each CPU core. This encapsulates
57        information such as thread executing, heir, idle and dispatch needed.
58
[11be37d]592010-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
60
61        * Makefile.am, configure.ac, index.html.in, develenv/direct.t,
62        posix_users/gen_size_report, started/nextstep.t,
63        started_ada/buildada.t, user/conf.t, user/object.t: Remove ITRON API.
64        * itron3.0/.cvsignore, itron3.0/Makefile.am, itron3.0/config.t,
65        itron3.0/eventflags.t, itron3.0/fixedblock.t, itron3.0/gen_all,
66        itron3.0/gen_section, itron3.0/gen_status_shell,
67        itron3.0/interrupt.t, itron3.0/itron.texi, itron3.0/mailbox.t,
68        itron3.0/memorypool.t, itron3.0/msgbuffer.t, itron3.0/network.t,
69        itron3.0/preface.texi, itron3.0/rendezvous.t, itron3.0/semaphore.t,
70        itron3.0/stamp-vti, itron3.0/status.t, itron3.0/task.t,
71        itron3.0/tasksync.t, itron3.0/time.t, itron3.0/version.texi: Removed.
72
[0c5fa96e]732010-06-16      Joel Sherrill <joel.sherrilL@OARcorp.com>
74
75        PR 1568/doc
76        * user/intr.t: Fix list of services callable from ISR.
77
[d3d9908f]782010-06-15      Gedare Bloom <giddyup44@yahoo.com>
79
80        PR 1565/cpukit
81        * cpu_supplement/Makefile.am, cpu_supplement/cpu_supplement.texi: Merge
82        SPARC64 port.
83        * cpu_supplement/sparc64.t: New file.
84
[f8a86a4]852010-06-11      Ralf Corsépius <ralf.corsepius@rtems.org>
86
[20220fd]87        * Makefile.am: Don't install html_imagesdir unconditionally.
[bdd88edc]88        * main.am: Don't install html_projectdir unconditionally.
[f8a86a4]89        * cpu_supplement/Makefile.am: Include main.am.
90
[6acbca9]912010-06-11      Ralf Corsépius <ralf.corsepius@rtems.org>
92
93        * ada_user/stamp-vti, ada_user/version.texi,
94        bsp_howto/stamp-vti, bsp_howto/version.texi,
95        cpu_supplement/stamp-vti, cpu_supplement/version.texi,
96        develenv/stamp-vti, develenv/version.texi,
97        filesystem/stamp-vti, filesystem/version.texi,
98        itron3.0/stamp-vti, itron3.0/version.texi,
99        networking/stamp-vti, networking/version.texi,
100        new_chapters/stamp-vti, new_chapters/version.texi,
101        porting/stamp-vti, porting/version.texi,
102        posix1003.1/stamp-vti, posix1003.1/version.texi,
103        posix_users/stamp-vti, posix_users/version.texi,
104        relnotes/stamp-vti, relnotes/version.texi,
105        shell/stamp-vti, shell/version.texi,
106        started/stamp-vti, started/version.texi,
107        started_ada/stamp-vti, started_ada/version.texi,
108        user/stamp-vti, user/version.texi:
109        New.
110
[b0469dbb]1112010-06-11      Ralf Corsépius <ralf.corsepius@rtems.org>
112
113        * ada_user/Makefile.am, bsp_howto/Makefile.am,
114        cpu_supplement/Makefile.am, develenv/Makefile.am,
115        filesystem/Makefile.am, itron3.0/Makefile.am,
116        networking/Makefile.am, new_chapters/Makefile.am,
117        porting/Makefile.am, posix1003.1/Makefile.am,
118        posix_users/Makefile.am, relnotes/Makefile.am,
119        shell/Makefile.am, started/Makefile.am,
120        started_ada/Makefile.am, user/Makefile.am:
121        Remove EDITION (Unused).
122
[d7efb820]1232010-06-02      Joel Sherrill <joel.sherrill@oarcorp.com>
124
125        * user/.cvsignore: Add semaphore_attributes.pdf.
126
[9fd5f55]1272010-05-18      Joel Sherrill <joel.sherrilL@OARcorp.com>
128
129        PR 1520/doc
130        * user/part.t: Partition create discussion said it returned the number
131        of buffers created but it does not.
132
[9020491]1332010-05-18      Alin Rus <alin.codejunkie@gmail.com>
134
135        PR 1519/doc
136        * user/chains.t: Fix typo in Chain_Control example.
137
[010f96f]1382010-05-13      Chris Johns <chrisj@rtems.org>
139
140        * shell/file.t: Add dd, debugrfs, hexdump, ln, mknod, mkrfs, mv.
141        * shell/general.t: Add time.
142       
[29328f7a]1432010-05-12      Sebastian Huber <sebastian.huber@embedded-brains.de>
144
145        PR 1512/doc
146        * shell/general.t: Add rtc.
147        * shell/file.t: Add fdisk.
148
[faeb543]1492010-05-09      Joel Sherrill <joel.sherrill@oarcorp.com>
150
151        PR 1512/doc
152        * shell/general.t: Add setenv, getenv, and unsetenv.
153
[cdeead64]1542010-05-05      Alin Rus <alin.codejunkie@gmail.com>
155
156        PR 1510/doc
157        * user/chains.t: Fix code example.
158
[452e5b08]1592010-04-22      Alin Rus <alin.codejunkie@gmail.com>
160
161        * user/chain.t: Fixed the example from PR 1504.
162
[a16a7949]1632010-03-04      Joel Sherrill <joel.sherrill@oarcorp.com>
164
165        * user/conf.t: CONFIGURE_DISABLE_CLASSIC_NOTEPADS is typo of
166        CONFIGURE_DISABLE_CLASSIC_API_NOTEPADS. Fix it.
167
[3c0654d]1682010-02-18      Chris Johns <chrisj@rtems.org>
169
170        * networking/networkapp.t: Updated the BOOTP/DHCP to document the
171        default behaviour of looping forever.
172
[29a3d72c]1732010-01-11      Marc Pignat <marc.pignat@hevs.ch>
174
175        PR 1490/doc
176        * user/clock.t: Fix typo. rtems_clock_get_ticks_per_second not
177        rtems_clock_get_ticks_per_seconds.
178
[3372dc8]1792009-12-17      Joel Sherrill <joel.sherrill@oarcorp.com>
180
181        * user/clock.t: Eliminate unused type rtems_clock_time_value.
182
[dddcb78e]1832009-12-16      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
184
185        * bsp_howto/console.t: adaption to ssize_t return value for
186        my_driver_write() function
187
[e25611d]1882009-11-23      Joel Sherrill <joel.sherrill@oarcorp.com>
189
190        PR 1460/cpukit
191        * user/object.t: Change return type on methods accessing portions of
192        RTEMS Ids to int. This allows -1 to be return on error.
193
[bd861cc6]1942009-11-09      Joel Sherrill <joel.sherrill@oarcorp.com>
195
196        * ada_user/Makefile.am, ada_user/ada_user.texi, user/Makefile.am,
197        user/c_user.texi, user/concepts.t, user/overview.t,
198        user/preface.texi, user/schedule.t, user/sem.t: Add table of figures.
199        Add text and graphic of tree illustrating valid combinations of
200        semaphore attributes.
201        * user/semaphore_attributes.eps, user/semaphore_attributes.png:
202        New files.
203
[13964289]2042009-10-14      Joel Sherrill <joel.sherrill@oarcorp.com>
205
206        * bsp_howto/console.t: Capitalization.
207
[c8c466e]2082009-10-14      Joel Sherrill <joel.sherrill@oarcorp.com>
209
210        * user/preface.texi: Remove UNIX and update port list.
211
[618063e]2122009-10-14      Ralf Corsépius <ralf.corsepius@rtems.org>
213
214        * HELP.html, bsp_howto/support.t, relnotes/status.texi,
215        started_ada/buildada.t: Remove references to posix/Unix port.
216
[ce017afb]2172009-09-26      Joel Sherrill <joel.sherrill@oarcorp.com>
218
219        * user/conf.t, user/userext.t: Eliminate use of deprecated
220        rtems_extension.
221
[eebcc5b]2222009-09-14      Sebastian Huber <sebastian.huber@embedded-brains.de>
223
224        * cpu_supplement/arm.t: Update.
225        * cpu_supplement/preface.texi: Typo.
226        * cpu_supplement/general.t: Expanded abbreviation.
227
2282009-09-14      Sebastian Huber <sebastian.huber@embedded-brains.de>
229
230        * cpu_supplement/arm.t: Update.
231        * cpu_supplement/preface.texi: Typo.
232        * cpu_supplement/general.t: Expanded abbreviation.
233
[7c9c8c8c]2342009-08-26      Sebastian Huber <sebastian.huber@embedded-brains.de>
235
236        * user/conf.t: Change stack allocator signature.
237
[2b86087]2382009-08-22      Roxana Leontie <roxana.leontie@gmail.com>
239
240        * bsp_howto/framebuffer.t: documented the improvements made to
241        read/write
242
[2eb33fdc]2432009-08-21      Roxana Leontie <roxana.leontie@gmail.com>
244
245        * bsp_howto/framebuffer.t: Updated the frame buffer documentation.
246
[b6f8f03]2472009-08-05      Joel Sherrill <joel.sherrill@OARcorp.com>
248
249        * user/conf.t: Add configuration of posix message queue file
250        descriptors as separate entity. Also add documentation on posix
251        configuration elements not previously covered.
252
[88a8702d]2532009-08-03      Roxana Leontie <roxana.leontie@gmail.com>
254
255        * bsp_howto/framebuffer.t: added documentation
256
[f1b90cc]2572009-07-28      Joel Sherrill <joel.sherrill@oarcorp.com>
258
259        * bsp_howto/.cvsignore, bsp_howto/Makefile.am,
260        bsp_howto/bsp_howto.texi: Add Frame Buffer Device Driver shell.
261        * bsp_howto/framebuffer.t: New file.
262        * user/conf.t: Add CONFIGURE_APPLICATION_NEEDS_FRAME_BUFFER_DRIVER.
263
[2f9092ed]2642009-07-02      Joel Sherrill <joel.sherrill@OARcorp.com>
265
266        * user/region.t: Fix typos where semaphore referenced instead of region
267        or segment.
268
[7a79dc37]2692009-07-02      Joel Sherrill <joel.sherrill@OARcorp.com>
270
271        * user/preface.texi: Correct list of supported CPU architectures.
272
[6d96c98]2732009-05-08      Joel Sherrill <joel.sherrill@oarcorp.com>
274
275        * user/conf.t: Change work_space_size to uintptr_t since it cannot be
276        negative.
277
[967eceb]2782009-04-19      Joel Sherrill <joel.sherrill@oarcorp.com>
279
280        * cpu_supplement/.cvsignore, cpu_supplement/Makefile.am,
281        cpu_supplement/cpu_supplement.texi: Add shell for Atmel AVR chapter.
282        * cpu_supplement/avr.t: New file.
283
[9fb97de]2842009-03-30      Sebastian Huber <sebastian.huber@embedded-brains.de>
285
286        * shell/confinit.t: New argument sequence for rtems_shell_init().
287
[657d23e]2882009-03-02      Joel Sherrill <joel.sherrill@OARcorp.com>
289
290        * user/.cvsignore: Add Object ID PDF files.
291
[1fb9fa1c]2922009-02-27      Joel Sherrill <joel.sherrill@oarcorp.com>
293
294        * posix_users/preface.texi, shell/preface.texi: Add stock
295        acknowledgement paragraphs that are required when excerpting and
296        reusing text from POSIX standards per the agreement at
297        * common/opengroup_manpage_acknowledgement.texi,
298        common/opengroup_preface_acknowledgement.texi: New files.
299
[f2d3786]3002009-02-27      Joel Sherrill <joel.sherrill@OARcorp.com>
301
302        PR 1387/doc
303        * user/intr.t: Add Interrupt Manager services to list of services
304        callable from ISR.
305
[0a90bf2]3062009-02-19      Joel Sherrill <joel.sherrill@oarcorp.com>
307
308        * shell/rtems.t: Add halt command.
309
[6d869df]3102009-02-12      Joel Sherrill <joel.sherrill@oarcorp.com>
311
312        * porting/idlethread.t: Change prototype of IDLE thread to consistently
313        return void * and take a uintptr_t argument.
314
[8d50380]3152009-01-29      Sebastian Huber <sebastian.huber@embedded-brains.de>
316
317        * bsp_howto/console.t: Clarify interrupt transmit process.
318        * user/concepts.t: Typo.
319
[6895375a]3202008-12-19      Joel Sherrill <joel.sherrill@oarcorp.com>
321
322        * index.html.in: Remove manuals that are dead.
323
[8fbb48a]3242008-12-18      Sebastian Huber <sebastian.huber@embedded-brains.de>
325
326        * user/cpuuse.t: Reflect change in CPU Usage report format.
327
[19d2b5a]3282008-12-15      Joel Sherrill <joel.sherrill@oarcorp.com>
329
330        * user/init.t: Eliminate pointers to API configuration tables in the
331        main configuration table. Reference the main configuration table and
332        the API configuration tables directly using the confdefs.h version
333        rather than obtaining a pointer to it. This eliminated some
334        variables, a potential fatal error, some unnecessary default
335        configuration structures. Overall, about a 4.5% reduction in the code
336        size for minimum and hello on the SPARC.
337
[1a0e1a7]3382008-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
339
340        * user/conf.t, user/region.t: Change sizes of heap/region and allocated
341        objects in heap to intptr_t so they can be larger than a single
342        allocatable object (e.g. size_t).
343
[8f879c6]3442008-12-12      Joel Sherrill <joel.sherrill@OARcorp.com>
345
346        * user/region.t: Malloc Family is not implemented in termios of Region
347        Manager after 4.7. Correct documentation.
348
[0e35de9]3492008-12-12      Sebastian Huber <sebastian.huber@embedded-brains.de>
350
351        * bsp_howto/console.t: Remove size constraints on image. Fix a
352        sentence.
353
[850bad6]3542008-12-11      Sebastian Huber <sebastian.huber@embedded-brains.de>
355                Joel Sherrrill <joel.sherrill@oarcorp.com>
356
357        * bsp_howto/Makefile.am, bsp_howto/console.t: Sebastian improved
358         documentation for termios device drivers.
359        * bsp_howto/TERMIOSFlow.eps, bsp_howto/TERMIOSFlow.png: New files.
360        Joel added Termios Flow figure from RTEMS Open Class material.
361
[276abbf6]3622008-12-04      Jukka Pietarinen <jukka.pietarinen@mrf.fi>
363
364        * cpu_supplement/.cvsignore, cpu_supplement/Makefile.am,
365        cpu_supplement/cpu_supplement.texi: Add Lattice Mico32 support.
366        * cpu_supplement/lm32.t: New file.
367
[86c3d41]3682008-12-01      Joel Sherrill <joel.sherrill@oarcorp.com>
369
370        * ada_user/Makefile.am: Fix typo.
371
[2bf21fc8]3722008-12-01      Joel Sherrill <joel.sherrill@oarcorp.com>
373
374        * ada_user/Makefile.am, user/Makefile.am, user/concepts.t: Add 16 bit
375        object Id format information.
376        * user/ObjectId-16Bits.eps, user/ObjectId-16Bits.png: New files.
377
[2b90266]3782008-12-01      Joel Sherrill <joel.sherrill@OARcorp.com>
379
380        * user/datatypes.t: Add C99 uint types.
381
[3e9b621]3822008-11-20      Joel Sherrill <joel.sherrill@oarcorp.com>
383
384        PR 1340/cpukit
385        * user/chains.t: Add rtems_chain_initialize to public chain API.
386
[20b921b4]3872008-11-20      Joel Sherrill <joel.sherrill@OARcorp.com>
388
389        PR 1339/Ada
390        * user/io.t: Re-add IO Manager to Ada binding.
391
[76101939]3922008-11-13      Joel Sherrill <joel.sherrill@OARcorp.com>
393
394        PR 1336/cpukit
395        * user/chains.t, user/dirstat.texi: Add rtems_chain_prepend_unprotected
396        and rtems_chain_append_unprotected.
397
[1a34b8c]3982008-11-07      Joel Sherrill <joel.sherrill@OARcorp.com>
399
400        * user/concepts.t: Use 32 bit version centered.
401
[c427536]4022008-11-07      Joel Sherrill <joel.sherrill@OARcorp.com>
403
404        * ada_user/Makefile.am: Make Ada manual build again after adding
405        figure.
406
[1fa78236]4072008-11-07      Joel Sherrill <joel.sherrill@OARcorp.com>
408
409        PR 1334/doc
410        * user/Makefile.am, user/concepts.t, user/init.t, user/overview.t,
411        user/part.t, user/task.t: Correct typos and correctly document 4
412        parts of 32-bit object id.
413        * user/ObjectId-32Bits.eps, user/ObjectId-32Bits.png: New files.
414
[7df0d541]4152008-10-14      Joel Sherrill <joel.sherrill@OARcorp.com>
416
417        * user/conf.t: Fix typo.
418
[7f5ea3c6]4192008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
420
421        * user/region.t: Change size_t to ssize_t.
422
[b7c75137]4232008-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
424
425        * shell/preface.texi: Bump version to 4.9.99.0
426
[42650f0]4272008-09-30      Joel Sherrill <joel.sherrill@oarcorp.com>
428
429        * bsp_howto/timer.t: Eliminate uses of old benchmark timer names.
430
[a91dfbf9]4312008-09-25      Joel Sherrill <joel.sherrill@oarcorp.com>
432
433        * setup.def, started/buildc.t: Update.
434
[0c8c169c]4352008-09-23      Joel Sherrill <joel.sherrill@OARcorp.com>
436
437        * bsp_howto/BSPInitFlowchart-49.png: Update figure.
438
[79e4227]4392008-09-18      Miao Yan <yanmiaobest@gmail.com>
440
441        * user/conf.t: Add CONFIGURE_USE_DEVFS_AS_BASE_FILESYSTEM and
442        CONFIGURE_APPLICATION_DISABLE_FILESYSTEM.
443
[5d2c65e]4442008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
445
446        * shell/rtems.t, user/conf.t, user/stackchk.t: Rename STACK_CHECKER_ON
447        to more appropriate CONFIGURE_STACK_CHECKER_ENABLED.
448
[96a0303b]4492008-09-17      Joel Sherrill <joel.sherrill@OARcorp.com>
450
451        * user/conf.t: Fix typo.
452
[2f3e2e0]4532008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
454
455        * user/conf.t: Add support for optionally having a unified work area.
456        In other words, the RTEMS Workspace and C Program Heap are the same
457        pool of memory.
458
[cb4a77e]4592008-09-09      Joel Sherrill <joel.sherrill@oarcorp.com>
460
461        * bsp_howto/Developer-User-Timeline.png: Correct figure.
462
[2d65b109]4632008-09-09      Ralf Corsépius <ralf.corsepius@rtems.org>
464
[ae52c9c]465        * user/chains.t, user/conf.t, user/object.t, user/userext.t:
466        More "bool" cleanup.
[2d65b109]467        * bsp_howto/ata.t, bsp_howto/rtc.t, networking/networkapp.t,
468        user/chains.t, user/stackchk.t: Convert to "bool".
469
[896f13f]4702008-09-09      Ralf Corsépius <ralf.corsepius@rtems.org>
471
472        * user/datatypes.t: Add deprecation notices to
473        "rtems_boolean", "rtems_single", "rtems_double".
474        * user/intr.t, user/userext.t: Convert to "bool".
475
[5a1e7e8]4762008-09-08      Joel Sherrill <joel.sherrill@oarcorp.com>
477
478        * bsp_howto/timer.t: Update documentation to reflect Timer Driver
479        renaming.
480
[1e78607]4812008-09-05      Joel Sherrill <joel.sherrill@OARcorp.com>
482
483        * bsp_howto/clock.t: The Shared Memory Driver no longer requires the
484        special IOCTL in Clock_control. This was a hack which has existed
485        since before the Classic API Timer Manager was implemented. All
486        implementations of and references to Clock_control were removed.
487
[3d92d46]4882008-09-02      Joel Sherrill <joel.sherrill@oarcorp.com>
489
490        * user/conf.t: Add CONFIGURE_BSP_PREREQUISITE_DRIVERS and
491        CONFIGURE_APPLICATION_PREREQUISITE_DRIVERS.
492
[a5554d2]4932008-08-27      Joel Sherrill <joel.sherrill@oarcorp.com>
494
495        * user/object.t: Correct order of arguments.
496
[638a9195]4972008-08-24      Joel Sherrill <joel.sherrill@OARcorp.com>
498
499        * user/clock.t: Correct discussion of timeval.
500
[192834e]5012008-08-22      Joel Sherrill <joel.sherrill@oarcorp.com>
502
503        * bsp_howto/init.t: Eliminate empty section.
504
[29910dec]5052008-08-22      Joel Sherrill <joel.sherrill@oarcorp.com>
506
507        * bsp_howto/init.t: Complete update.
508
[0eb595a8]5092008-08-22      Joel Sherrill <joel.sherrill@oarcorp.com>
510
511        * bsp_howto/Makefile.am, bsp_howto/init.t, bsp_howto/intro.t,
512        bsp_howto/makefiles.t, bsp_howto/support.t: Update initialization
513        sequence. Add another figure.
514        * bsp_howto/BSPInitFlowchart-49.eps, bsp_howto/BSPInitFlowchart-49.png: New files.
515
[5dfb320]5162008-08-21      Joel Sherrill <joel.sherrill@oarcorp.com>
517
518        * index.html.in: Reorder manuals.
519
[c7ff10af]5202008-08-21      Joel Sherrill <joel.sherrill@oarcorp.com>
521
522        * bsp_howto/Makefile.am, bsp_howto/linkcmds.t, bsp_howto/makefiles.t,
523        bsp_howto/target.t: Update some of this manual.
524        * bsp_howto/Developer-User-Timeline.eps,
525        bsp_howto/Developer-User-Timeline.png: New files.
526
[2a517327]5272008-08-21      Joel Sherrill <joel.sherrill@OARcorp.com>
528
529        * bsp_howto/ata.t, bsp_howto/clock.t, bsp_howto/ide-ctrl.t,
530        bsp_howto/nvmem.t, bsp_howto/shmsupp.t, user/datatypes.t, user/mp.t,
531        user/userext.t: Eliminate all references to rtems_signedXX and
532        rtems_unsignedXX.
533
[8ad2468c]5342008-08-08     Sebastian Huber <sebastian.huber@embedded-brains.de>
535
536        * user/msg.t, user/sem.t, user/task.t: Update to new parameter types.
537        Emphasize that you can use a pointer for task arguments.
538
[94fb30d4]5392008-08-07      Joel Sherrill <joel.sherrill@OARcorp.com>
540
541        * user/datatypes.t: Add rtems_name. Add comment about
542        rtems_task_argument changing from simple unsigned thirty two bit
543        integer to being derived from a C99 uintptr_t in 4.8 and newer.
544
[95b60d57]5452008-08-04      Joel Sherrill <joel.sherrill@OARcorp.com>
546
547        PR 1263/doc
548        * user/part.t: Improve discussion of alignment and minimum buffer
549        sizes.
550
[1be10249]5512008-08-04      Joel Sherrill <joel.sherrill@OARcorp.com>
552
553        PR 1288/doc
554        * user/intr.t: Update callable from ISR section.
555
[8fc3d71]5562008-08-01      Joel Sherrill <joel.sherrill@OARcorp.com>
557
558        * user/msg.t: Parameter is size not count. Spotted by Sebastian Huber.
559
[44ad347a]5602008-07-31      Joel Sherrill <joel.sherrill@OARcorp.com>
561
562        * porting/idlethread.t: Correct prototype of Idle threads.
563
[a39cf49]5642008-07-23      Joel Sherrill <joel.sherrill@OARcorp.com>
565
566        PR 1291/cpukit
567        * posix_users/semaphores.t: Update to reflect absolute time.
568
[75d16dd8]5692008-07-23      Joel Sherrill <joel.sherrill@oarcorp.com>
570
571        * shell/Makefile.am, shell/rtems.t: Add pthread command.
572
[acb4bed0]5732008-07-18      Joel Sherrill <joel.sherrill@oarcorp.com>
574
575        * posix_users/mutex.t: Add ETIMEDOUT.
576
[c2a5939f]5772008-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
578
579        * shell/confinit.t: New argument sequence for rtems_shell_init().
580
[4dc6a46]5812008-07-15      Joel Sherrill <joel.sherrill@OARcorp.com>
582
583        * user/barrier.t, user/clock.t, user/dpmem.t, user/msg.t, user/part.t,
584        user/region.t, user/rtmon.t, user/sem.t, user/task.t, user/timer.t:
585        Correct documentation typos noticed and thankfully reported by
586        Fabrício de Novaes Kucinskis <fabricio@dea.inpe.br>
587
[2c3a9c16]5882008-07-10      Joel Sherrill <joel.sherrill@OARcorp.com>
589
590        * user/.cvsignore: Add chains.texi.
591
[5396467]5922008-07-09      Chris Johns <chrisj@rtems.org>
593
594        * doc/user/chains.t: New.
595
596        * doc/ada_user/ada_user.texi, doc/user/Makefile.am,
597        doc/user/c_user.texi, doc/user/dirstat.texi: Updated for the
598        chains documentation.
599
[8218f5f]6002008-06-20      Joel Sherrill <joel.sherrill@OARcorp.com>
601
602        * user/io.t: Fix typos for IO unregister reported by Catalin Morosan
603        <catalin.morosan at gmail.com>.
604
[d695dfc]6052008-06-16      Joel Sherrill <joel.sherrill@oarcorp.com>
606
607        * user/conf.t: Add CONFIGURE_DISABLE_CLASSIC_API_NOTEPADS.
608
[e66dccf]6092008-06-13      Joel Sherrill <joel.sherrill@oarcorp.com>
610
611        * user/conf.t: Add CONFIGURE_IDLE_TASK_INITIALIZES_APPLICATION and
612        CONFIGURE_MAXIMUM_PRIORITY.
613
[0e3de75]6142008-06-13      Joel Sherrill <joel.sherrill@oarcorp.com>
615
616        * user/conf.t: Add CONFIGURE_MINIMUM_STACK_SIZE.
617
[b912f95]6182008-06-13      Joel Sherrill <joel.sherrill@oarcorp.com>
619
620        * user/bsp.t, user/conf.t, user/task.t: Add ability for application to
621        configure minimum stack size. Add RTEMS_CONFIGURED_MINIMUM_STACK_SIZE
622        constant so user can clearly indicate they want the configured as
623        opposed to the recommended minimum stack size.
624
[7bec8d0a]6252008-06-06      Joel Sherrill <joel.sherrill@oarcorp.com>
626
627        * started/buildc.t: Add paragraph on see CVS for latest patches.
628        * user/conf.t: Add CONFIGURE_MESSAGE_BUFFERS_FOR_QUEUE and example
629        of how to compute message CONFIGURE_MESSAGE_BUFFER_MEMORY using it.
630
[93e30a23]6312008-06-06      Joel Sherrill <joel.sherrill@OARcorp.com>
632
633        * user/rtmon.t: Change to using new types.
634
[42cf7c7]6352008-06-02      Joel Sherrill <joel.sherrill@oarcorp.com>
636
637        * cpu_supplement/.cvsignore, cpu_supplement/Makefile.am,
638        cpu_supplement/arm.t, cpu_supplement/bfin.t,
639        cpu_supplement/cpu_supplement.texi, cpu_supplement/i386.t,
640        cpu_supplement/m68k.t, cpu_supplement/mips.t,
641        cpu_supplement/powerpc.t, cpu_supplement/preface.texi,
642        cpu_supplement/sh.t: Remove duplicated text from each CPU specific
643        chapter. This text was necessary when each CPU was a separate manual
644        but now only needs to be one place and that is in an introductory
645        chapter.
646        * cpu_supplement/general.t: New file.
647
[a73e3561]6482008-06-02      Joel Sherrill <joel.sherrill@oarcorp.com>
649
650        * user/bsp.t, user/init.t: Rework initialization and BSP chapters to
651        account for changes to initialization framework.
652
[adfbb4a]6532008-05-22      Joel Sherrill <joel.sherrill@OARcorp.com>
654
655        * user/conf.t: Add baseline interface for Watchdog Driver.
656
[da78fee]6572008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
658
659        * user/conf.t: Fix text on CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER.
660
[343bb43]6612008-05-13      Joel Sherrill <joel.sherrill@OARcorp.com>
662
663        * user/conf.t: Fix typo on
664        CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER.
665
[e31f420f]6662008-04-17      Joel Sherrill <joel.sherrill@oarcorp.com>
667
668        * user/conf.t: Add CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER.
669
[211cafba]6702008-04-16      Joel Sherrill <joel.sherrill@OARcorp.com>
671
672        * user/bsp.t, user/conf.t, user/init.t, user/intr.t, user/overview.t,
673        user/timer.t: Correct default values. Make it clear that confdefs.h
674        calculates the memory required for you.
675
[990458b]6762008-03-29      Chris Johns <chrisj@rtems.org>
677
678        * networking/testing.t: Cleaned up the patch from Ian.
679
[52053579]6802008-03-29      Chris Johns <chrisj@rtems.org>
681
682        * networking/testing.t: Patch from Ian Caddy to document the
683        routes debug information.
684
[bf6d03d]6852008-03-11      Joel Sherrill <joel.sherrill@oarcorp.com>
686
687        * user/clock.t: Refactored rtems_clock_get into 5 methods which
688        are single purpose and more strongly typed.  They are:
689            rtems_clock_get_tod - Get TOD in Classic API structure
690            rtems_clock_get_tod_timeval - Get TOD in struct timeval
691            rtems_clock_get_seconds_since_epoch - Get TOD as seconds since 1988
692            rtems_clock_get_ticks_since_boot - Get ticks since boot
693            rtems_clock_get_ticks_per_second - Get ticks per second
694
695
[faa242e8]6962008-02-29      Joel Sherrill <joel.sherrill@oarcorp.com>
697
698        * shell/general.t: Add sleep and echo commands.
699
[c2153cf]7002008-02-28      Joel Sherrill <joel.sherrill@oarcorp.com>
701
702        * shell/.cvsignore, shell/Makefile.am, shell/memory.t,
703        shell/preface.texi, shell/shell.texi: Added much information the
704        Preface. Created initial version of Configuration and Intialization
705        chapter. Links are now complete from start to end of manual.
706        * shell/confinit.t: New file.
707
[fbd6c0f]7082008-02-28      Joel Sherrill <joel.sherrill@oarcorp.com>
709
710        * shell/file.t, shell/network.t: Document more commands and provide
711        more examples.
712
[88d2967]7132008-02-27      Joel Sherrill <joel.sherrill@oarcorp.com>
714
715        * shell/file.t, shell/general.t, shell/memory.t, shell/network.t,
716        shell/rtems.t, shell/shell.texi: Many commands now have real
717        descriptions with examples.
718
[7c14c4a]7192008-02-27      Joel Sherrill <joel.sherrill@oarcorp.com>
720
721        * shell/file.t, shell/general.t: More commands documented.
722
[48039b0]7232008-02-26      Joel Sherrill <joel.sherrill@oarcorp.com>
724
725        * shell/.cvsignore, shell/file.t: Add most of file commands.
726
[94ad84d]7272008-02-26      Joel Sherrill <joel.sherrill@oarcorp.com>
728
729        * porting/interrupts.t: Formatting.
730
[dc1c4308]7312008-02-21      Joel Sherrill <joel.sherrill@oarcorp.com>
732
733        * shell/file.t, shell/general.t, shell/memory.t, shell/network.t,
734        shell/rtems.t: More descriptions and examples added.
735
[ea08043]7362008-02-21      Joel Sherrill <joel.sherrill@oarcorp.com>
737
738        * shell/file.t, shell/general.t, shell/memory.t, shell/network.t,
739        shell/rtems.t: Add mount and cp command information from Chris Johns.
740        Reformat some things.
741
[b88d9ccf]7422008-02-21      Joel Sherrill <joel.sherrill@oarcorp.com>
743
744        * shell/file.t, shell/general.t, shell/memory.t, shell/network.t,
745        shell/rtems.t: A bit of clean up on the script.
746
[4f973104]7472008-02-21      Joel Sherrill <joel.sherrill@oarcorp.com>
748
749        * shell/file.t, shell/general.t, shell/memory.t, shell/network.t,
750        shell/rtems.t: Change configure messages per Chris Johns suggestion.
751
[eb03905]7522008-02-20      Joel Sherrill <joel.sherrill@oarcorp.com>
753
754        * Makefile.am, configure.ac, index.html.in: Add initial version of
755        RTEMS Shell Manual. This is largely a starting point but has most of
756        the required structure.
757        * shell/.cvsignore, shell/Makefile.am, shell/file.t, shell/general.t,
758        shell/memory.t, shell/network.t, shell/preface.texi, shell/rtems.t,
759        shell/shell.texi: New files.
760
[068d7aa7]7612008-02-05      Joel Sherrill <joel.sherrill@oarcorp.com>
762
763        * networking/networkapp.t: Add configuration parameters for network
764        stack efficiency multiplier and default socket buffer sizes.
765
[235fb7a]7662008-02-01      Joel Sherrill <joel.sherrill@oarcorp.com>
767
768        * user/object.t: Added some examples.
769
[0bc8e5c]7702008-02-01      Joel Sherrill <joel.sherrill@oarcorp.com>
771
772        * user/object.t: Add Ada binding for Object Services.
773
[84ec364]7742008-01-29      Joel Sherrill <joel.sherrill@oarcorp.com>
775
776        * index.html.in: Update copyright year.
777
[f3839908]7782008-01-29      Joel Sherrill <joel.sherrill@oarcorp.com>
779
780        * ada_user/Makefile.am, ada_user/ada_user.texi: Now builds.
781
[d5671b1]7822008-01-29      Joel Sherrill <joel.sherrill@oarcorp.com>
783
784        * user/.cvsignore, user/Makefile.am, user/c_user.texi, user/concepts.t,
785        user/conf.t, user/dirstat.texi, user/stackchk.t, user/task.t,
786        user/userext.t: Add new Object Services collection. Tidy up some
787        configuration documentation from earlier changes.
788        * user/object.t: New file.
789
[41a7fef]7902008-01-25      Joel Sherrill <joel.sherrill@oarcorp.com>
791
792        * rtems_footer.html.in, common/cpright.texi: Update copyright. Fix
793        spacing.
794
[4b10f200]7952008-01-11      Joel Sherrill <joel.sherrill@oarcorp.com>
796
797        * user/task.t: Add manual page for rtems_task_self().
798
[c52d534]7992007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
800
801        * bsp_howto/clock.t, bsp_howto/init.t: Eliminate copies of the
802        Configuration Table. Use the RTEMS provided accessor macros to obtain
803        configuration fields.
804
[66c50e2]8052007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
806
807        * cpu_supplement/arm.t, cpu_supplement/i386.t, cpu_supplement/m68k.t,
808        cpu_supplement/mips.t, cpu_supplement/powerpc.t, cpu_supplement/sh.t,
809        cpu_supplement/sparc.t, cpu_supplement/tic4x.t, porting/cpuinit.t,
810        user/conf.t, user/init.t: Move interrupt_stack_size field from CPU
811        Table to Configuration Table. Eliminate CPU Table from all ports.
812        Delete references to CPU Table in all forms.
813
[3e066540]8142007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
815
816        * cpu_supplement/arm.t, cpu_supplement/i386.t, cpu_supplement/m68k.t,
817        cpu_supplement/mips.t, cpu_supplement/powerpc.t, cpu_supplement/sh.t,
818        cpu_supplement/sparc.t, cpu_supplement/tic4x.t, user/conf.t: Moved
819        most of the remaining CPU Table fields to the Configuration Table.
820        This included pretasking_hook, predriver_hook, postdriver_hook,
821        idle_task, do_zero_of_workspace, extra_mpci_receive_server_stack,
822        stack_allocate_hook, and stack_free_hook. As a side-effect of this
823        effort some multiprocessing code was made conditional and some style
824        clean up occurred.
825
[da8e974a]8262007-11-29      Glenn Humphrey <glenn.humphrey@OARcorp.com>
827
828        * develenv/direct.t, develenv/sample.t: Corrected various errors.
829
[f09b997]8302007-11-28      Joel Sherrill <joel.sherrill@OARcorp.com>
831
832        * cpu_supplement/powerpc.t: Eliminate PowerPC specific elements from
833        the CPU Table. They have been replaced with variables named bsp_XXX
834        as needed.
835
[ae10dbd]8362007-11-28      Glenn Humphrey <glenn.humphrey@OARcorp.com>
837
838        * user/barrier.t, user/clock.t, user/concepts.t, user/conf.t,
839        user/datatypes.t, user/dpmem.t, user/fatal.t, user/init.t, user/mp.t,
840        user/msg.t, user/part.t, user/region.t, user/rtmon.t, user/sem.t,
841        user/task.t, user/timer.t: Corrected various errors in the
842        documentation.
843
[27394cd0]8442007-11-27      Joel Sherrill <joel.sherrill@OARcorp.com>
845
846        * develenv/develenv.texi, develenv/direct.t, develenv/intro.texi,
847        develenv/sample.t, develenv/utils.t: Update directory tree.
848
[68fe9f96]8492007-11-27      Joel Sherrill <joel.sherrill@oarcorp.com>
850
851        * user/conf.t: Add CONFIGURE_APPLICATION_EXTRA_DRIVERS.
852
[7d20851a]8532007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
854
855        * cpu_supplement/sh.t: Eliminate the clicks_per_microsecond field in
856        the SuperH CPU Table and define another mechanism for drivers to
857        obtain this information.
858
[4f6acf4]8592007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
860
861        * cpu_supplement/i386.t, cpu_supplement/m68k.t: Pick up changes missed
862        earlier.
863
[219aed68]8642007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
865
866        * cpu_supplement/mips.t: Eliminate the clicks_per_microsecond field in
867        the MIPS CPU Table and define another mechanism for drivers to obtain
868        this information.
869
[5e35d353]8702007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
871
872        * cpu_supplement/i386.t: Eliminate the interrupt_table_segment and
873        interrupt_table_offset fields in the i386 CPU Table since they are
874        never read.
875
[bab02ab]8762007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
877
878        * cpu_supplement/m68k.t: Eliminate the interrupt_vector_table field in
879        the m68k CPU Table since it is never read.
880
[76b839b]8812007-10-26      Glenn Humphrey <glenn.humphrey@OARcorp.com>
882
883        * user/rtmon.t: Fix report output.
884
[4ffbc49]8852007-10-25      Glenn Humphrey <glenn.humphrey@OARcorp.com>
886
887        * user/barrier.t, user/clock.t, user/concepts.t, user/cpuuse.t,
888        user/init.t, user/intr.t, user/io.t, user/mp.t, user/rtmon.t,
889        user/sem.t, user/stackchk.t, user/task.t, user/timer.t: Updated the
890        Ada documentation to reflect the current binding.
891
[b1cbb2d]8922007-09-24      Joel Sherrill <joel.sherrill@oarcorp.com>
893
894        PR 1262/filesystem
895        * posix_users/io.t: Add support for readv() and writev() including
896        documentation and test case.
897
[7837c73a]8982007-09-04      Joel Sherrill <joel.sherrill@OARcorp.com>
899
900        * rtems_footer.html.in, common/cpright.texi: Update copyright.
901
[00de6ac]9022007-08-02      Joel Sherrill <joel.sherrill@OARcorp.com>
903
904        * Makefile.am, configure.ac, develenv/direct.t: Remove RDBG.
905        * rgdb_specs/.cvsignore, rgdb_specs/Makefile.am, rgdb_specs/comm.t,
906        rgdb_specs/conclusion.t, rgdb_specs/daemon.t,
907        rgdb_specs/gdbinternals.t, rgdb_specs/interfacing.t,
908        rgdb_specs/intro.t, rgdb_specs/layers.eps, rgdb_specs/layers.jpg,
909        rgdb_specs/layers.txt, rgdb_specs/objectives.t,
910        rgdb_specs/process.eps, rgdb_specs/process.jpg,
911        rgdb_specs/process.txt, rgdb_specs/revision.t,
912        rgdb_specs/rgdb_specs.texi, rgdb_specs/seqbreak.eps,
913        rgdb_specs/seqbreak.jpg, rgdb_specs/seqbreak.txt,
914        rgdb_specs/seqdetach.eps, rgdb_specs/seqdetach.jpg,
915        rgdb_specs/seqdetach.txt, rgdb_specs/seqinit.eps,
916        rgdb_specs/seqinit.jpg, rgdb_specs/seqinit.txt, rtems_gdb/.cvsignore,
917        rtems_gdb/Makefile.am, rtems_gdb/commands.t, rtems_gdb/example.t,
918        rtems_gdb/intro.t, rtems_gdb/rtems_gdb.texi, rtems_gdb/started.t,
919        rtems_gdb/swarch.t, rtems_gdb/trouble.t: Removed.
920
[782e3e8b]9212007-06-21      Joel Sherrill <joel.sherrill@OARcorp.com>
922
923        * ada_user/ada_user.texi, bsp_howto/bsp_howto.texi,
924        cpu_supplement/cpu_supplement.texi, develenv/develenv.texi,
925        filesystem/filesystem.texi, itron3.0/itron.texi,
926        networking/networking.texi, porting/porting.texi,
927        posix1003.1/posix1003_1.texi, posix_users/posix_users.texi,
928        rgdb_specs/rgdb_specs.texi, rtems_gdb/rtems_gdb.texi,
929        started/started.texi, started_ada/started_ada.texi, user/c_user.texi:
930        Print table of contents in front of manual where it should be when
931        you print.
932
[e70f201]9332007-06-12      Joel Sherrill <joel.sherrill@OARcorp.com>
934
935        * user/io.t: Fix typo.
936
[6829e03]9372007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
938
939        * user/io.t: Added error cases to rtems_io_register_driver.
940
[001b4b04]9412007-05-28      Joel Sherrill <joel.sherrill@OARcorp.com>
942
943        * user/conf.t: Eliminate maximum_drivers configuration parameter since
944        it was used to configure a no longer used feature. Device names are
945        now part of the filesystem not in a table. This also eliminated the
946        variables _IO_Number_of_devices and _IO_Driver_name_table from RTEMS
947        as well as the memory allocation used to populate
948        _IO_Driver_name_table.
949
[bfa0476]9502007-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
951
952        * user/conf.t: Add CONFIGURE_MESSAGE_BUFFER_MEMORY. Use
953        rtems/confdefs.h instead of old confdefs.h.
954
[804e3bd0]9552007-05-22      Joel Sherrill <joel.sherrill@OARcorp.com>
956
957        * user/conf.t: Fix typo -- should have read kilobytes.
958
[35a81f8]9592007-05-15      Joel Sherrill <joel.sherrill@oarcorp.com>
960
961        * user/Makefile.am, user/concepts.t, user/rtmon.t: Integrate Rate
962        Monotonic Statistics and Period Usage into Rate Monotonic Manager.
963        Added the following directives: rtems_rate_monotonic_get_statistics,
964        rtems_rate_monotonic_reset_statistics,
[ad3b1171]965        rtems_rate_monotonic_reset_all_statistics,
966        rtems_rate_monotonic_report_statistics, and rtems_object_get_name.
[35a81f8]967        Obsoleted the rtems/rtmonuse.h file as a public interface.
968
[e974f9d7]9692007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
970
971        * user/.cvsignore, user/cpuuse.t, user/stackchk.t: Stack checker and
972        CPU usage chapters are now OK in the manual.
973
[fae9d83]9742007-05-09      Ralf Corsépius <ralf.corsepius@rtems.org>
975
976        * porting/miscellaneous.t: Remove subsection on "Optional
977        Endian Conversion Routines", CPU_HAS_OWN_HOST_TO_NETWORK_ROUTINES.
978
[d51ecd6]9792007-04-05      Joel Sherrill <joel@OARcorp.com>
980
981        * user/example.texi: Change all obsoleted CONFIGURE_TEST_NEEDS_XXX
982        configuration constants to CONFIGURE_APPLICATION_NEEDS_XXX.
983
[540de0e5]9842007-04-05      Joel Sherrill <joel@OARcorp.com>
985
986        * user/task.t: Add rtems_iterate_over_all_threads.
987
[bf4d016]9882007-04-02      Joel Sherrill <joel@OARcorp.com>
989
990        * user/clock.t: Add clock_get_uptime().
991
[a91cc06]9922007-03-28      Chris Johns <chrisj@rtems.org>
993
994        * user/Makefile.am, user/clock.t: Add support for a handler to obtain
995        the number of nanoseconds since the last clock tick. The primary
996        interface for this is rtems_clock_set_nanoseconds_extension.
997        Subsequent commits from Joel will redo the TOD support to use this
998        capability.
999
[5622ddc4]10002007-03-10      Joel Sherrill <joel@OARcorp.com>
1001
1002        PR 1226/cpukit
1003        * user/conf.t: CONFIGURE_HAS_OWN_MULTIPROCESSING_TABLE not
1004        CONFIGURE_HAS_OWN_MULTIPROCESING_TABLE.
1005
[d4b29af]10062007-03-08      Joel Sherrill <joel@OARcorp.com>
1007
1008        * user/Makefile.am, user/stackchk.t: Change dump usage to report usage.
1009
[9bacef80]10102007-03-06      Joel Sherrill <joel@OARcorp.com>
1011
1012        * ada_user/Makefile.am, ada_user/ada_user.texi: Ada API manual now
1013        builds again.
1014
[e8e2693c]10152007-03-06      Joel Sherrill <joel@OARcorp.com>
1016
1017        * user/Makefile.am, user/barrier.t, user/c_user.texi: Update barrier
1018        documentation.
1019
[af61bca7]10202007-03-02      Joel Sherrill <joel@OARcorp.com>
1021
1022        PR 1221/doc
1023        * user/rtmon.t: Add missing exponent operator in RMS CPU Utiliziation
1024        formula.
1025
[073b310]10262007-01-16      Ralf Corsépius <ralf.corsepius@rtems.org>
1027
1028        * setup.def: newlib-1.15.0.
1029
[5f65678b]10302007-01-15      Ralf Corsépius <ralf.corsepius@rtems.org>
1031
[5ac53f6]1032        * common/rtems.texi.in: Use bugzilla for RTEMSBUGS.
1033        Remove RTEMSGNATS.
[57caf2d6]1034        * started/binaries.t, started/buildc.t, started/tversions.texi.in:
1035        Various update to reflect current toolchains.
[56f3364]1036        * configure.ac: Reflect having moved setup.def.
1037        Eliminate gcc3*.       
[5f65678b]1038        * setup.def: New (Formerly in ../scripts).
1039
[cd92748]10402006-12-20      Joel Sherrill <joel@OARcorp.com>
1041
1042        * posix_users/thread.t: Correct spelling error.
1043
[fcb0cd46]10442006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
1045
1046        * configure.ac: New BUG-REPORT address.
1047
[d8f7868]10482006-10-26      Joel Sherrill <joel@OARcorp.com>
1049
1050        * ada_user/.cvsignore, bsp_howto/.cvsignore, cpu_supplement/.cvsignore,
1051        develenv/.cvsignore, filesystem/.cvsignore, itron3.0/.cvsignore,
1052        networking/.cvsignore, new_chapters/.cvsignore, porting/.cvsignore,
1053        posix1003.1/.cvsignore, relnotes/.cvsignore: Add missing files.
1054
[1e3518b]10552006-10-25      Joel Sherrill <joel@OARcorp.com>
1056
1057        * posix_users/.cvsignore, rgdb_specs/.cvsignore, rtems_gdb/.cvsignore,
1058        started/.cvsignore, started_ada/.cvsignore: Add more generated files.
1059
[84bc4bd]10602006-10-23      Joel Sherrill <joel@OARcorp.com>
1061
1062        * user/.cvsignore: Update.
1063
[ffae7bd]10642006-10-23      Joel Sherrill <joel@OARcorp.com>
1065
1066        * ada_user/Makefile.am, ada_user/ada_user.texi,
1067        cpu_supplement/Makefile.am, cpu_supplement/cpu_supplement.texi,
1068        cpu_supplement/sparc.t: Add Blackfin CPU supplement chapter and get
1069        everything building from previous breakages.
1070        * cpu_supplement/bfin.t: New file.
1071
[98fc455c]10722006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
1073
1074        * porting/interrupts.t: Fix bogus _CPU_ISR_Get_level.
1075
[ba2c04f]10762006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
1077
1078        * configure.ac: Require autoconf-2.60. Require automake-1.10.
1079
[adfdb1c]10802006-09-25      Joel Sherrill <joel.sherrill@oarcorp.com>
1081
1082        * user/barrier.t: New file.
1083
10842006-09-25      Joel Sherrill <joel.sherrill@oarcorp.com>
1085
1086        * user/barrier.t: New file.
1087
[e694c94b]10882006-09-14      Joel Sherrill <joel@OARcorp.com>
1089
1090        * new_chapters/Makefile.am, new_chapters/gen_section,
1091        new_chapters/new_chapters.texi, user/Makefile.am, user/c_user.texi,
1092        user/dirstat.texi: Promote CPU Usage to first class citizen. Rename
1093        to start with rtems_ and include documentation in user guide.
1094        * user/cpuuse.t: New file.
1095        * new_chapters/cpuuse.t: Removed.
1096
[aba8a85]10972006-09-13      Joel Sherrill <joel@OARcorp.com>
1098
1099        * new_chapters/Makefile.am, user/Makefile.am, user/c_user.texi,
1100        user/dirstat.texi, user/task.t: Move stack to first class citizen
1101        status. Include it in User Manual and rename to start with rtems_.
1102        * user/stackchk.t: New file.
1103        * new_chapters/stackchk.t: Removed.
1104
11052006-09-13      Joel Sherrill <joel@OARcorp.com>
1106
1107        * new_chapters/Makefile.am, user/Makefile.am, user/c_user.texi,
1108        user/dirstat.texi, user/task.t: Move stack to first class citizen
1109        status. Include it in User Manual and rename to start with rtems_.
1110        * user/stackchk.t: New file.
1111        * new_chapters/stackchk.t: Removed.
1112
[f027b90]11132006-09-07      Ken Peters <ken.peters@jpl.nasa.gov>
1114
1115        PR 1171/doc
1116        * user/timer.t: Correct documentation for rtems_timer_initiate_server.
1117
[36af34f]11182006-08-29      Joel Sherrill <joel@OARcorp.com>
1119
1120        * cpu_supplement/cpu_supplement.texi: New file.
1121
[45bcd28]11222006-08-27      Joel Sherrill <joel@OARcorp.com>
1123
1124        * Makefile.am, configure.ac, develenv/direct.t: Remove gnu_docs. Now
1125        included with RPMs.
1126        * gnu_docs/.cvsignore, gnu_docs/ChangeLog, gnu_docs/Makefile.am,
1127        gnu_docs/Tool_Doc_Instructions, gnu_docs/gen_docs,
1128        gnu_docs/gnu_footer.html, gnu_docs/gnu_header.html,
1129        gnu_docs/index.html, gnu_docs/mk_install_dir, gnu_docs/refcard.html,
1130        gnu_docs/rtems_tools_index.html: Removed.
1131
[d8f0aa16]11322006-08-23      Joel Sherrill <joel@OARcorp.com>
1133
1134        * Makefile.am, configure.ac, index.html.in: FAQ should now be
1135        completely in the Wiki.
1136        * FAQ/.cvsignore, FAQ/FAQ.texi, FAQ/Makefile.am, FAQ/basic.t,
1137        FAQ/bsp.t, FAQ/build45.t, FAQ/concepts.t, FAQ/debug.t,
1138        FAQ/endoftime.t, FAQ/entry, FAQ/freesw.t, FAQ/hwdebugaids.t,
1139        FAQ/projects.t, FAQ/stamp-vti, FAQ/tools.t, FAQ/version.texi,
1140        common/timemac.texi, common/timetbl.t, common/timing.t: Removed.
1141
[83fb86f]11422006-08-23      Joel Sherrill <joel@OARcorp.com>
1143
1144        * Makefile.am, configure.ac, FAQ/stamp-vti, FAQ/version.texi,
1145        common/cpright.texi: Merging CPU Supplements into a single document.
1146        As part of this removed the obsolete and impossible to maintain size
1147        and timing information.
1148        * cpu_supplement/.cvsignore, cpu_supplement/Makefile.am,
1149        cpu_supplement/arm.t, cpu_supplement/i386.t, cpu_supplement/m68k.t,
1150        cpu_supplement/mips.t, cpu_supplement/powerpc.t,
1151        cpu_supplement/preface.texi, cpu_supplement/sh.t,
1152        cpu_supplement/sparc.t, cpu_supplement/tic4x.t: New files.
1153        * supplements/.cvsignore, supplements/Makefile.am,
1154        supplements/supplement.am, supplements/arm/.cvsignore,
1155        supplements/arm/BSP_TIMES, supplements/arm/ChangeLog,
1156        supplements/arm/Makefile.am, supplements/arm/arm.texi,
1157        supplements/arm/bsp.t, supplements/arm/callconv.t,
1158        supplements/arm/cpumodel.t, supplements/arm/cputable.t,
1159        supplements/arm/fatalerr.t, supplements/arm/intr_NOTIMES.t,
1160        supplements/arm/memmodel.t, supplements/arm/preface.texi,
1161        supplements/arm/timeBSP.t, supplements/c4x/.cvsignore,
1162        supplements/c4x/BSP_TIMES, supplements/c4x/ChangeLog,
1163        supplements/c4x/Makefile.am, supplements/c4x/bsp.t,
1164        supplements/c4x/c4x.texi, supplements/c4x/callconv.t,
1165        supplements/c4x/cpumodel.t, supplements/c4x/cputable.t,
1166        supplements/c4x/fatalerr.t, supplements/c4x/intr_NOTIMES.t,
1167        supplements/c4x/memmodel.t, supplements/c4x/preface.texi,
1168        supplements/c4x/timeBSP.t, supplements/i386/.cvsignore,
1169        supplements/i386/ChangeLog, supplements/i386/FORCE386_TIMES,
1170        supplements/i386/Makefile.am, supplements/i386/bsp.t,
1171        supplements/i386/callconv.t, supplements/i386/cpumodel.t,
1172        supplements/i386/cputable.t, supplements/i386/fatalerr.t,
1173        supplements/i386/i386.texi, supplements/i386/intr_NOTIMES.t,
1174        supplements/i386/memmodel.t, supplements/i386/preface.texi,
1175        supplements/i386/timeFORCE386.t, supplements/m68k/.cvsignore,
1176        supplements/m68k/ChangeLog, supplements/m68k/MVME136_TIMES,
1177        supplements/m68k/Makefile.am, supplements/m68k/bsp.t,
1178        supplements/m68k/callconv.t, supplements/m68k/cpumodel.t,
1179        supplements/m68k/cputable.t, supplements/m68k/fatalerr.t,
1180        supplements/m68k/intr_NOTIMES.t, supplements/m68k/m68k.texi,
1181        supplements/m68k/memmodel.t, supplements/m68k/preface.texi,
1182        supplements/m68k/timeMVME136.t, supplements/m68k/timedata.t,
1183        supplements/mips/.cvsignore, supplements/mips/BSP_TIMES,
1184        supplements/mips/ChangeLog, supplements/mips/Makefile.am,
1185        supplements/mips/bsp.t, supplements/mips/callconv.t,
1186        supplements/mips/cpumodel.t, supplements/mips/cputable.t,
1187        supplements/mips/fatalerr.t, supplements/mips/intr_NOTIMES.t,
1188        supplements/mips/memmodel.t, supplements/mips/mips.texi,
1189        supplements/mips/preface.texi, supplements/mips/timeBSP.t,
1190        supplements/powerpc/.cvsignore, supplements/powerpc/ChangeLog,
1191        supplements/powerpc/DMV177_TIMES, supplements/powerpc/Makefile.am,
1192        supplements/powerpc/PSIM_TIMES, supplements/powerpc/bsp.t,
1193        supplements/powerpc/callconv.t, supplements/powerpc/cpumodel.t,
1194        supplements/powerpc/cputable.t, supplements/powerpc/fatalerr.t,
1195        supplements/powerpc/intr_NOTIMES.t, supplements/powerpc/memmodel.t,
1196        supplements/powerpc/powerpc.texi, supplements/powerpc/preface.texi,
1197        supplements/powerpc/timeDMV177.t, supplements/powerpc/timePSIM.t,
1198        supplements/sh/.cvsignore, supplements/sh/BSP_TIMES,
1199        supplements/sh/ChangeLog, supplements/sh/Makefile.am,
1200        supplements/sh/bsp.t, supplements/sh/callconv.t,
1201        supplements/sh/cpumodel.t, supplements/sh/cputable.t,
1202        supplements/sh/fatalerr.t, supplements/sh/intr_NOTIMES.t,
1203        supplements/sh/memmodel.t, supplements/sh/preface.texi,
1204        supplements/sh/sh.texi, supplements/sh/timeBSP.t,
1205        supplements/sparc/.cvsignore, supplements/sparc/ChangeLog,
1206        supplements/sparc/ERC32_TIMES, supplements/sparc/Makefile.am,
1207        supplements/sparc/bsp.t, supplements/sparc/callconv.t,
1208        supplements/sparc/cpumodel.t, supplements/sparc/cputable.t,
1209        supplements/sparc/fatalerr.t, supplements/sparc/intr_NOTIMES.t,
1210        supplements/sparc/memmodel.t, supplements/sparc/preface.texi,
1211        supplements/sparc/sparc.texi, supplements/sparc/timeERC32.t,
1212        supplements/template/.cvsignore, supplements/template/BSP_TIMES,
1213        supplements/template/ChangeLog, supplements/template/Makefile.am,
1214        supplements/template/bsp.t, supplements/template/callconv.t,
1215        supplements/template/cpumodel.t, supplements/template/cputable.t,
1216        supplements/template/fatalerr.t, supplements/template/intr_NOTIMES.t,
1217        supplements/template/memmodel.t, supplements/template/preface.texi,
1218        supplements/template/template.texi, supplements/template/timeBSP.t: Removed.
1219
[bbc7c2d]12202006-01-20      Ralf Corsepius <ralf.corsepius@rtems.org>
1221
1222        * user/rtemsarc.gif, user/states.gif, user/rtemspie.gif:
1223        Remove (Unused).
1224        * user/rtemsarc.txt, user/rtemspie.txt, user/states.txt:
1225        New (Extracted from other docs).
1226        * user/Makefile.am: Reflect changes above.
1227
12282006-01-19      Ralf Corsepius <ralf.corsepius@rtems.org>
[8d795aa]1229
1230        * index.html.in: Remove OR32.
1231
[dec0a35]12322006-01-08      Joel Sherrill <joel@OARcorp.com>
1233
1234        * user/io.t: Change rtems_io_register_name to take a const char *.
1235
[112581b7]12362005-09-15      Jay Monkman <jtm@lopingdog.com>
1237
1238        PR 365/rtems
1239        * supplements/arm/cpumodel.t: Removed unused ARM_HAS_CLZ macro.
1240
[ac61c5c2]12412005-09-03      Ralf Corsepius <ralf.corsepius@rtems.org>
1242
1243        * FAQ/basic.texi, FAQ/bsp.texi, FAQ/build45.texi,
1244        FAQ/concepts.texi, FAQ/debug.texi, FAQ/endoftime.texi,
1245        FAQ/freesw.texi, FAQ/hwdebugaids.texi, FAQ/projects.texi,
1246        FAQ/tools.texi: Remove (Generated files).
1247
[da8c85d]12482005-09-02      Joel Sherrill <joel@OARcorp.com>
1249
1250        * FAQ/basic.texi, FAQ/bsp.texi, FAQ/build45.texi, FAQ/concepts.texi,
1251        FAQ/debug.texi, FAQ/endoftime.texi, FAQ/freesw.texi,
1252        FAQ/hwdebugaids.texi, FAQ/projects.texi, FAQ/stamp-vti,
1253        FAQ/tools.texi, FAQ/version.texi, bsp_howto/rtc.t, started/buildc.t,
1254        started/buildrt.t, user/Makefile.am, user/region.t: Fix typos and
1255        regenerate.
1256
[a9d5d44]12572005-06-17      Joel Sherrill <joel@OARcorp.com>
1258
1259        * user/region.t: Add documentation on region_resize_segment.
1260
[03f655c]12612005-04-28      Joel Sherrill <joel@OARcorp.com>
1262
1263        * bsp_howto/rtc.t: Rewritten to account for removal of dmv177.
1264
[5352c73]12652005-03-04      Joel Sherrill <joel@OARcorp.com>
1266
1267        * networking/decdriver.t: Make PCI initialize function part of the
1268        unified PCI API as pci_initialize().
1269
[1c89b86]12702004-11-05      Joel Sherrill <joel@OARcorp.com>
1271
1272        PR 706/doc
1273        * user/task.t: Remove not that changes explanation.
1274
[8197135]12752004-09-29      Joel Sherrill <joel@OARcorp.com>
1276
1277        * configure.ac, index.html.in, FAQ/basic.t, FAQ/basic.texi, FAQ/entry,
1278        porting/cpumodels.t, started/buildc.t, started_ada/buildada.t,
1279        user/preface.texi: i960 obsoleted.
1280
[a93c174]12812004-09-29      Joel Sherrill <joel@OARcorp.com>
1282
1283        * supplements/Makefile.am: i960 obsoleted.
1284        * supplements/i960/.cvsignore, supplements/i960/CVME961_TIMES,
1285        supplements/i960/ChangeLog, supplements/i960/Makefile.am,
1286        supplements/i960/bsp.t, supplements/i960/callconv.t,
1287        supplements/i960/cpumodel.t, supplements/i960/cputable.t,
1288        supplements/i960/fatalerr.t, supplements/i960/i960.texi,
1289        supplements/i960/intr_NOTIMES.t, supplements/i960/memmodel.t,
1290        supplements/i960/preface.texi, supplements/i960/timeCVME961.t: Removed.
1291
[34ffa99]12922004-09-27      Joel Sherrill <joel@OARcorp.com>
1293
1294        PR 682/doc
[13eca888]1295        PR 683/doc
1296        * started/buildc.t, started/buildrt.t, started/sample.t: Fix PATH and
1297        tar examples. Enable binutils link again.
[34ffa99]1298        * user/overview.t: Chapter numbering in preface was wrong.
1299
[97891e5e]13002004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
1301
1302        * configure.ac: Require automake > 1.9.
1303
[c7f247d]13042004-09-08      Ralf Corsepius <ralf_corsepius@rtems.org>
1305
1306        * FAQ/build45.t: Misc. corrections.
1307
[cf86205]13082004-08-02      Ralf Corsepius <ralf_corsepius@rtems.org>
1309
1310        * rgdb_specs/layers.txt, rgdb_specs/process.txt,
1311        rgdb_specs/seqbreak.txt, rgdb_specs/seqdetach.txt,
1312        rgdb_specs/seqinit.txt: New.
1313        * rgdb_specs/comm.t, rgdb_specs/conclusion.t,
1314        rgdb_specs/gdbinternals.t: Use @image for
1315        ASCII figures (Reflect changes above).
1316
13172004-07-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1318
1319        * common/rtems.texi.in, FAQ/basic.t: Remove RTEMSSNAPSHOTS,
1320        RTEMSSNAPSHOTSSUBSCRIBE.
1321
[7620b74]13222004-07-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1323
1324        * FAQ/basic.texi, FAQ/bsp.texi, FAQ/build45.texi, FAQ/concepts.texi,
1325        FAQ/debug.texi, FAQ/endoftime.texi, FAQ/freesw.texi,
1326        FAQ/hwdebugaids.texi, FAQ/projects.texi, FAQ/tools.texi,
1327        FAQ/version.texi, FAQ/stamp-vti: New.
1328
[ec95bd8]13292004-07-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1330
1331        * networking/networkflow.txt, networking/PCIreg.txt,
1332        networking/recvbd.txt: New.
1333        * networking/decdriver.t, networking/networktasks.t: Use @image for
1334        ASCII figures (Reflect changes above).
1335
[81656fab]13362004-07-24      Joel Sherrill <joel@OARcorp.com>
1337
[d251190]1338        PR 652/rtems
[81656fab]1339        * user/signal.t: Return RTEMS_INVALID_NUMBER when sending an empty
1340        signal set.
1341
[d3b7d98a]13422004-06-29      Joel Sherrill <joel@OARcorp.com>
1343
1344        PR 631/rtems
1345        * user/msg.t: Document the return status from message_queue_create when
1346        unable to allocate message buffer memory.
1347
[34d934a]13482004-05-21      Joel Sherrill <joel@OARcorp.com>
1349
1350        PR 627/doc
1351        * user/task.t: Behavior documented for an rtems_task_create with
1352        stacksize < minimum was not the implemented behavior.
1353
[f8892c9]13542004-05-06      Joel Sherrill <joel@OARcorp.com>
1355
1356        PR 618/rtems
1357        * user/clock.t, user/dpmem.t, user/event.t, user/msg.t, user/part.t,
1358        user/region.t, user/sem.t, user/task.t, user/timer.t: Add NULL
1359        checks.
1360
[a785e63]13612004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1362
1363        * started/buildc.t: Use tar xjf for bzip'ed files.
1364        * started/buildrt.t: Use tar xjf to unzip rtems.
1365
[070425c]13662004-03-05      Joel Sherrill <joel@OARcorp.com>
1367
1368        PR 576/doc
1369        * FAQ/FAQ.texi, FAQ/Makefile.am: Remove embedded information as it was
1370        out of date and frequently duplicated information available from
1371        other public sources like the CrossGCC Wiki.
1372        * FAQ/embeddedinfo.t: Removed.
1373
[b52b7f9]13742004-02-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1375
1376        * develenv/Makefile.am: Put *.texi into the builddir.
1377
[3deca68]13782004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1379
1380        * started/tversions.texi: Remove (Bogus).
1381
[a897894]13822004-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1383
[0544944]1384        * ChangeLog: Merge-in supplements/ChangeLog.
[0c815860]1385        * ChangeLog: Merge-in ada_user/ChangeLog.
1386        * ChangeLog: Merge-in started_ada/ChangeLog.
[b127bb31]1387        * ChangeLog: Merge-in bsp_howto/ChangeLog.
1388        * ChangeLog: Merge-in porting/ChangeLog.
1389        * ChangeLog: Merge-in rgdb_specs/ChangeLog.
1390        * ChangeLog: Merge-in rtems_gdb/ChangeLog.
[7e77acb]1391        * ChangeLog: Merge-in filesystem/ChangeLog.
1392        * ChangeLog: Merge-in networking/ChangeLog.
[8a2d57e3]1393        * ChangeLog: Merge-in posix_users/ChangeLog.
1394        * ChangeLog: Merge-in posix1003.1/ChangeLog.
1395        * ChangeLog: Merge-in itron3.0/ChangeLog.
[a897894]1396        * ChangeLog: Merge-in FAQ/ChangeLog.
[7706183]1397        * ChangeLog: Merge-in user/ChangeLog.
[a5b4f46b]1398        * posix_users/ChangeLog, posix1003.1/ChangeLog, itron3.0/ChangeLog,
1399        supplements/ChangeLog, bsp_howto/ChangeLog, porting/ChangeLog,
1400        rgdb_specs/ChangeLog, rtems_gdb/ChangeLog, ada_user/ChangeLog,
1401        started_ada/ChangeLog, filesystem/ChangeLog, networking/ChangeLog,
1402        FAQ/ChangeLog, user/ChangeLog: Remove.
[7706183]1403
[39075eb2]14042004-02-03      Joel Sherrill <joel@OARcorp.com>
1405
1406        * HELP.html, index.html.in, rtems_footer.html.in, rtems_header.html.in,
1407        FAQ/basic.t, gnu_docs/gnu_footer.html, gnu_docs/index.html,
1408        gnu_docs/refcard.html, gnu_docs/rtems_tools_index.html,
1409        started/binaries.t, started/buildc.t, started/buildrt.t,
1410        started/intro.t, started/require.t, started/sample.t,
[7706183]1411        started/tversions.texi.in: Incorporating changes from pre-4.6.0 review.
[39075eb2]1412
[cfad1dcf]14132004-02-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1414
[a5b4f46b]1415        * configure.ac, common/rtems.texi.in, started/binaries.t: Add
1416        RTEMSRPMGROUP.
[34869f5]1417        * ChangeLog: Merge-in started/ChangeLog.
1418        * started/ChangeLog: Remove.
[7706183]1419        * configure.ac: Add RTEMS_ENABLE_RPMPREFIX. Add RTEMSRPMPREFIX.
[001873b]1420        * common/rtems.texi.in: Add RTEMSRPMPREFIX.
1421
[a55a560]14222004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1423
1424        * ChangeLog: Reformat. Merge-in develenv/ChangeLog.
1425        * develenv/ChangeLog: Remove.
1426
[a1ae709]14272004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1428
[c770480]1429        * Makefile.am: Remove AUTOMAKE_FILES. Add ../scripts/setup.def
1430        ../COPYING to EXTRA_DIST. Add rtems.html.in to EXTRA_DIST.
[a55a560]1431        * develenv/Makefile.am: Add direct.t sample.t utils.t to EXTRA_DIST.
[b127bb31]1432        * bsp_howto/Makefile.am: Add ata.t, ide_ctrl.t to EXTRA_DIST.
[a1ae709]1433
[8a2d57e3]14342004-01-09      Joel Sherrill <joel@OARcorp.com>
1435
1436        PR 464/doc
1437        * posix_users/clock.t, posix_users/signal.t: Add documentation for
1438        usleep() and ualarm(). Also fixed a couple of calls which have the wrong
1439        .h files per the OpenGroup site documentation.
1440
[b08dc265]14412004-01-07      Joel Sherrill <joel@OARcorp.com>
1442
[a5b4f46b]1443        * configure.ac, index.html.in, started_ada/buildada.t,
1444        supplements/Makefile.am: mips64orion port removed as mips port more
[0c815860]1445        completely covers the MIPS family.
[a5b4f46b]1446        * rtems_support.html.in, supplements/mips64orion/.cvsignore,
1447        supplements/mips64orion/BSP_TIMES, supplements/mips64orion/ChangeLog,
1448        supplements/mips64orion/Makefile.am, supplements/mips64orion/bsp.t,
1449        supplements/mips64orion/callconv.t, supplements/mips64orion/cpumodel.t,
1450        supplements/mips64orion/cputable.t, supplements/mips64orion/fatalerr.t,
[0544944]1451        supplements/mips64orion/intr_NOTIMES.t,
1452        supplements/mips64orion/memmodel.t,
1453        supplements/mips64orion/mips64orion.texi,
1454        supplements/mips64orion/preface.texi, supplements/mips64orion/timeBSP.t:
1455        Removed.
[b08dc265]1456
[810720b6]14572003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1458
1459        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
[a5b4f46b]1460        * develenv/Makefile.am, user/Makefile.am, FAQ/Makefile.am,
1461        posix_users/Makefile.am, posix1003.1/Makefile.am, itron3.0/Makefile.am,
1462        filesystem/Makefile.am, networking/Makefile.am, bsp_howto/Makefile.am,
1463        porting/Makefile.am, rgdb_specs/Makefile.am, rtems_gdb/Makefile.am,
1464        ada_user/Makefile.am, started_ada/Makefile.am, supplements/Makefile.am:
1465        Cosmetics.
[a55a560]1466
14672003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1468
[a5b4f46b]1469        * develenv/Makefile.am, user/Makefile.am, FAQ/Makefile.am,
1470        posix_users/Makefile.am, posix1003.1/Makefile.am, itron3.0/Makefile.am,
1471        filesystem/Makefile.am, networking/Makefile.am, bsp_howto/Makefile.am,
1472        porting/Makefile.am, rgdb_specs/Makefile.am, rtems_gdb/Makefile.am,
1473        ada_user/Makefile.am, started_ada/Makefile.am, supplements/Makefile.am:
1474        Cosmetics.
[810720b6]1475
[805d764d]14762003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1477
[c770480]1478        * project.am: Remove $(PROJECT).info* from CLEANFILES (Doesn't work with
1479        automake-1.7f/1.8 anymore).
[a5b4f46b]1480        * develenv/Makefile.am, user/Makefile.am, FAQ/Makefile.am,
1481        posix_users/Makefile.am, posix1003.1/Makefile.am, itron3.0/Makefile.am,
1482        filesystem/Makefile.am, networking/Makefile.am, bsp_howto/Makefile.am,
1483        porting/Makefile.am, rgdb_specs/Makefile.am, rtems_gdb/Makefile.am,
1484        ada_user/Makefile.am, started_ada/Makefile.am: Add *.info to CLEANFILES
1485        to accomodate automake-1.7f/1.8 breaking building infos.
[7706183]1486
14872003-11-25      Joel Sherrill <joel@OARcorp.com>
1488
1489        PR 528/rtems_misc
1490        * user/task.t: Fix Ada binding for task variable calls.
[805d764d]1491
[6521b63]14922003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1493
1494        * Makefile.am: Add missing '\'. Reformat.
1495
[7706183]14962003-11-21      Joel Sherrill <joel@OARcorp.com>
1497
1498        PR 521/doc
1499        * user/sem.t: Default attributes were wrong for semaphores.
1500
[0febd38f]15012003-10-22      Joel Sherrill <joel@OARcorp.com>
1502
1503        PR 513/doc
1504        * Makefile.am, index.html.in: Rename Getting Started to be non-language
1505        specific and remove link to Ada Getting Started. Also install missing
1506        graphic.
1507
[7e77acb]15082003-10-02      Gene Smith <gene.smith@siemens.com>
1509
1510        * networking/networkapp.t, networking/preface.texi: Improve
1511        documentation for SO_RCVWAKEUP and SO_SNDWAKEUP and update the
1512        references in the preface.
1513
[7706183]15142003-09-29      Joel Sherrill <joel@OARcorp.com>
1515
1516        * user/preface.texi: Eliminate references to HPPA.
1517
[a897894]15182003-09-26      Joel Sherrill <joel@OARcorp.com>
1519
[a5b4f46b]1520        * FAQ/basic.t, FAQ/entry, porting/cpumodels.t: Obsoleting HP PA-RISC
1521        port and removing all references.
[0544944]1522        * supplements/hppa1_1/.cvsignore, supplements/hppa1_1/ChangeLog,
1523        supplements/hppa1_1/Makefile.am, supplements/hppa1_1/SIMHPPA_TIMES,
1524        supplements/hppa1_1/bsp.t, supplements/hppa1_1/callconv.t,
1525        supplements/hppa1_1/cpumodel.t, supplements/hppa1_1/cputable.t,
1526        supplements/hppa1_1/fatalerr.t, supplements/hppa1_1/hppa1_1.texi,
1527        supplements/hppa1_1/intr_NOTIMES.t, supplements/hppa1_1/memmodel.t,
1528        supplements/hppa1_1/preface.texi, supplements/hppa1_1/timeSIMHPPA.t:
1529        Removed.
[a897894]1530
[d687985]15312003-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1532
1533        * ChangeLog: Merge images/ChangeLog.
[5cb9ff5]1534        * ChangeLog: Merge common/ChangeLog.
[a5b4f46b]1535        * images/ChangeLog, common/ChangeLog: Removed.
1536        * rtems_support.html.in, index.html.in: Purge hppa1.1.
[0769ece]1537        * common/.cvsignore: Add rtems.texi, rtems.sed.
[c770480]1538        * configure.ac: Merger from rtems-4-6-branch. Purge hppa1.1.
[a5b4f46b]1539        * Makefile.am, project.am, develenv/Makefile.am, user/Makefile.am,
1540        FAQ/Makefile.am, posix_users/Makefile.am, posix1003.1/Makefile.am,
1541        itron3.0/Makefile.am, filesystem/Makefile.am, networking/Makefile.am,
1542        bsp_howto/Makefile.am, porting/Makefile.am, rgdb_specs/Makefile.am,
1543        rtems_gdb/Makefile.am, ada_user/Makefile.am, started_ada/Makefile.am:
1544        Merger from rtems-4-6-branch.
[24dd0fb]1545
[0544944]15462003-09-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1547
1548        * supplements/supplement.am: Add -I $(top_builddir) TEXI2WWW_ARGS.
1549        * supplements/Makefile.am: Purge hppa1.1.
1550
[ba6a9ec]15512003-09-19      Joel Sherrill <joel@OARcorp.com>
1552
[a5b4f46b]1553        * common/rtems.texi.in: New file.
[ba6a9ec]1554        * acinclude.m4, images/rtems_logo.jpg: New files.
1555        * SUPPORT, tools/texi2www/archive/texi2www-960103.tgz: Removed.
[a5b4f46b]1556        * HELP.html, index.html.in, rtems_footer.html.in, rtems_header.html.in,
1557        rtems_support.html.in, ada_user/ada_user.texi, common/cpright.texi,
1558        common/setup.texi, develenv/develenv.texi, develenv/direct.t,
1559        develenv/sample.t, develenv/utils.t, user/c_user.texi, user/fatal.t,
1560        user/preface.texi, user/rtmon.t, FAQ/FAQ.texi, FAQ/basic.t,
1561        FAQ/build45.t, FAQ/entry, FAQ/tools.t, posix_users/posix_users.texi,
1562        posix1003.1/ch07.t, posix1003.1/posix1003_1.texi,
1563        posix1003.1/preface.texi, itron3.0/itron.texi,
1564        filesystem/filesystem.texi, networking/networking.texi,
1565        bsp_howto/analog.t, bsp_howto/bsp_howto.texi, bsp_howto/discrete.t,
1566        bsp_howto/nvmem.t, bsp_howto/target.t, porting/porting.texi,
1567        rgdb_specs/rgdb_specs.texi, rtems_gdb/rtems_gdb.texi,
1568        started_ada/intro.t, started_ada/started_ada.texi,
[0c815860]1569        started_ada/tversions.texi: Merge from branch.
[8a2d57e3]1570
15712003-09-04      Joel Sherrill <joel@OARcorp.com>
1572
1573        PR 466/doc
1574        * posix_users/io.t: Added sync().
[5cb9ff5]1575
[0c815860]15762003-08-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1577
1578        * started_ada/buildada.t, started_ada/gdb.t, started_ada/tversions.texi:
1579        Don't use VARIABLEs containing '-' in @set and @value (violates
1580        texi-syntax).
1581
[b127bb31]15822003-08-22      Joel Sherrill <joel@OARcorp.com>
1583
[a5b4f46b]1584        * bsp_howto/adaintr.t, bsp_howto/ata.t, bsp_howto/target.t,
1585        porting/cpumodels.t, porting/sourcecode.t: Reconcile differences between
1586        CVS trunk and 4.6 branch.
[b127bb31]1587
15882003-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1589
1590        * bsp_howto/ide-ctrl.t: Merger from 4.6-branch.
1591
[7dcc3fe]15922003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1593
1594        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
1595
[7706183]15962003-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1597
1598        * user/fatal.t: Reflect c/src/exec having moved to cpukit.
[a897894]1599        * FAQ/build45.t: Fix typo (config.long).
[a5b4f46b]1600        * rgdb_specs/daemon.t, rtems_gdb/example.t: Reflect c/src/exec having
1601        moved to cpukit.
[7706183]1602
[a55a560]16032003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1604
1605        * develenv/develenv.texi: Fix @setfilename to develenv.info.
1606
16072003-04-16      Joel Sherrill <joel@OARcorp.com>
1608
1609        * develenv/Makefile.am, develenv/develenv.texi: Remove unused file.
1610        * develenv/compile.texi: Removed.
1611        * develenv/Makefile.am: Fix next/previous section names.
1612
[f72c3bf]16132003-04-11      Joel Sherrill <joel@OARcorp.com>
1614
1615        * index.html.in: Development Environment Guide should be updated now.
1616
[a55a560]16172003-03-24      Joel Sherrill <joel@OARcorp.com>
1618
1619        * develenv/direct.t, develenv/sample.t, develenv/utils.t: Significantly
1620        updated.
1621
16222003-02-28      Joel Sherrill <joel@OARcorp.com>
1623
1624        * develenv/.cvsignore: Add newly generated .texi files.
1625
[64151bf]16262003-02-18      Joel Sherrill <joel@OARcorp.com>
1627
1628        * Makefile.am, configure.ac: Remove src2html references.
1629        * index.html.in: Update to reflect partial update of Development
1630        Environment Guide.
[a55a560]1631        * develenv/Makefile.am, develenv/develenv.texi: Relect generating .texi
1632        from .t's.
1633        * develenv/direct.t, develenv/sample.t, develenv/utils.t: New files.
1634        * develenv/direct.texi, develenv/sample.texi, develenv/utils.texi:
1635        Removed. Now generated from corresponding .t files which are in the
[a5b4f46b]1636        process of being updated.
[64151bf]1637
[c4b0613f]16382003-02-14      Joel Sherrill <joel@OARcorp.com>
1639
1640        * index.html.in: Removed a29k reference.
[a5b4f46b]1641        * FAQ/basic.t, FAQ/entry, porting/cpumodels.t: Remove a29k references
1642        and update.
[c4b0613f]1643
[7e77acb]16442003-02-11      Mike Siers <mikes@poliac.com>
1645
1646        * networking/networkapp.t: Add an example code snippet for adding an IP
1647        alias.
1648
[b127bb31]16492003-02-11      Joel Sherrill <joel@OARcorp.com>
1650
1651        * porting/interrupts.t: Rework logic that decides when to call
1652        _Thread_Dispatch.  Analysis by Sergei Organov <osv@javad.ru> determined
1653        that _ISR_Signals_to_thread_executing was not being honored and/or
1654        cleared properly.
1655
[7e77acb]16562003-02-11      Jay Monkman <jtm@smoothsmoothie.com>
1657
1658        * networking/networkapp.t: Add an example code snippet for adding a
1659        default route.
1660
[7706183]16612003-02-03      Steven Johnson <sjohnson@neurizon.net>
1662
1663        PR 338/filesystem
1664        * user/io.t: Document the API change that fixed reentrancy problem with
1665        rtems_io_lookup_name().
1666
16672003-02-03      Joel Sherrill <joel@OARcorp.com>
1668
1669        PR 338/filesystem
1670        * user/io.t: Fix Ada binding as side-effect of fixing reentrancy problem
1671        with rtems_io_lookup_name() (API change).
1672
[b127bb31]16732003-01-28      Joel Sherrill <joel@OARcorp.com>
1674
1675        * bsp_howto/makefiles.t, bsp_howto/support.t: Updated to reflect use of
1676        automake in addition to autoconf.
1677
[339ee1c8]16782003-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1679
1680        * index.html.in: Fix duplicate c4x entry.
1681
[24276d3]16822003-01-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1683
[a5b4f46b]1684        * index.html.in, configure.ac: Add c4x.
[58e3ab3d]1685        * project.am: Add version.texi hack.
[a55a560]1686        * develenv/develenv.texi: Set @setfilename develenv.info.
[7706183]1687        * user/c_user.texi: Set @setfilename c_user.info.
[a897894]1688        * FAQ/FAQ.texi: Set @setfilename FAQ.info.
[8a2d57e3]1689        * posix_users/posix_users.texi: Set @setfilename posix_users.info.
1690        * posix1003.1/posix1003_1.texi: Set @setfilename posix1003_1.info.
1691        * itron3.0/itron.texi: Set @setfilename itron.info.
[7e77acb]1692        * filesystem/filesystem.texi: Set @setfilename filesystem.info.
1693        * networking/networking.texi: Set @setfilename networking.info.
[b127bb31]1694        * bsp_howto/bsp_howto.texi: Set @setfilename bsp_howto.info.
1695        * porting/porting.texi: Set @setfilename porting.info.
1696        * rgdb_specs/rgdb_specs.texi: Set @setfilename rgdb_specs.info.
1697        * rtems_gdb/rtems_gdb.texi: Set @setfilename rtems_gdb.info.
[0c815860]1698        * ada_user/ada_user.texi: Set @setfilename ada_user.info.
1699        * started_ada/started_ada.texi: Set @setfilename started_ada.info.
[0544944]1700        * supplements/Makefile.am: Add c4x, cosmetical changes.
[58e3ab3d]1701
[f28a6af2]17022003-01-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1703
[c770480]1704        * main.am: Remove AM_MAKEINFOFLAGS, TEXI2DVI, TEXI2PDF. Append -I
1705        $(top_builddir) to TEXI2WWW_ARGS.
1706        * project.am: Add AM_MAKEINFOFLAGS, TEXI2DVI, TEXI2PDF. Override
1707        automake's .dvi.ps:-rule.
[a5b4f46b]1708        * user/Makefile.am, FAQ/Makefile.am, posix_users/Makefile.am,
1709        posix1003.1/Makefile.am, itron3.0/Makefile.am, filesystem/Makefile.am,
1710        networking/Makefile.am, bsp_howto/Makefile.am, porting/Makefile.am,
1711        rgdb_specs/Makefile.am, rtems_gdb/Makefile.am, ada_user/Makefile.am,
1712        started_ada/Makefile.am: Put GENERATED_FILES into $builddir.
[0544944]1713        * supplements/supplements.am: Remove AM_MAKEINFOFLAGS, TEXI2DVI,
1714        TEXI2PDF.
[f28a6af2]1715
[e2a5ab7]17162003-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1717
1718        * project.am, main.am: Use automake rules to build ps, pdf, info.
1719        Various minor changes.
[c770480]1720        * project.am: Append $($(PROJECT)_TEXINFOS) to html-dependencies.
1721        * configure.ac: Require autoconf-2.57. Require automake-1.7.2. Remove
1722        started/pictures/Makefile.
1723        * started/Makefile.am: Merge-in pictures/Makefile.am    .
[4b1f924]1724        * started/pictures/Makefile.am: Remove.
[a897894]1725        * FAQ/build45.t: Fix typo in previous patch.
1726        * FAQ/build45.t: Several fixes and additions.
1727        * FAQ/FAQ.texi: Rename section "Building RTEMS 4.5" into "Building
1728        RTEMS". build45.t: Remove references to 4.5. Several minor updates.
[a5b4f46b]1729        * develenv/.cvsignore, FAQ/.cvsignore, posix_users/.cvsignore,
1730        posix1003.1/.cvsignore, itron3.0/.cvsignore, filesystem/.cvsignore,
1731        networking/.cvsignore, bsp_howto/.cvsignore, porting/.cvsignore,
1732        rgdb_specs/.cvsignore, rtems_gdb/.cvsignore, started_ada/.cvsignore,
1733        ada_user/.cvsignore, user/.cvsignore: Add version.texi. Add stamp-vti.
1734        Re-sort.
1735        * develenv/version.texi, develenv/stamp-vti, user/version.texi,
1736        user/stamp-vti, FAQ/version.texi, FAQ/stamp-vti,
1737        posix_users/version.texi, posix_users/stamp-vti,
1738        posix1003.1/version.texi, posix1003.1/stamp-vti, itron3.0/version.texi,
1739        itron3.0/stamp-vti, filesystem/version.texi, filesystem/stamp-vti,
1740        networking/version.texi, networking/stamp-vti, bsp_howto/version.texi,
1741        bsp_howto/stamp-vti, porting/version.texi, porting/stamp-vti,
1742        rgdb_specs/version.texi, rgdb_specs/stamp-vti, rtems_gdb/version.texi,
1743        rtems_gdb/stamp-vti, ada_user/version.texi, ada_user/stamp-vti,
1744        started_ada/version.texi, started_ada/stamp-vti: Remove from CVS.
[0544944]1745        * supplements/supplements.am: Use automake rules to build ps, pdf, info.
1746        Various minor changes.
[a55a560]1747
17482003-01-21      Joel Sherrill <joel@OARcorp.com>
1749
[a5b4f46b]1750        * develenv/stamp-vti, develenv/version.texi, user/stamp-vti,
1751        user/version.texi, FAQ/stamp-vti, FAQ/version.texi,
1752        posix_users/stamp-vti, posix_users/version.texi, posix1003.1/stamp-vti,
1753        posix1003.1/version.texi, itron3.0/stamp-vti, itron3.0/version.texi,
1754        filesystem/stamp-vti, filesystem/version.texi, networking/stamp-vti,
1755        networking/version.texi, bsp_howto/stamp-vti, bsp_howto/version.texi,
1756        porting/stamp-vti, porting/version.texi, rgdb_specs/stamp-vti,
1757        rgdb_specs/version.texi, rtems_gdb/stamp-vti, rtems_gdb/version.texi,
1758        ada_user/stamp-vti, ada_user/version.texi, started_ada/stamp-vti,
1759        started_ada/version.texi: Regenerated.
[4b1f924]1760
[2106fc7]17612002-12-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1762
1763        * Makefile.am: Merge-in images/Makefile.am, common/Makefile.am.
[a5b4f46b]1764        * images/Makefile.am, common/Makefile.am: Remove.
[2106fc7]1765        * configure.ac: Reflect changes above.
[a5b4f46b]1766        * main.am, supplements/supplement.am: Append -I $(topsrc_dir) to
1767        AM_MAKEINFOFLAGS.
[2106fc7]1768
[517aa77]17692002-11-13      Joel Sherrill <joel@OARcorp.com>
1770
[c770480]1771        * index.html.in: Note that the Getting Started with GNAT/RTEMS  manual
1772        is largely obsolete now that GNAT is in GCC.
[a5b4f46b]1773        * develenv/stamp-vti, develenv/version.texi, user/stamp-vti,
1774        user/version.texi, FAQ/stamp-vti, FAQ/version.texi,
1775        posix_users/stamp-vti, posix_users/version.texi, posix1003.1/stamp-vti,
1776        posix1003.1/version.texi, itron3.0/stamp-vti, itron3.0/version.texi,
1777        filesystem/stamp-vti, filesystem/version.texi, networking/stamp-vti,
1778        networking/version.texi, bsp_howto/stamp-vti, bsp_howto/version.texi,
1779        porting/stamp-vti, porting/version.texi, rgdb_specs/stamp-vti,
1780        rgdb_specs/version.texi, rtems_gdb/stamp-vti, rtems_gdb/version.texi,
1781        ada_user/stamp-vti, ada_user/version.texi: Regenerated.
[0c815860]1782        * started_ada/Makefile.am: Corrected link.
1783        * started_ada/stamp-vti, started_ada/version.texi: Regenerated.
[517aa77]1784
[38ad1630]17852002-10-24      Joel Sherrill <joel@OARcorp.com>
1786
1787        * index.html.in: Add links to multiple missing CPU supplements.
[a5b4f46b]1788        * develenv/stamp-vti, develenv/version.texi, user/stamp-vti,
1789        user/version.texi, FAQ/stamp-vti, FAQ/version.texi,
1790        posix_users/stamp-vti, posix_users/version.texi, posix1003.1/stamp-vti,
1791        posix1003.1/version.texi, itron3.0/stamp-vti, itron3.0/version.texi,
1792        filesystem/stamp-vti, filesystem/version.texi, networking/stamp-vti,
1793        networking/version.texi, bsp_howto/stamp-vti, bsp_howto/version.texi,
1794        porting/stamp-vti, porting/version.texi, rgdb_specs/stamp-vti,
1795        rgdb_specs/version.texi, rtems_gdb/stamp-vti, rtems_gdb/version.texi,
1796        ada_user/stamp-vti, ada_user/version.texi, started_ada/stamp-vti,
1797        started_ada/version.texi: Regenerated.
[b127bb31]1798
17992002-10-24      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
1800
1801        * bsp_howto/ata.t, bsp_howto/ide-ctrl.t: New file.
1802        * bsp_howto/.cvsignore: Added new .texi files.
[a5b4f46b]1803        * bsp_howto/Makefile.am: Added new files to generate.
[b127bb31]1804        * bsp_howto/bsp_howto.texi: Added new chapters.
1805        * bsp_howto/stamp-vti, bsp_howto/version.texi: Regenerated.
[38ad1630]1806
[8730f45]18072002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1808
[c770480]1809        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
[8730f45]1810
[7706183]18112002-08-27      Joel Sherrill <joel@OARcorp.com>
1812
1813        * user/io.t: Correct Ada bindings.
1814
[b127bb31]18152002-08-01      Joel Sherrill <joel@OARcorp.com>
1816
1817        * porting/stamp-vti, porting/version.texi: Regenerated.
1818
[24c63648]18192002-07-30      Joel Sherrill <joel@OARcorp.com>
1820
1821        * configure.ac: Added supplements/arm/Makefile.
[f2dfbfa]1822        * README: Updated.
[7706183]1823        * user/stamp-vti, user/version.texi: Regenerated.
[b127bb31]1824        * porting/miscellaneous.t: Added some markups for fonts and clarified
1825        some places.
[0544944]1826        * supplements/Makefile.am: Added arm subdirectory.
[7706183]1827
18282002-06-28      Joel Sherrill <joel@OARcorp.com>
1829
1830        * user/userext.t: Per PR228, correct the prototype of the task create
1831        user extension to indicate it returns a boolean and augment the
1832        documentation to explain the purpose of the boolean return value.
[f2dfbfa]1833
[22f5b4c]18342002-06-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1835
1836        * project.am: Use PATH_SEPARATOR to setup TEXINPUTS.
1837
[7706183]18382002-04-12      Chris Johns <ccj@acm.org>
1839
1840        * user/doc/user/userext.t: Per PR138, updated the documentation to show
1841        how to obtain an extension table index. Also provided some extra
1842        background on the user extension API.
1843
[5ad4692]18442002-04-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1845
1846        * VERSION, bootstrap: Removed as unneeded.
1847
[cf10399]18482002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1849
[a5b4f46b]1850        * bootstrap, VERSION: Remove.
1851        * Makefile.am: Remove bootstrap. Add ACLOCAL_AMFLAGS.
[cf10399]1852        * configure.ac: Add RTEMS_TOP.
1853
[7706183]18542002-04-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1855
1856        * user/io.t: Fix typo @sybsection.
1857
[7273b6e]18582002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1859
[c770480]1860        * common/Makefile.am: Remove AUTOMAKE_OPTIONS.
1861        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
[7273b6e]1862        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
[a5b4f46b]1863        * Makefile.am, images/Makefile.am, develenv/Makefile.am,
1864        user/Makefile.am, FAQ/Makefile.am, posix_users/Makefile.am,
1865        posix1003.1/Makefile.am, itron3.0/Makefile.am, filesystem/Makefile.am,
1866        networking/Makefile.am, bsp_howto/Makefile.am, porting/Makefile.am,
1867        rgdb_specs/Makefile.am, rtems_gdb/Makefile.am, ada_user/Makefile.am,
1868        started_ada/Makefile.am, supplements/Makefile.am: Remove
1869        AUTOMAKE_OPTIONS.
[7706183]1870
18712002-03-27      Eric Norum <eric.norum@usask.ca>
1872
1873        * user/intr.t: Per PR165, now correctly states that passing a NULL
1874        pointer for the return argument is an error.
1875        * PR161
1876        * user/rtmon.t: Add rtems_ prefix to directives in the example.
1877
18782002-03-22      Chris Johns <ccj@acm.org>
1879
1880        * user/io.t, user/conf.t: PR 160. Added the IO Manager's register and
1881        unregister interface documentation.
1882
18832002-03-15      Eric Norum <eric.norum@usask.ca>
1884
1885        * user/rtmon.t: Correct example and correctly used ensure not insure.
[d687985]1886
[fb56a37]18872002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1888
1889        * .cvsignore: Reworked.
[c770480]1890        * Makefile.am: Remove texinfo/texinfo.tex.
[fb56a37]1891        * bootstrap: Removed.
1892        * configure.ac: Add pkgdocdir. Let htmldir be rooted at pkgdocdir.
1893        * main.am: Remove TEXINFO_TEX.
[c770480]1894        * project.am: Let dvidir, psdir, pdfdir be rooted at pkgdocdir. Remove
1895        commented out make-variables.
[fb56a37]1896
[aecc1d9]18972002-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1898
1899        * .cvsignore: Add autom4te.cache, install-sh, mdate-sh, missing,
1900        mkinstalldirs, texinfo.tex.
1901        * Makefile.am: Add main.am to AUTOMAKE_FILES.
1902        * configure.ac: Add AC_CONFIG_AUX_DIR([.]).
1903        * project.am: Remove custom .texi and stamp-vti rules.
[a5b4f46b]1904        * main.am, supplements/supplement.am: Replace TEXI_COMMON with
1905        AM_MAKEINFOFLAGS.
[aecc1d9]1906
[21e473b]19072002-01-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1908
1909        * Makefile.am: Require automake-1.5.
1910        * project.am: Reworked.
[a5b4f46b]1911        * main.am, configure.ac: New.
[21e473b]1912        * configure.in: Removed.
1913        * bootstrap: Sync with RTEMS's toplevel bootstrap.sh.
[a5b4f46b]1914        * common/Makefile.am, images/Makefile.am: Require automake-1.5.
1915        * develenv/Makefile.am, user/Makefile.am, FAQ/Makefile.am,
1916        posix_users/Makefile.am, posix1003.1/Makefile.am, itron3.0/Makefile.am,
1917        filesystem/Makefile.am, networking/Makefile.am, bsp_howto/Makefile.am,
1918        porting/Makefile.am, rgdb_specs/Makefile.am, rtems_gdb/Makefile.am,
1919        ada_user/Makefile.am, started_ada/Makefile.am: include main.am, require
1920        automake-1.5.
[0544944]1921        * supplements/Makefile.am: Require automake-1.5.
[5cb9ff5]1922
[ab14fdd5]19232002-01-17      Joel Sherrill <joel@OARcorp.com>
1924
1925        * VERSION: Updated to rtems-doc-ss-20010117.
[c770480]1926        * VERSION: Updated to rtems-doc-eng-20010816b-d1.
[ab14fdd5]1927
[c770480]19282001-10-30      Joel Sherrill <joel@OARcorp.com>
[99583c6]1929
[c770480]1930        * VERSION: New file.
[99583c6]1931
[8a2d57e3]19322001-06-28      Joel Sherrill <joel@OARcorp.com>
1933
1934        * posix_users/preface.texi, posix_users/procenv.t,
1935        posix_users/process.t, posix_users/signal.t, posix_users/stamp-vti,
1936        posix_users/version.texi: Updated as part of starting a sweep on the
1937        POSIX User's Guide.
1938
[c770480]19392001-02-14      Joel Sherrill <joel@OARcorp.com>
[5dd28ac7]1940
[c770480]1941        * configure.ac: New mips supplement.
[0544944]1942        * supplements/mips: New supplement.
[5dd28ac7]1943
[6449498]19442001-01-17      Joel Sherrill <joel@OARcorp.com>
1945
[c770480]1946        * configure.in: Changed the version to eng-20010816b.
[6449498]1947        * SUPPORT, LICENSE: New files.
[c770480]1948        * Numerous files touched as part of merging the 4.5 branch onto the
1949        mainline development trunk and ensuring that the script that cuts
1950        snapshots and releases works on the documentation.
[a5b4f46b]1951        * develenv/.cvsignore, user/.cvsignore: Added rtems_header.html and
1952        rtems_footer.html.
[7706183]1953        * user/timer.t: Added task-based timer information including the new
1954        directives rtems_timer_initiate(), rtems_timer_server_fire_after(), and
1955        rtems_timer_server_fire_when().
[a5b4f46b]1956        * FAQ/.cvsignore, posix_users/.cvsignore, posix1003.1/.cvsignore,
1957        itron3.0/.cvsignore, filesystem/.cvsignore, networking/.cvsignore,
1958        bsp_howto/.cvsignore, porting/.cvsignore, rgdb_specs/.cvsignore,
1959        rtems_gdb/.cvsignore, ada_user/.cvsignore, started_ada/.cvsignore: Added
1960        rtems_header.html and rtems_footer.html.
[68a8de7]1961
[8cd9c14d]19622000-09-22      Joel Sherrill <joel@OARcorp.com>
1963
[a5b4f46b]1964        * Makefile.am, develenv/Makefile.am: Removed GENERATED_FILES from list
1965        of TEXINFOS.
[8cd9c14d]1966
[750fa339]19672000-08-10      Joel Sherrill <joel@OARcorp.com>
1968
[a5b4f46b]1969        * ChangeLog, develenv/ChangeLog, user/ChangeLog, FAQ/ChangeLog,
1970        posix_users/ChangeLog, posix1003.1/ChangeLog, itron3.0/ChangeLog,
1971        filesystem/ChangeLog, networking/ChangeLog, bsp_howto/ChangeLog,
1972        porting/ChangeLog, rgdb_specs/ChangeLog, rtems_gdb/ChangeLog,
1973        ada_user/ChangeLog, started_ada/ChangeLog, supplements/ChangeLog: New
1974        file.
[c770480]1975
Note: See TracBrowser for help on using the repository browser.