summaryrefslogtreecommitdiff
path: root/otherlibs/bigarray/mmap_unix.c
Commit message (Expand)AuthorAgeFilesLines
* PR#5887: move the byterun/*.h headers to byterun/caml/*.h to avoid header nam...Gabriel Scherer2014-12-271-6/+6
* PR 6439 part 2: use sysconf instead of the deprecated getpagesize functionMark Shinwell2014-05-301-2/+2
* PR#6064: GADT representation for Bigarray.kind + CAML_BA_CHAR runtime kindGabriel Scherer2014-01-091-1/+1
* remove all $Id keywordsDamien Doligez2012-10-151-2/+0
* clean up TABs and whitespaceDamien Doligez2012-07-301-1/+1
* merge changes from 4.00 branching to 4.00.0 (part 1)Damien Doligez2012-07-261-0/+4
* PR#3571: in Bigarrays, call msync() before unmapping to commit changesXavier Leroy2012-04-091-6/+15
* PR#5543: in Bigarray.map_file, try to avoid using lseek() when growing fileXavier Leroy2012-04-041-18/+56
* More renaming to OCamlDamien Doligez2012-02-101-2/+2
* renaming of Objective Caml to OCaml and cleanup of copyright headersDamien Doligez2011-07-271-1/+1
* merge changes from 3.12.0 to 3.12.1Damien Doligez2011-07-201-1/+2
* release runtime lock for lseek (mantis 4801)Mark Shinwell2010-04-011-6/+23
* PR#4457: no need to limit each bigarray dimension to 2^31.Xavier Leroy2008-01-041-15/+15
* Added map_subfile functions (memory mapping from a non-zero file offset). Wi...Xavier Leroy2006-06-101-13/+31
* PR#1956 renommage: bigarray est prefixe par ocaml_ba_Damien Doligez2006-01-271-6/+6
* Remplacement long/unsigned long par intnat/uintnatXavier Leroy2005-09-221-7/+7
* MAJ en-tetes pour mentionner la 'special exception' sur la LGPLXavier Leroy2001-12-071-1/+2
* Chargement dynamique de primitives CXavier Leroy2001-08-281-2/+2
* MacOS: ajout macosunix; portage bigarray et systhreads; tabsDamien Doligez2000-04-051-4/+0
* Definir MAP_FAILED si pas defini (pour les vieux systemes genre SunOS et AIX ...Xavier Leroy2000-03-161-0/+4
* contournement d'un bug de Digital UnixDamien Doligez2000-02-291-1/+1
* Ajout sys/types.hXavier Leroy2000-02-281-0/+1
* Ajout memory mapping. Diverses correctionsXavier Leroy2000-02-251-0/+115