freebsd-dev/usr.bin/systat
Jeff Roberson b61ce5b0e6 - Move all of the PS_ flags into either p_flag or td_flags.
- p_sflag was mostly protected by PROC_LOCK rather than the PROC_SLOCK or
   previously the sched_lock.  These bugs have existed for some time.
 - Allow swapout to try each thread in a process individually and then
   swapin the whole process if any of these fail.  This allows us to move
   most scheduler related swap flags into td_flags.
 - Keep ki_sflag for backwards compat but change all in source tools to
   use the new and more correct location of P_INMEM.

Reported by:	pho
Reviewed by:	attilio, kib
Approved by:	re (kensmith)
2007-09-17 05:31:39 +00:00
..
cmds.c
cmdtab.c Show the load average in the tcp display (it was already shown, perhaps 2006-04-30 04:26:46 +00:00
convtbl.c Fix definitions of kilobits etc. 2007-01-18 09:24:08 +00:00
convtbl.h Add the Tera scale factor, which is an easy job now. 2006-11-27 16:33:44 +00:00
devs.c
devs.h
extern.h
fetch.c
icmp6.c Remove trailing whitespace. 2006-04-30 04:47:23 +00:00
icmp.c Remove trailing whitespace. 2006-04-30 04:47:23 +00:00
ifcmds.c Keep all convtbl-related constants and strings in convtbl.[ch]. 2006-11-27 16:14:32 +00:00
ifstat.c Remove a wrong "const" qualifier. 2006-11-27 16:59:08 +00:00
iostat.c Consistently mark percentage scales as such. 2006-11-27 20:19:05 +00:00
ip6.c Remove trailing whitespace. 2006-04-30 04:47:23 +00:00
ip.c Remove trailing whitespace. 2006-04-30 04:47:23 +00:00
keyboard.c
main.c Remove trailing whitespace. 2006-04-30 04:47:23 +00:00
Makefile Back out rev. 1.17: arch-dependent WARNS level. 2006-11-27 21:30:38 +00:00
mbufs.c Remove MT_FTABLE printout in systat, as MT_FTABLE mbufs are no longer 2006-07-24 01:49:24 +00:00
mode.c
mode.h
netcmds.c
netstat.c The logic of fetchnetstat_sysctl() isn't too complex: if idx is 0, 2006-11-27 17:34:40 +00:00
pigs.c - Move all of the PS_ flags into either p_flag or td_flags. 2007-09-17 05:31:39 +00:00
swap.c Add missing things: a prototype and a const qualifier. 2006-12-23 22:39:38 +00:00
systat.1 Memory utilization subscreen in "vmstat" display lists numbers in KB, 2006-10-12 10:54:34 +00:00
systat.h Remove trailing whitespace. 2006-04-30 04:47:23 +00:00
tcp.c Expand TCP counters from 9 digits to 12. 2007-06-15 18:12:58 +00:00
vmstat.c - Revert signedness type changes to "struct vmtotal"; by making 2006-11-28 12:46:02 +00:00