aboutsummaryrefslogtreecommitdiff
path: root/libnetfs/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* libnetfs/Marcus Brinkmann2002-05-131-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2002-05-13 Marcus Brinkmann <marcus@gnu.org> * io-version.c: New file. * Makefile (IOSRCS): Add io-version.c. * fsstubs.c (netfs_S_io_server_version): Function removed. * netfs.h (netfs_server_name, netfs_server_version): New external variables to be defined by the user. ftpfs/ 2002-05-13 Marcus Brinkmann <marcus@gnu.org> * ftpfs.c (netfs_server_name, netfs_server_version): New variables. hostmux/ 2002-05-13 Marcus Brinkmann <marcus@gnu.org> * hostmux.c (netfs_server_name, netfs_server_version): New variables. nfs/ 2002-05-13 Marcus Brinkmann <marcus@gnu.org> * main.c: Include <version.h>. (netfs_server_name, netfs_server_version, argp_program_version): New variables. trans/ 2002-05-13 Marcus Brinkmann <marcus@gnu.org> * fakeroot.c (netfs_server_name, netfs_server_version): New variables. usermux/ 2002-05-13 Marcus Brinkmann <marcus@gnu.org> * usermux.c (netfs_server_name, netfs_server_version): New variables.
* 2001-04-01 Roland McGrath <roland@frob.com>Roland McGrath2001-04-011-1/+1
| | | | | * Makefile (FSYSSRCS): Add fsys-goaway.c. * fsys-goaway.c: Don't include "priv.h" here.
* 2001-03-31 Neal H Walfield <neal@cs.uml.edu>Roland McGrath2001-04-011-2/+2
| | | | | | | | | | | | | | | | * Makefile (fsys-MIGSFLAGS): Add -DREPLY_PORTS, which we want for netfs_S_fsys_goaway. * fsys-get-options.c (netfs_S_fsys_getoptions): Add reply port arguments to declaration. * fsys-getroot.c (netfs_S_fsys_getroot): Likewise. * fsys-goaway.c (netfs_S_fsys_goaway): Likewise. * fsys-set-options.c (netfs_S_fsys_set_options): Likewise. * fsys-syncfs.c (netfs_S_fsys_syncfs): Likewise. * fsysstubs.c (netfs_S_fsys_getfile): Likewise. (netfs_S_fsys_getpriv): Likewise. (netfs_S_fsys_forward): Likewise. (netfs_S_fsys_startup): Likewise. * Makefile (MIGSTUBS): Add fsys_replyUser.o.
* 2001-01-15 Neal H Walfield <neal@cs.uml.edu>Marcus Brinkmann2001-01-301-3/+3
| | | | | | | | * 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-09 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-09-091-1/+1
| | | | | | * fsstubs.c (netfs_S_io_pathconf): Delete function. * io-pathconf.c: New file. * Makefile (IOSRCS): Add io-pathconf.c.
* 1999-07-01 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-07-011-1/+2
| | | | | | | | | | | | * 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.
* Tue Feb 16 05:37:03 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-02-161-2/+2
| | | | | * io-revoke.c: New file. * Makefile (IOSRCS): Add iorevoke.c.
* (OTHERSRCS):Miles Bader1997-06-201-1/+1
| | | | Add trans-callback.c & set-get-trans.c.
* (FSSRCS):Miles Bader1997-02-201-2/+2
| | | | dir-reparent.c replaced by file-reparent.c.
* (FSSRCS):Miles Bader1997-02-051-8/+10
| | | | Add dir-reparent.c.
* Mon Oct 21 21:56:33 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1996-10-241-1/+1
| | | | | | * netfs.h: Add extern inline protection. * netfs.c: New file. * Makefile (OTHERSRCS): Add netfs.c.
* (OTHERSRCS):Miles Bader1996-09-231-1/+1
| | | | Replace get-options.c with append-args.c
* (LCLHDRS): Add execserver.h.Michael I. Bushnell1996-06-271-1/+1
|
* (OTHERSRCS): Add append-std-options.c.Miles Bader1996-06-271-13/+14
|
* (OTHERSRCS):Miles Bader1996-06-261-1/+1
| | | | | Add runtime-argp.c, std-runtime-argp.c, & std-startup-argp.c. Remove parse-runtime-options.c & unparse-runtime-options.c.
* (IOSRCS): Add io-identity.c.Michael I. Bushnell1996-05-141-1/+1
|
* (fsys-MIGSFLAGS, fs-MIGSFLAGS, io-MIGSFLAGS, ifsock-MIGSFLAGS): FindMichael I. Bushnell1996-04-111-4/+4
| | | | mutations.h in $(srcdir).
* (FSSRCS): Add file-exec.c.Michael I. Bushnell1996-04-011-1/+1
|
* (LCLHDRS): Add callbacks.h misc.h modes.h mutations.h priv.h.Michael I. Bushnell1996-03-191-2/+2
|
* (FSSRCS): Add file-get-translator.c.Michael I. Bushnell1996-03-111-1/+2
|
* (OTHERSRCS): Add startup-argp.c, set-options.c, get-options.c,Miles Bader1996-03-051-2/+41
| | | | | | 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.
* Initial revisionMichael I. Bushnell1995-04-111-0/+26