aboutsummaryrefslogtreecommitdiff
path: root/ext2fs/ext2fs.c
Commit message (Collapse)AuthorAgeFilesLines
* (main): Have the initial thread die when it's done, leaving other thread toMiles Bader1995-06-241-2/+7
| | | | | do the work. (thread_cancel): Dummy function.
* Use options_parse & diskfs_standard_startup_options to do command lineMiles Bader1995-05-201-38/+21
| | | | | | | | 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.
* Add the --writable & --nosync options.Miles Bader1995-05-191-3/+13
|
* Add an optional argument to the --sync option that lets the user specify anMiles Bader1995-05-121-6/+9
| | | | initial sync interval.
* (ext2_error, ext2_warning, ext2_panic): Rename to add the underline prefixMiles Bader1995-05-121-11/+16
| | | | | (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.
* (main): Enable the bootstrap code.Miles Bader1995-05-111-4/+5
|
* entered into RCSMiles Bader1995-05-091-1/+1
|
* Formerly ext2fs.c.~19~Miles Bader1995-05-081-2/+5
|
* Formerly ext2fs.c.~17~Miles Bader1995-04-251-1/+1
|
* Formerly ext2fs.c.~16~Miles Bader1995-04-231-2/+2
|
* Formerly ext2fs.c.~15~Miles Bader1995-04-201-0/+6
|
* Formerly ext2fs.c.~14~Miles Bader1995-04-181-8/+52
|
* Formerly ext2fs.c.~13~Miles Bader1995-04-171-1/+1
|
* Formerly ext2fs.c.~12~Miles Bader1995-04-171-7/+28
|
* Formerly ext2fs.c.~11~Miles Bader1995-04-161-4/+2
|
* Formerly ext2fs.c.~10~Miles Bader1995-04-161-4/+4
|
* Formerly ext2fs.c.~9~Miles Bader1995-04-161-2/+2
|
* Formerly ext2fs.c.~8~Miles Bader1995-04-161-10/+10
|
* Formerly ext2fs.c.~7~Miles Bader1995-04-161-1/+1
|
* Formerly ext2fs.c.~6~Miles Bader1995-04-161-4/+4
|
* Formerly ext2fs.c.~5~Miles Bader1995-04-161-5/+5
|
* Formerly ext2fs.c.~4~Miles Bader1995-04-151-97/+79
|
* Formerly ext2fs.c.~3~Miles Bader1995-04-111-42/+101
|
* Formerly ext2fs.c.~2~Miles Bader1995-04-101-8/+10
|
* Initial revisionMiles Bader1995-04-101-0/+255