Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1999-09-19 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | 1999-09-19 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | * 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. | ||||
* | 1998-10-20 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | 1998-10-24 | 1 | -11/+13 |
| | | | | | | | | * dir-lookup.c (diskfs_S_dir_lookup): Add braces to silence gcc warning. * io-identity.c (diskfs_S_io_identity): Likewise. * opts-append-std.c (diskfs_append_std_options): Likewise. * opts-std-runtime.c (set_opts): Likewise. | ||||
* | (diskfs_append_std_options): | Miles Bader | 1997-09-16 | 1 | -24/+16 |
| | | | | | Add --no-suid and --no-exec options. Don't deallocate ARGZ when we get an error. | ||||
* | Tue Sep 16 14:37:51 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> | Thomas Bushnell | 1997-09-16 | 1 | -1/+11 |
| | | | | | * opts-append-std.c (diskfs_append_std_options): Add --no-suid and --no-exec when appropriate. | ||||
* | <stdio.h>: | Miles Bader | 1996-09-23 | 1 | -0/+1 |
| | | | | New include. | ||||
* | (diskfs_append_std_options): | Miles Bader | 1996-06-21 | 1 | -14/+13 |
| | | | | | Use argz_add instead of rolling our own. Deal with errors. <argz.h>: New include. | ||||
* | Initial revision | Miles Bader | 1996-06-20 | 1 | -0/+55 |