summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1996-03-19(main): Pass new arg to argp_parse.Miles Bader
1996-03-19Formerly main.c.~15~Miles Bader
1996-03-19(main): Pass new arg to argp_parse. Use argp_usage correctly.Miles Bader
1996-03-19(main): Pass new arg to argp_parse. Also use argp_usage correctly.Miles Bader
1996-03-19(main): Pass new arg to argp_parse.Miles Bader
1996-03-19(argp_doc, argp_args_usage, argp_hol): Rename PARENTS field to CHILDREN.Miles Bader
(argp_error): Take an argp_state instead of an argp, and only doing anything if ARGP_NO_ERRS isn't set in it. (argp_state_help): New function. (argp_help): Don't interpret exiting options anymore.
1996-03-19(struct group): Add PARENT, PARENT_INDEX, HOOK, and CHILD_HOOKS fields.Miles Bader
(argp_parse): Add HOOK argument. Implement passing hook values to parsers, and propagating them between parents and children. When printing `too many arguments', test ARGP_NO_ERRS, not ARGP_NO_HELP. (argp_default_options): Add --usage option. (argp_default_parser): Use argp_state_help, so we don't need to screw with exit options anymore. Add usage option.
1996-03-19(struct argp_state):Miles Bader
Add HOOK and CHILD_HOOKS fields. Rename the PARENTS field to be CHILDREN (the most common use is initialization, so this change shouldn't have much effect). (ARGP_KEY_BEGIN, ARGP_KEY_ERROR): New macros. (argp_state_help): New function. (argp_usage, argp_error): Change arguments.
1996-03-18Formerly nfs.c.~14~Michael I. Bushnell
1996-03-18(netfs_startup): Add declaration.Michael I. Bushnell
1996-03-18(netfs_protid_class, netfs_control_class, netfs_port_bucket,Michael I. Bushnell
netfs_root_node, netfs_auth_server_port): Make this extern.
1996-03-18(pager_return, pager_return_some): New declarations.Michael I. Bushnell
1996-03-18(SRCS): Add pager-return.c.Michael I. Bushnell
1996-03-18Initial revisionMichael I. Bushnell
1996-03-18(pager_flush): Lock request should be VM_PROT_NO_CHANGE, not VM_PROT_NONE.Michael I. Bushnell
(pager_flush_some): Likewise.
1996-03-18(diskfs_max_user_pager_prot) [add_pager_max_prot]:Michael I. Bushnell
(a == b) ? 1 : 0 ====> (a == b).
1996-03-18entered into RCSMichael I. Bushnell
1996-03-17Formerly store.h.~8~Roland McGrath
1996-03-16Formerly stripe.c.~3~Miles Bader
1996-03-16Formerly Makefile.~5~Miles Bader
1996-03-16Formerly store.h.~7~Miles Bader
1996-03-16Formerly stripe.c.~2~Miles Bader
1996-03-16Formerly rdwr.c.~8~Miles Bader
1996-03-16Formerly storecat.c.~2~Miles Bader
1996-03-16Initial revisionMiles Bader
1996-03-16Formerly device.c.~4~Miles Bader
1996-03-16(diskfs_S_dir_lookup): Don't leak a send right to the anonymous handle on DNPMiles Bader
when calling fetch_root.
1996-03-16Formerly file.c.~3~Miles Bader
1996-03-16Formerly make.c.~4~Miles Bader
1996-03-16Formerly storeread.c.~4~Miles Bader
1996-03-16Formerly derive.c.~4~Miles Bader
1996-03-15Initial revisionMiles Bader
1996-03-14Formerly file-set-translator.c.~3~Michael I. Bushnell
1996-03-14Formerly cache.c.~8~Michael I. Bushnell
1996-03-14Formerly mount.c.~13~Michael I. Bushnell
1996-03-14(boot): Depend on libthreads.so, nothing wrong with shared libs.Roland McGrath
(uxboot.0, uxboot.1): Use automatic vars in cmds instead of gratuitous redundancy. (LDFLAGS-uxboot.0): Remove useless indirection through variable.
1996-03-13(options, args_doc, doc): New variables for option parsing.Miles Bader
(struct amark): New type. (amarks_add, amarks_contains): New functions. (default_disklabel): New variable. (main): Most arguments are now options (and optional). Allow many more parameters to be specified. Consult the disk label for some defaults. (...most functions...): Add explicit return type declarations where necessary. Fix printf format specifications. Get rid of #ifdefs for MFS. (started, malloc, realloc, calloc, free): Functions removed. (mfs, membase): Variables removed. <stddef.h>, <stdlib.h>, <argp.h>, <assert.h>, <error.h>, <string.h>: New includes
1996-03-13(SRCS): Add dlabel.c.Miles Bader
(mkfs.ufs): New target.
1996-03-13Initial revisionMiles Bader
1996-03-12Formerly cache.c.~7~Michael I. Bushnell
1996-03-12Formerly mount.c.~12~Michael I. Bushnell
1996-03-12Formerly fsys-getroot.c.~4~Michael I. Bushnell
1996-03-12entered into RCSMichael I. Bushnell
1996-03-12Formerly file-set-translator.c.~2~Michael I. Bushnell
1996-03-12Initial revisionMichael I. Bushnell
1996-03-12(diskfs_S_file_set_translator): Deallocate ref on CONTROL when we areMichael I. Bushnell
done with it.
1996-03-12entered into RCSRoland McGrath
1996-03-11Formerly file-get-translator.c.~2~Michael I. Bushnell
1996-03-11Initial revisionMichael I. Bushnell
1996-03-11(FSSRCS): Add file-get-translator.c.Michael I. Bushnell