aboutsummaryrefslogtreecommitdiff
path: root/bin/ps/print.c
Commit message (Expand)AuthorAgeFilesLines
* bin: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-4/+0
* bin: Remove ancient SCCS tags.Warner Losh2023-11-271-3/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* src/bin/ps: Fix spelling errorElyes HAOUAS2021-10-021-1/+1
* bin/ps: Avoid function name conflict with libc uname()Alex Richardson2021-07-191-1/+1
* Update to D25266, bin/ps: Make the rtprio option actually showKirk McKusick2020-07-141-1/+8
* ps(1): don't try to handle non-SMP systemsPiotr Pawel Stefaniak2020-06-271-3/+0
* ps(1): reuse keyword "cpu" to show CPU numberPiotr Pawel Stefaniak2020-06-271-0/+16
* bin/ps: Make the rtprio option actually show realtime prioritiesLorenzo Salvadore2020-06-191-9/+9
* ps: use %hs instead of %s format specifiersYuri Pankov2020-06-071-3/+3
* ps(1): fix some nitsEitan Adler2018-06-131-3/+1
* Add a "jail" keyword to list the name of a jail rather than its ID.John Baldwin2018-03-131-0/+14
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Make ps(1) flag processes in capsicum(4) capability mode with "C".Edward Tomasz Napierala2017-09-061-0/+2
* Reflect realtime and idle priorities in ps(1) state flags, same likeEdward Tomasz Napierala2017-09-061-2/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Export the whole thread name in kinfo_procEric van Gyzen2016-12-071-6/+10
* ps(1): Expand variables to match expanded fieldsConrad Meyer2016-06-011-1/+1
* Convert to use libxo. Document use of libxo as well.Marcel Moolenaar2015-05-221-13/+14
* Use 24h timestamps in the ps(1) STARTED columnMark Felder2015-03-171-7/+2
* Don't test arrays for being NULL.Edward Tomasz Napierala2013-10-211-7/+1
* ps: Fix memory leak when showing start/lstart for swapped-out process.Jilles Tjoelker2012-07-151-4/+6
* Remove unused variables.Ed Schouten2012-01-171-96/+30
* For processes with no controlling terminal, display "-" in the TTY columnEdward Tomasz Napierala2011-10-301-3/+3
* Make ps(1) automatically size its column widths.Edward Tomasz Napierala2011-09-291-354/+231
* Get rid of major/minor number distinction.Ed Schouten2011-09-281-6/+2
* Rename ki_ocomm to ki_tdname and OCOMMLEN to TDNAMLEN.Bjoern A. Zeeb2011-07-181-7/+7
* Add "gid" and "group" keywords to display the effective group IDEdward Tomasz Napierala2011-06-141-0/+16
* Add proper width calculation for time fields (time, cputime and usertime).Edward Tomasz Napierala2011-03-241-1/+43
* Make "LOGIN" and "CLASS" columns width scale properly instead of wasting space.Edward Tomasz Napierala2011-03-241-1/+28
* Implement the usertime and systime keywords for ps, printing theKonstantin Belousov2011-03-171-18/+51
* Export login class information via kinfo and make it possible to viewEdward Tomasz Napierala2011-03-051-0/+20
* Move repeated MAXSLP definition from machine/vmparam.h to sys/vmmeter.h.Konstantin Belousov2011-01-091-0/+1
* o) Add a keyword to displaying elapsed time in integer seconds, "etimes".Juli Mallett2010-03-171-0/+16
* Fix elapsed (etime) field for swapped out processes in ps:Jilles Tjoelker2009-05-241-0/+4
* Add a -d option to ps to display descendant info with the output.Brian Somers2009-05-171-10/+23
* [1] When showing threads, the thread name just appears if the commAttilio Rao2009-02-261-2/+24
* Fix whitespace.Ed Maste2008-11-131-3/+2
* Introduce a way to make pure kernal threads.Julian Elischer2007-10-261-4/+21
* - Move all of the PS_ flags into either p_flag or td_flags.Jeff Roberson2007-09-171-5/+4
* For pts, print the pts number, instead of the full name. As it was, we endedOlivier Houchard2006-02-211-0/+2
* Use warn() instead of perror().Tim J. Robbins2004-07-201-2/+2
* Change the "rtprio" format so it prints an informative string forGarance A Drosehn2004-06-271-0/+3
* Change "struct varent" to use the standard queue(8) macros, instead ofGarance A Drosehn2004-06-231-14/+12
* Avoid padding the value of "ucomm" when it is the last column in the line.Garance A Drosehn2004-06-231-1/+4
* Make sure the value of "upr" (scheduling priority on return from system call)Garance A Drosehn2004-06-231-1/+13
* Have `ps' return the cputimes for zombies, with the assumption thatGarance A Drosehn2004-06-211-1/+1
* Add the `-O emul' format option, which prints the name of the system-callGarance A Drosehn2004-06-201-0/+9
* From SUSv3:Garance A Drosehn2004-06-201-1/+1
* Remove clause 3 from the UCB licenses.Mark Murray2004-04-061-4/+0