summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
1995-10-18(setup): Set DEVICE_NAME.Miles Bader
1995-10-18(pass5): Call pfix instead of printf.Miles Bader
1995-10-18(pass4): If an unlinked file can't be reconnected, offer to clear it. Once aMiles Bader
1995-10-18(pass3): Use changed pinode.Miles Bader
1995-10-18(pass2): Adjust our record of link counts when we add/change dir entries;Miles Bader
1995-10-18(pass1): Only print progress report if not in preen mode.Miles Bader
1995-10-18(linkup): Print the value of LFNAME rather than `lost+found'.Miles Bader
1995-10-18(main): Only print section headers if not in preen mode.Miles Bader
1995-10-18(check_hashbang): Copy passed args from the right place.Roland McGrath
1995-10-18Initial revisionRoland McGrath
1995-10-18(struct execdata): Moved to priv.h.Roland McGrath
1995-10-18(SRCS, OBJS): Add hashexec.[co].Roland McGrath
1995-10-18Added some #includes.Roland McGrath
1995-10-15Formerly rdwr.c.~3~Miles Bader
1995-10-15Formerly store.h.~3~Miles Bader
1995-10-14Formerly rdwr.c.~2~Miles Bader
1995-10-14Formerly store.h.~2~Miles Bader
1995-10-14Initial revisionMiles Bader
1995-10-14Initial revisionMiles Bader
1995-10-13(argp_parse): If an option alias doesn't have a key, use the real key.Miles Bader
1995-10-13(ARGP_HELP_STD_ERR): Doesn't print a usage message.Miles Bader
1995-10-13(fshelp_start_translator_long): Undo last change to file_exec args.Miles Bader
1995-10-13(main): Use new handy diskfs routines and get rid of tons of junk. MainMiles Bader
1995-10-13(SRCS): Remove devio.c.Miles Bader
1995-10-13(dev_read_sync, dev_write_sync, dev_write, diskpagersize): Decls removed.Miles Bader
1995-10-13(diskfs_set_hypermetadata):Miles Bader
1995-10-13(pager_unlock_page, pager_write_page, pager_read_page):Miles Bader
1995-10-13(diskfs_grow):Miles Bader
1995-10-13(diskfs_S_file_get_storage_info): Use DISKFS_DEVICE instead of UFS_DEVICE,Miles Bader
1995-10-13Initial revisionMiles Bader
1995-10-13(std_startup_options): Renamed from std_long_options; converted to argp format.Miles Bader
1995-10-13(diskfs_parse_runtime_options): Use argp instead of options.Miles Bader
1995-10-13(diskfs_startup_diskfs):Miles Bader
1995-10-13(std_runtime_options): Renamed from long_options, convert to argp format.Miles Bader
1995-10-13(saved_argv): Variable removed.Miles Bader
1995-10-13(diskfs_start_bootstrap): Get rid of ARGV argument.Miles Bader
1995-10-12Add INTR_INTERFACE marker.Roland McGrath
1995-10-12(file_exec): Remove dealloc[] keywords, and revert EXEC_TASK arg to task_tRoland McGrath
1995-10-12(argp_parse): Correctly mark short options as optional.Miles Bader
1995-10-12(diskfs_execboot_fsys_startup): Use dir_lookup instead ofRoland McGrath
1995-10-11(hol_find_entry): Don't increment ENTRY prematurely.Miles Bader
1995-10-11(argp_parse):Miles Bader
1995-10-11(ARGP_HELP_*, argp_help): Renamed from ARGP_USAGE_* &c.Miles Bader
1995-10-11(main): Use realloc on a variable in main instead of alloca, since theMiles Bader
1995-10-11(SRCS): Add argp-parse.c, argp-help.c, and line.cMiles Bader
1995-10-11(trivfs_S_file_get_storage_info):Miles Bader
1995-10-11Initial revisionRoland McGrath
1995-10-11(OBJS): Add main.o; remove fsysServer.o, notifyServer.o.Roland McGrath
1995-10-11Initial revisionRoland McGrath
1995-10-11Server mechanics removed; now uses libtrivfs/libports.Roland McGrath