Age | Commit message (Collapse) | Author | |
---|---|---|---|
1995-05-12 | (ext2_error, ext2_warning, ext2_panic): Rename to add the underline prefix | Miles 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-12 | (pager_unlock_page): Give an explanation of why the file system will shortly | Miles Bader | |
crash. | |||
1995-05-11 | (main): Enable the bootstrap code. | Miles Bader | |
1995-05-11 | (trivfs_modify_stat): Make st_blksize really large. | Miles Bader | |
1995-05-11 | (read_disknode): Make st_blksize larger: 2 * pagesize. | Miles Bader | |
1995-05-11 | (_pager_mark_next_request_error, _pager_mark_object_error): Put the error | Miles Bader | |
code in the correct place in the pagemap rather than always at the beginning. (pager_get_error): Get the error code from the pagemap rather than just using the pagemap offset! | |||
1995-05-11 | (PM_NEXTERROR, SET_PM_NEXTERROR): Mask 2-bit error code with 0x3, not 0x2! | Miles Bader | |
1995-05-10 | (block_getblk, inode_getblk): Return ENOSPC instead of EIO when we can't | Miles Bader | |
allocate a new block. | |||
1995-05-10 | (find_next_zero_bit): Fix stupid typos (present in the original linux source | Miles Bader | |
I copied this function from!) which were causing occasional garbage results. | |||
1995-05-09 | entered into RCS | Miles Bader | |
1995-05-09 | Formerly ext2fs.h.~43~ | Miles Bader | |
1995-05-09 | entered into RCS | Miles Bader | |
1995-05-09 | Formerly pokel.c.~11~ | Miles Bader | |
1995-05-09 | entered into RCS | Miles Bader | |
1995-05-09 | Formerly balloc.c.~20~ | Miles Bader | |
1995-05-09 | Formerly ext2fs.h.~42~ | Miles Bader | |
1995-05-09 | entered into RCS | Miles Bader | |
1995-05-08 | Initial revision | Miles Bader | |
1995-05-08 | Formerly ext2fs.h.~41~ | Miles Bader | |
1995-05-08 | Formerly devio.c.~8~ | Miles Bader | |
1995-05-08 | Formerly ext2_fs.h.~18~ | Miles Bader | |
1995-05-08 | Formerly bitmap.c.~8~ | Miles Bader | |
1995-05-08 | Formerly pokel.c.~10~ | Miles Bader | |
1995-05-08 | Formerly ext2fs.c.~19~ | Miles Bader | |
1995-05-08 | Formerly hyper.c.~11~ | Miles Bader | |
1995-05-08 | entered into RCS | Miles Bader | |
1995-05-08 | (pager_clear_user_data): Don't die when called on the disk pager. | Miles Bader | |
1995-05-08 | (diskfs_lookup): When looping back to try_again: because we're looking up | Miles Bader | |
"..", be sure and trash the mapping we made of the directory's pager -- otherwise the reference to the pager never gets dropped and we can never free the node. (diskfs_lookup): ds->type was being compared to LOOKING, which value it can never have. Compare ds->stat against LOOKING instead. | |||
1995-05-08 | (write_all_disknodes): Fix typo `alloc' --> `alloca'. | Miles Bader | |
1995-05-08 | Formerly pokel.c.~9~ | Miles Bader | |
1995-05-08 | Formerly pager.c.~29~ | Miles Bader | |
1995-05-07 | Formerly dir.c.~12~ | Miles Bader | |
1995-05-07 | Formerly ialloc.c.~23~ | Miles Bader | |
1995-05-05 | Formerly ext2fs.h.~40~ | Miles Bader | |
1995-05-05 | Formerly Makefile.~8~ | Miles Bader | |
1995-05-05 | If a msg port call times out, disable use of that msg port. | Miles Bader | |
1995-05-05 | Compile our own msg & term user stubs to add msg timeouts. | Miles Bader | |
1995-05-05 | Make MIGCOMUFLAGS & <target>-MIGCOMUFLAGS actually work. | Miles Bader | |
1995-05-04 | Formerly ext2fs.h.~39~ | Miles Bader | |
1995-05-04 | Formerly dir.c.~11~ | Miles Bader | |
1995-05-03 | Formerly pokel.c.~8~ | Miles Bader | |
1995-05-03 | Formerly ext2_fs.h.~16~ | Miles Bader | |
1995-05-03 | Formerly ext2fs.h.~38~ | Miles Bader | |
1995-05-03 | Formerly dir.c.~10~ | Miles Bader | |
1995-05-03 | Formerly pager.c.~27~ | Miles Bader | |
1995-05-03 | Rename ps_fmt_squash to ps_fmt_squash_flags, moving most of the guts into a | Miles Bader | |
new more general ps_fmt_squash, which is usable for other things than flags. Recalculate the set of ps flags needed by the fmt in ps_fmt_squash (which then allows us to remove more specific code in ps_fmt_squash_flags). | |||
1995-05-03 | Add the nominal_fn field to struct ps_fmt_spec, which will be used to decide | Miles Bader | |
whether values are `unexciting'. Add entries for proc_stat_list_for_each and proc_stat_list_spec_nominal. Rename ps_fmt_squash to ps_fmt_squash_flags. | |||
1995-05-03 | Add the -n (--nominal-fields) flag, which prevents elision of uninteresting | Miles Bader | |
fields. Also add elision of uninteresting fields... Add the (ignored) -w flag for BSD compat. Use the new name for ps_fmt_squash: ps_fmt_squash_flags. | |||
1995-05-03 | (proc_stat_list_for_each): New function for iterating over proc_stat_lists. | Miles Bader | |
(proc_stat_list_spec_nominal): New function for deciding if a particular spec is always nominal. | |||
1995-05-03 | (ps_std_fmt_specs): Add values for the new nominal_fn field. | Miles Bader | |
(ps_nominal_zint, ps_nominal_user, ps_nominal_pri, ps_nominal_nth): Possible nominal funs. |