summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1995-05-05Compile our own msg & term user stubs to add msg timeouts.Miles Bader
1995-05-05Make MIGCOMUFLAGS & <target>-MIGCOMUFLAGS actually work.Miles Bader
1995-05-04Formerly ext2fs.h.~39~Miles Bader
1995-05-04Formerly dir.c.~11~Miles Bader
1995-05-03Formerly pokel.c.~8~Miles Bader
1995-05-03Formerly ext2_fs.h.~16~Miles Bader
1995-05-03Formerly ext2fs.h.~38~Miles Bader
1995-05-03Formerly dir.c.~10~Miles Bader
1995-05-03Formerly pager.c.~27~Miles Bader
1995-05-03Rename ps_fmt_squash to ps_fmt_squash_flags, moving most of the guts into aMiles 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-03Add the nominal_fn field to struct ps_fmt_spec, which will be used to decideMiles 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-03Add the -n (--nominal-fields) flag, which prevents elision of uninterestingMiles 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.
1995-05-02Formerly pager.c.~26~Miles Bader
1995-05-02(struct proc_stat): Add the suspend_count field, along withMiles Bader
PSTAT_SUSPEND_COUNT, and proc_stat_suspend_count(ps).
1995-05-02(proc_stat_set_flags, add_preconditions): Add support for the suspend_countMiles Bader
field.
1995-05-02Add the SC (suspend count) field to various output formats.Miles Bader
1995-05-02Add the Susp (task/thread suspend count), PSusp (task suspend count), andMiles Bader
TSusp (thread suspend count) output specs.
1995-05-02Replace PSTAT_STATE_EXECED with PSTAT_STATE_FORKED; we want to the flags markMiles Bader
exceptional conditions, and this is rarer.
1995-05-02(add_preconditions): A new function that calculates inter-flag dependencies;Miles Bader
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".
1995-05-02(reap): Check for ECHILD, not ESRCH.Michael I. Bushnell
1995-05-02(pager_clear_user_data): Acquire pagerlistlock around modifications toMichael I. Bushnell
UPI->next/prevp list structure.
1995-05-01Formerly truncate.c.~17~Miles Bader
1995-05-01Formerly pager.c.~25~Miles Bader
1995-05-01Formerly inode.c.~21~Miles Bader
1995-05-01Formerly pokel.c.~7~Miles Bader
1995-05-01Formerly getblk.c.~15~Miles Bader
1995-05-01Formerly ext2fs.h.~37~Miles Bader
1995-04-29Formerly ext2fs.h.~36~Miles Bader
1995-04-29Formerly getblk.c.~14~Miles Bader
1995-04-29Formerly truncate.c.~16~Miles Bader
1995-04-29Formerly inode.c.~20~Miles Bader
1995-04-28Formerly pokel.c.~6~Miles Bader
1995-04-28(write_all_disknodes): We have to really lock the nodes around theMichael I. Bushnell
calls to diskfs_set_node_times and write_node; this in turn forces us to have real refereces.
1995-04-28Formerly ialloc.c.~22~Miles Bader
1995-04-28Formerly bitmap.c.~7~Miles Bader
1995-04-28Formerly pager.c.~24~Miles Bader
1995-04-28Formerly balloc.c.~19~Miles Bader
1995-04-28Formerly ext2_fs.h.~15~Miles Bader
1995-04-28Formerly devio.c.~7~Miles Bader
1995-04-28Formerly pager.c.~23~Miles Bader
1995-04-28(diskfs_drop_node): Deal cleanly with errors in diskfs_truncate.Michael I. Bushnell
1995-04-28(diskfs_nrele, diskfs_nput): We need to hold a real reference aroundMichael I. Bushnell
the call to diskfs_try_dropping_softrefs, because that's a user-supplied routine that might itself rely on the reference counting system.
1995-04-27Formerly ext2_fs.h.~14~Miles Bader
1995-04-27Formerly getblk.c.~13~Miles Bader
1995-04-27Formerly ialloc.c.~21~Miles Bader
1995-04-27Formerly balloc.c.~18~Miles Bader
1995-04-27Formerly inode.c.~19~Miles Bader
1995-04-27Formerly ext2fs.h.~35~Miles Bader