summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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.
1997-02-20(__hurd_threadvar_stack_mask, __hurd_threadvar_stack_offset,Miles Bader
__hurd_threadvar_max): Make extern.
1997-02-20Initial checkin.Miles Bader
1997-02-20.Miles Bader
1997-02-20(OTHERSRCS):Miles Bader
Add dyn-classes.c, protid-classes.c, & cntl-classes.c.
1997-02-20(trivfs_begin_using_protid):Miles Bader
Support dynamic protid port classes. (trivfs_begin_using_control): Support dynamic control port classes.
1997-02-20(trivfs_dynamic_protid_port_classes, trivfs_num_dynamic_protid_port_classes,Miles Bader
trivfs_dynamic_control_port_classes, trivfs_num_dynamic_control_port_classes, trivfs_dynamic_port_buckets, trivfs_num_dynamic_port_buckets): New declarations.
1997-02-20(trivfs_create_control):Miles Bader
Possibly allocate and add the port classes/buckets to the list of ones recognized by trivfs.
1997-02-20(trivfs_clean_cntl):Miles Bader
Clean up dynamic port classes/buckets.
1997-02-20(argp_program_bug_address):Miles Bader
Make const.
1997-02-20(argp_program_version, argp_program_bug_address):Miles Bader
Make const.
1997-02-20(argp_program_version):Miles Bader
Make const.
1997-02-20.Miles Bader
1997-02-20(argp_program_version): Make const.Miles Bader
1997-02-20.Miles Bader
1997-02-20.Miles Bader
1997-02-20(argp_program_version): Make const.Miles Bader
1997-02-20.Miles Bader
1997-02-20(main):Miles Bader
Parse arguments before getting device master port.
1997-02-20(trivfs_add_control_port_class, trivfs_add_protid_port_class,Miles Bader
trivfs_add_port_bucket, trivfs_remove_control_port_class, trivfs_remove_protid_port_class, trivfs_remove_port_bucket): New declarations.
1997-02-20.Miles Bader
1997-02-20.Miles Bader
1997-02-20(trivfs_protid_portclasses, trivfs_protid_nportclasses,Miles Bader
trivfs_cntl_portclasses, trivfs_cntl_nportclasses): Variables removed. (main): Don't set port class/bucket variables, use trivfs_add_{protid,control}_port_class insteadd.
1997-02-20.Miles Bader
1997-02-20(parse_opt):Miles Bader
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.
1997-02-20.Miles Bader
1997-02-20(doc):Miles Bader
Make doc string come after options.
1997-02-20(HURDLIBS):Miles Bader
Add iohelp & shouldbeinlibc.
1997-02-20(parse_opt):Miles Bader
New function. (main): Use argp instead of getopt. Don't use old trivfs port class/bucket variables. Don't create our own port classes/bucket, let trivfs_startup do it. (argp_program_version, argp): New variables. (trivfs_protid_portclasses, trivfs_cntl_portclasses, trivfs_protid_nportclasses, trivfs_cntl_nportclasses): Variables removed. (options): Use argp structures instead of getopt ones. <getopt.h>: Include removed. <version.h>: New include. <argp.h>: New include.
1997-02-20(control_class, node_class, port_bucket, trivfs_protid_port_class,Miles Bader
trivfs_cntl_portclasses, trivfs_protid_nportclasses, trivfs_cntl_nportclasses): Variables removed. (main): Don't use them.
1997-02-20(store_std_classes):Miles Bader
Add &STORE_TASK_CLASS.
1997-02-20(SRCS):Miles Bader
Add task.c. Change store.c to xinl.c.
1997-02-20(store_task_class):Miles Bader
New declaration. (store_task_create, _store_task_create, store_open): New declarations.
1997-02-20Initial checkin.Miles Bader
1997-02-20(dev_set_flags):Miles Bader
Correctly check for unenforcable runs.
1997-02-20(__argp_error, __argp_failure, __argp_state_help):Miles Bader
Use PROGRAM_INVOCATION_SHORT_NAME instead of PROGRAM_INVOCATION_NAME.
1997-02-20.Miles Bader
1997-02-20(parser_convert):Miles Bader
Add FLAGS argument back. (parser_init): Once again pass FLAGS argument to parser_convert. Initialize PARSER->state after calling parser_convert.