summaryrefslogtreecommitdiff
path: root/bin/ps/print.c
AgeCommit message (Expand)Author
2025-06-17ps(1), top(1): Priority: Let 0 be the first timesharing levelOlivier 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
2024-12-16cred: Hide internal flag CRED_FLAG_CAPMODEOlivier Certner
2024-11-09ps(1): clean up after swapout removalKonstantin Belousov
2024-10-13ps(1): Complete libxo transitionYan-Hao Wang
2023-11-26bin: Automated cleanup of cdefs and other formattingWarner Losh
2023-11-26bin: Remove ancient SCCS tags.Warner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2021-10-02src/bin/ps: Fix spelling errorElyes HAOUAS
2021-07-19bin/ps: Avoid function name conflict with libc uname()Alex Richardson
2020-07-14Update to D25266, bin/ps: Make the rtprio option actually showKirk McKusick
2020-06-27ps(1): don't try to handle non-SMP systemsPiotr Pawel Stefaniak
2020-06-27ps(1): reuse keyword "cpu" to show CPU numberPiotr Pawel Stefaniak
2020-06-19bin/ps: Make the rtprio option actually show realtime prioritiesLorenzo Salvadore
2020-06-07ps: use %hs instead of %s format specifiersYuri Pankov
2018-06-13ps(1): fix some nitsEitan Adler
2018-03-13Add a "jail" keyword to list the name of a jail rather than its ID.John Baldwin
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-09-06Make ps(1) flag processes in capsicum(4) capability mode with "C".Edward Tomasz Napierala
2017-09-06Reflect realtime and idle priorities in ps(1) state flags, same likeEdward Tomasz Napierala
2017-02-28Renumber copyright clause 4Warner Losh
2016-12-07Export the whole thread name in kinfo_procEric van Gyzen
2016-06-01ps(1): Expand variables to match expanded fieldsConrad Meyer
2015-05-22Convert to use libxo. Document use of libxo as well.Marcel Moolenaar
2015-03-17Use 24h timestamps in the ps(1) STARTED columnMark Felder
2013-10-21Don't test arrays for being NULL.Edward Tomasz Napierala
2012-07-15ps: Fix memory leak when showing start/lstart for swapped-out process.Jilles Tjoelker
2012-01-17Remove unused variables.Ed Schouten
2011-10-30For processes with no controlling terminal, display "-" in the TTY columnEdward Tomasz Napierala
2011-09-29Make ps(1) automatically size its column widths.Edward Tomasz Napierala
2011-09-28Get rid of major/minor number distinction.Ed Schouten
2011-07-18Rename ki_ocomm to ki_tdname and OCOMMLEN to TDNAMLEN.Bjoern A. Zeeb
2011-06-14Add "gid" and "group" keywords to display the effective group IDEdward Tomasz Napierala
2011-03-24Add proper width calculation for time fields (time, cputime and usertime).Edward Tomasz Napierala
2011-03-24Make "LOGIN" and "CLASS" columns width scale properly instead of wasting space.Edward Tomasz Napierala
2011-03-17Implement the usertime and systime keywords for ps, printing theKonstantin Belousov
2011-03-05Export login class information via kinfo and make it possible to viewEdward Tomasz Napierala
2011-01-09Move repeated MAXSLP definition from machine/vmparam.h to sys/vmmeter.h.Konstantin Belousov
2010-03-17o) Add a keyword to displaying elapsed time in integer seconds, "etimes".Juli Mallett
2009-05-24Fix elapsed (etime) field for swapped out processes in ps:Jilles Tjoelker
2009-05-17Add a -d option to ps to display descendant info with the output.Brian Somers
2009-02-26[1] When showing threads, the thread name just appears if the commAttilio Rao
2008-11-13Fix whitespace.Ed Maste
2007-10-26Introduce a way to make pure kernal threads.Julian Elischer
2007-09-17 - Move all of the PS_ flags into either p_flag or td_flags.Jeff Roberson
2006-02-21For pts, print the pts number, instead of the full name. As it was, we endedOlivier Houchard
2004-07-20Use warn() instead of perror().Tim J. Robbins
2004-06-27Change the "rtprio" format so it prints an informative string forGarance A Drosehn