aboutsummaryrefslogtreecommitdiff
path: root/libnetfs/io-revoke.c
Commit message (Collapse)AuthorAgeFilesLines
* 1999-02-28 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-02-281-3/+2
| | | | * io-revoke.c (netfs_S_io_revoke): Use ports_class_iterate.
* Mon Feb 22 04:30:18 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-02-221-0/+2
| | | | | * io-revoke.c (netfs_S_io_revoke): Protect the revocation by blocking other rpcs.
* Sat Feb 20 20:54:26 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-02-211-6/+4
| | | | * io-revoke.c (netfs_S_io_revoke): Release lock before iteration.
* 1999-02-16 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-02-171-11/+9
| | | | * io-revoke.c (netfs_S_io_revoke): Fix typos.
* minor repairsThomas Bushnell1999-02-161-3/+6
|
* Tue Feb 16 05:37:03 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-02-161-0/+61
* io-revoke.c: New file. * Makefile (IOSRCS): Add iorevoke.c.