aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* (diskfs_S_dir_unlink):Miles Bader1997-02-141-1/+1
| | | | Don't pass depth args to diskfs_lookup.
* (diskfs_S_dir_rmdir):Miles Bader1997-02-141-1/+1
| | | | Don't pass depth args to diskfs_lookup.
* (diskfs_rename_dir, checkpath):Miles Bader1997-02-141-4/+4
| | | | Don't pass depth args to diskfs_lookup.
* (diskfs_S_dir_rename):Miles Bader1997-02-141-7/+8
| | | | | Return EXDEV if FROMCRED and TOCRED are in different shadow trees. Don't pass depth args to diskfs_lookup.
* (diskfs_S_dir_mkfile):Miles Bader1997-02-141-3/+1
| | | | | Pass a prototype peropen instead of the dotdotport and depth to diskfs_make_peropen.
* (diskfs_S_dir_mkdir):Miles Bader1997-02-141-3/+1
| | | | Don't pass depth args to diskfs_lookup.
* (diskfs_S_dir_lookup):Miles Bader1997-02-141-34/+37
| | | | | | | | | | | | | 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.
* (diskfs_S_dir_link):Miles Bader1997-02-141-2/+1
| | | | Don't pass depth args to diskfs_lookup.
* (diskfs_init_dir):Miles Bader1997-02-141-2/+2
| | | | Don't pass depth args to diskfs_lookup.
* (diskfs_clear_directory):Miles Bader1997-02-141-2/+2
| | | | Don't pass depth args to diskfs_lookup.
* (diskfs_execboot_fsys_startup, diskfs_S_fsys_init,Miles Bader1997-02-141-8/+4
| | | | | | diskfs_S_exec_startup_get_info, diskfs_start_bootstrap): Pass a prototype peropen instead of the dotdotport and depth to diskfs_make_peropen.
* .Miles Bader1997-02-131-0/+6
|
* [HAVE_CONFIG_H] <config.h>: New include.Miles Bader1997-02-137-6/+34
|
* Doc fix.Miles Bader1997-02-131-1/+1
|
* Update to libc-970212 versions.Miles Bader1997-02-1312-174/+183
|
* .Miles Bader1997-02-131-0/+5
|
* <ctype.h>:Miles Bader1997-02-131-1/+0
| | | | Include removed.
* (_GNU_SOURCE): New macro.Miles Bader1997-02-131-0/+9
| | | | | [!isblank] (isblank): New macro. <ctype.h>: New include.
* .Miles Bader1997-02-121-0/+6
|
* (parser_parse_next):Miles Bader1997-02-121-37/+34
| | | | | | | Decrement PARSER->state.next if we consumed an arg we didn't end up parsing. Set ARG_EBADKEY ourselves in all cases. (parser_parse_arg, parser_parse_opt): Get rid of ARG_EBADKEY param.
* .Miles Bader1997-02-121-1/+1
|
* Wed Feb 12 13:53:42 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1997-02-122-2/+8
| | | | | | * ops.c (netfs_check_open_permissions): If this is a new node, don't report an error here. (Though, later I/O requests still might fail.)
* .Miles Bader1997-02-123-0/+26
|
* (_pager_pagemap_resize):Miles Bader1997-02-121-2/+2
| | | | Returns an error_t.
* (_pager_pagemap_resize):Miles Bader1997-02-121-15/+21
| | | | Return errors.
* (pager_offer_page):Miles Bader1997-02-121-14/+16
| | | | | Rewrite for clarity. Deal with _pager_pagemap_resize failing.
* (pager_get_error):Miles Bader1997-02-121-6/+14
| | | | Deal with _pager_pagemap_resize failing.
* (_pager_lock_object):Miles Bader1997-02-121-6/+15
| | | | Deal with _pager_pagemap_resize failing.
* (_pager_seqnos_memory_object_data_request):Miles Bader1997-02-121-2/+4
| | | | Deal with _pager_pagemap_resize failing.
* .Miles Bader1997-02-121-0/+4
|
* (diskfs_S_io_write):Miles Bader1997-02-121-1/+6
| | | | Check OFF for validity and return EINVAL if it's bogus.
* (diskfs_S_io_read):Miles Bader1997-02-121-1/+6
| | | | Check OFF for validity and return EINVAL if it's bogus.
* (__progname, __progname_full):Miles Bader1997-02-121-5/+3
| | | | | | | | Decls removed. (__argp_failure, __argp_error, __argp_state_help): Use PROGRAM_INVOCATION_NAME instead of __PROGNAME_FULL. (__argp_error): Use STATE->name if it's available.
* (__progname, __progname_full):Miles Bader1997-02-121-10/+8
| | | | | | | Decls removed. (argp_default_parser): Use PROGRAM_INVOCATION_NAME & PROGRAM_INVOCATION_SHORT_NAME instead of __PROGNAME_FULL & __PROGNAME.
* (__progname_full):Miles Bader1997-02-121-2/+0
| | | | Macro removed.
* (options): Reformat.Miles Bader1997-02-121-19/+21
| | | | (doc): Add some more gratuitous text.
* .Miles Bader1997-02-121-0/+3
|
* (ARGP_KEY_END, ARGP_KEY_NO_ARGS, ARGP_KEY_INIT, ARGP_KEY_SUCCESS,Miles Bader1997-02-121-5/+5
| | | | ARGP_KEY_ERROR): Change values.
* .Miles Bader1997-02-121-0/+5
|
* (argp_args_usage): Don't trash memory.Miles Bader1997-02-121-2/+4
|
* (make_hol): Initialize clusters field.Miles Bader1997-02-121-9/+12
| | | | (argp_args_usage, __argp_state_help): Make multiple-level args-docs work.
* .Miles Bader1997-02-121-6/+47
|
* .Miles Bader1997-02-121-0/+7
|
* (args_doc): Add an alternative args pattern.Miles Bader1997-02-121-4/+11
| | | | (parse_opt): Enforce it.
* (argp_args_usage):Miles Bader1997-02-121-28/+97
| | | | | | | | Add LEVELS & ADVANCE arguments, and implement multi-pattern output. (__argp_help): Print multiple argument patterns if there are any. (argp_args_levels): New function.
* (options):Miles Bader1997-02-121-5/+5
| | | | Update to reflect some minor changes in the way argp works.
* Doc fix.Miles Bader1997-02-121-2/+5
|
* (__argp_state_help): Use __argp_help, not argp_help.Miles Bader1997-02-121-2/+2
|
* (__argp_fmtstream_printf): Remove weak alias.Miles Bader1997-02-121-1/+0
|
* (__argp_parse): Renamed from argp_parse.Miles Bader1997-02-121-10/+13
| | | | | | | | | [weak_alias] (argp_parse): New weak alias. (argp_default_parser, parser_finalize): Use __argp_state_help, not argp_state_help. (argp_version_parser): Use __argp_error, not argp_error. (convert_options, calc_sizes): Use __option_is_end, not _option_is_end. (convert_options): Use __option_is_short, not _option_is_short.