| Commit message (Expand) | Author | Age | Files | Lines |
* | ps: Fix memory leak when showing start/lstart for swapped-out process. | jilles | 2012-07-15 | 1 | -4/+6 |
* | Remove unused variables. | ed | 2012-01-17 | 1 | -96/+30 |
* | For processes with no controlling terminal, display "-" in the TTY column | trasz | 2011-10-30 | 1 | -3/+3 |
* | Make ps(1) automatically size its column widths. | trasz | 2011-09-29 | 1 | -354/+231 |
* | Get rid of major/minor number distinction. | ed | 2011-09-28 | 1 | -6/+2 |
* | Rename ki_ocomm to ki_tdname and OCOMMLEN to TDNAMLEN. | bz | 2011-07-18 | 1 | -7/+7 |
* | Add "gid" and "group" keywords to display the effective group ID | trasz | 2011-06-14 | 1 | -0/+16 |
* | Add proper width calculation for time fields (time, cputime and usertime). | trasz | 2011-03-24 | 1 | -1/+43 |
* | Make "LOGIN" and "CLASS" columns width scale properly instead of wasting space. | trasz | 2011-03-24 | 1 | -1/+28 |
* | Implement the usertime and systime keywords for ps, printing the | kib | 2011-03-17 | 1 | -18/+51 |
* | Export login class information via kinfo and make it possible to view | trasz | 2011-03-05 | 1 | -0/+20 |
* | Move repeated MAXSLP definition from machine/vmparam.h to sys/vmmeter.h. | kib | 2011-01-09 | 1 | -0/+1 |
* | o) Add a keyword to displaying elapsed time in integer seconds, "etimes". | jmallett | 2010-03-17 | 1 | -0/+16 |
* | Fix elapsed (etime) field for swapped out processes in ps: | jilles | 2009-05-24 | 1 | -0/+4 |
* | Add a -d option to ps to display descendant info with the output. | brian | 2009-05-17 | 1 | -10/+23 |
* | [1] When showing threads, the thread name just appears if the comm | attilio | 2009-02-26 | 1 | -2/+24 |
* | Fix whitespace. | emaste | 2008-11-13 | 1 | -3/+2 |
* | Introduce a way to make pure kernal threads. | julian | 2007-10-26 | 1 | -4/+21 |
* | - Move all of the PS_ flags into either p_flag or td_flags. | jeff | 2007-09-17 | 1 | -5/+4 |
* | For pts, print the pts number, instead of the full name. As it was, we ended | cognet | 2006-02-21 | 1 | -0/+2 |
* | Use warn() instead of perror(). | tjr | 2004-07-20 | 1 | -2/+2 |
* | Change the "rtprio" format so it prints an informative string for | gad | 2004-06-27 | 1 | -0/+3 |
* | Change "struct varent" to use the standard queue(8) macros, instead of | gad | 2004-06-23 | 1 | -14/+12 |
* | Avoid padding the value of "ucomm" when it is the last column in the line. | gad | 2004-06-23 | 1 | -1/+4 |
* | Make sure the value of "upr" (scheduling priority on return from system call) | gad | 2004-06-23 | 1 | -1/+13 |
* | Have `ps' return the cputimes for zombies, with the assumption that | gad | 2004-06-21 | 1 | -1/+1 |
* | Add the `-O emul' format option, which prints the name of the system-call | gad | 2004-06-20 | 1 | -0/+9 |
* | From SUSv3: | gad | 2004-06-20 | 1 | -1/+1 |
* | Remove clause 3 from the UCB licenses. | markm | 2004-04-06 | 1 | -4/+0 |
* | Fix `-o rtprio' so it prints the correct value. | gad | 2004-03-28 | 1 | -2/+2 |
* | Implement the nwchan keyword that has been in the man page, but was | harti | 2003-08-13 | 1 | -0/+13 |
* | Revert the zombie part of previous commit | charnier | 2003-04-15 | 1 | -1/+1 |
* | Correct style bugs. Don't skip zombies in cputime(), according to Bruce, | charnier | 2003-04-14 | 1 | -58/+42 |
* | Display residency and sleep times (re and sl fields) larger than 127 as 127. | tjr | 2003-04-12 | 1 | -1/+3 |
* | Display elapsed time (-o etime) using [[dd-]hh:]mm:ss, which according to | charnier | 2003-02-05 | 1 | -3/+20 |
* | Per-variable\ entry headers, to allow the 'ps -otime -otime=FOO' or similar | jmallett | 2003-01-19 | 1 | -4/+4 |
* | Refer to the process label as proclabel, as there is a function called label, | jmallett | 2003-01-18 | 1 | -10/+10 |
* | Do not print a header line if it would be empty; required by 1003.1-2001. | tjr | 2002-10-31 | 1 | -0/+9 |
* | Use the MAC interface to list process MAC labels rather than using | rwatson | 2002-10-24 | 1 | -3/+46 |
* | Catch up to SMTX -> SLOCK changes. | jhb | 2002-10-02 | 1 | -9/+9 |
* | Rename new PLONG type to PGTOK as the conversion is more important than the | jmallett | 2002-09-17 | 1 | -1/+1 |
* | Conglomerate printing of ps_pgtok'd data into a PLONG type. I couldn't think | jmallett | 2002-09-17 | 1 | -18/+3 |
* | Perform keyword.c:1.27 properly, implement -orss in the New World Order of | jmallett | 2002-09-16 | 1 | -0/+10 |
* | Do not risk using the kernel pgtok() which assumes the page size is | peter | 2002-09-13 | 1 | -6/+2 |
* | Fixed a printf format error that was fatal on alphas. Adding WFORMAT=0 | bde | 2002-07-11 | 1 | -2/+1 |
* | Make printval() take a 'void *' thus negating any assumptions the compiler | jmallett | 2002-07-07 | 1 | -2/+2 |
* | Consistently use FBSDID | obrien | 2002-06-30 | 1 | -4/+2 |
* | Cast to long to match format. Hidden by revision 1.18 of Makefile. | jmallett | 2002-06-07 | 1 | -1/+2 |
* | Use a global `now' variable for the current time, and initialise it at | jmallett | 2002-06-06 | 1 | -6/+0 |
* | Implement a SUSv3-ignorant but "time"-similar format for "etime", elapsed | jmallett | 2002-06-06 | 1 | -0/+17 |