summaryrefslogtreecommitdiff
path: root/bin/ps/ps.h
AgeCommit message (Expand)Author
2025-04-28ps(1): Remove not-explicitly-requested columns with duplicate dataOlivier Certner
2025-04-28ps(1): Aliases: Resolve once, merge specificationsOlivier Certner
2025-04-28ps(1): Keywords: New UNSPEC type, rename 'alias', re-order fieldsOlivier Certner
2025-04-28ps(1): Consider references to keywords as immutableOlivier Certner
2025-04-28ps(1): Move 'width' field from VAR to VARENT; Remove sizevars()Olivier Certner
2025-04-28ps(1): Have parsefmt() take the list of columns to updateOlivier Certner
2023-11-26bin: Remove ancient SCCS tags.Warner Losh
2023-08-16Remove $FreeBSD$: one-line .h patternWarner Losh
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-02-28Renumber copyright clause 4Warner Losh
2016-05-25Fix CID 1011370 (Resource leak) in ps.Don Lewis
2015-05-22Convert to use libxo. Document use of libxo as well.Marcel Moolenaar
2011-09-29Make ps(1) automatically size its column widths.Edward Tomasz Napierala
2011-04-12Get rid of DSIZ; instead just call the sizing function if provided.Edward Tomasz Napierala
2009-05-17Add a -d option to ps to display descendant info with the output.Brian Somers
2004-06-23Change "struct varent" to use the standard queue(8) macros, instead ofGarance A Drosehn
2004-06-20Have the main() routine calculate %CPU and (if needed) memory informationGarance A Drosehn
2004-04-06Remove clause 3 from the UCB licenses.Mark Murray
2003-04-12Display residency and sleep times (re and sl fields) larger than 127 as 127.Tim J. Robbins
2003-01-19Per-variable\ entry headers, to allow the 'ps -otime -otime=FOO' or similarJuli Mallett
2002-10-03Oops, the previous version was a last minute test version with off_tBruce Evans
2002-10-03Use a non-bogus type for representing the values of offsets in structs.Bruce Evans
2002-09-17Rename new PLONG type to PGTOK as the conversion is more important than theJuli Mallett
2002-09-17Conglomerate printing of ps_pgtok'd data into a PLONG type. I couldn't thinkJuli Mallett
2002-02-03WARNS=4 fixes (incomplete, so set NO_WERROR), and lots of extraMark Murray
2002-02-02o __P has been reovedWarner Losh
2000-12-12Change the proc information returned from the kernel so that itKirk McKusick
1999-08-27$Id$ -> $FreeBSD$Peter Wemm
1998-09-14Portability fixes when sizeof(int) != sizeof(long).Doug Rabson
1997-04-29Dynamically adjust size of displayed username to the longest username whichJordan K. Hubbard
1997-02-22Revert $FreeBSD$ to $Id$Peter Wemm
1997-01-14Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard
1994-09-24Added $Id$David Greenman
1994-05-26BSD 4.4 Lite bin SourcesRodney W. Grimes