aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pstat
Commit message (Expand)AuthorAgeFilesLines
* Print (total - used) as the amount of available swap for a swap deviceRobert Watson2005-11-171-1/+1
* Remove unused variables.Stefan Farfeleder2005-04-091-2/+0
* Use a designator for initializing only one member of the nlistGiorgos Keramidas2005-03-212-6/+6
* - Add a -h flag to pstat to print swap sizes in "human readable"Giorgos Keramidas2005-03-213-24/+50
* Sort sections.Ruslan Ermilov2005-01-181-4/+4
* Don't include sys/user.h merely for its side-effect of recursivelyDavid Schultz2004-11-271-1/+2
* Corrected the description of the -t output columns to reflect reality.Diomidis Spinellis2004-11-111-12/+11
* Per letter dated July 22, 1999 remove 3rd clause of Berkeley derived softwareWarner Losh2004-08-072-8/+0
* Eliminated double whitespace.Ruslan Ermilov2004-07-031-1/+1
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-2/+4
* Update kvm mode to match kernel changes.Poul-Henning Kamp2004-06-091-3/+3
* -N without -M is pointless.Ruslan Ermilov2004-03-262-12/+10
* Update information of how pstat(8) accesses the running system.Ruslan Ermilov2004-03-261-12/+15
* Make NULL a (void*)0 whereever possible, and fix the warnings(-Werror)Mark Murray2004-03-051-1/+1
* Remove options processing for dumping swapdevice radix map.Poul-Henning Kamp2003-07-312-5/+1
* When dumping swap information, drop the "Type" field which displaysPoul-Henning Kamp2003-07-311-7/+4
* Report NODEV devices as <NFSfile>Poul-Henning Kamp2003-06-051-2/+6
* Use __FBSDID over rcsid[]. Protect copyright[] where needed.David E. O'Brien2003-05-031-4/+4
* style.Makefile(5)David E. O'Brien2003-04-041-2/+2
* - Modernize the format of the open file showing mode output:Robert Drehmel2003-01-311-10/+23
* Bow to the whining masses and change a union back into void *. RetainMatthew Dillon2003-01-131-1/+1
* Change struct file f_data to un_data, a union of the correct structMatthew Dillon2003-01-121-1/+1
* Make struct swblock kernel only, to make vm/swap_pager.h userland includable.Poul-Henning Kamp2003-01-031-1/+1
* Back out rev 1.78; getbsize(3)'s original interface has been restored.Mike Barcroft2002-12-301-8/+6
* Adjust argument passed to getbsize().Mark Murray2002-10-231-6/+8
* Use struct xfile, not struct file.Dag-Erling Smørgrav2002-07-312-26/+22
* The .Nm utilityPhilippe Charnier2002-07-141-3/+4
* If unable to retrive maxfiles / openfiles, fail rather than print garbage.Dag-Erling Smørgrav2002-05-281-33/+21
* Remove the code that was disabled in a recent commit; it is of very limitedDag-Erling Smørgrav2002-05-282-101/+56
* Oops, don't print /dev/ twice.Dag-Erling Smørgrav2002-05-281-1/+1
* struct tty -> struct xtty. Reenable some previously disable code, butDag-Erling Smørgrav2002-05-281-35/+43
* Un-kmemize. Portions of the tty mode code have been temporarily disabled;Dag-Erling Smørgrav2002-05-232-84/+147
* Nits in previous commits.Dag-Erling Smørgrav2002-05-231-3/+3
* Cull large amounts of dead code (deprecated since 1997)Dag-Erling Smørgrav2002-05-232-586/+6
* ANSIfy.Dag-Erling Smørgrav2002-05-231-61/+40
* Staticize.Dag-Erling Smørgrav2002-05-231-50/+50
* Whitespace cleanup.Dag-Erling Smørgrav2002-05-231-6/+6
* Unbreak tty mode (cons was renamed to constty a while ago)Dag-Erling Smørgrav2002-05-231-1/+1
* Replace /kernel with /boot/kernel/kernel.Josef Karthauser2002-05-091-3/+3
* Oops, remove references to NLOCKED and NWANTED, now that they noIan Dowse2002-04-282-8/+0
* Change the vnode list under the mount point from a LIST to a TAILQMatthew Dillon2001-10-231-2/+2
* Userland part of nfs client/server split and cleanup.Peter Wemm2001-09-182-14/+2
* SECURITY: Drop `setgid kmem' bit as early as possible.Ruslan Ermilov2001-08-311-0/+1
* Fix the third argument to sysctlbyname() to be of the type size_t *Thomas Moestl2001-07-301-1/+2
* Perform a major cleanup of the usr.sbin Makefiles.David E. O'Brien2001-07-201-4/+5
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* Make the '-tn' flag combination print the major/minor numbers of theDima Dorfman2001-07-041-1/+1
* Nuke unused variables.Dima Dorfman2001-06-241-1/+0
* Don't call printf without a format string (harmless in this case).Dima Dorfman2001-06-171-2/+2
* Fix a grammar bogon and removed whitespace at EOL.Jens Schweikhardt2001-06-031-8/+8