Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

Changes between Version 214 and Version 215 of Release/4.9


Ignore:
Timestamp:
11/23/14 07:23:48 (9 years ago)
Author:
Chris Johns
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Release/4.9

    v214 v215  
    225225Issues With Problems Report Numbers
    226226
    227  *  [http://www.rtems.org/bugzilla/show_bug.cgi?id=2001 2001/shell] - medit command argument parsing correction
    228  *  [http://www.rtems.org/bugzilla/show_bug.cgi?id=1984 1984/doc] - Change CONFIGURE_MINIMUM_STACK_SIZE to CONFIGURE_MINIMUM_TASK_STACK_SIZE.
    229  *  [http://www.rtems.org/bugzilla/show_bug.cgi?id=1961 1961/cpukit] - Use buffer list not pending count to close windows in message queue
    230  *  [http://www.rtems.org/bugzilla/show_bug.cgi?id=1957 1957/cpukit] - Add missing parentheses on a couple of macro uses for protection
    231  *  [http://www.rtems.org/bugzilla/show_bug.cgi?id=1952 1952/cpukit] - Add missing return code to untar.c
    232  *  [http://www.rtems.org/bugzilla/show_bug.cgi?id=1934 1934/bsps] - libchip ns16650 driver needed to use unsigned type
    233  *  [http://www.rtems.org/bugzilla/show_bug.cgi?id=1890 1890/cpukit] - mq_receive and variants should allow NULL for msg_prio.
    234  *  [http://www.rtems.org/bugzilla/show_bug.cgi?id=1867 1867/cpukit] - Support the case where a thread is joinable but calls pthread_exit() before a thread has attempted to join.
    235  *  [http://www.rtems.org/bugzilla/show_bug.cgi?id=1864 1864/doc] Add missing documentation for CONFIGURE_MAXIMUM_POSIX_BARRIERS , CONFIGURE_MAXIMUM_POSIX_SPINLOCKS, CONFIGURE_MAXIMUM_POSIX_RWLOCKS.
    236  *  [http://www.rtems.org/bugzilla/show_bug.cgi?id=1855 1855/cpukit] - Correct processing of signals during a blocking pthread_join().
    237  *  [http://www.rtems.org/bugzilla/show_bug.cgi?id=1851 1851/doc] - Fix typo in CONFIGURE_MESSAGE_BUFFER_MEMORY example.
     227 *  [ticket:2001 2001/shell] - medit command argument parsing correction
     228 *  [ticket:1984 1984/doc] - Change CONFIGURE_MINIMUM_STACK_SIZE to CONFIGURE_MINIMUM_TASK_STACK_SIZE.
     229 *  [ticket:1961 1961/cpukit] - Use buffer list not pending count to close windows in message queue
     230 *  [ticket:1957 1957/cpukit] - Add missing parentheses on a couple of macro uses for protection
     231 *  [ticket:952 1952/cpukit] - Add missing return code to untar.c
     232 *  [ticket:1934 1934/bsps] - libchip ns16650 driver needed to use unsigned type
     233 *  [ticket:1890 1890/cpukit] - mq_receive and variants should allow NULL for msg_prio.
     234 *  [ticket:1867 1867/cpukit] - Support the case where a thread is joinable but calls pthread_exit() before a thread has attempted to join.
     235 *  [ticket:1864 1864/doc] Add missing documentation for CONFIGURE_MAXIMUM_POSIX_BARRIERS , CONFIGURE_MAXIMUM_POSIX_SPINLOCKS, CONFIGURE_MAXIMUM_POSIX_RWLOCKS.
     236 *  [ticket:1855 1855/cpukit] - Correct processing of signals during a blocking pthread_join().
     237 *  [ticket:1851 1851/doc] - Fix typo in CONFIGURE_MESSAGE_BUFFER_MEMORY example.
    238238
    239239Issues Without Problems Report Numbers
     
    247247Significant changes between 4.9.5 and 4.9.6 include the following:
    248248
    249  *  [http://www.rtems.org/bugzilla/show_bug.cgi?id=1839 1839/filesystem] - multiple system calls return incorrect status or incorrectly check permission
    250  *  [http://www.rtems.org/bugzilla/show_bug.cgi?id=1838 1838/filesystem] - fchmod() does not need a writeable file descriptor.
    251  *  [http://www.rtems.org/bugzilla/show_bug.cgi?id=1837 1837/bsps] - Add mvme2400 board with 750 CPU to list of supported motorola boards
    252  *  [http://www.rtems.org/bugzilla/show_bug.cgi?id=1833 1833/bsps] - pc386 ne2000 driver  had broadcast reception disabled by previous multicast patch.  Also includes support for use on big endian CPUs.
    253  *  [http://www.rtems.org/bugzilla/show_bug.cgi?id=1812 1812/filesystem] - IMFS did not set st_blksize.
    254  *  [http://www.rtems.org/bugzilla/show_bug.cgi?id=1783 1783/bsps] - SPARC BSPs - Remove prototypes that do not have bodies
    255  *  [http://www.rtems.org/bugzilla/show_bug.cgi?id=1778 1778/bsps] - mvme5500 BSP: VME uses shared ISR
    256  *  [http://www.rtems.org/bugzilla/show_bug.cgi?id=1766 1766/bsps] - SPARC BSPs get nanoseconds correction
    257  *  [http://www.rtems.org/bugzilla/show_bug.cgi?id=1760/misc 1772/bsps] - mrm332 BSP console default baud rate does not match ROM monitor
    258  *  [http://www.rtems.org/bugzilla/show_bug.cgi?id=1768 1768/bsps] - Add cld to i386 ISR processing before calling C code.
    259  *  [http://www.rtems.org/bugzilla/show_bug.cgi?id=1760/misc 1760/misc] - CPP setting in c/make/compilers/gcc-target-default.cfg is broken
    260  *  [http://www.rtems.org/bugzilla/show_bug.cgi?id=1759/cpukit 1759/cpukit] - Some POSIX routines not allowing IDs from Classic API Tasks
    261  *  [http://www.rtems.org/bugzilla/show_bug.cgi?id=1756 1756/bsps] - PC386 Timer calibration failure needs retries
    262  *  [http://www.rtems.org/bugzilla/show_bug.cgi?id=1751 1751/bsps] - ep1a start code has typo
    263  *  [https://www.rtems.org/bugzilla/show_bug.cgi?id=1749 1749/filesystem] - mknod allows more than one file type in the mode flags
    264  *  [http://www.rtems.org/bugzilla/show_bug.cgi?id=1748 1748/bsps] - SPARC BSPs nanoseconds skipping back when counter wraps during get TOD or uptime call
    265  *  [http://www.rtems.org/bugzilla/show_bug.cgi?id=1722 1722/networking] - Support spaces in FTPD commands and filenames.
    266  *  [http://www.rtems.org/bugzilla/show_bug.cgi?id=1381 1381/networking] - Multicast sendto() fails unless a reachable gateway is specified
     249 *  [ticket:1839 1839/filesystem] - multiple system calls return incorrect status or incorrectly check permission
     250 *  [ticket:1838 1838/filesystem] - fchmod() does not need a writeable file descriptor.
     251 *  [ticket:1837 1837/bsps] - Add mvme2400 board with 750 CPU to list of supported motorola boards
     252 *  [ticket:1833 1833/bsps] - pc386 ne2000 driver  had broadcast reception disabled by previous multicast patch.  Also includes support for use on big endian CPUs.
     253 *  [ticket:1812 1812/filesystem] - IMFS did not set st_blksize.
     254 *  [ticket:1783 1783/bsps] - SPARC BSPs - Remove prototypes that do not have bodies
     255 *  [ticket:1778 1778/bsps] - mvme5500 BSP: VME uses shared ISR
     256 *  [ticket:1766 1766/bsps] - SPARC BSPs get nanoseconds correction
     257 *  [ticket:1760/misc 1772/bsps] - mrm332 BSP console default baud rate does not match ROM monitor
     258 *  [ticket:1768 1768/bsps] - Add cld to i386 ISR processing before calling C code.
     259 *  [ticket:1760/misc 1760/misc] - CPP setting in c/make/compilers/gcc-target-default.cfg is broken
     260 *  [ticket:1759/cpukit 1759/cpukit] - Some POSIX routines not allowing IDs from Classic API Tasks
     261 *  [ticket:1756 1756/bsps] - PC386 Timer calibration failure needs retries
     262 *  [ticket:1751 1751/bsps] - ep1a start code has typo
     263 *  [ticket:1749 1749/filesystem] - mknod allows more than one file type in the mode flags
     264 *  [ticket:1748 1748/bsps] - SPARC BSPs nanoseconds skipping back when counter wraps during get TOD or uptime call
     265 *  [ticket:1722 1722/networking] - Support spaces in FTPD commands and filenames.
     266 *  [ticket:1381 1381/networking] - Multicast sendto() fails unless a reachable gateway is specified
    267267
    268268Issues Without Problems Report Numbers
     
    281281Issues With Problems Report Numbers
    282282
    283  *  [https://www.rtems.org/bugzilla/show_bug.cgi?id=1718 1718/cpukit] - confdefs.h under accounted for POSIX thread stack memory
    284  *  [https://www.rtems.org/bugzilla/show_bug.cgi?id=1717 1717/cpukit] - gxx_wrappers.c: memory leak on key create when error
    285  *  [https://www.rtems.org/bugzilla/show_bug.cgi?id=1716 1716/doc] - print_name example in concepts chapter has bug
    286  *  [https://www.rtems.org/bugzilla/show_bug.cgi?id=1714 1714/doc] - rtems_status_code was missing a description
    287  *  [https://www.rtems.org/bugzilla/show_bug.cgi?id=1693 1693/filesystem] - IMFS_memfile_get_block_pointer() was checking incorrect pointer and thus had dead code.
    288  *  [https://www.rtems.org/bugzilla/show_bug.cgi?id=1692 1692/filesystem] - rtems_is_valid_perms() was incorrectly implemented and evaluated to true all the time.
    289  *  [https://www.rtems.org/bugzilla/show_bug.cgi?id=1689 1689/bsps] - wait_adc_int_with_timeout
    290  *  [https://www.rtems.org/bugzilla/show_bug.cgi?id=1570 1570/cpukit] - sem_timedwait() returns error code instead of assigning errno and returning -1
    291  *  [https://www.rtems.org/bugzilla/show_bug.cgi?id=1568 1568/doc] - Services Callable from ISR Broken in Previous Edit
    292  *  [https://www.rtems.org/bugzilla/show_bug.cgi?id=1554 1554/cpukit] - libi2c.c: Fix Memory Leak
    293  *  [https://www.rtems.org/bugzilla/show_bug.cgi?id=1520 1520/doc] - partition_create description mentions returning number of buffers
     283 *  [ticket:1718 1718/cpukit] - confdefs.h under accounted for POSIX thread stack memory
     284 *  [ticket:1717 1717/cpukit] - gxx_wrappers.c: memory leak on key create when error
     285 *  [ticket:1716 1716/doc] - print_name example in concepts chapter has bug
     286 *  [ticket:1714 1714/doc] - rtems_status_code was missing a description
     287 *  [ticket:1693 1693/filesystem] - IMFS_memfile_get_block_pointer() was checking incorrect pointer and thus had dead code.
     288 *  [ticket:1692 1692/filesystem] - rtems_is_valid_perms() was incorrectly implemented and evaluated to true all the time.
     289 *  [ticket:1689 1689/bsps] - wait_adc_int_with_timeout
     290 *  [ticket:1570 1570/cpukit] - sem_timedwait() returns error code instead of assigning errno and returning -1
     291 *  [ticket:1568 1568/doc] - Services Callable from ISR Broken in Previous Edit
     292 *  [ticket:1554 1554/cpukit] - libi2c.c: Fix Memory Leak
     293 *  [ticket:1520 1520/doc] - partition_create description mentions returning number of buffers
    294294
    295295Issues Without Problems Report Numbers
     
    305305Issues With Problems Report Numbers
    306306
    307  *  [https://www.rtems.org/bugzilla/show_bug.cgi?id=1495 1495/bsp]    - calling rtems_clock_get_uptime in a tight loop on pc386/QEMU leads to backwards time travel
    308  *  [https://www.rtems.org/bugzilla/show_bug.cgi?id=1477 1477/cpukit] - _Objects_Set_name does not ensure NULL terminated string
    309  *  [https://www.rtems.org/bugzilla/show_bug.cgi?id=1480 1480/cpukit] -  Missed period statistics are wrong in 4.9.3 (right in 4.9.2)
    310  *  [https://www.rtems.org/bugzilla/show_bug.cgi?id=1481 1481/cpukit] -  Check for partial period performed too early when updating period statistics
    311  *  [https://www.rtems.org/bugzilla/show_bug.cgi?id=1482 1482/cpukit] -  POSIX timer_settime has path which does not exit dispatching critical section
    312  *  [https://www.rtems.org/bugzilla/show_bug.cgi?id=1490 1490/doc]    -  rtems_clock_get_ticks_per_second wrong prototype (typo)
    313  *  [https://www.rtems.org/bugzilla/show_bug.cgi?id=1497 1497/bsp]    - gen5200 should not enable interrupts while waiting for reset
     307 *  [ticket:1495 1495/bsp]    - calling rtems_clock_get_uptime in a tight loop on pc386/QEMU leads to backwards time travel
     308 *  [ticket:1477 1477/cpukit] - _Objects_Set_name does not ensure NULL terminated string
     309 *  [ticket:1480 1480/cpukit] -  Missed period statistics are wrong in 4.9.3 (right in 4.9.2)
     310 *  [ticket:1481 1481/cpukit] -  Check for partial period performed too early when updating period statistics
     311 *  [ticket:1482 1482/cpukit] -  POSIX timer_settime has path which does not exit dispatching critical section
     312 *  [ticket:1490 1490/doc]    -  rtems_clock_get_ticks_per_second wrong prototype (typo)
     313 *  [ticket:1497 1497/bsp]    - gen5200 should not enable interrupts while waiting for reset
    314314
    315315Issues Without Problems Report Numbers
     
    329329Issues With Problems Report Numbers
    330330
    331  *  [https://www.rtems.org/bugzilla/show_bug.cgi?id=1395 1395/bsps] - MVME5500 BSP Bug fixes and performance upgrade
    332  *  [https://www.rtems.org/bugzilla/show_bug.cgi?id=1378 1378/filesystem] - seek device file system handler returns 0 not offset
    333  *  [https://www.rtems.org/bugzilla/show_bug.cgi?id=1409 1409/bsps] - GDB Stub Shared Code Does Not Print Object Names Correctly
    334  *  [https://www.rtems.org/bugzilla/show_bug.cgi?id=1411 1411/cpukit] - rtems_workspace_XXX routines enhanced (NOTE: these were new in 4.9 and unlikely to be used.)
    335  *  [https://www.rtems.org/bugzilla/show_bug.cgi?id=1412 1412/cpukit] - Missing brackets in coremutex.c
    336  *  [https://www.rtems.org/bugzilla/show_bug.cgi?id=1413 1413/cpukit] -  anomalous behavior of timer server scheduling when rescheduling timers from the TSR
    337  *  [https://www.rtems.org/bugzilla/show_bug.cgi?id=1415 1415/cpukit] - Semaphore obtain with invalid priority ceiling
    338  *  [https://www.rtems.org/bugzilla/show_bug.cgi?id=1420 1420/bsps] - m68k/uC5282: turn off buffered writes. MCF5282 chip errata -- Buffered Write May Be Executed Twice
    339  *  [https://www.rtems.org/bugzilla/show_bug.cgi?id=1438 1438/bsps] - inline assembly for STOP instruction clobbers CCR
    340  *  [https://www.rtems.org/bugzilla/show_bug.cgi?id=1451 1451/bsps] - bsdnet watchdog on mvme3100 leaks mbufs
    341  *  [https://www.rtems.org/bugzilla/show_bug.cgi?id=1462 1462/cpukit] - fix bug in rate monotonic statistics
    342  *  [https://www.rtems.org/bugzilla/show_bug.cgi?id=1468 1468/cpukit] - Math overflow in timespecdividebyinteger.c
    343  *  [https://www.rtems.org/bugzilla/show_bug.cgi?id=1469 1469/cpukit] - Wrong exception handler prologues for exceptions >= 16 (i386)
    344  *  [https://www.rtems.org/bugzilla/show_bug.cgi?id=1471 1471/cpukit] - CPU Usage report Math overflow with ticks statistics
     331 *  [ticket:1395 1395/bsps] - MVME5500 BSP Bug fixes and performance upgrade
     332 *  [ticket:1378 1378/filesystem] - seek device file system handler returns 0 not offset
     333 *  [ticket:1409 1409/bsps] - GDB Stub Shared Code Does Not Print Object Names Correctly
     334 *  [ticket:1411 1411/cpukit] - rtems_workspace_XXX routines enhanced (NOTE: these were new in 4.9 and unlikely to be used.)
     335 *  [ticket:1412 1412/cpukit] - Missing brackets in coremutex.c
     336 *  [ticket:1413 1413/cpukit] -  anomalous behavior of timer server scheduling when rescheduling timers from the TSR
     337 *  [ticket:1415 1415/cpukit] - Semaphore obtain with invalid priority ceiling
     338 *  [ticket:1420 1420/bsps] - m68k/uC5282: turn off buffered writes. MCF5282 chip errata -- Buffered Write May Be Executed Twice
     339 *  [ticket:1438 1438/bsps] - inline assembly for STOP instruction clobbers CCR
     340 *  [ticket:1451 1451/bsps] - bsdnet watchdog on mvme3100 leaks mbufs
     341 *  [ticket:1462 1462/cpukit] - fix bug in rate monotonic statistics
     342 *  [ticket:1468 1468/cpukit] - Math overflow in timespecdividebyinteger.c
     343 *  [ticket:1469 1469/cpukit] - Wrong exception handler prologues for exceptions >= 16 (i386)
     344 *  [ticket:1471 1471/cpukit] - CPU Usage report Math overflow with ticks statistics
    345345
    346346Issues Without Problems Report Numbers
     
    359359
    360360Issues With Problems Report Numbers
    361  *  [https://www.rtems.org/bugzilla/show_bug.cgi?id=1349 1349/bsps] - PowerPC Haleakala BSP UART initialisation is faulty.  Missing volatiles.
    362  *  [https://www.rtems.org/bugzilla/show_bug.cgi?id=1350 1350/bsps] - arm/csb336/network/lan91c11x.c: array subscript is above array bounds
    363  *  [https://www.rtems.org/bugzilla/show_bug.cgi?id=1351 1351/cpukit] - confdefs.h does not clear unlimited bit in memory calculations
    364  *  [https://www.rtems.org/bugzilla/show_bug.cgi?id=1352 1352/bsps] - include support for mvme2600 and mvme2700 in motorola_shared BSP
    365  *  [https://www.rtems.org/bugzilla/show_bug.cgi?id=1354 1354/bsps] - AV5282 Network driver can put empty mbuf on descriptor chain
    366  *  [https://www.rtems.org/bugzilla/show_bug.cgi?id=1355 1355/filesystem] - SD card code rejects MMC and random blocks written sequentially
    367  *  [https://www.rtems.org/bugzilla/show_bug.cgi?id=1357 1357/cpukit] - creating task with RTEMS_NO_ASR has no effect
    368  *  [https://www.rtems.org/bugzilla/show_bug.cgi?id=1358 1358/bsps] - Fix time-access bug in uc5282 BSP
    369  *  [https://www.rtems.org/bugzilla/show_bug.cgi?id=1359 1359/cpukit] - rtems_libio_allocate: rtems_libio_iop_freelist incorrectly zeroed on semaphore error
    370  *  [https://www.rtems.org/bugzilla/show_bug.cgi?id=1362 1362/bsps] - Fix BSP reset on mvme2300 - mvme2700
    371  *  [https://www.rtems.org/bugzilla/show_bug.cgi?id=1363 1363/filesystem] - Fix issue where 32 bit values are not written correctly in FAT f/s data.
    372  *  [https://www.rtems.org/bugzilla/show_bug.cgi?id=1364 1364/cpukit] - gxx_wrappers.c won't compile with diagnostics enabled
    373  *  [https://www.rtems.org/bugzilla/show_bug.cgi?id=1369 1369/bsps] - Fix name clashes when using MC68040 fpsp floating-point emulation
    374  *  [https://www.rtems.org/bugzilla/show_bug.cgi?id=1370 1370/bsps] - mvme167 console driver 'BSP_output_char' fails to convert '\n' -> '\n\r'
    375  *  [https://www.rtems.org/bugzilla/show_bug.cgi?id=1371 1371/bsps] - mvme167 needs to convert ELF -> pure binary RALF
    376  *  [https://www.rtems.org/bugzilla/show_bug.cgi?id=1372 1372/bsps] - mvme167 network driver buggy
    377  *  [https://www.rtems.org/bugzilla/show_bug.cgi?id=1374 1374/misc] - Fix printk formatting string.
    378  *  [https://www.rtems.org/bugzilla/show_bug.cgi?id=1375 1375/bsps] - uC5282 BSP rtems_cpu_usage_report/bsp_clock_nanoseconds_since_last_tick  reports negative times
    379  *  [https://www.rtems.org/bugzilla/show_bug.cgi?id=1376 1376/filesystem] - lseek filesystem internal handlers should return off_t
    380  *  [https://www.rtems.org/bugzilla/show_bug.cgi?id=1377 1377/shell] - netstats shell command does nothing
    381  *  [https://www.rtems.org/bugzilla/show_bug.cgi?id=1380 1380/bsps] - Unreadable comments in c/src/lib/libbsp/arm/rtl22xx/include/bsp.h
    382  *  [https://www.rtems.org/bugzilla/show_bug.cgi?id=1385 1385/cpukit] - Conversion to bool, alignment changes and assembler code
    383  *  [https://www.rtems.org/bugzilla/show_bug.cgi?id=1386 1386/bsps] - SPARC start.S incorrectly initializes stack pointer
    384  *  [https://www.rtems.org/bugzilla/show_bug.cgi?id=1387 1387/doc] - Add Interrupt Manager services to set callable from ISR
    385  *  [https://www.rtems.org/bugzilla/show_bug.cgi?id=1388 1388/cpukit] - Classic Semaphores allow both priority inherit and ceiling attributes to be set
    386  *  [https://www.rtems.org/bugzilla/show_bug.cgi?id=1390 1390/bsps] - SPARC linkcmds wrong for C++ ctors/dtors
    387  *  [https://www.rtems.org/bugzilla/show_bug.cgi?id=1391 1391/bsps] - sparc BSPs spurious handler printk format error
    388  *  [https://www.rtems.org/bugzilla/show_bug.cgi?id=1392 1392/bsps] - SPI Memory driver, writes over multiple pages results in extra data being written
    389  *  [https://www.rtems.org/bugzilla/show_bug.cgi?id=1393 1393/cpukit] - posix mutex does not include CORE_MUTEX_RELEASE_NOT_ORDER
     361 *  [ticket:1349 1349/bsps] - PowerPC Haleakala BSP UART initialisation is faulty.  Missing volatiles.
     362 *  [ticket:1350 1350/bsps] - arm/csb336/network/lan91c11x.c: array subscript is above array bounds
     363 *  [ticket:1351 1351/cpukit] - confdefs.h does not clear unlimited bit in memory calculations
     364 *  [ticket:1352 1352/bsps] - include support for mvme2600 and mvme2700 in motorola_shared BSP
     365 *  [ticket:1354 1354/bsps] - AV5282 Network driver can put empty mbuf on descriptor chain
     366 *  [ticket:1355 1355/filesystem] - SD card code rejects MMC and random blocks written sequentially
     367 *  [ticket:1357 1357/cpukit] - creating task with RTEMS_NO_ASR has no effect
     368 *  [ticket:1358 1358/bsps] - Fix time-access bug in uc5282 BSP
     369 *  [ticket:1359 1359/cpukit] - rtems_libio_allocate: rtems_libio_iop_freelist incorrectly zeroed on semaphore error
     370 *  [ticket:1362 1362/bsps] - Fix BSP reset on mvme2300 - mvme2700
     371 *  [ticket:1363 1363/filesystem] - Fix issue where 32 bit values are not written correctly in FAT f/s data.
     372 *  [ticket:1364 1364/cpukit] - gxx_wrappers.c won't compile with diagnostics enabled
     373 *  [ticket:1369 1369/bsps] - Fix name clashes when using MC68040 fpsp floating-point emulation
     374 *  [ticket:1370 1370/bsps] - mvme167 console driver 'BSP_output_char' fails to convert '\n' -> '\n\r'
     375 *  [ticket:1371 1371/bsps] - mvme167 needs to convert ELF -> pure binary RALF
     376 *  [ticket:1372 1372/bsps] - mvme167 network driver buggy
     377 *  [ticket:1374 1374/misc] - Fix printk formatting string.
     378 *  [ticket:1375 1375/bsps] - uC5282 BSP rtems_cpu_usage_report/bsp_clock_nanoseconds_since_last_tick  reports negative times
     379 *  [ticket:1376 1376/filesystem] - lseek filesystem internal handlers should return off_t
     380 *  [ticket:1377 1377/shell] - netstats shell command does nothing
     381 *  [ticket:1380 1380/bsps] - Unreadable comments in c/src/lib/libbsp/arm/rtl22xx/include/bsp.h
     382 *  [ticket:1385 1385/cpukit] - Conversion to bool, alignment changes and assembler code
     383 *  [ticket:1386 1386/bsps] - SPARC start.S incorrectly initializes stack pointer
     384 *  [ticket:1387 1387/doc] - Add Interrupt Manager services to set callable from ISR
     385 *  [ticket:1388 1388/cpukit] - Classic Semaphores allow both priority inherit and ceiling attributes to be set
     386 *  [ticket:1390 1390/bsps] - SPARC linkcmds wrong for C++ ctors/dtors
     387 *  [ticket:1391 1391/bsps] - sparc BSPs spurious handler printk format error
     388 *  [ticket:1392 1392/bsps] - SPI Memory driver, writes over multiple pages results in extra data being written
     389 *  [ticket:1393 1393/cpukit] - posix mutex does not include CORE_MUTEX_RELEASE_NOT_ORDER
    390390
    391391Issues Without Problems Report Numbers
     
    401401
    402402Issues With Problems Report Numbers
    403  *  [https://www.rtems.org/bugzilla/show_bug.cgi?id=1316 1316/cpukit] - message queue broadcast truncated messages that were too long and should have return an error per the documentation
    404  *  [https://www.rtems.org/bugzilla/show_bug.cgi?id=1324 1324/bsps] - aclocal/check-bsps.m4: icecube is missing
    405  *  [https://www.rtems.org/bugzilla/show_bug.cgi?id=1328 1328/cpukit] - fix printing of > 256 characters in shell commands mdump and wdump (Gene Smith)
    406  *  [https://www.rtems.org/bugzilla/show_bug.cgi?id=1329 1329/bsps] - gen5200 network driver used boolean and did not compile
    407  *  [https://www.rtems.org/bugzilla/show_bug.cgi?id=1330 1330/cpukit] - free.c: Print of wrong address in error message
    408  *  [https://www.rtems.org/bugzilla/show_bug.cgi?id=1331 1331/networking] - clean up telnetd initialization parameter explanation.
    409  *  [https://www.rtems.org/bugzilla/show_bug.cgi?id=1332 1332/bsps] - reopening (already open) console corrupts driver (i386, powerpc)
    410  *  [https://www.rtems.org/bugzilla/show_bug.cgi?id=1333 1333/cpukit] - typo in termiostypes.h uses major instead of minor
    411  *  [https://www.rtems.org/bugzilla/show_bug.cgi?id=1334 1334/doc] - Misc Documentation Typos and Object ID correction
    412  *  [https://www.rtems.org/bugzilla/show_bug.cgi?id=1335 1335/bsps] - introduction of sbrk helpers broke sbrk implementation by ppc/shared BSPs
    413  *  [https://www.rtems.org/bugzilla/show_bug.cgi?id=1336 1336/cpukit] - Add prepend and append unprotected to chain.h
    414  *  [https://www.rtems.org/bugzilla/show_bug.cgi?id=1337 1337/bsps] - Stripping .rodata section produces unusable executables for the i386-rtems target.
    415  *  [https://www.rtems.org/bugzilla/show_bug.cgi?id=1339 1339/Ada] - Re-add IO Manager to Classic API Ada binding
    416  *  [https://www.rtems.org/bugzilla/show_bug.cgi?id=1340 1340/cpukit] - Add initialize with nodes to chain.h
    417  *  [https://www.rtems.org/bugzilla/show_bug.cgi?id=1341 1341/cpukit] - confdefs.h missing some "allocated from workspace" wrappers
    418  *  [https://www.rtems.org/bugzilla/show_bug.cgi?id=1344 1344/bsps] - pc386 BSP can now use TSC when available for nanosecond timing.
    419  *  [https://www.rtems.org/bugzilla/show_bug.cgi?id=1345 1345/Ada] - Ada binding has wrong type for boolean
    420  *  [https://www.rtems.org/bugzilla/show_bug.cgi?id=1346 1346/cpukit] - Rate monotonic statistics nanoseconds/ticks granularity conditional logic backwards
    421  *  [https://www.rtems.org/bugzilla/show_bug.cgi?id=1347 1347/cpukit] - Rework Timer Server to ensure that the context allows for blocking, allocating memory, and acquiring semaphores and mutexes.
    422  *  [https://www.rtems.org/bugzilla/show_bug.cgi?id=1348 1348/cpukit] - Resetting CPU usage information while a period is running results in a negative minimum cpu time used being reported.
     403 *  [ticket:1316 1316/cpukit] - message queue broadcast truncated messages that were too long and should have return an error per the documentation
     404 *  [ticket:1324 1324/bsps] - aclocal/check-bsps.m4: icecube is missing
     405 *  [ticket:1328 1328/cpukit] - fix printing of > 256 characters in shell commands mdump and wdump (Gene Smith)
     406 *  [ticket:1329 1329/bsps] - gen5200 network driver used boolean and did not compile
     407 *  [ticket:1330 1330/cpukit] - free.c: Print of wrong address in error message
     408 *  [ticket:1331 1331/networking] - clean up telnetd initialization parameter explanation.
     409 *  [ticket:1332 1332/bsps] - reopening (already open) console corrupts driver (i386, powerpc)
     410 *  [ticket:1333 1333/cpukit] - typo in termiostypes.h uses major instead of minor
     411 *  [ticket:1334 1334/doc] - Misc Documentation Typos and Object ID correction
     412 *  [ticket:1335 1335/bsps] - introduction of sbrk helpers broke sbrk implementation by ppc/shared BSPs
     413 *  [ticket:1336 1336/cpukit] - Add prepend and append unprotected to chain.h
     414 *  [ticket:1337 1337/bsps] - Stripping .rodata section produces unusable executables for the i386-rtems target.
     415 *  [ticket:1339 1339/Ada] - Re-add IO Manager to Classic API Ada binding
     416 *  [ticket:1340 1340/cpukit] - Add initialize with nodes to chain.h
     417 *  [ticket:1341 1341/cpukit] - confdefs.h missing some "allocated from workspace" wrappers
     418 *  [ticket:1344 1344/bsps] - pc386 BSP can now use TSC when available for nanosecond timing.
     419 *  [ticket:1345 1345/Ada] - Ada binding has wrong type for boolean
     420 *  [ticket:1346 1346/cpukit] - Rate monotonic statistics nanoseconds/ticks granularity conditional logic backwards
     421 *  [ticket:1347 1347/cpukit] - Rework Timer Server to ensure that the context allows for blocking, allocating memory, and acquiring semaphores and mutexes.
     422 *  [ticket:1348 1348/cpukit] - Resetting CPU usage information while a period is running results in a negative minimum cpu time used being reported.
    423423
    424424Issues Without Problems Report Numbers