aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Formerly pokel.c.~8~Miles Bader1995-05-031-6/+0
|
* Formerly ext2_fs.h.~16~Miles Bader1995-05-031-1/+1
|
* Formerly ext2fs.h.~38~Miles Bader1995-05-031-17/+2
|
* Formerly dir.c.~10~Miles Bader1995-05-031-0/+19
|
* Formerly pager.c.~27~Miles Bader1995-05-031-2/+5
|
* Rename ps_fmt_squash to ps_fmt_squash_flags, moving most of the guts into aMiles Bader1995-05-031-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 decideMiles Bader1995-05-031-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 uninterestingMiles Bader1995-05-031-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 Bader1995-05-031-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 Bader1995-05-031-33/+106
| | | | | (ps_nominal_zint, ps_nominal_user, ps_nominal_pri, ps_nominal_nth): Possible nominal funs.
* Formerly pager.c.~26~Miles Bader1995-05-021-0/+13
|
* (struct proc_stat): Add the suspend_count field, along withMiles Bader1995-05-021-14/+19
| | | | PSTAT_SUSPEND_COUNT, and proc_stat_suspend_count(ps).
* (proc_stat_set_flags, add_preconditions): Add support for the suspend_countMiles Bader1995-05-021-0/+15
| | | | field.
* Add the SC (suspend count) field to various output formats.Miles Bader1995-05-021-4/+4
|
* Add the Susp (task/thread suspend count), PSusp (task suspend count), andMiles Bader1995-05-021-0/+27
| | | | TSusp (thread suspend count) output specs.
* Replace PSTAT_STATE_EXECED with PSTAT_STATE_FORKED; we want to the flags markMiles Bader1995-05-021-2/+2
| | | | exceptional conditions, and this is rarer.
* (add_preconditions): A new function that calculates inter-flag dependencies;Miles Bader1995-05-021-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. Bushnell1995-05-021-2/+2
|
* (pager_clear_user_data): Acquire pagerlistlock around modifications toMichael I. Bushnell1995-05-021-1/+3
| | | | UPI->next/prevp list structure.
* Formerly truncate.c.~17~Miles Bader1995-05-011-83/+85
|
* Formerly pager.c.~25~Miles Bader1995-05-011-2/+2
|
* Formerly inode.c.~21~Miles Bader1995-05-011-10/+31
|
* Formerly pokel.c.~7~Miles Bader1995-05-011-2/+1
|
* Formerly getblk.c.~15~Miles Bader1995-05-011-1/+4
|
* Formerly ext2fs.h.~37~Miles Bader1995-05-011-6/+1
|
* Formerly ext2fs.h.~36~Miles Bader1995-04-291-18/+30
|
* Formerly getblk.c.~14~Miles Bader1995-04-291-78/+68
|
* Formerly truncate.c.~16~Miles Bader1995-04-291-9/+5
|
* Formerly inode.c.~20~Miles Bader1995-04-291-28/+53
|
* Formerly pokel.c.~6~Miles Bader1995-04-281-9/+10
|
* (write_all_disknodes): We have to really lock the nodes around theMichael I. Bushnell1995-04-281-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 Bader1995-04-281-1/+9
|
* Formerly bitmap.c.~7~Miles Bader1995-04-281-1/+1
|
* Formerly pager.c.~24~Miles Bader1995-04-281-43/+43
|
* Formerly balloc.c.~19~Miles Bader1995-04-281-8/+5
|
* Formerly ext2_fs.h.~15~Miles Bader1995-04-281-4/+3
|
* Formerly devio.c.~7~Miles Bader1995-04-281-2/+2
|
* Formerly pager.c.~23~Miles Bader1995-04-281-5/+55
|
* (diskfs_drop_node): Deal cleanly with errors in diskfs_truncate.Michael I. Bushnell1995-04-281-0/+6
|
* (diskfs_nrele, diskfs_nput): We need to hold a real reference aroundMichael I. Bushnell1995-04-281-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 Bader1995-04-271-3/+3
|
* Formerly getblk.c.~13~Miles Bader1995-04-271-6/+14
|
* Formerly ialloc.c.~21~Miles Bader1995-04-271-5/+7
|
* Formerly balloc.c.~18~Miles Bader1995-04-271-12/+12
|
* Formerly inode.c.~19~Miles Bader1995-04-271-0/+6
|
* Formerly ext2fs.h.~35~Miles Bader1995-04-271-0/+9
|
* Formerly pager.c.~22~Miles Bader1995-04-271-27/+84
|
* Formerly balloc.c.~17~Miles Bader1995-04-271-1/+1
|
* Formerly ext2fs.h.~34~Miles Bader1995-04-271-4/+11
|
* Formerly inode.c.~18~Miles Bader1995-04-271-2/+3
|