summaryrefslogtreecommitdiff
path: root/libnetfs/Makefile
AgeCommit message (Collapse)Author
2001-01-302001-01-15 Neal H Walfield <neal@cs.uml.edu>Marcus Brinkmann
* netfs.h: Added netfs_get_storage_info. * file-get-storage-info.c (netfs_S_get_storage_info): Calls netfs_get_storage_info instead of providing default response. * file-get-storage-info-default.c: New file. (netfs_get_storage_info): Provides default response.
1999-09-091999-09-09 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell
* fsstubs.c (netfs_S_io_pathconf): Delete function. * io-pathconf.c: New file. * Makefile (IOSRCS): Add io-pathconf.c.
1999-07-011999-07-01 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell
* nref.c: New file; guts from netfs.h. * nrele.c: Likewise. * nput.c: Likewise. * netfs.h (netfs_nref, netfs_nrele, netfs_nput): Replace inline definitions with normal declarations. (NETFS_EI): Remove macro. * netfs.c: Deleted file. * Makefile (OTHERSRCS): Add nref.c, nrele.c, nput.c. Remove netfs.c.
1999-02-16Tue Feb 16 05:37:03 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell
* io-revoke.c: New file. * Makefile (IOSRCS): Add iorevoke.c.
1997-06-20(OTHERSRCS):Miles Bader
Add trans-callback.c & set-get-trans.c.
1997-02-20(FSSRCS):Miles Bader
dir-reparent.c replaced by file-reparent.c.
1997-02-05(FSSRCS):Miles Bader
Add dir-reparent.c.
1996-10-24Mon Oct 21 21:56:33 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell
* netfs.h: Add extern inline protection. * netfs.c: New file. * Makefile (OTHERSRCS): Add netfs.c.
1996-09-23(OTHERSRCS):Miles Bader
Replace get-options.c with append-args.c
1996-06-27(LCLHDRS): Add execserver.h.Michael I. Bushnell
1996-06-27(OTHERSRCS): Add append-std-options.c.Miles Bader
1996-06-26(OTHERSRCS):Miles Bader
Add runtime-argp.c, std-runtime-argp.c, & std-startup-argp.c. Remove parse-runtime-options.c & unparse-runtime-options.c.
1996-05-14(IOSRCS): Add io-identity.c.Michael I. Bushnell
1996-04-11(fsys-MIGSFLAGS, fs-MIGSFLAGS, io-MIGSFLAGS, ifsock-MIGSFLAGS): FindMichael I. Bushnell
mutations.h in $(srcdir).
1996-04-01(FSSRCS): Add file-exec.c.Michael I. Bushnell
1996-03-19(LCLHDRS): Add callbacks.h misc.h modes.h mutations.h priv.h.Michael I. Bushnell
1996-03-11(FSSRCS): Add file-get-translator.c.Michael I. Bushnell
1996-03-05(OTHERSRCS): Add startup-argp.c, set-options.c, get-options.c,Miles Bader
parse-runtime-options.c, & unparse-runtime-options.c. (FSYSSRCS): Add fsys-set-options.c & fsys-get-options.c. (FSSRCS): Add file-get-fs-options.c.
1995-04-11Initial revisionMichael I. Bushnell