summaryrefslogtreecommitdiff
path: root/ftpfs/ccache.c
AgeCommit message (Collapse)Author
1999-07-111999-07-09 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell
* ccache.c (ccache_read): Use mmap instead of vm_allocate. * netfs.c (get_dirents): Likewise.
1999-07-111999-07-10 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* netfs.c: Add #include <sys/mman.h> for munmap decl. * ccache.c: Likewise.
1999-07-031999-07-03 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell
* ccache.c (ccache_read): Use munmap instead of vm_deallocate. (ccache_invalidate): Likewise. (ccache_free): Likewise. * netfs.c (get_dirents): Likewise.
1997-08-28(ccache_read):Miles Bader
Always update CC->max to something reasonable after a transfer. Use ports_self_interrupted to check for interrupts.
1997-08-09(ccache_read):Miles Bader
Check for thread cancelation.
1997-08-06Initial checkinMiles Bader