OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [cpukit/] [libblock/] [ChangeLog] - Diff between revs 1026 and 1765

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 1026 Rev 1765
2002-07-31      Ralf Corsepius 
2002-07-31      Ralf Corsepius 
        * Makefile.am: Merge src/Makefile.am.
        * Makefile.am: Merge src/Makefile.am.
        * src/Makefile.am: Remove.
        * src/Makefile.am: Remove.
        * configure.ac: Remove src/Makefile.am
        * configure.ac: Remove src/Makefile.am
2002-07-22      Ralf Corsepius 
2002-07-22      Ralf Corsepius 
        * src/Makefile.am: Use .$(OBJEXT) instead of .o.
        * src/Makefile.am: Use .$(OBJEXT) instead of .o.
2002-07-22      Ralf Corsepius 
2002-07-22      Ralf Corsepius 
        * src/Makefile.am: Eliminate LIBNAME. Cosmetical cleanups.
        * src/Makefile.am: Eliminate LIBNAME. Cosmetical cleanups.
2002-07-05      Ralf Corsepius 
2002-07-05      Ralf Corsepius 
        * configure.ac: RTEMS_TOP(../..).
        * configure.ac: RTEMS_TOP(../..).
2002-07-01    Joel Sherrill 
2002-07-01    Joel Sherrill 
        * Mega patch merge to change the format of the object IDs to
        * Mega patch merge to change the format of the object IDs to
        loosen the dependency between the SCORE and the various APIs.
        loosen the dependency between the SCORE and the various APIs.
        There was considerable work to simplify the object name management
        There was considerable work to simplify the object name management
        and it appears that the name_table field is no longer needed.
        and it appears that the name_table field is no longer needed.
        This patch also includes the addition of the internal mutex
        This patch also includes the addition of the internal mutex
        which is currently only used to protect some types of allocation
        which is currently only used to protect some types of allocation
        and deallocation.  This significantly can reduce context
        and deallocation.  This significantly can reduce context
        switch latency under certain circumstances.  In particular,
        switch latency under certain circumstances.  In particular,
        some heap/region operations were O(n) and had dispatching
        some heap/region operations were O(n) and had dispatching
        disabled.  This should help enormously.  With this merge,
        disabled.  This should help enormously.  With this merge,
        the patch is not as clean as it should be.  In particular,
        the patch is not as clean as it should be.  In particular,
        the documentation has not been modified to reflect the new object
        the documentation has not been modified to reflect the new object
        ID layout, the IDs in the test screens are not updated, and
        ID layout, the IDs in the test screens are not updated, and
        _Objects_Get_information needs to be a real routine not inlined.
        _Objects_Get_information needs to be a real routine not inlined.
        As part of this patch a lot of MP code for thread/proxy blocking
        As part of this patch a lot of MP code for thread/proxy blocking
        was made conditional and cleaned up.
        was made conditional and cleaned up.
        * src/bdbuf.c:  Modified as part of above.
        * src/bdbuf.c:  Modified as part of above.
2002-07-01      Ralf Corsepius 
2002-07-01      Ralf Corsepius 
        * configure.ac: Remove RTEMS_PROJECT_ROOT.
        * configure.ac: Remove RTEMS_PROJECT_ROOT.
2002-06-27      Ralf Corsepius 
2002-06-27      Ralf Corsepius 
        * configure.ac: Use AC_CONFIG_AUX_DIR(../..).
        * configure.ac: Use AC_CONFIG_AUX_DIR(../..).
        Add AC_PROG_RANLIB.
        Add AC_PROG_RANLIB.
2002-06-26      Ralf Corsepius 
2002-06-26      Ralf Corsepius 
        * src/Makefile.am: Don't preinstall libblock.a.
        * src/Makefile.am: Don't preinstall libblock.a.
2002-06-18      Ralf Corsepius 
2002-06-18      Ralf Corsepius 
        * Makefile.am: Merge-in include/Makefile.am.
        * Makefile.am: Merge-in include/Makefile.am.
        * include/Makefile.am: Remove.
        * include/Makefile.am: Remove.
        * configure.ac: Reflect changes above.
        * configure.ac: Reflect changes above.
