aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pstat/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Use a designator for initializing only one member of the nlistGiorgos Keramidas2005-03-211-1/+1
| | | | | | | | | | | structs, making pstat WARNS=3 clean on i386, sparc64 and amd64. Bump WARNS level to 3. Approved by: sam, pjd Notes: svn path=/head/; revision=143936
* - Add a -h flag to pstat to print swap sizes in "human readable"Giorgos Keramidas2005-03-211-2/+2
| | | | | | | | | | | | | | | | | | | | | | format, with humanize_number(3). - Move the common parts of the code that prints the sizes for a single swap device and the total to a single function to avoid repeating the humanize_number() stuff all over the place. - Change the type of CONVERT() from intmax_t to int64_t, since this makes calling humanize_number() easier but cast the values to intmax_t before printing them, to make use of the %jd format that printf() supports. - Document the new -h flag in the manpage and bump its date. Approved by: pjd Useful tips: brooks MFC after: 2 weeks Notes: svn path=/head/; revision=143929
* style.Makefile(5)David E. O'Brien2003-04-041-2/+2
| | | | Notes: svn path=/head/; revision=113091
* Remove the code that was disabled in a recent commit; it is of very limitedDag-Erling Smørgrav2002-05-281-0/+1
| | | | | | | | | | | | use and has been broken in -CURRENT for a long time. Clean up unneeded entries in the nlist array. Implement kvm-backed ttymode (which we never had before). Incomplete as we do not (yet?) print the correct device, sid or pgid. Sponsored by: DARPA, NAI Labs Notes: svn path=/head/; revision=97375
* Un-kmemize. Portions of the tty mode code have been temporarily disabled;Dag-Erling Smørgrav2002-05-231-2/+1
| | | | | | | | | everything else, including dead kernel support, works just like before. Sponsored by: DARPA, NAI Labs Notes: svn path=/head/; revision=97176
* Perform a major cleanup of the usr.sbin Makefiles.David E. O'Brien2001-07-201-4/+5
| | | | | | | | These are not perfectly in agreement with each other style-wise, but they are orders of orders of magnitude more consistent style-wise than before. Notes: svn path=/head/; revision=80029
* - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION fileRuslan Ermilov2001-05-231-1/+0
| | | | | | | | | | | | | | | | | | systems were repo-copied from sys/miscfs to sys/fs. - Renamed the following file systems and their modules: fdesc -> fdescfs, portal -> portalfs, union -> unionfs. - Renamed corresponding kernel options: FDESC -> FDESCFS, PORTAL -> PORTALFS, UNION -> UNIONFS. - Install header files for the above file systems. - Removed bogus -I${.CURDIR}/../../sys CFLAGS from userland Makefiles. Notes: svn path=/head/; revision=77031
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-0/+1
| | | | | | | - MAN[1-9] -> MAN. Notes: svn path=/head/; revision=74816
* Set the default manual section for usr.sbin/ to 8.Ruslan Ermilov2001-03-201-1/+1
| | | | Notes: svn path=/head/; revision=74532
* Previous commit to remove -I/sys broke 'make world', miscfs/union/*.h isPeter Wemm1997-07-151-0/+1
| | | | | | | not (yet?) installed in /usr/include. Notes: svn path=/head/; revision=27412
* Remove -I/sysGuido van Rooij1997-07-131-1/+0
| | | | Notes: svn path=/head/; revision=27362
* Make pstat act like swapinfo if so invoked.Poul-Henning Kamp1995-05-131-0/+2
| | | | Notes: svn path=/head/; revision=8495
* Get rid of update. Make man page installation work with our schemeGarrett Wollman1994-08-051-0/+1
| | | | | | | (and rename a few in the process). Notes: svn path=/head/; revision=1863
* BSD 4.4 Lite usr.sbin SourcesRodney W. Grimes1994-05-261-0/+10
Notes: svn path=/cvs2svn/branches/WIN_TUE_NL/; revision=1553