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

Changes between Version 165 and Version 166 of Release/4.9


Ignore:
Timestamp:
03/10/10 21:20:39 (14 years ago)
Author:
JoelSherrill
Comment:

/* Release 4.9.1 Changes */ Add Bugzilla links

Legend:

Unmodified
Added
Removed
Modified
  • Release/4.9

    v165 v166  
    321321
    322322Issues With Problems Report Numbers
    323  *  1316/cpukit - message queue broadcast truncated messages that were too long and should have return an error per the documentation
    324  *  1324/bsps - aclocal/check-bsps.m4: icecube is missing
    325  *  1328/cpukit - fix printing of > 256 characters in shell commands mdump and wdump (Gene Smith)
    326  *  1329/bsps - gen5200 network driver used boolean and did not compile
    327  *  1330/cpukit - free.c: Print of wrong address in error message
    328  *  1331/networking - clean up telnetd initialization parameter explanation.
    329  *  1332/bsps - reopening (already open) console corrupts driver (i386, powerpc)
    330  *  1333/cpukit - typo in termiostypes.h uses major instead of minor
    331  *  1334/doc - Misc Documentation Typos and Object ID correction
    332  *  1335/bsps - introduction of sbrk helpers broke sbrk implementation by ppc/shared BSPs
    333  *  1336/cpukit - Add prepend and append unprotected to chain.h
    334  *  1337/bsps - Stripping .rodata section produces unusable executables for the i386-rtems target.
    335  *  1339/Ada - Re-add IO Manager to Classic API Ada binding
    336  *  1340/cpukit - Add initialize with nodes to chain.h
    337  *  1341/cpukit - confdefs.h missing some "allocated from workspace" wrappers
    338  *  1344/bsps - pc386 BSP can now use TSC when available for nanosecond timing.
    339  *  1345/Ada - Ada binding has wrong type for boolean
    340  *  1346/cpukit - Rate monotonic statistics nanoseconds/ticks granularity conditional logic backwards
    341  *  1347/cpukit - Rework Timer Server to ensure that the context allows for blocking, allocating memory, and acquiring semaphores and mutexes.
    342  *  1348/cpukit - Resetting CPU usage information while a period is running results in a negative minimum cpu time used being reported.
     323 *  [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
     324 *  [https://www.rtems.org/bugzilla/show_bug.cgi?id=1324 1324/bsps] - aclocal/check-bsps.m4: icecube is missing
     325 *  [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)
     326 *  [https://www.rtems.org/bugzilla/show_bug.cgi?id=1329 1329/bsps] - gen5200 network driver used boolean and did not compile
     327 *  [https://www.rtems.org/bugzilla/show_bug.cgi?id=1330 1330/cpukit] - free.c: Print of wrong address in error message
     328 *  [https://www.rtems.org/bugzilla/show_bug.cgi?id=1331 1331/networking] - clean up telnetd initialization parameter explanation.
     329 *  [https://www.rtems.org/bugzilla/show_bug.cgi?id=1332 1332/bsps] - reopening (already open) console corrupts driver (i386, powerpc)
     330 *  [https://www.rtems.org/bugzilla/show_bug.cgi?id=1333 1333/cpukit] - typo in termiostypes.h uses major instead of minor
     331 *  [https://www.rtems.org/bugzilla/show_bug.cgi?id=1334 1334/doc] - Misc Documentation Typos and Object ID correction
     332 *  [https://www.rtems.org/bugzilla/show_bug.cgi?id=1335 1335/bsps] - introduction of sbrk helpers broke sbrk implementation by ppc/shared BSPs
     333 *  [https://www.rtems.org/bugzilla/show_bug.cgi?id=1336 1336/cpukit] - Add prepend and append unprotected to chain.h
     334 *  [https://www.rtems.org/bugzilla/show_bug.cgi?id=1337 1337/bsps] - Stripping .rodata section produces unusable executables for the i386-rtems target.
     335 *  [https://www.rtems.org/bugzilla/show_bug.cgi?id=1339 1339/Ada] - Re-add IO Manager to Classic API Ada binding
     336 *  [https://www.rtems.org/bugzilla/show_bug.cgi?id=1340 1340/cpukit] - Add initialize with nodes to chain.h
     337 *  [https://www.rtems.org/bugzilla/show_bug.cgi?id=1341 1341/cpukit] - confdefs.h missing some "allocated from workspace" wrappers
     338 *  [https://www.rtems.org/bugzilla/show_bug.cgi?id=1344 1344/bsps] - pc386 BSP can now use TSC when available for nanosecond timing.
     339 *  [https://www.rtems.org/bugzilla/show_bug.cgi?id=1345 1345/Ada] - Ada binding has wrong type for boolean
     340 *  [https://www.rtems.org/bugzilla/show_bug.cgi?id=1346 1346/cpukit] - Rate monotonic statistics nanoseconds/ticks granularity conditional logic backwards
     341 *  [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.
     342 *  [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.
    343343
    344344Issues Without Problems Report Numbers