Age | Commit message (Collapse) | Author |
|
Don't pass depth args to diskfs_lookup.
|
|
Return EXDEV if FROMCRED and TOCRED are in different shadow trees.
Don't pass depth args to diskfs_lookup.
|
|
Pass a prototype peropen instead of the dotdotport and depth to
diskfs_make_peropen.
|
|
Don't pass depth args to diskfs_lookup.
|
|
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.
|
|
Don't pass depth args to diskfs_lookup.
|
|
Don't pass depth args to diskfs_lookup.
|
|
Don't pass depth args to diskfs_lookup.
|
|
diskfs_S_exec_startup_get_info, diskfs_start_bootstrap):
Pass a prototype peropen instead of the dotdotport and depth to
diskfs_make_peropen.
|
|
|
|
|
|
|
|
|
|
|
|
Include removed.
|
|
[!isblank] (isblank): New macro.
<ctype.h>: New include.
|
|
|
|
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.
|
|
|
|
* 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.)
|
|
|
|
Returns an error_t.
|
|
Return errors.
|
|
Rewrite for clarity.
Deal with _pager_pagemap_resize failing.
|
|
Deal with _pager_pagemap_resize failing.
|
|
Deal with _pager_pagemap_resize failing.
|
|
Deal with _pager_pagemap_resize failing.
|
|
|
|
Check OFF for validity and return EINVAL if it's bogus.
|
|
Check OFF for validity and return EINVAL if it's bogus.
|
|
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.
|
|
Decls removed.
(argp_default_parser):
Use PROGRAM_INVOCATION_NAME & PROGRAM_INVOCATION_SHORT_NAME instead of
__PROGNAME_FULL & __PROGNAME.
|
|
Macro removed.
|
|
(doc): Add some more gratuitous text.
|
|
|
|
ARGP_KEY_ERROR): Change values.
|
|
|
|
|
|
(argp_args_usage, __argp_state_help): Make multiple-level args-docs work.
|
|
|
|
|
|
(parse_opt): Enforce it.
|
|
Add LEVELS & ADVANCE arguments, and implement multi-pattern output.
(__argp_help):
Print multiple argument patterns if there are any.
(argp_args_levels):
New function.
|
|
Update to reflect some minor changes in the way argp works.
|
|
|
|
|
|
|
|
[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.
|
|
|
|
Add argp-fmtstream.c, argp-fs-xinl.c, and argp-xinl.c.
Remove argp.c.
(installhdrs): Define explicitly.
(LCLHDRS): Define in terms of $(installhdrs) + others.
(CFLAGs): Add -DHAVE_LINEWRAP_H & -DHAVE_CTHREADS_H.
|