aboutsummaryrefslogtreecommitdiff
path: root/ftpfs/ccache.c
Commit message (Collapse)AuthorAgeFilesLines
* 1999-07-09 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-07-111-4/+10
| | | | | * ccache.c (ccache_read): Use mmap instead of vm_allocate. * netfs.c (get_dirents): Likewise.
* 1999-07-10 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-07-111-0/+1
| | | | | * netfs.c: Add #include <sys/mman.h> for munmap decl. * ccache.c: Likewise.
* 1999-07-03 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-07-031-7/+4
| | | | | | | * ccache.c (ccache_read): Use munmap instead of vm_deallocate. (ccache_invalidate): Likewise. (ccache_free): Likewise. * netfs.c (get_dirents): Likewise.
* (ccache_read):Miles Bader1997-08-281-2/+3
| | | | | Always update CC->max to something reasonable after a transfer. Use ports_self_interrupted to check for interrupts.
* (ccache_read):Miles Bader1997-08-091-0/+3
| | | | Check for thread cancelation.
* Initial checkinMiles Bader1997-08-061-0/+285