summaryrefslogtreecommitdiff
path: root/ext2fs/ext2fs.c
AgeCommit message (Collapse)Author
1995-11-06(main): Add FLAGS arg to diskfs_startup_diskfs call.Miles Bader
1995-10-21(main):Miles Bader
Always include VM_PROT_WRITE in max prot. Use DISK_PAGER directly, not ->p. Use diskfs routines to open the device. Support both file and mach devices. Move the parse function here. Use argp for parsing. (usage, USAGE, SHORT_OPTS, long_opts, console_stdio): Removed (parse_opt): Move into main (as a nested function). (printf, _ext2_error, _ext2_panic, _ext2_warning): Functions moved to msg.c (diskfs_init_completed): Func deleted (now in libdiskfs).
1995-09-03(thread_cancel): Removed.Miles Bader
1995-06-24(main): Have the initial thread die when it's done, leaving other thread toMiles Bader
do the work. (thread_cancel): Dummy function.
1995-05-20Use options_parse & diskfs_standard_startup_options to do command lineMiles Bader
options parsing. Rename `options' to `long_opts'. Most things removed, as they're now handled by libdiskfs. Add parse_opt to deal with our few meagre remaining options in the approved options_parse manner.
1995-05-19Add the --writable & --nosync options.Miles Bader
1995-05-12Add an optional argument to the --sync option that lets the user specify anMiles Bader
initial sync interval.
1995-05-12(ext2_error, ext2_warning, ext2_panic): Rename to add the underline prefixMiles Bader
(the previous names are now macros that call the renamed functions). Also rearrange a bit to hold the lock around the use of the global message buffer.
1995-05-11(main): Enable the bootstrap code.Miles Bader
1995-05-09entered into RCSMiles Bader
1995-05-08Formerly ext2fs.c.~19~Miles Bader
1995-04-25Formerly ext2fs.c.~17~Miles Bader
1995-04-23Formerly ext2fs.c.~16~Miles Bader
1995-04-20Formerly ext2fs.c.~15~Miles Bader
1995-04-18Formerly ext2fs.c.~14~Miles Bader
1995-04-17Formerly ext2fs.c.~13~Miles Bader
1995-04-17Formerly ext2fs.c.~12~Miles Bader
1995-04-16Formerly ext2fs.c.~11~Miles Bader
1995-04-16Formerly ext2fs.c.~10~Miles Bader
1995-04-16Formerly ext2fs.c.~9~Miles Bader
1995-04-16Formerly ext2fs.c.~8~Miles Bader
1995-04-16Formerly ext2fs.c.~7~Miles Bader
1995-04-16Formerly ext2fs.c.~6~Miles Bader
1995-04-16Formerly ext2fs.c.~5~Miles Bader
1995-04-15Formerly ext2fs.c.~4~Miles Bader
1995-04-11Formerly ext2fs.c.~3~Miles Bader
1995-04-10Formerly ext2fs.c.~2~Miles Bader
1995-04-10Initial revisionMiles Bader