| Commit message (Expand) | Author | Age | Files | Lines |
* | (SRCS, OBJS): Add hashexec.[co]. | Roland McGrath | 1995-10-18 | 1 | -3/+3 |
* | Added some #includes. | Roland McGrath | 1995-10-18 | 1 | -0/+78 |
* | Formerly rdwr.c.~3~ | Miles Bader | 1995-10-15 | 1 | -15/+111 |
* | Formerly store.h.~3~ | Miles Bader | 1995-10-15 | 1 | -1/+3 |
* | Formerly rdwr.c.~2~ | Miles Bader | 1995-10-14 | 1 | -1/+55 |
* | Formerly store.h.~2~ | Miles Bader | 1995-10-14 | 1 | -5/+69 |
* | Initial revision | Miles Bader | 1995-10-14 | 1 | -0/+34 |
* | Initial revision | Miles Bader | 1995-10-14 | 1 | -0/+55 |
* | (argp_parse): If an option alias doesn't have a key, use the real key. | Miles Bader | 1995-10-13 | 1 | -1/+1 |
* | (ARGP_HELP_STD_ERR): Doesn't print a usage message. | Miles Bader | 1995-10-13 | 1 | -2/+7 |
* | (fshelp_start_translator_long): Undo last change to file_exec args. | Miles Bader | 1995-10-13 | 1 | -6/+5 |
* | (main): Use new handy diskfs routines and get rid of tons of junk. Main | Miles Bader | 1995-10-13 | 1 | -175/+38 |
* | (SRCS): Remove devio.c. | Miles Bader | 1995-10-13 | 1 | -1/+1 |
* | (dev_read_sync, dev_write_sync, dev_write, diskpagersize): Decls removed. | Miles Bader | 1995-10-13 | 1 | -9/+0 |
* | (diskfs_set_hypermetadata): | Miles Bader | 1995-10-13 | 1 | -2/+4 |
* | (pager_unlock_page, pager_write_page, pager_read_page): | Miles Bader | 1995-10-13 | 1 | -4/+5 |
* | (diskfs_grow): | Miles Bader | 1995-10-13 | 1 | -4/+5 |
* | (diskfs_S_file_get_storage_info): Use DISKFS_DEVICE instead of UFS_DEVICE, | Miles Bader | 1995-10-13 | 1 | -2/+3 |
* | Initial revision | Miles Bader | 1995-10-13 | 4 | -0/+226 |
* | (std_startup_options): Renamed from std_long_options; converted to argp format. | Miles Bader | 1995-10-13 | 1 | -22/+76 |
* | (diskfs_parse_runtime_options): Use argp instead of options. | Miles Bader | 1995-10-13 | 1 | -2/+4 |
* | (diskfs_startup_diskfs): | Miles Bader | 1995-10-13 | 1 | -1/+6 |
* | (std_runtime_options): Renamed from long_options, convert to argp format. | Miles Bader | 1995-10-13 | 1 | -10/+16 |
* | (saved_argv): Variable removed. | Miles Bader | 1995-10-13 | 1 | -9/+32 |
* | (diskfs_start_bootstrap): Get rid of ARGV argument. | Miles Bader | 1995-10-13 | 1 | -18/+81 |
* | Add INTR_INTERFACE marker. | Roland McGrath | 1995-10-12 | 1 | -0/+2 |
* | (file_exec): Remove dealloc[] keywords, and revert EXEC_TASK arg to task_t | Roland McGrath | 1995-10-12 | 1 | -8/+8 |
* | (argp_parse): Correctly mark short options as optional. | Miles Bader | 1995-10-12 | 1 | -1/+1 |
* | (diskfs_execboot_fsys_startup): Use dir_lookup instead of | Roland McGrath | 1995-10-12 | 1 | -2/+4 |
* | (hol_find_entry): Don't increment ENTRY prematurely. | Miles Bader | 1995-10-11 | 1 | -103/+199 |
* | (argp_parse): | Miles Bader | 1995-10-11 | 1 | -81/+97 |
* | (ARGP_HELP_*, argp_help): Renamed from ARGP_USAGE_* &c. | Miles Bader | 1995-10-11 | 1 | -12/+18 |
* | (main): Use realloc on a variable in main instead of alloca, since the | Miles Bader | 1995-10-11 | 1 | -185/+163 |
* | (SRCS): Add argp-parse.c, argp-help.c, and line.c | Miles Bader | 1995-10-11 | 1 | -2/+2 |
* | (trivfs_S_file_get_storage_info): | Miles Bader | 1995-10-11 | 1 | -4/+5 |
* | Initial revision | Roland McGrath | 1995-10-11 | 2 | -0/+70 |
* | (OBJS): Add main.o; remove fsysServer.o, notifyServer.o. | Roland McGrath | 1995-10-11 | 1 | -3/+7 |
* | Initial revision | Roland McGrath | 1995-10-11 | 1 | -0/+282 |
* | Server mechanics removed; now uses libtrivfs/libports. | Roland McGrath | 1995-10-11 | 1 | -498/+96 |
* | (rpath): New variable. | Roland McGrath | 1995-10-11 | 1 | -2/+9 |
* | Doc fixes. | Miles Bader | 1995-10-11 | 1 | -9/+13 |
* | (diskfs_init_completed): must --> may. | Miles Bader | 1995-10-11 | 1 | -1/+5 |
* | (fshelp_start_translator_long): | Miles Bader | 1995-10-11 | 1 | -7/+13 |
* | (struct argp_state): Get rid of the PROCESSED_ARG field. | Miles Bader | 1995-10-11 | 1 | -8/+5 |
* | (argp_parse): | Miles Bader | 1995-10-11 | 1 | -45/+59 |
* | (argp_parse): Add support for ARGP_KEY_NO_ARGS. | Miles Bader | 1995-10-10 | 1 | -2/+10 |
* | (struct argp_state): Add PROCESSED_ARG field. | Miles Bader | 1995-10-10 | 1 | -2/+23 |
* | [EXEC_IMPORTS]: Use this if defined. | Roland McGrath | 1995-10-10 | 1 | -7/+10 |
* | Initial revision | Miles Bader | 1995-10-10 | 3 | -0/+1226 |
* | (libports.so): Don't depend on libthreads.so. | Roland McGrath | 1995-10-09 | 1 | -1/+1 |