aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pstat
Commit message (Expand)AuthorAgeFilesLines
* Reviewed by: various.Julian Elischer1997-11-121-1/+3
* "Fixed" pstat -T by avoiding the vnode stats. Disabled pstat -v sinceDavid Greenman1997-10-191-2/+6
* Use err(3). Add usage().Philippe Charnier1997-10-092-28/+37
* Update to include some of the newer vnode flags and remove some stale ones.Peter Wemm1997-08-302-9/+25
* Previous commit to remove -I/sys broke 'make world', miscfs/union/*.h isPeter Wemm1997-07-151-0/+1
* Remove -I/sysGuido van Rooij1997-07-131-1/+0
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-311-1/+1
* Removed `#define KERNEL'. This was a hack-around for nfs.h being brokenBruce Evans1997-03-291-4/+0
* - update MNT_* flags to match lite2 properly. get rid of old #if 0 flagsPeter Wemm1997-03-251-22/+9
* Merge Lite2 changesPeter Wemm1997-03-112-153/+120
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Fix a typo, putput --> output.Alexander Langer1996-10-271-2/+2
* Make pstat -s (aka. sswapinfo) print ``[NFS]'' as opposed toJoerg Wunsch1996-10-201-3/+7
* Include <fcntl.h> so that this doesn't depend on the KERNEL versionBruce Evans1996-09-291-0/+1
* Use the .Bx macro where appropriate.Mike Pritchard1996-08-231-2/+3
* Document the -i backward compatibility option (same as -v).Mike Pritchard1996-07-031-2/+6
* Enable the -M and -N options of swapinfo, as advertised in the usage line.Sujal Patel1996-05-291-1/+1
* Properly free up resources allocated in swapmode(). This is not quiteJordan K. Hubbard1996-05-091-0/+2
* Mention swapinfo as .Nm, so it will be referenced by mkwhatis.Joerg Wunsch1996-04-171-2/+3
* From Lite2: file LIST changes.Jeffrey Hsu1996-03-111-4/+4
* Fix pstat to sync up with recent changes with swap space allocation.John Dyson1996-03-041-5/+7
* Fix a variety of minor typos and cross references in a bunch ofMike Pritchard1996-01-201-3/+3
* #include <sys/user.h>Poul-Henning Kamp1995-10-291-0/+1
* Document SESS, fix PGRP (now PGID), and document some more STATE flags.Bruce Evans1995-10-061-3/+20
* Add support for the "si" Specialix driver in "pstat -t"Peter Wemm1995-09-221-21/+33
* Do the mountlist traversal the way it was done in 4.4-Lite2.David Greenman1995-08-111-3/+3
* Since the mountlist is now a circular queue, adjust the names of theJordan K. Hubbard1995-08-111-2/+3
* Document new tty states TS_CONNECTED, TS_SO_OLOWAT, TS_SO_OCOMPLETE,Bruce Evans1995-07-211-11/+37
* Support cy driver. All tty drivers require namelist stuff here or theyBruce Evans1995-07-211-2/+35
* Changes to support version 3 of the NFS protocol.Doug Rabson1995-06-271-0/+2
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-18/+18
* Reflect the fact that we do not swap on the first <dmmax> blocks of aPoul-Henning Kamp1995-05-141-1/+4
* Updated to work with Poul-Henning's recent changes to the swap deviceDavid Greenman1995-05-141-1/+3
* Make pstat act like swapinfo if so invoked.Poul-Henning Kamp1995-05-133-32/+55
* Add FreeBSD-specific TS_* statesAndrey A. Chernov1995-05-071-0/+4
* Enable sio driver and upcoming rc driverAndrey A. Chernov1995-05-071-0/+19
* Corrected variable names for syscons support.Søren Schmidt1995-04-281-6/+6
* Submitted by: John CapoAndreas Schulz1994-12-281-1/+1
* Fix for 'pstat -t' works on vtysAndrey A. Chernov1994-11-031-5/+17
* Clean up after last commit: get rid of some unused variables.David Greenman1994-10-101-1/+1
* Rewrote swap code to work with our swap layout. Much of the code stolenDavid Greenman1994-10-101-72/+28
* #if 0'd out the meat of the swap code until I get a chance to rewrite it.David Greenman1994-10-091-13/+13
* Get rid of update. Make man page installation work with our schemeGarrett Wollman1994-08-051-0/+1
* Converted 'vmunix' to 'kernel'.David Greenman1994-08-051-2/+2
* BSD 4.4 Lite usr.sbin SourcesRodney W. Grimes1994-05-263-0/+1441