| Commit message (Expand) | Author | Age | Files | Lines |
* | ps(1): Expand variables to match expanded fields | cem | 2016-06-01 | 1 | -1/+1 |
* | Convert to use libxo. Document use of libxo as well. | marcel | 2015-05-22 | 1 | -112/+170 |
* | Return real parent pid in kinfo (used by e.g. ps) | mjg | 2014-08-28 | 1 | -0/+1 |
* | Add support for inspecting process flags set in p_flag2. | pluknet | 2014-06-06 | 1 | -0/+2 |
* | Add the ability to display the default FIB number for a process to the | will | 2013-08-26 | 1 | -0/+1 |
* | - Add 'dsiz' and 'ssiz' keywords to show data and stack size respectively. | zont | 2012-09-18 | 1 | -0/+2 |
* | Add 'cow' keyword to show per-process cow count. | kib | 2012-05-23 | 1 | -0/+1 |
* | Make ps(1) automatically size its column widths. | trasz | 2011-09-29 | 1 | -162/+100 |
* | Rename ki_ocomm to ki_tdname and OCOMMLEN to TDNAMLEN. | bz | 2011-07-18 | 1 | -2/+2 |
* | Add "gid" and "group" keywords to display the effective group ID | trasz | 2011-06-14 | 1 | -0/+7 |
* | Get rid of DSIZ; instead just call the sizing function if provided. | trasz | 2011-04-12 | 1 | -11/+11 |
* | Add proper width calculation for time fields (time, cputime and usertime). | trasz | 2011-03-24 | 1 | -4/+6 |
* | Make "LOGIN" and "CLASS" columns width scale properly instead of wasting space. | trasz | 2011-03-24 | 1 | -4/+4 |
* | Implement the usertime and systime keywords for ps, printing the | kib | 2011-03-17 | 1 | -0/+3 |
* | Export login class information via kinfo and make it possible to view | trasz | 2011-03-05 | 1 | -0/+2 |
* | Make a thread's address available via the kern proc sysctl, just like the | emaste | 2010-10-08 | 1 | -0/+2 |
* | Fix alignment for the 'flags' label, and make more room for 'tdev'. | trasz | 2010-07-24 | 1 | -2/+2 |
* | o) Add a keyword to displaying elapsed time in integer seconds, "etimes". | jmallett | 2010-03-17 | 1 | -0/+1 |
* | Fix small resource leak (memory). | netchild | 2009-11-17 | 1 | -0/+1 |
* | Increase width for %CPU, RSS and VSZ columns for now. Modern systems | delphij | 2009-11-03 | 1 | -3/+3 |
* | [1] When showing threads, the thread name just appears if the comm | attilio | 2009-02-26 | 1 | -9/+12 |
* | fix sorting of 'tdnam' keyword in keyword list. | julian | 2007-10-28 | 1 | -2/+1 |
* | Introduce a way to make pure kernal threads. | julian | 2007-10-26 | 1 | -0/+2 |
* | Re-correct commit 1.73, but this time in a way that does not cause | gad | 2006-04-06 | 1 | -9/+18 |
* | Fix a problem introduced by change 1.73, which causes a seg-fault if | gad | 2006-04-05 | 1 | -0/+2 |
* | Collapse strncpy/strncat/strncat into a single snprintf, as suggested | gad | 2006-03-08 | 1 | -3/+1 |
* | Fix the case where the user specifies an alternate heading for some | gad | 2006-03-08 | 1 | -6/+13 |
* | Add and document the 'jid' keyword for the '-o' option. | pjd | 2005-03-20 | 1 | -0/+1 |
* | Since it is not un-common for a process's resident set size (rss) | csjp | 2005-02-06 | 1 | -1/+1 |
* | Change "struct varent" to use the standard queue(8) macros, instead of | gad | 2004-06-23 | 1 | -9/+2 |
* | Make sure the value of "upr" (scheduling priority on return from system call) | gad | 2004-06-23 | 1 | -2/+1 |
* | Add the `-O emul' format option, which prints the name of the system-call | gad | 2004-06-20 | 1 | -0/+3 |
* | Add new output-format keywords of LWP and NLWP, which show the thread-id | gad | 2004-06-20 | 1 | -0/+8 |
* | Remove clause 3 from the UCB licenses. | markm | 2004-04-06 | 1 | -4/+0 |
* | MFp4 @46705: | jmallett | 2004-02-08 | 1 | -0/+2 |
* | Implement the nwchan keyword that has been in the man page, but was | harti | 2003-08-13 | 1 | -0/+1 |
* | Display residency and sleep times (re and sl fields) larger than 127 as 127. | tjr | 2003-04-12 | 1 | -2/+2 |
* | Fix slight disorder that broke sorting. Put in bold warning about the | sobomax | 2003-02-05 | 1 | -2/+3 |
* | Display elapsed time (-o etime) using [[dd-]hh:]mm:ss, which according to | charnier | 2003-02-05 | 1 | -1/+1 |
* | Per-variable\ entry headers, to allow the 'ps -otime -otime=FOO' or similar | jmallett | 2003-01-19 | 1 | -6/+13 |
* | When inserting a non-user-specified (e.g. not via -o or -O) format, don't dupe | jmallett | 2003-01-19 | 1 | -5/+15 |
* | Use the MAC interface to list process MAC labels rather than using | rwatson | 2002-10-24 | 1 | -1/+2 |
* | Catch up to SMTX -> SLOCK changes. | jhb | 2002-10-02 | 1 | -1/+1 |
* | List valid keywords, ala kill(1), rather than the csh builtin kill, which | jmallett | 2002-09-27 | 1 | -2/+5 |
* | Ala kill(1), tell people to type 'ps -L' for a list of format keywords. | jmallett | 2002-09-27 | 1 | -1/+1 |
* | Rename new PLONG type to PGTOK as the conversion is more important than the | jmallett | 2002-09-17 | 1 | -2/+2 |
* | Conglomerate printing of ps_pgtok'd data into a PLONG type. I couldn't think | jmallett | 2002-09-17 | 1 | -2/+2 |
* | Perform keyword.c:1.27 properly, implement -orss in the New World Order of | jmallett | 2002-09-16 | 1 | -2/+1 |
* | Remove some NOTINUSE stuff. Good housekeeping. | jmallett | 2002-09-16 | 1 | -9/+0 |
* | - Use (MAXLOGNAME - 1) where UT_NAMESIZE was used to be able to | robert | 2002-07-08 | 1 | -2/+1 |