summaryrefslogtreecommitdiffstats
path: root/compat/mmap.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* compat: make sure git_mmap is not expected to writeCarlo Marcelo Arenas Belón2018-10-251-1/+1
* wrapper.c: add xpread() similar to xread()Yiannis Marangos2014-04-101-3/+1
* War on whitespaceJunio C Hamano2007-06-071-1/+0
* Switch git_mmap to use pread.Shawn O. Pearce2006-12-241-14/+5
* Rename gitfakemmap to git_mmap.Shawn O. Pearce2006-12-241-3/+3
* simplify inclusion of system header files.Junio C Hamano2006-12-201-4/+0
* Seek back to current filepos when mmap()ing with NO_MMAPJohannes Schindelin2006-11-151-0/+6
* Clean up compatibility definitions.Junio C Hamano2005-12-051-1/+1
* Yank writing-back support from gitfakemmap.Junio C Hamano2005-10-081-69/+6
* [PATCH] If NO_MMAP is defined, fake mmap() and munmap()Johannes Schindelin2005-10-081-0/+113