summaryrefslogtreecommitdiffstats
path: root/c/src/libblock/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2002-05-282002-05-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill6-2783/+0
* libblock, libfs moved to src/exec for multilib'ing.
2002-04-082002-04-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2-0/+3
* src/ramdisk.c: include <string.h>. * src/blkdev.c: include <string.h>.
2002-03-282002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-1/+0
* configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]). * include/Makefile.am: Remove AUTOMAKE_OPTIONS. * Makefile.am: Remove AUTOMAKE_OPTIONS. * src/Makefile.am: Remove AUTOMAKE_OPTIONS.
2002-03-212002-03-21 Alexander Kukuta <kam@oktet.ru>Joel Sherrill1-598/+370
* src/bdbuf.c (avl_insert, avl_remove): Reimplemented from scratch to avoid using GPLed sources in RTEMS core. * src/bdbuf.c, include/rtems/bdbuf.h: Remove "binary tree" implementation which was used for debugging only.
2002-02-282002-02-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill6-0/+3009
* Submitted by Victor V. Vengerov <vvv@oktet.ru> and merged into the RTEMS source. * ChangeLog, Makefile.am, README, configure.ac, include/Makefile.am, include/rtems/bdbuf.h, include/rtems/blkdev.h, include/rtems/diskdevs.h, include/rtems/ramdisk.h, include/rtems/.cvsignore, include/.cvsignore, src/Makefile.am, src/bdbuf.c, src/blkdev.c, src/diskdevs.c, src/ramdisk.c, src/.cvsignore, .cvsignore: New files.