Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 2000-12-02 Roland McGrath <roland@frob.com> | Roland McGrath | 2000-12-03 | 1 | -6/+13 |
| | | | | | * node-times.c (diskfs_set_node_times): Make individual flag checks race-proof so we don't lose any flag settings. | ||||
* | 1999-09-20 Thomas Bushnell, BSG <tb@mit.edu> | Thomas Bushnell | 1999-09-20 | 1 | -5/+0 |
| | | | | | | | | * node-times.c (diskfs_set_node_times): Don't implement _diskfs_noatime here. * conch-fetch.c (iohelp_fetch_shared_data): Don't update dn_set_atime on affected node if _diskfs_noatime. * rdwr-internal.c (_diskfs_rdwr_internal): Likewise. | ||||
* | 1999-09-19 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | 1999-09-19 | 1 | -7/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | * node-times.c (diskfs_set_node_times): If _diskfs_noatime is set and neither NP->dn_set_mtime nor NP->dn_set_ctime is set, clear NP->dn_set_atime. Short-circuit return if none of dn_set_?time set. * opts-common.c (diskfs_common_options): Include "priv.h". Add aliases --ro/--rw for -r/-w. Add alias --nosuid for --no-suid, --noexec for --no-exec. Move --suid-ok, --exec-ok here from ... * opts-std-runtime.c (std_runtime_options): ... here. (struct parse_hook): New member `noatime'. (set_opts): Use H->noatime to set _diskfs_noatime. (parse_opt): Grok -A and OPT_ATIME to set/clear H->noatime. (OPT_ATIME): New macro. (OPT_SUID_OK, OPT_EXEC_OK): Moved to ... * priv.h: ... here. (diskfs_common_options): Add const to decl. * opts-std-startup.c (parse_startup_opt): Grok OPT_SUID_OK, OPT_EXEC_OK, -A, and OPT_ATIME. * init-init.c (_diskfs_noatime): New variable. (_diskfs_nosuid, _diskfs_noexec): Use uninitialized defns. * opts-append-std.c (diskfs_append_std_options): Add --no-atime if _diskfs_noatime is set. | ||||
* | (diskfs_set_node_times): Use maptime_read. | Miles Bader | 1996-02-20 | 1 | -22/+18 |
| | |||||
* | entered into RCS | Michael I. Bushnell | 1994-07-18 | 1 | -0/+15 |
| | |||||
* | Formerly node-times.c.~5~ | Michael I. Bushnell | 1994-07-14 | 1 | -6/+6 |
| | |||||
* | Formerly node-times.c.~4~ | Michael I. Bushnell | 1994-02-11 | 1 | -1/+3 |
| | |||||
* | Formerly node-times.c.~3~ | Michael I. Bushnell | 1994-02-08 | 1 | -3/+3 |
| | |||||
* | Formerly node-times.c.~2~ | Michael I. Bushnell | 1994-02-05 | 1 | -7/+25 |
| | |||||
* | Initial revision | Michael I. Bushnell | 1994-02-04 | 1 | -0/+37 |