summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1997-02-19Replaced by xinl.cMiles Bader
1997-02-18(cproc_setup):Miles Bader
Correctly leave space at top of stack for account for GNU per-thread variables.
1997-02-18Doc fixes.Miles Bader
1997-02-17.Miles Bader
1997-02-17(__getopt_long, __getopt_long_only, __optind, __optarg, __opterr, __optopt):Miles Bader
Macros removed.
1997-02-17(parser_parse_next, parser_init):Miles Bader
Remove __ prefixes from references to getopt functions and variables (OPT*). (argp_version_parser, parser_finalize): Use _ instead of gettext. (gettext): Macro removed.
1997-02-17Initial checkinMiles Bader
1997-02-16.Miles Bader
1997-02-16(__argp_input):Miles Bader
New macro.
1997-02-16(struct argp):Miles Bader
Add help_filter field. (struct argp_state): Add pstate field.
1997-02-16(struct group):Miles Bader
Add argp field. (convert_options): Set it. (__argp_input): New function. (parser_init): Set PARSER->state.pstate.
1997-02-16(hol_help):Miles Bader
Add STATE param. (argp_doc): Deal with help filters. Add STATE param. (struct hol_entry): Add argp field. (struct pentry_state): Add state field. (hol_add_cluster): Add ARGP argument. (print_header): Filter STR if necesary. (usage_argful_short_opt): Use space. (__argp_state_help): Call _help instead of __argp_help. (filter_doc): New function. (space): New function. (__argp_help): Now a wrapper that calls _help. (hol_entry_help): Add STATE param. Do user filtering if necessary. (struct hol_cluster): Add argp field. (make_hol): Make this first parameter ARGP instead of OPT. Set each entry's argp field. (argp_hol): Passin ARGP to make_hol, not ARGP->options. Pass ARGP to hol_add_cluster. (_help): Renamed from __argp_help. Add STATE argument, which pass on appropiately.
1997-02-16Frob a bunch to exercise new help filtering fature.Miles Bader
1997-02-14.Miles Bader
1997-02-14(hol_entry_help, __argp_help, argp_args_usage, argp_doc, usage_long_opt, arg,Miles Bader
hol_entry_help): Call gettext in appropriate places. [!_] (_): New macro. [!_ && HAVE_LIBINTL_H] <libintl.h>: New include.
1997-02-14(parser_finalize, argp_version_parser):Miles Bader
Call gettext in appropriate places.
1997-02-14Update to libc-970214 version.Miles Bader
1997-02-14.Miles Bader
1997-02-14(ports_create_bucket):Miles Bader
Initialize rpcs, flags, & count fields in RET.
1997-02-14.Miles Bader
1997-02-14(FSSRCS):Miles Bader
Replace dir-reparent.c by file-reparent.c.
1997-02-14(trivfs_S_fsys_getroot):Miles Bader
Use trivfs_getroot_hook.
1997-02-14(trivfs_getroot_hook):Miles Bader
New declaration.
1997-02-14Whoops, implement correctly.Miles Bader
1997-02-14Initial checkinMiles Bader
1997-02-14Supplanted by file-reparent.cMiles Bader
1997-02-14(file_reparent):Miles Bader
Renamed from dir_reparent.
1997-02-14(FSSRCS):Miles Bader
dir-reparent.c replaced by file-reparent.c.
1997-02-14Supplanted by file-reparent.cMiles Bader
1997-02-14Initial checkinMiles Bader
1997-02-14(_diskfs_translator_callback2_fn):Miles Bader
Pass COOKIE directly to diskfs_make_peropen instead of unpacking each arg.
1997-02-14(struct diskfs_trans_callback_cookie2):Miles Bader
Type removed.
1997-02-14(diskfs_release_peropen):Miles Bader
Finalize new state.
1997-02-14(diskfs_make_peropen):Miles Bader
Add & use CONTEXT param. Remove DOTDOT & DEPTH params.
1997-02-14(diskfs_lookup):Miles Bader
Remove DEPTH & NEW_DEPTH params. Check CRED->po->shadow_root for root traversals, and get rid of assert that EAGAIN isn't returned from diskfs_lookup_hard.
1997-02-14(diskfs_S_fsys_getroot):Miles Bader
Pass a prototype peropen instead of the dotdotport and depth to diskfs_make_peropen.
1997-02-14(diskfs_S_fsys_getfile):Miles Bader
Pass a prototype peropen instead of the dotdotport and depth to diskfs_make_peropen.
1997-02-14(diskfs_S_file_exec):Miles Bader
Pass a prototype peropen instead of the dotdotport and depth to diskfs_make_peropen.
1997-02-14(diskfs_lookup):Miles Bader
Remove DEPTH & NEW_DEPTH params. (struct peropen): Add shadow_root_parent & shadow_root fields. Removed depth field. Rename dotdotnode field to root_parent.
1997-02-14(diskfs_S_dir_unlink):Miles Bader
Don't pass depth args to diskfs_lookup.
1997-02-14(diskfs_S_dir_rmdir):Miles Bader
Don't pass depth args to diskfs_lookup.
1997-02-14(diskfs_rename_dir, checkpath):Miles Bader
Don't pass depth args to diskfs_lookup.
1997-02-14(diskfs_S_dir_rename):Miles Bader
Return EXDEV if FROMCRED and TOCRED are in different shadow trees. Don't pass depth args to diskfs_lookup.
1997-02-14(diskfs_S_dir_mkfile):Miles Bader
Pass a prototype peropen instead of the dotdotport and depth to diskfs_make_peropen.
1997-02-14(diskfs_S_dir_mkdir):Miles Bader
Don't pass depth args to diskfs_lookup.
1997-02-14(diskfs_S_dir_lookup):Miles Bader
Pass a prototype peropen instead of the dotdotport and depth to diskfs_make_peropen. Use DIRCRED->po as the cookie for fshelp_fetch_root instead of a local structure. Get rid of DEPTH variable. Get rid of depth parameters to diskfs_lookup. Deal properly with EAGAIN return from diskfs_lookup. Replace references to dotdotport with root_parent. Remove O_EXLOCK & O_SHLOCK from FLAGS mask, now that they're included in O_HURD.
1997-02-14(diskfs_S_dir_link):Miles Bader
Don't pass depth args to diskfs_lookup.
1997-02-14(diskfs_init_dir):Miles Bader
Don't pass depth args to diskfs_lookup.
1997-02-14(diskfs_clear_directory):Miles Bader
Don't pass depth args to diskfs_lookup.
1997-02-14(diskfs_execboot_fsys_startup, diskfs_S_fsys_init,Miles Bader
diskfs_S_exec_startup_get_info, diskfs_start_bootstrap): Pass a prototype peropen instead of the dotdotport and depth to diskfs_make_peropen.