]> mj.ucw.cz Git - libucw.git/history - lib/fb-mmap.c
fastbufs: byte * -> char *
[libucw.git] / lib / fb-mmap.c
2007-06-25 Pavel Charvatfastbufs: byte * -> char *
2007-06-21 Pavel CharvatThe great conversion of log() logging function to msg().
2007-06-21 Pavel Charvatlibucw: added more const qualifiers
2007-05-18 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-04-23 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-03-12 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-03-12 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-03-10 Martin MaresFastbufs now work better on unseekable files.
2007-02-13 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-01-12 Martin MaresCPU_PAGE_SIZE ported from mainline.
2007-01-12 Martin MaresDetermine system page size in the configure script...
2006-10-26 Robert SpalekALIGN renamed to ALIGN_TO
2006-07-24 Pavel CharvatMerge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
2006-04-29 Martin MaresMerge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
2006-04-27 Robert Spaleksplit conf2.h into conf.h and getopt.h
2006-04-23 Robert SpalekMerge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
2006-04-23 Robert Spaleklib: converted to use conf2.c instead of conf.c
2006-01-16 Martin MaresCleaned up includes.
2004-12-11 Martin MaresChanged all references to Sherlock Library by UCW Library.
2004-06-28 Martin MaresA better implementation of overwritable buffers.
2004-06-25 Robert Spalekgeneralized BCONFIG_CAN_OVERWRITE to three different...
2004-06-25 Robert Spalekadded the configuration item BCONFIG_CAN_OVERWRITE...
2003-10-19 Martin MaresToo much copying and pasting :-)
2002-10-06 Martin MaresFinished the fb-mmap module. Basic parameters are now...
2002-10-03 Martin MaresSquash warning with 32-bit sh_off_t.
2002-10-03 Martin MaresOlder versions of glibc don't have madvise.
2002-09-30 Martin MaresThe is_temp_file variable was originally a good idea...
2002-09-27 Martin MaresThe fb-mmap module, now read/write. Still needs a lot...