summaryrefslogtreecommitdiff
path: root/nfs
AgeCommit message (Collapse)Author
1997-04-16Fix compilation error.Thomas Bushnell
1997-04-10Thu Apr 10 13:25:12 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell
* ops.c (netfs_attempt_set_size): Short circuit EACCES to cover one important case.
1997-02-21.Miles Bader
1997-02-21(netfs_append_args):Miles Bader
Present the remote filesystem as a single argument, in HOST:FS format.
1997-02-12Wed Feb 12 13:53:42 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell
* ops.c (netfs_check_open_permissions): If this is a new node, don't report an error here. (Though, later I/O requests still might fail.)
1996-12-05*** empty log message ***Thomas Bushnell
1996-11-20.Miles Bader
1996-11-20(HURDLIBS): Add iohelp.Miles Bader
1996-11-18Mon Nov 18 17:01:38 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell
* ops.c (guess_mode_use): Delete function. (netfs_report_access): Use fshelp_access instead of guess_mode_use. Change return type. Sat Nov 16 18:24:55 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> * Makefile (SRCS): Remove `cred.c'. * cred.c: Delete file. * nfs.h (struct netcred): Delete type. (cred_has_uid, cred_has_gid): Delete functions. (nfs_initialize_rpc): netcred arg now iouser. * ops.c: Change struct netcred to struct iouser throughout. * pager.c: Likewise. * cache.c (netfs_node_norefs): Likewise. * nfs.c (nfs_initialize_rpc): Convert use of netcred to iouser.
1996-11-05Mon Nov 4 21:23:58 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell
* rpc.c (rpc_list_lock): Delete variable. Omit all mention of it throughout this file. Expand the use of outstanding_lock to cover what rpc_list_lock used to handle.
1996-11-01.Miles Bader
1996-11-01(conduct_rpc):Miles Bader
Unlock OUTSTANDING_LOCK if write fails.
1996-11-01.Miles Bader
1996-10-31(netfs_attempt_statfs):Miles Bader
Convert incoming numbers from network to host byte order. Don't convert sizes from IOSIZE to BSIZE units. Return BSIZE in f_bsize field, not IOSIZE. Fill in f_fsid field.
1996-10-25.Miles Bader
1996-10-25(main):Miles Bader
Rename ARGP_PARENTS to ARGP_CHILDREN, and change the element type to `struct argp_child'; change the reference in ARGP accordingly. (runtime_argp_children): New variable. (runtime_argp_parents): Variable removed. (runtime_argp): Use RUNTIME_ARGP_CHILDREN, not RUNTIME_ARGP_PARENTS.
1996-10-04.Miles Bader
1996-10-04(bool_t, enum_t): Typedefs removed.Miles Bader
1996-10-04Add hacks to avoid idiotic sun definitions of TRUE, FALSE, and malloc inMiles Bader
<rpc/types.h>.
1996-10-03*** empty log message ***Thomas Bushnell
1996-09-30.Miles Bader
1996-09-30(OPT_RSIZE):Miles Bader
Changed to 'R'. (OPT_WSIZE): Changed to 'W'. (doc): Add general description.
1996-09-23(hold):Miles Bader
Variable removed. (netfs_append_args): Renamed from netfs_get_options. Don't initialize ARGZ & ARGZ_LEN anymore. Add remote filesystem spec to output. (main): Don't use HOLD anymore.
1996-09-23.Miles Bader
1996-09-17*** empty log message ***Thomas Bushnell
1996-09-04*** empty log message ***Thomas Bushnell
1996-08-15*** empty log message ***Thomas Bushnell
1996-08-14*** empty log message ***Thomas Bushnell
1996-08-13*** empty log message ***Thomas Bushnell
1996-08-12*** empty log message ***Thomas Bushnell
1996-08-01*** empty log message ***Thomas Bushnell
1996-07-26.Miles Bader
1996-07-23(xdr_encode_sattr_times): `struct timespec' now uses a field prefix of `tv_'.Miles Bader
1996-07-18*** empty log message ***Michael I. Bushnell
1996-07-17Initial revisionRoland McGrath
1996-07-17(mounted_soft): Initialize to zero.Michael I. Bushnell
1996-07-04(netfs_attempt_link) [case SYMLINK]: Include directory handle as anMichael I. Bushnell
RPC arg.
1996-06-26(main): Use &NETFS_STD_STARTUP_ARGP insteda of NETFS_STARTUP_ARGP.Miles Bader
(netfs_get_options): New function. (runtime_argp_parents, runtime_argp, netfs_runtime_argp): New variables. (netfs_parse_runtime_options, netfs_unparse_runtime_options): Functions removed.
1996-06-13(SRCS): And remove pager.c back.Michael I. Bushnell
1996-06-13(struct netnode): Add member `fileinfo'.Michael I. Bushnell
1996-06-13(register_fresh_stat): Add decl.Michael I. Bushnell
1996-06-13(SRCS): Add pager.c.Michael I. Bushnell
1996-05-23(parse_startup_opt): Use ARGP_ERR_UNKNOWN instead of EINVAL.Miles Bader
1996-05-14(netfs_attempt_unlink): Add new arg in call to netfs_attempt_link.Michael I. Bushnell
1996-05-11(parse_common_opt): Use ARGP_ERR_UNKNOWN instead of EINVAL.Miles Bader
1996-05-10(netfs_attempt_rename, netfs_attempt_link): New parm EXCL, but don'tMichael I. Bushnell
implement the hard case yet.
1996-05-10(netfs_attempt_statfs): Expect and fill in new statfs buffer.Michael I. Bushnell
1996-04-19(main): Failure to bind privileged ports is indicated by EACCES, notMichael I. Bushnell
EPERM.
1996-04-11(guess_mode_use): New function.Michael I. Bushnell
(netfs_check_open_permissions, netfs_report_access): Replace old clever versions with less obtrusive one.
1996-04-02(netfs_report_access): Oops.Michael I. Bushnell