Age | Commit message (Expand) | Author |
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-13 | Initial revision | Miles 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-12 | Add INTR_INTERFACE marker. | Roland McGrath |
1995-10-12 | (file_exec): Remove dealloc[] keywords, and revert EXEC_TASK arg to task_t | Roland 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 of | Roland 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 the | Miles Bader |
1995-10-11 | (SRCS): Add argp-parse.c, argp-help.c, and line.c | Miles Bader |
1995-10-11 | (trivfs_S_file_get_storage_info): | Miles Bader |
1995-10-11 | Initial revision | Roland McGrath |
1995-10-11 | (OBJS): Add main.o; remove fsysServer.o, notifyServer.o. | Roland McGrath |
1995-10-11 | Initial revision | Roland McGrath |
1995-10-11 | Server mechanics removed; now uses libtrivfs/libports. | Roland McGrath |
1995-10-11 | (rpath): New variable. | Roland McGrath |
1995-10-11 | Doc fixes. | Miles Bader |
1995-10-11 | (diskfs_init_completed): must --> may. | Miles Bader |
1995-10-11 | (fshelp_start_translator_long): | Miles Bader |
1995-10-11 | (struct argp_state): Get rid of the PROCESSED_ARG field. | Miles Bader |
1995-10-11 | (argp_parse): | Miles Bader |
1995-10-10 | (argp_parse): Add support for ARGP_KEY_NO_ARGS. | Miles Bader |
1995-10-10 | (struct argp_state): Add PROCESSED_ARG field. | Miles Bader |
1995-10-10 | [EXEC_IMPORTS]: Use this if defined. | Roland McGrath |
1995-10-10 | Initial revision | Miles Bader |
1995-10-09 | (libports.so): Don't depend on libthreads.so. | Roland McGrath |
1995-10-09 | Declare _pager_page_errors extern, not common. | Roland McGrath |
1995-10-09 | Specify shared library dependencies. | Roland McGrath |
1995-10-09 | Pass dealloc args in file_exec calls. | Roland McGrath |
1995-10-09 | (diskfs_execboot_fsys_startup): Fix typo in last change. | Roland McGrath |
1995-10-09 | (diskfs_execboot_fsys_startup): Pass back a port to /servers/exec in *REAL. | Roland McGrath |
1995-10-08 | Add fwd. | Miles Bader |
1995-10-08 | (S_fsys_getpriv): Add new extra args. | Miles Bader |
1995-10-07 | (trivfs_S_fsys_getpriv): Add poly args. | Roland McGrath |
1995-10-07 | (trivfs_S_fsys_getpriv): Add poly args. | Roland McGrath |
1995-10-07 | (file_exec): Add dealloc[] flag to most args. | Roland McGrath |
1995-10-07 | (libdiskfs.so): Depend on libpager, libioserver, libfshelp, libthreads. | Roland McGrath |
1995-10-07 | (libtrivfs.so): Depend on ../libports/libports.so. | Roland McGrath |
1995-10-07 | ($(libname).so): Pass $(LDFLAGS) and $($@-LDFLAGS). | Roland McGrath |
1995-10-07 | Protect against multiple inclusion. | Roland McGrath |
1995-10-07 | (diskfs_S_file_get_storage_info): | Miles Bader |