summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pstat/pstat.c
Commit message (Expand)AuthorAgeFilesLines
* Clamp the values of t_column to 5 digits in `pstat -t' and `show all ttys'.ed2008-11-011-1/+1
* Introduce a hooks layer for the MPSAFE TTY layer.ed2008-09-221-0/+1
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.ed2008-08-201-87/+53
* Remove OTTYDISC, NETLDISC and NTTYDISC definitions.ed2008-07-161-4/+0
* Fix pstat behaviour when using coredumps. The reference to tp wasremko2008-05-141-1/+1
* Significantly reduce the memory leak as noted in BUGS section forscf2007-07-041-3/+3
* Back out all POSIXified *env() changes.ache2007-05-011-3/+3
* Preparing for upcoming POSIXed putenv() rewrite:ache2007-04-301-3/+3
* - Recognize -g and -m in pstat(8) too.ru2007-04-031-2/+2
* Add -m (megabytes) and -g (gigabytes) options. I'm tired of being toldmarkm2007-04-011-2/+8
* Another crashdump fix: nfiles was renamed to openfiles in 5.x.jhb2007-02-141-1/+1
* Print (total - used) as the amount of available swap for a swap devicerwatson2005-11-171-1/+1
* Remove unused variables.stefanf2005-04-091-2/+0
* Use a designator for initializing only one member of the nlistkeramida2005-03-211-5/+5
* - Add a -h flag to pstat to print swap sizes in "human readable"keramida2005-03-211-19/+40
* Don't include sys/user.h merely for its side-effect of recursivelydas2004-11-271-1/+2
* Per letter dated July 22, 1999 remove 3rd clause of Berkeley derived softwareimp2004-08-071-4/+0
* Update kvm mode to match kernel changes.phk2004-06-091-3/+3
* -N without -M is pointless.ru2004-03-261-2/+2
* Make NULL a (void*)0 whereever possible, and fix the warnings(-Werror)markm2004-03-051-1/+1
* Remove options processing for dumping swapdevice radix map.phk2003-07-311-1/+1
* When dumping swap information, drop the "Type" field which displaysphk2003-07-311-7/+4
* Report NODEV devices as <NFSfile>phk2003-06-051-2/+6
* Use __FBSDID over rcsid[]. Protect copyright[] where needed.obrien2003-05-031-4/+4
* - Modernize the format of the open file showing mode output:robert2003-01-311-10/+23
* Bow to the whining masses and change a union back into void *. Retaindillon2003-01-131-1/+1
* Change struct file f_data to un_data, a union of the correct structdillon2003-01-121-1/+1
* Make struct swblock kernel only, to make vm/swap_pager.h userland includable.phk2003-01-031-1/+1
* Back out rev 1.78; getbsize(3)'s original interface has been restored.mike2002-12-301-8/+6
* Adjust argument passed to getbsize().markm2002-10-231-6/+8
* Use struct xfile, not struct file.des2002-07-311-26/+15
* If unable to retrive maxfiles / openfiles, fail rather than print garbage.des2002-05-281-33/+21
* Remove the code that was disabled in a recent commit; it is of very limiteddes2002-05-281-101/+55
* Oops, don't print /dev/ twice.des2002-05-281-1/+1
* struct tty -> struct xtty. Reenable some previously disable code, butdes2002-05-281-35/+43
* Un-kmemize. Portions of the tty mode code have been temporarily disabled;des2002-05-231-82/+146
* Nits in previous commits.des2002-05-231-3/+3
* Cull large amounts of dead code (deprecated since 1997)des2002-05-231-451/+4
* ANSIfy.des2002-05-231-61/+40
* Staticize.des2002-05-231-50/+50
* Whitespace cleanup.des2002-05-231-6/+6
* Unbreak tty mode (cons was renamed to constty a while ago)des2002-05-231-1/+1
* Oops, remove references to NLOCKED and NWANTED, now that they noiedowse2002-04-281-4/+0
* Change the vnode list under the mount point from a LIST to a TAILQdillon2001-10-231-2/+2
* Userland part of nfs client/server split and cleanup.peter2001-09-181-8/+2
* SECURITY: Drop `setgid kmem' bit as early as possible.ru2001-08-311-0/+1
* Fix the third argument to sysctlbyname() to be of the type size_t *tmm2001-07-301-1/+2
* Make the '-tn' flag combination print the major/minor numbers of thedd2001-07-041-1/+1
* Nuke unused variables.dd2001-06-241-1/+0
* Don't call printf without a format string (harmless in this case).dd2001-06-171-2/+2
OpenPOWER on IntegriCloud