Age | Commit message (Expand) | Author |
1995-05-22 | When adding a fake argv[0], bump argc. | Miles Bader |
1995-05-22 | Remove copyright notice. | Michael I. Bushnell |
1995-05-20 | (main): Check for a missing filesystem name. | Miles Bader |
1995-05-20 | (diskfs_S_file_getcontrol): Unlock _diskfs_control_lock lock instead of | Miles Bader |
1995-05-20 | (trans_parse_args): Use options_parse & diskfs_standard_startup_options to | Miles Bader |
1995-05-20 | (CPPFLAGS): Add -I../lib, to get include lib include files, | Miles Bader |
1995-05-20 | (OTHERSRCS): Add opts-set.c, opts-std-startup.c, and opts-runtime-def.c. | Miles Bader |
1995-05-20 | Initial revision | Miles Bader |
1995-05-20 | (diskfs_S_fsys_set_options): Extract the argument vector and call | Miles Bader |
1995-05-20 | (diskfs_standard_startup_options): Declare new variable. | Miles Bader |
1995-05-20 | Use options_parse & diskfs_standard_startup_options to do command line | Miles Bader |
1995-05-20 | Initial revision | Miles Bader |
1995-05-19 | Add the --writable & --nosync options. | Miles Bader |
1995-05-18 | (diskfs_startup_diskfs): Start periodic background syncing, if enabled. | Miles Bader |
1995-05-18 | Don't start auto-syncing in diskfs_spawn_first_thread, which is way too early! | Miles Bader |
1995-05-18 | Add fsysopts. | Miles Bader |
1995-05-18 | Declare argz_count and argz_extract. | Miles Bader |
1995-05-18 | Add two new functions: argz_count returns the number of arguments in an argz | Miles Bader |
1995-05-18 | (LDFLAGS): Append -static. | Roland McGrath |
1995-05-17 | (load_image): Make sure we actually allocate enough memory to read into, | Miles Bader |
1995-05-17 | Remove the explicit underscore prefixes from these names, now that we're | Miles Bader |
1995-05-16 | Add -R to the short flags list. | Miles Bader |
1995-05-16 | Initial revision | Miles Bader |
1995-05-15 | (pager_clear_user_data): Doc fix. | Michael I. Bushnell |
1995-05-14 | (diskfs_set_statfs): Set st->fsys_stb_bsize, not _fsize, to the block size. | Miles Bader |
1995-05-13 | (load_image): Fixed alignment calculation in ELF segment loading. | Roland McGrath |
1995-05-13 | (OBJS): Remove exec_server_image.o. | Roland McGrath |
1995-05-13 | Include i386/asm.h and use ENTRY and EXT macros, instead of explicit _s. | Roland McGrath |
1995-05-13 | (diskfs_execserver_task): New variable. | Roland McGrath |
1995-05-13 | (start_execserver): Don't create and load a task; the exec server file is | Roland McGrath |
1995-05-12 | Add fsys_set_options, replacing fsys_mod_readonly. | Miles Bader |
1995-05-12 | Rename fsys-readonly.c to fsys-options.c (as the function is now called | Miles Bader |
1995-05-12 | (fsys_set_options, fsys_mod_readonly): Replace mod_readonly with the more | Miles Bader |
1995-05-12 | (diskfs_spawn_first_thread): Start background syncing. | Miles Bader |
1995-05-12 | Initial revision | Miles Bader |
1995-05-12 | (OTHERSRCS): Add sync-interval.c and sync-default.c. | Miles Bader |
1995-05-12 | (prog-subdirs): Removed mkbootfs. | Roland McGrath |
1995-05-12 | Add declarations of diskfs_set_sync_interval and diskfs_default_sync_interval. | Miles Bader |
1995-05-12 | Add an optional argument to the --sync option that lets the user specify an | Miles Bader |
1995-05-12 | (load_image): Grok ELF executables as well as a.out. | Roland McGrath |
1995-05-12 | (diskfs_S_io_read): If the offset is past the end of the file, then | Michael I. Bushnell |
1995-05-12 | Use EXT macro instead of explicit underscores. | Roland McGrath |
1995-05-12 | (I386HDRS): Variable removed. | Roland McGrath |
1995-05-12 | (CPPFLAGS): Use $(srcdir) instead of $(hurdsource). | Roland McGrath |
1995-05-12 | Change uses of the ext2_{warning,error,panic} functions to not have the | Miles Bader |
1995-05-12 | (ext2_error, ext2_warning, ext2_panic, all callers changed): Make these into | Miles Bader |
1995-05-12 | (ext2_free_blocks, ext2_new_block): Get rid of the CHECK_STRICT variable, | Miles Bader |
1995-05-12 | (ext2_error, ext2_warning, ext2_panic): Rename to add the underline prefix | Miles Bader |
1995-05-12 | (pager_unlock_page): Give an explanation of why the file system will shortly | Miles Bader |
1995-05-11 | (main): Enable the bootstrap code. | Miles Bader |