aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pstat/pstat.c
Commit message (Expand)AuthorAgeFilesLines
* pstat: Use nitems(foo) instead of sizeof(foo)/sizeof(foo[0])Elyes Haouas2024-04-291-1/+1
* Remove copyright strings ifdef'd outWarner Losh2023-11-271-9/+0
* usr.sbin: Remove ancient SCCS tags.Warner Losh2023-11-271-3/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* pstat(8): improve the Size header width after r358181Piotr Pawel Stefaniak2020-06-231-1/+1
* - Implement -h (human readable) for the size of the underlying block disk.Christian S.J. Peron2020-02-201-4/+18
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Commit the 64-bit inode project.Konstantin Belousov2017-05-231-1/+1
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* - pstat(8) does not accept any arguments other than getopt() args,Xin LI2016-12-261-3/+1
* Get rid of major/minor number distinction.Ed Schouten2011-09-281-1/+1
* - Avoid overflowing the swap size counters in human-readable modeStanislav Sedov2009-08-151-2/+3
* - Make pstat(8) WARNS=6 safe.Stanislav Sedov2009-06-111-21/+32
* Correct my previous commit to pstat(8).Ed Schouten2009-06-111-1/+1
* Make most of pstat(8) build with WARNS=6.Ed Schouten2009-06-111-6/+7
* Serialize write() calls on TTYs.Ed Schouten2009-02-111-0/+5
* Don't leave the console TTY constantly open.Ed Schouten2009-02-051-19/+20
* Clamp the values of t_column to 5 digits in `pstat -t' and `show all ttys'.Ed Schouten2008-11-011-1/+1
* Introduce a hooks layer for the MPSAFE TTY layer.Ed Schouten2008-09-221-0/+1
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.Ed Schouten2008-08-201-87/+53
* Remove OTTYDISC, NETLDISC and NTTYDISC definitions.Ed Schouten2008-07-161-4/+0
* Fix pstat behaviour when using coredumps. The reference to tp wasRemko Lodder2008-05-141-1/+1
* Significantly reduce the memory leak as noted in BUGS section forSean Farley2007-07-041-3/+3
* Back out all POSIXified *env() changes.Andrey A. Chernov2007-05-011-3/+3
* Preparing for upcoming POSIXed putenv() rewrite:Andrey A. Chernov2007-04-301-3/+3
* - Recognize -g and -m in pstat(8) too.Ruslan Ermilov2007-04-031-2/+2
* Add -m (megabytes) and -g (gigabytes) options. I'm tired of being toldMark Murray2007-04-011-2/+8
* Another crashdump fix: nfiles was renamed to openfiles in 5.x.John Baldwin2007-02-141-1/+1
* 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-211-5/+5
* - Add a -h flag to pstat to print swap sizes in "human readable"Giorgos Keramidas2005-03-211-19/+40
* Don't include sys/user.h merely for its side-effect of recursivelyDavid Schultz2004-11-271-1/+2
* Per letter dated July 22, 1999 remove 3rd clause of Berkeley derived softwareWarner Losh2004-08-071-4/+0
* Update kvm mode to match kernel changes.Poul-Henning Kamp2004-06-091-3/+3
* -N without -M is pointless.Ruslan Ermilov2004-03-261-2/+2
* 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-311-1/+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
* - 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-311-26/+15
* 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-281-101/+55