summaryrefslogtreecommitdiff
path: root/ftpfs/netfs.c
AgeCommit message (Collapse)Author
2001-12-292001-12-29 Roland McGrath <roland@frob.com>Roland McGrath
* netfs.c (netfs_attempt_statfs): Implement this, returning all zeros except for f_type and f_fsid.
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.
1999-01-31Sun Jan 31 18:33:55 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell
* netfs.c (netfs_attempt_utimes): Implement new possibility that ATIME or MTIME might be null.
1998-10-20Add braces to silence gcc warnings.Roland McGrath
1997-08-18(netfs_attempt_mkfile):Miles Bader
Unlock DIR.
1997-08-06Initial checkinMiles Bader