aboutsummaryrefslogtreecommitdiff
path: root/bin/ps/extern.h
Commit message (Expand)AuthorAgeFilesLines
* bin: Remove ancient SCCS tags.Warner Losh2023-11-271-2/+0
* Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-161-1/+0
* bin/ps: Avoid function name conflict with libc uname()Alex Richardson2021-07-191-1/+1
* ps(1): don't try to handle non-SMP systemsPiotr Pawel Stefaniak2020-06-271-1/+1
* ps(1): reuse keyword "cpu" to show CPU numberPiotr Pawel Stefaniak2020-06-271-1/+2
* Add a "jail" keyword to list the name of a jail rather than its ID.John Baldwin2018-03-131-0/+1
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Include the thread name along with the command name when displaying theJohn Baldwin2013-01-181-1/+1
* Make ps(1) automatically size its column widths.Edward Tomasz Napierala2011-09-291-49/+38
* Add "gid" and "group" keywords to display the effective group IDEdward Tomasz Napierala2011-06-141-0/+2
* Add proper width calculation for time fields (time, cputime and usertime).Edward Tomasz Napierala2011-03-241-0/+3
* Make "LOGIN" and "CLASS" columns width scale properly instead of wasting space.Edward Tomasz Napierala2011-03-241-0/+2
* Implement the usertime and systime keywords for ps, printing theKonstantin Belousov2011-03-171-0/+2
* Export login class information via kinfo and make it possible to viewEdward Tomasz Napierala2011-03-051-0/+1
* Correct sort order.Ed Maste2010-09-221-1/+1
* o) Add a keyword to displaying elapsed time in integer seconds, "etimes".Juli Mallett2010-03-171-0/+1
* [1] When showing threads, the thread name just appears if the commAttilio Rao2009-02-261-0/+1
* Introduce a way to make pure kernal threads.Julian Elischer2007-10-261-1/+2
* Change "struct varent" to use the standard queue(8) macros, instead ofGarance A Drosehn2004-06-231-1/+1
* Make sure the value of "upr" (scheduling priority on return from system call)Garance A Drosehn2004-06-231-0/+1
* Oops. Undo that last 'const' change. It expects similar changes to someGarance A Drosehn2004-06-221-1/+1
* Add 'const' to a few places.Garance A Drosehn2004-06-221-1/+1
* Add the `-O emul' format option, which prints the name of the system-callGarance A Drosehn2004-06-201-0/+1
* Remove clause 3 from the UCB licenses.Mark Murray2004-04-061-4/+0
* Implement the nwchan keyword that has been in the man page, but wasHartmut Brandt2003-08-131-0/+1
* When inserting a non-user-specified (e.g. not via -o or -O) format, don't dupeJuli Mallett2003-01-191-1/+2
* The hw.availpages sysctl has an unsigned long value now, fix the retrievalThomas Moestl2002-11-011-1/+2
* Use the MAC interface to list process MAC labels rather than usingRobert Watson2002-10-241-1/+2
* Catch up to SMTX -> SLOCK changes.John Baldwin2002-10-021-1/+1
* Conglomerate printing of ps_pgtok'd data into a PLONG type. I couldn't thinkJuli Mallett2002-09-171-2/+0
* Perform keyword.c:1.27 properly, implement -orss in the New World Order ofJuli Mallett2002-09-161-0/+1
* Fixed unsorting.Bruce Evans2002-06-081-1/+1
* Use a global `now' variable for the current time, and initialise it atJuli Mallett2002-06-061-0/+1
* Implement a SUSv3-ignorant but "time"-similar format for "etime", elapsedJuli Mallett2002-06-061-0/+1
* Support the SUSv3 `rgroup' format.Juli Mallett2002-06-061-0/+2
* SUSv3 conform on the "comm" and "args" formats, and make correct the "command"Juli Mallett2002-06-061-0/+1
* Fixed unsorting.Bruce Evans2002-02-231-6/+6
* Revert wchan functionality. Add 'mwchan' to supply new duel mutex/msleepMatthew Dillon2002-02-211-0/+1
* WARNS=4 fixes (incomplete, so set NO_WERROR), and lots of extraMark Murray2002-02-031-8/+3
* o __P has been reovedWarner Losh2002-02-021-37/+37
* Add LOMAC options (the "Z" flag in both cases) to display extra informationBrian Feldman2001-11-261-0/+1
* Small optimization: set use_ampm only when neededAndrey A. Chernov2001-03-031-1/+1
* Use AM/PM time only when available in localeAndrey A. Chernov2001-03-021-1/+1
* Catch up to new priority interface.Jake Burkholder2001-02-121-1/+1
* Change the proc information returned from the kernel so that itKirk McKusick2000-12-121-3/+1
* Introduce a 'mtxname' keyword that displays the current mutex that aJohn Baldwin2000-11-291-0/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-271-1/+1
* If no value is present for the login name set it to '-'.Steve Price1998-05-251-1/+2
* Kill #ifndef NEWVM etc. It affected a lot of other things besidesPeter Wemm1997-08-031-4/+1