summaryrefslogtreecommitdiff
path: root/bin/ps/extern.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): find_varentry() to take a name instead of a VAROlivier 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
2021-07-19bin/ps: Avoid function name conflict with libc uname()Alex Richardson
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
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-02-28Renumber copyright clause 4Warner Losh
2013-01-18Include the thread name along with the command name when displaying theJohn Baldwin
2011-09-29Make ps(1) automatically size its column widths.Edward Tomasz Napierala
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
2010-09-22Correct sort order.Ed Maste
2010-03-17o) Add a keyword to displaying elapsed time in integer seconds, "etimes".Juli Mallett
2009-02-26[1] When showing threads, the thread name just appears if the commAttilio Rao
2007-10-26Introduce a way to make pure kernal threads.Julian Elischer
2004-06-23Change "struct varent" to use the standard queue(8) macros, instead ofGarance A Drosehn
2004-06-23Make sure the value of "upr" (scheduling priority on return from system call)Garance A Drosehn
2004-06-22Oops. Undo that last 'const' change. It expects similar changes to someGarance A Drosehn
2004-06-22Add 'const' to a few places.Garance A Drosehn
2004-06-20Add the `-O emul' format option, which prints the name of the system-callGarance A Drosehn
2004-04-06Remove clause 3 from the UCB licenses.Mark Murray
2003-08-13Implement the nwchan keyword that has been in the man page, but wasHartmut Brandt
2003-01-19When inserting a non-user-specified (e.g. not via -o or -O) format, don't dupeJuli Mallett
2002-11-01The hw.availpages sysctl has an unsigned long value now, fix the retrievalThomas Moestl
2002-10-24Use the MAC interface to list process MAC labels rather than usingRobert Watson
2002-10-02Catch up to SMTX -> SLOCK changes.John Baldwin
2002-09-17Conglomerate printing of ps_pgtok'd data into a PLONG type. I couldn't thinkJuli Mallett
2002-09-16Perform keyword.c:1.27 properly, implement -orss in the New World Order ofJuli Mallett
2002-06-08Fixed unsorting.Bruce Evans
2002-06-06Use a global `now' variable for the current time, and initialise it atJuli Mallett
2002-06-06Implement a SUSv3-ignorant but "time"-similar format for "etime", elapsedJuli Mallett
2002-06-06Support the SUSv3 `rgroup' format.Juli Mallett
2002-06-06SUSv3 conform on the "comm" and "args" formats, and make correct the "command"Juli Mallett
2002-02-23Fixed unsorting.Bruce Evans
2002-02-21Revert wchan functionality. Add 'mwchan' to supply new duel mutex/msleepMatthew Dillon
2002-02-03WARNS=4 fixes (incomplete, so set NO_WERROR), and lots of extraMark Murray
2002-02-02o __P has been reovedWarner Losh
2001-11-26Add LOMAC options (the "Z" flag in both cases) to display extra informationBrian Feldman
2001-03-03Small optimization: set use_ampm only when neededAndrey A. Chernov
2001-03-02Use AM/PM time only when available in localeAndrey A. Chernov
2001-02-12Catch up to new priority interface.Jake Burkholder
2000-12-12Change the proc information returned from the kernel so that itKirk McKusick