summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1997-03-02(open_hook):Miles Bader
Add OPEN_COUNT hack to try and detect lossage.
1997-03-02(diskfs_S_io_identity):Miles Bader
Pass CRED's shadow root inode number to fshelp_get_identity when creating a shadow root fsid, not INUM.
1997-03-01.Miles Bader
1997-03-01(fsck_cleanup):Miles Bader
Correctly remove from fscks chain.
1997-03-01.Miles Bader
1997-03-01(main):Miles Bader
Make multithreaded.
1997-03-01.Miles Bader
1997-03-01(fwd null ifsock fifo new-fifo devport firmlink):Miles Bader
Add firmlink to targets depending on libthreads.
1997-03-01.Miles Bader
1997-02-28(ps_fmt_squash):Miles Bader
Deal with FIELD->spec being NULL when advancing over a field.
1997-02-26(main): Remove ERR.Miles Bader
1997-02-26(main):Miles Bader
Open device read-only.
1997-02-26(main):Miles Bader
Fetch DEVICE_MASTER *before* we use it. Use argp_failure instead of error.
1997-02-25Doc fixes.Miles Bader
1997-02-24.Miles Bader
1997-02-24(diskfs_S_io_stat):Miles Bader
Mark shadow roots with S_IROOT.
1997-02-24(diskfs_S_io_identity):Miles Bader
Return different fsys ids for different shadow roots.
1997-02-23zorkMiles Bader
1997-02-23.Miles Bader
1997-02-23(options, parse_opt):Miles Bader
Remove -i. (getroot): If firmlink returns ENOENT, act like an unresolvable link. Don't support visible mode. (argp): Use OPTIONS.
1997-02-22.Miles Bader
1997-02-22(diskfs_init_dir):Miles Bader
Use CRED->po as LOOKUPCRED's po, so that root detection works (and doesn't crash).
1997-02-22(dev_clear_flags, store_device_open):Miles Bader
Use MOD_FLAGS arg to dopen. (dopen): Add MOD_FLAGS param, and detect read-only devices.
1997-02-22(diskfs_release_peropen):Miles Bader
Don't deadlock if PO's shadow_root is also it's node.
1997-02-22(diskfs_S_file_reparent):Miles Bader
Don't release a reference to any old shadow_root if it was == NODE. Don't aquire a new reference for NODE.
1997-02-21(netfs_S_io_read):Miles Bader
Support reading from symlinks.
1997-02-21Initial checkin.Miles Bader
1997-02-21(diskfs_S_io_read):Miles Bader
Support reading from sylinks.
1997-02-21(diskfs_S_dir_lookup):Miles Bader
Allow symlinks to be opened for O_READ.
1997-02-21.Miles Bader
1997-02-21(firmlink):Miles Bader
New target. (SRCS): Add firmlink.c. (targets): Add firmlink.
1997-02-21(netfs_append_args):Miles Bader
Present the remote filesystem as a single argument, in HOST:FS format.
1997-02-21.Miles Bader
1997-02-21(usage_long_opt, usage_argful_short_opt, add_argless_short_opt):Miles Bader
Implement OPTION_NO_USAGE.
1997-02-21(OPTION_NO_USAGE):Miles Bader
New macro.
1997-02-21.Miles Bader
1997-02-21Doc fix.Miles Bader
1997-02-21.Miles Bader
1997-02-21(idvec_insert, idvec_remove):Miles Bader
Handle POS > IDVEC->num correctly. (idvec_insert_only): Handle POS >= IDVEC->num correctly.
1997-02-21(trivfs_protid_portclasses, trivfs_protid_nportclasses):Miles Bader
Make common.
1997-02-21(trivfs_cntl_portclasses, trivfs_cntl_nportclasses):Miles Bader
Make common.
1997-02-21.Miles Bader
1997-02-21(__argp_fmtstream_update):Miles Bader
Account for case where NEXTLINE points one past the end of the active buffer.
1997-02-21(struct uparams):Miles Bader
New type. (uparams): New variable. (struct uparam_name): New type. (uparam_names): New variable. (fill_in_uparams): New function. (_help): Call fill_in_uparams if necessary. (struct hol_help_state): New type. (hol_help): Add HHSTATE variable & pass to hol_entry_help. Remove LAST_ENTRY & SEP_GROUPS variables. If any suplicate arguments were suppressed, print explanatory note. (print_header, hol_entry_help): Use UPARAMS fields rather than constants. (__argp_failure, __argp_error, __argp_state_help): Make STATE parameter const. (struct pentry_state): Add hhstate field. Remove prev_entry & sep_groups fields. (print_header, comma): Use PEST->hhstate fields. (filter_doc): Replace PEST parameter with STATE. (__argp_failure): Only exit if STATE says it's ok. (hol_entry_help): Add HHSTATE parameter. Remove prev_entry & sep_groups parameters. Suppress duplicate arguments if requested, and note the fact. <stddef.h>: New include.
1997-02-20(argp_program_bug_address):Miles Bader
Make const. (argp_state_help, __argp_state_help, argp_usage, __argp_usage, argp_error, __argp_error, argp_failure, __argp_failure): Make STATE parameter const. (ARGP_KEY_HELP_DUP_ARGS_NOTE): New macro.
1997-02-20(main):Miles Bader
Initialize TTY_CLASS & PTY_CLASS too instead of doing TTY_CNTL_CLASS & PTY_CNTL_CLASS twice.
1997-02-20Initial checkinMiles Bader
1997-02-20Replaced by file-reparent.cMiles Bader
1997-02-20.Miles Bader
1997-02-20(FSSRCS):Miles Bader
dir-reparent.c replaced by file-reparent.c.