2002-06-17      Ralf Corsepius 
2002-06-17      Ralf Corsepius 
        * include/Makefile.am: Include $(top_srcdir)/../automake/*.am.
        * include/Makefile.am: Include $(top_srcdir)/../automake/*.am.
        * Makefile.am: Include $(top_srcdir)/../automake/*.am.
        * Makefile.am: Include $(top_srcdir)/../automake/*.am.
        Use ../aclocal.
        Use ../aclocal.
        * src/Makefile.am: Include $(top_srcdir)/../automake/*.am.
        * src/Makefile.am: Include $(top_srcdir)/../automake/*.am.
2002-05-18      Ralf Corsepius 
2002-05-18      Ralf Corsepius 
        Move from c/src/libblock to c/src/exec/libblock
        Move from c/src/libblock to c/src/exec/libblock
        * configure.ac: Reflect move.
        * configure.ac: Reflect move.
        * Makefile.am: Ditto.
        * Makefile.am: Ditto.
        * include/Makefile.am: Ditto.
        * include/Makefile.am: Ditto.
        * src/Makefile.am: Ditto.
        * src/Makefile.am: Ditto.
2002-04-06      Ralf Corsepius 
2002-04-06      Ralf Corsepius 
        * src/ramdisk.c: include .
        * src/ramdisk.c: include .
        * src/blkdev.c: include .
        * src/blkdev.c: include .
2002-04-03      Alexander Kukuta 
2002-04-03      Alexander Kukuta 
        * include/rtems/bdbuf.h: Address PR168 by changing bdbuf_buffer.avl.bal
        * include/rtems/bdbuf.h: Address PR168 by changing bdbuf_buffer.avl.bal
        and bdbuf_buffer.avl.cache to signed char instead of char.
        and bdbuf_buffer.avl.cache to signed char instead of char.
2002-03-27      Ralf Corsepius 
2002-03-27      Ralf Corsepius 
        * configure.ac:
        * configure.ac:
        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
        * Makefile.am: Remove AUTOMAKE_OPTIONS.
        * Makefile.am: Remove AUTOMAKE_OPTIONS.
        * src/Makefile.am: Remove AUTOMAKE_OPTIONS.
        * src/Makefile.am: Remove AUTOMAKE_OPTIONS.
2002-03-21      Alexander Kukuta 
2002-03-21      Alexander Kukuta 
        * src/bdbuf.c (avl_insert, avl_remove): Reimplemented from scratch
        * src/bdbuf.c (avl_insert, avl_remove): Reimplemented from scratch
          to avoid using GPLed sources in RTEMS core.
          to avoid using GPLed sources in RTEMS core.
        * src/bdbuf.c, include/rtems/bdbuf.h: Remove "binary tree"
        * src/bdbuf.c, include/rtems/bdbuf.h: Remove "binary tree"
          implementation which was used for debugging only.
          implementation which was used for debugging only.
2002-03-13      Victor V. Vengerov 
2002-03-13      Victor V. Vengerov 
        * src/bdbuf.c (find_or_assign_buffer, rtems_bdbuf_read,
        * src/bdbuf.c (find_or_assign_buffer, rtems_bdbuf_read,
          rtems_bdbuf_sync, rtems_bdbuf_syncdev, bdbuf_swapout_task):
          rtems_bdbuf_sync, rtems_bdbuf_syncdev, bdbuf_swapout_task):
          Fix bug: disable interrupts and set level properly before
          Fix bug: disable interrupts and set level properly before
          _CORE_mutex_Seize invocation).
          _CORE_mutex_Seize invocation).
2002-02-28      Joel Sherrill 
2002-02-28      Joel Sherrill 
        * Submitted by Victor V. Vengerov  and merged
        * Submitted by Victor V. Vengerov  and merged
        into the RTEMS source.
        into the RTEMS source.
        * ChangeLog, Makefile.am, README, configure.ac, include/Makefile.am,
        * ChangeLog, Makefile.am, README, configure.ac, include/Makefile.am,
        include/rtems/bdbuf.h, include/rtems/blkdev.h, include/rtems/diskdevs.h,
        include/rtems/bdbuf.h, include/rtems/blkdev.h, include/rtems/diskdevs.h,
        include/rtems/ramdisk.h, include/rtems/.cvsignore, include/.cvsignore,
        include/rtems/ramdisk.h, include/rtems/.cvsignore, include/.cvsignore,
        src/Makefile.am, src/bdbuf.c, src/blkdev.c, src/diskdevs.c,
        src/Makefile.am, src/bdbuf.c, src/blkdev.c, src/diskdevs.c,
        src/ramdisk.c, src/.cvsignore, .cvsignore: New files.
        src/ramdisk.c, src/.cvsignore, .cvsignore: New files.
2001-11-29      Victor V. Vengerov 
2001-11-29      Victor V. Vengerov 
        * AVL trees implementation added.
        * AVL trees implementation added.
2001-11-16      Victor V. Vengerov 
2001-11-16      Victor V. Vengerov 
        * include/rtems/bdbuf.h, src/bdbuf.c(rtems_bdbuf_syncdev): New.
        * include/rtems/bdbuf.h, src/bdbuf.c(rtems_bdbuf_syncdev): New.
2001-11-07      Victor V. Vengerov 
2001-11-07      Victor V. Vengerov 
        * ChangeLog: New file.
        * ChangeLog: New file.
        * src/, include/, include/rtems/: New directories.
        * src/, include/, include/rtems/: New directories.
        * README, configure.ac, Makefile.am, src/Makefile.am,
        * README, configure.ac, Makefile.am, src/Makefile.am,
          include/Makefile.am: New files.
          include/Makefile.am: New files.
        * include/rtems/bdbuf.h include/rtems/blkdev.h
        * include/rtems/bdbuf.h include/rtems/blkdev.h
          include/rtems/diskdevs.h include/rtems/ramdisk.h
          include/rtems/diskdevs.h include/rtems/ramdisk.h
          src/bdbuf.c src/blkdev.c src/diskdevs.c src/ramdisk.c: New files.
          src/bdbuf.c src/blkdev.c src/diskdevs.c src/ramdisk.c: New files.
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.