aboutsummaryrefslogtreecommitdiff
path: root/ftpfs/netfs.c
Commit message (Collapse)AuthorAgeFilesLines
* 2007-11-13 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2007-11-131-9/+5
| | | | * netfs.c (netfs_attempt_utimes): Adapt to ``struct stat'' changes.
* 2001-12-29 Roland McGrath <roland@frob.com>Roland McGrath2001-12-291-6/+11
| | | | | * netfs.c (netfs_attempt_statfs): Implement this, returning all zeros except for f_type and f_fsid.
* 1999-07-09 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-07-111-1/+3
| | | | | * 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-2/+3
| | | | | * 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-3/+2
| | | | | | | * ccache.c (ccache_read): Use munmap instead of vm_deallocate. (ccache_invalidate): Likewise. (ccache_free): Likewise. * netfs.c (get_dirents): Likewise.
* Sun Jan 31 18:33:55 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-01-311-6/+19
| | | | | * netfs.c (netfs_attempt_utimes): Implement new possibility that ATIME or MTIME might be null.
* Add braces to silence gcc warnings.Roland McGrath1998-10-201-26/+30
|
* (netfs_attempt_mkfile):Miles Bader1997-08-181-0/+2
| | | | Unlock DIR.
* Initial checkinMiles Bader1997-08-061-0/+441