index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.sbin
/
pstat
/
pstat.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't report TABLDISC - it "doesn't happen(TM)"
peter
2000-01-29
1
-3
/
+0
*
Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"
peter
1999-12-29
1
-2
/
+2
*
Add extra columns for printing longer device name.
charnier
1999-12-05
1
-3
/
+3
*
Merge fprintf and exit into errx.
charnier
1999-11-27
1
-2
/
+1
*
struct mountlist and struct mount.mnt_list have no business being
phk
1999-11-20
1
-3
/
+3
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
VALIASED doesn't exist any more.
phk
1999-08-26
1
-3
/
+1
*
Add support for picking up ttys with sysctl(kern.ttys).
phk
1999-08-08
1
-62
/
+12
*
Tidy up references to <sys/rlist.h> and support for the old swap management
peter
1999-05-11
1
-2
/
+1
*
Fix formatting bug with [NFS swap] vs /dev/DEVNAME
dillon
1999-01-22
1
-3
/
+3
*
Make pstat use new kvm_getswapinfo() libkvm call.
dillon
1999-01-22
1
-344
/
+77
*
Update pstat -s to handle both old and new swapper.
dillon
1999-01-21
1
-75
/
+285
*
Increased column widths for tty input watermark fields so that watermarks
bde
1998-08-19
1
-9
/
+10
*
Fixed printf format errors.
bde
1998-07-06
1
-8
/
+8
*
Set the input and output buffer sizes and the input buffer watermarks
bde
1998-03-07
1
-4
/
+6
*
Make pstat.c compile, since in the new kernel code, VVMIO doesn't
dyson
1998-01-06
1
-2
/
+2
*
Reviewed by: various.
julian
1997-11-12
1
-1
/
+3
*
"Fixed" pstat -T by avoiding the vnode stats. Disabled pstat -v since
dg
1997-10-19
1
-2
/
+6
*
Use err(3). Add usage().
charnier
1997-10-09
1
-22
/
+29
*
Update to include some of the newer vnode flags and remove some stale ones.
peter
1997-08-30
1
-0
/
+10
*
compare return value from getopt against -1 rather than EOF, per the final
imp
1997-03-31
1
-1
/
+1
*
Removed `#define KERNEL'. This was a hack-around for nfs.h being broken
bde
1997-03-29
1
-4
/
+0
*
- update MNT_* flags to match lite2 properly. get rid of old #if 0 flags
peter
1997-03-25
1
-22
/
+9
*
Merge Lite2 changes
peter
1997-03-11
1
-149
/
+117
*
Make pstat -s (aka. sswapinfo) print ``[NFS]'' as opposed to
joerg
1996-10-20
1
-3
/
+7
*
Include <fcntl.h> so that this doesn't depend on the KERNEL version
bde
1996-09-29
1
-0
/
+1
*
Enable the -M and -N options of swapinfo, as advertised in the usage line.
smpatel
1996-05-29
1
-1
/
+1
*
Properly free up resources allocated in swapmode(). This is not quite
jkh
1996-05-09
1
-0
/
+2
*
From Lite2: file LIST changes.
hsu
1996-03-11
1
-4
/
+4
*
Fix pstat to sync up with recent changes with swap space allocation.
dyson
1996-03-04
1
-5
/
+7
*
#include <sys/user.h>
phk
1995-10-29
1
-0
/
+1
*
Add support for the "si" Specialix driver in "pstat -t"
peter
1995-09-22
1
-21
/
+33
*
Do the mountlist traversal the way it was done in 4.4-Lite2.
dg
1995-08-11
1
-3
/
+3
*
Since the mountlist is now a circular queue, adjust the names of the
jkh
1995-08-11
1
-2
/
+3
*
Support cy driver. All tty drivers require namelist stuff here or they
bde
1995-07-21
1
-2
/
+35
*
Changes to support version 3 of the NFS protocol.
dfr
1995-06-27
1
-0
/
+2
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-18
/
+18
*
Reflect the fact that we do not swap on the first <dmmax> blocks of a
phk
1995-05-14
1
-1
/
+4
*
Updated to work with Poul-Henning's recent changes to the swap device
dg
1995-05-14
1
-1
/
+3
*
Make pstat act like swapinfo if so invoked.
phk
1995-05-13
1
-24
/
+36
*
Add FreeBSD-specific TS_* states
ache
1995-05-07
1
-0
/
+4
*
Enable sio driver and upcoming rc driver
ache
1995-05-07
1
-0
/
+19
*
Corrected variable names for syscons support.
sos
1995-04-28
1
-6
/
+6
*
Submitted by: John Capo
ats
1994-12-28
1
-1
/
+1
*
Fix for 'pstat -t' works on vtys
ache
1994-11-03
1
-5
/
+17
*
Clean up after last commit: get rid of some unused variables.
dg
1994-10-10
1
-1
/
+1
*
Rewrote swap code to work with our swap layout. Much of the code stolen
dg
1994-10-10
1
-72
/
+28
*
#if 0'd out the meat of the swap code until I get a chance to rewrite it.
dg
1994-10-09
1
-13
/
+13
*
BSD 4.4 Lite usr.sbin Sources
rgrimes
1994-05-26
1
-0
/
+1110