Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use options_parse & diskfs_standard_startup_options to do command line | Miles Bader | 1995-05-20 | 1 | -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 Bader | 1995-05-19 | 1 | -3/+13 |
| | |||||
* | (diskfs_set_statfs): Set st->fsys_stb_bsize, not _fsize, to the block size. | Miles Bader | 1995-05-14 | 1 | -2/+2 |
| | |||||
* | (OBJS): Remove exec_server_image.o. | Roland McGrath | 1995-05-13 | 1 | -8/+1 |
| | | | | (exec_server_image.o): Rule removed. | ||||
* | Add an optional argument to the --sync option that lets the user specify an | Miles Bader | 1995-05-12 | 1 | -6/+9 |
| | | | | initial sync interval. | ||||
* | Change uses of the ext2_{warning,error,panic} functions to not have the | Miles Bader | 1995-05-12 | 4 | -38/+24 |
| | | | | initial function name argument (it's now supplied automagically). | ||||
* | (ext2_error, ext2_warning, ext2_panic, all callers changed): Make these into | Miles Bader | 1995-05-12 | 1 | -6/+8 |
| | | | | | | macros that automagically supply the caller's function name, and rename the original functions (which these macros call) to have an underline prefix. Get rid of the CHECK_STRICT variable. | ||||
* | (ext2_free_blocks, ext2_new_block): Get rid of the CHECK_STRICT variable, | Miles Bader | 1995-05-12 | 1 | -49/+30 |
| | | | | | | and just always do the tests it controlled. Change uses of the ext2_{warning,error,panic} functions to not have the initial function name argument (it's now supplied automagically). | ||||
* | (ext2_error, ext2_warning, ext2_panic): Rename to add the underline prefix | Miles Bader | 1995-05-12 | 1 | -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. | ||||
* | (pager_unlock_page): Give an explanation of why the file system will shortly | Miles Bader | 1995-05-12 | 1 | -3/+6 |
| | | | | crash. | ||||
* | (main): Enable the bootstrap code. | Miles Bader | 1995-05-11 | 1 | -4/+5 |
| | |||||
* | (read_disknode): Make st_blksize larger: 2 * pagesize. | Miles Bader | 1995-05-11 | 1 | -1/+1 |
| | |||||
* | (block_getblk, inode_getblk): Return ENOSPC instead of EIO when we can't | Miles Bader | 1995-05-10 | 1 | -2/+2 |
| | | | | allocate a new block. | ||||
* | (find_next_zero_bit): Fix stupid typos (present in the original linux source | Miles Bader | 1995-05-10 | 1 | -2/+2 |
| | | | | I copied this function from!) which were causing occasional garbage results. | ||||
* | entered into RCS | Miles Bader | 1995-05-09 | 5 | -6/+6 |
| | |||||
* | Formerly ext2fs.h.~43~ | Miles Bader | 1995-05-09 | 1 | -4/+4 |
| | |||||
* | entered into RCS | Miles Bader | 1995-05-09 | 6 | -8/+5 |
| | |||||
* | Formerly pokel.c.~11~ | Miles Bader | 1995-05-09 | 1 | -1/+6 |
| | |||||
* | entered into RCS | Miles Bader | 1995-05-09 | 1 | -2/+0 |
| | |||||
* | Formerly balloc.c.~20~ | Miles Bader | 1995-05-09 | 1 | -2/+19 |
| | |||||
* | Formerly ext2fs.h.~42~ | Miles Bader | 1995-05-09 | 1 | -3/+3 |
| | |||||
* | entered into RCS | Miles Bader | 1995-05-09 | 1 | -7/+11 |
| | |||||
* | Formerly ext2fs.h.~41~ | Miles Bader | 1995-05-08 | 1 | -7/+13 |
| | |||||
* | Formerly devio.c.~8~ | Miles Bader | 1995-05-08 | 1 | -0/+3 |
| | |||||
* | Formerly ext2_fs.h.~18~ | Miles Bader | 1995-05-08 | 1 | -1/+1 |
| | |||||
* | Formerly bitmap.c.~8~ | Miles Bader | 1995-05-08 | 1 | -1/+21 |
| | |||||
* | Formerly pokel.c.~10~ | Miles Bader | 1995-05-08 | 1 | -0/+2 |
| | |||||
* | Formerly ext2fs.c.~19~ | Miles Bader | 1995-05-08 | 1 | -2/+5 |
| | |||||
* | Formerly hyper.c.~11~ | Miles Bader | 1995-05-08 | 1 | -0/+2 |
| | |||||
* | entered into RCS | Miles Bader | 1995-05-08 | 1 | -1/+1 |
| | |||||
* | Formerly pokel.c.~9~ | Miles Bader | 1995-05-08 | 1 | -3/+1 |
| | |||||
* | Formerly pager.c.~29~ | Miles Bader | 1995-05-08 | 1 | -2/+2 |
| | |||||
* | Formerly dir.c.~12~ | Miles Bader | 1995-05-07 | 1 | -2/+7 |
| | |||||
* | Formerly ialloc.c.~23~ | Miles Bader | 1995-05-07 | 1 | -0/+2 |
| | |||||
* | Formerly ext2fs.h.~40~ | Miles Bader | 1995-05-05 | 1 | -1/+1 |
| | |||||
* | Formerly Makefile.~8~ | Miles Bader | 1995-05-05 | 1 | -1/+0 |
| | |||||
* | Formerly ext2fs.h.~39~ | Miles Bader | 1995-05-04 | 1 | -1/+1 |
| | |||||
* | Formerly dir.c.~11~ | Miles Bader | 1995-05-04 | 1 | -2/+1 |
| | |||||
* | Formerly pokel.c.~8~ | Miles Bader | 1995-05-03 | 1 | -6/+0 |
| | |||||
* | Formerly ext2_fs.h.~16~ | Miles Bader | 1995-05-03 | 1 | -1/+1 |
| | |||||
* | Formerly ext2fs.h.~38~ | Miles Bader | 1995-05-03 | 1 | -17/+2 |
| | |||||
* | Formerly dir.c.~10~ | Miles Bader | 1995-05-03 | 1 | -0/+19 |
| | |||||
* | Formerly pager.c.~27~ | Miles Bader | 1995-05-03 | 1 | -2/+5 |
| | |||||
* | Formerly pager.c.~26~ | Miles Bader | 1995-05-02 | 1 | -0/+13 |
| | |||||
* | Formerly truncate.c.~17~ | Miles Bader | 1995-05-01 | 1 | -83/+85 |
| | |||||
* | Formerly pager.c.~25~ | Miles Bader | 1995-05-01 | 1 | -2/+2 |
| | |||||
* | Formerly inode.c.~21~ | Miles Bader | 1995-05-01 | 1 | -10/+31 |
| | |||||
* | Formerly pokel.c.~7~ | Miles Bader | 1995-05-01 | 1 | -2/+1 |
| | |||||
* | Formerly getblk.c.~15~ | Miles Bader | 1995-05-01 | 1 | -1/+4 |
| | |||||
* | Formerly ext2fs.h.~37~ | Miles Bader | 1995-05-01 | 1 | -6/+1 |
| |