aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* (netfs_S_io_read):Miles Bader1997-02-211-6/+41
| | | | Support reading from symlinks.
* Initial checkin.Miles Bader1997-02-211-0/+271
|
* (diskfs_S_io_read):Miles Bader1997-02-211-3/+26
| | | | Support reading from sylinks.
* (diskfs_S_dir_lookup):Miles Bader1997-02-211-3/+4
| | | | Allow symlinks to be opened for O_READ.
* .Miles Bader1997-02-212-0/+11
|
* (firmlink):Miles Bader1997-02-211-4/+4
| | | | | | | | New target. (SRCS): Add firmlink.c. (targets): Add firmlink.
* (netfs_append_args):Miles Bader1997-02-211-4/+11
| | | | Present the remote filesystem as a single argument, in HOST:FS format.
* .Miles Bader1997-02-211-0/+6
|
* (usage_long_opt, usage_argful_short_opt, add_argless_short_opt):Miles Bader1997-02-211-13/+17
| | | | Implement OPTION_NO_USAGE.
* (OPTION_NO_USAGE):Miles Bader1997-02-211-0/+9
| | | | New macro.
* .Miles Bader1997-02-212-0/+12
|
* Doc fix.Miles Bader1997-02-211-5/+4
|
* .Miles Bader1997-02-211-0/+3
|
* (idvec_insert, idvec_remove):Miles Bader1997-02-211-18/+24
| | | | | | Handle POS > IDVEC->num correctly. (idvec_insert_only): Handle POS >= IDVEC->num correctly.
* (trivfs_protid_portclasses, trivfs_protid_nportclasses):Miles Bader1997-02-211-2/+2
| | | | Make common.
* (trivfs_cntl_portclasses, trivfs_cntl_nportclasses):Miles Bader1997-02-211-2/+2
| | | | Make common.
* .Miles Bader1997-02-211-0/+35
|
* (__argp_fmtstream_update):Miles Bader1997-02-211-3/+11
| | | | | Account for case where NEXTLINE points one past the end of the active buffer.
* (struct uparams):Miles Bader1997-02-211-48/+242
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* (argp_program_bug_address):Miles Bader1997-02-201-15/+20
| | | | | | | | | 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.
* (main):Miles Bader1997-02-201-2/+2
| | | | | Initialize TTY_CLASS & PTY_CLASS too instead of doing TTY_CNTL_CLASS & PTY_CNTL_CLASS twice.
* Initial checkinMiles Bader1997-02-201-0/+28
|
* Replaced by file-reparent.cMiles Bader1997-02-201-28/+0
|
* .Miles Bader1997-02-202-2/+18
|
* (FSSRCS):Miles Bader1997-02-201-2/+2
| | | | dir-reparent.c replaced by file-reparent.c.
* (__hurd_threadvar_stack_mask, __hurd_threadvar_stack_offset,Miles Bader1997-02-201-3/+8
| | | | | __hurd_threadvar_max): Make extern.
* Initial checkin.Miles Bader1997-02-203-0/+313
|
* .Miles Bader1997-02-201-0/+29
|
* (OTHERSRCS):Miles Bader1997-02-201-1/+2
| | | | Add dyn-classes.c, protid-classes.c, & cntl-classes.c.
* (trivfs_begin_using_protid):Miles Bader1997-02-201-5/+15
| | | | | | Support dynamic protid port classes. (trivfs_begin_using_control): Support dynamic control port classes.
* (trivfs_dynamic_protid_port_classes, trivfs_num_dynamic_protid_port_classes,Miles Bader1997-02-201-2/+15
| | | | | | | trivfs_dynamic_control_port_classes, trivfs_num_dynamic_control_port_classes, trivfs_dynamic_port_buckets, trivfs_num_dynamic_port_buckets): New declarations.
* (trivfs_create_control):Miles Bader1997-02-201-6/+40
| | | | | Possibly allocate and add the port classes/buckets to the list of ones recognized by trivfs.
* (trivfs_clean_cntl):Miles Bader1997-02-201-1/+6
| | | | Clean up dynamic port classes/buckets.
* (argp_program_bug_address):Miles Bader1997-02-201-1/+1
| | | | Make const.
* (argp_program_version, argp_program_bug_address):Miles Bader1997-02-203-6/+6
| | | | Make const.
* (argp_program_version):Miles Bader1997-02-201-1/+1
| | | | Make const.
* .Miles Bader1997-02-204-0/+17
|
* (argp_program_version): Make const.Miles Bader1997-02-2020-32/+34
|
* .Miles Bader1997-02-201-0/+34
|
* .Miles Bader1997-02-202-0/+8
|
* (argp_program_version): Make const.Miles Bader1997-02-202-4/+4
|
* .Miles Bader1997-02-201-0/+4
|
* (main):Miles Bader1997-02-201-4/+4
| | | | Parse arguments before getting device master port.
* (trivfs_add_control_port_class, trivfs_add_protid_port_class,Miles Bader1997-02-201-5/+39
| | | | | | trivfs_add_port_bucket, trivfs_remove_control_port_class, trivfs_remove_protid_port_class, trivfs_remove_port_bucket): New declarations.
* .Miles Bader1997-02-201-0/+1
|
* .Miles Bader1997-02-201-0/+4
|
* (trivfs_protid_portclasses, trivfs_protid_nportclasses,Miles Bader1997-02-201-15/+6
| | | | | | | | trivfs_cntl_portclasses, trivfs_cntl_nportclasses): Variables removed. (main): Don't set port class/bucket variables, use trivfs_add_{protid,control}_port_class insteadd.
* .Miles Bader1997-02-201-0/+13
|
* (parse_opt):Miles Bader1997-02-201-66/+48
| | | | | | | | | | | | | | | | | New function (was nested in main). (doc): Make an initialized array. (fsys_port_class, root_port_class, port_bucket, trivfs_protid_portclasses, trivfs_protid_nportclasses, trivfs_cntl_portclasses, trivfs_cntl_nportclasses): Variables removed. (argp, argp_kids): New variables (were nested in main). (main): Don't set or use port class/bucket variables, let trivfs_startup do it. Add FSYS variable. (trivfs_goaway): Get ROOT_PORT_CLASS from FSYS.
* .Miles Bader1997-02-202-0/+19
|