Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Rename ps_fmt_squash to ps_fmt_squash_flags, moving most of the guts into a | Miles Bader | 1995-05-03 | 1 | -62/+78 |
| | | | | | | 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). | ||||
* | Add the nominal_fn field to struct ps_fmt_spec, which will be used to decide | Miles Bader | 1995-05-03 | 1 | -2/+23 |
| | | | | | | 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. | ||||
* | Add the -n (--nominal-fields) flag, which prevents elision of uninteresting | Miles Bader | 1995-05-03 | 1 | -4/+24 |
| | | | | | | | 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. | ||||
* | (proc_stat_list_for_each): New function for iterating over proc_stat_lists. | Miles Bader | 1995-05-03 | 1 | -0/+47 |
| | | | | | (proc_stat_list_spec_nominal): New function for deciding if a particular spec is always nominal. | ||||
* | (ps_std_fmt_specs): Add values for the new nominal_fn field. | Miles Bader | 1995-05-03 | 1 | -33/+106 |
| | | | | | (ps_nominal_zint, ps_nominal_user, ps_nominal_pri, ps_nominal_nth): Possible nominal funs. | ||||
* | Formerly pager.c.~26~ | Miles Bader | 1995-05-02 | 1 | -0/+13 |
| | |||||
* | (struct proc_stat): Add the suspend_count field, along with | Miles Bader | 1995-05-02 | 1 | -14/+19 |
| | | | | PSTAT_SUSPEND_COUNT, and proc_stat_suspend_count(ps). | ||||
* | (proc_stat_set_flags, add_preconditions): Add support for the suspend_count | Miles Bader | 1995-05-02 | 1 | -0/+15 |
| | | | | field. | ||||
* | Add the SC (suspend count) field to various output formats. | Miles Bader | 1995-05-02 | 1 | -4/+4 |
| | |||||
* | Add the Susp (task/thread suspend count), PSusp (task suspend count), and | Miles Bader | 1995-05-02 | 1 | -0/+27 |
| | | | | TSusp (thread suspend count) output specs. | ||||
* | Replace PSTAT_STATE_EXECED with PSTAT_STATE_FORKED; we want to the flags mark | Miles Bader | 1995-05-02 | 1 | -2/+2 |
| | | | | exceptional conditions, and this is rarer. | ||||
* | (add_preconditions): A new function that calculates inter-flag dependencies; | Miles Bader | 1995-05-02 | 1 | -29/+91 |
| | | | | | | | | | | | code moved here from from proc_stat_set_flags. (should_suppress_msgport): A new function that returns true when there's some condition indicating that we shouldn't use a process's msg port. (proc_stat_set_flags): Avoid using a process's msg port when it may be unusable. (proc_stat_set_flags): Set PSTAT_STATE_FORKED instead of PSTAT_STATE_EXECED. (proc_stat_state_tags): Change the user state letter to "f" from "e". | ||||
* | (reap): Check for ECHILD, not ESRCH. | Michael I. Bushnell | 1995-05-02 | 1 | -2/+2 |
| | |||||
* | (pager_clear_user_data): Acquire pagerlistlock around modifications to | Michael I. Bushnell | 1995-05-02 | 1 | -1/+3 |
| | | | | UPI->next/prevp list structure. | ||||
* | 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 |
| | |||||
* | Formerly ext2fs.h.~36~ | Miles Bader | 1995-04-29 | 1 | -18/+30 |
| | |||||
* | Formerly getblk.c.~14~ | Miles Bader | 1995-04-29 | 1 | -78/+68 |
| | |||||
* | Formerly truncate.c.~16~ | Miles Bader | 1995-04-29 | 1 | -9/+5 |
| | |||||
* | Formerly inode.c.~20~ | Miles Bader | 1995-04-29 | 1 | -28/+53 |
| | |||||
* | Formerly pokel.c.~6~ | Miles Bader | 1995-04-28 | 1 | -9/+10 |
| | |||||
* | (write_all_disknodes): We have to really lock the nodes around the | Michael I. Bushnell | 1995-04-28 | 1 | -3/+19 |
| | | | | | calls to diskfs_set_node_times and write_node; this in turn forces us to have real refereces. | ||||
* | Formerly ialloc.c.~22~ | Miles Bader | 1995-04-28 | 1 | -1/+9 |
| | |||||
* | Formerly bitmap.c.~7~ | Miles Bader | 1995-04-28 | 1 | -1/+1 |
| | |||||
* | Formerly pager.c.~24~ | Miles Bader | 1995-04-28 | 1 | -43/+43 |
| | |||||
* | Formerly balloc.c.~19~ | Miles Bader | 1995-04-28 | 1 | -8/+5 |
| | |||||
* | Formerly ext2_fs.h.~15~ | Miles Bader | 1995-04-28 | 1 | -4/+3 |
| | |||||
* | Formerly devio.c.~7~ | Miles Bader | 1995-04-28 | 1 | -2/+2 |
| | |||||
* | Formerly pager.c.~23~ | Miles Bader | 1995-04-28 | 1 | -5/+55 |
| | |||||
* | (diskfs_drop_node): Deal cleanly with errors in diskfs_truncate. | Michael I. Bushnell | 1995-04-28 | 1 | -0/+6 |
| | |||||
* | (diskfs_nrele, diskfs_nput): We need to hold a real reference around | Michael I. Bushnell | 1995-04-28 | 1 | -4/+41 |
| | | | | | | the call to diskfs_try_dropping_softrefs, because that's a user-supplied routine that might itself rely on the reference counting system. | ||||
* | Formerly ext2_fs.h.~14~ | Miles Bader | 1995-04-27 | 1 | -3/+3 |
| | |||||
* | Formerly getblk.c.~13~ | Miles Bader | 1995-04-27 | 1 | -6/+14 |
| | |||||
* | Formerly ialloc.c.~21~ | Miles Bader | 1995-04-27 | 1 | -5/+7 |
| | |||||
* | Formerly balloc.c.~18~ | Miles Bader | 1995-04-27 | 1 | -12/+12 |
| | |||||
* | Formerly inode.c.~19~ | Miles Bader | 1995-04-27 | 1 | -0/+6 |
| | |||||
* | Formerly ext2fs.h.~35~ | Miles Bader | 1995-04-27 | 1 | -0/+9 |
| | |||||
* | Formerly pager.c.~22~ | Miles Bader | 1995-04-27 | 1 | -27/+84 |
| | |||||
* | Formerly balloc.c.~17~ | Miles Bader | 1995-04-27 | 1 | -1/+1 |
| | |||||
* | Formerly ext2fs.h.~34~ | Miles Bader | 1995-04-27 | 1 | -4/+11 |
| | |||||
* | Formerly inode.c.~18~ | Miles Bader | 1995-04-27 | 1 | -2/+3 |
| |