| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r309676 | vangyzen | 2016-12-15 | 1 | -6/+10 |
* | MFC r303423: | kib | 2016-08-15 | 1 | -0/+1 |
* | MFC 302900,302902,302921,303461,304009: | jhb | 2016-08-15 | 1 | -2/+1 |
* | MFC r300648 | truckman | 2016-06-01 | 2 | -8/+11 |
* | MFC r275745: | kib | 2014-12-27 | 1 | -1/+2 |
* | MFC r269656: | kib | 2014-08-21 | 1 | -2/+1 |
* | MFC r267196: | pluknet | 2014-06-26 | 2 | -1/+15 |
* | MFC r265229,r265239: | bdrewery | 2014-05-17 | 3 | -7/+62 |
* | MFC r256838: | trasz | 2014-01-02 | 1 | -7/+1 |
* | Add the ability to display the default FIB number for a process to the | will | 2013-08-26 | 2 | -0/+4 |
* | Add a few examples. | joel | 2013-03-15 | 1 | -1/+5 |
* | Document P_PPTRACE. | kib | 2013-02-07 | 1 | -1/+2 |
* | - Move 'showthreads' check out of fmt.c. | jhb | 2013-01-19 | 2 | -2/+2 |
* | Include the thread name along with the command name when displaying the | jhb | 2013-01-18 | 3 | -10/+16 |
* | Use kern.max_pid sysctl to obtain maximum PID number instead of using local | pjd | 2012-12-12 | 1 | -3/+17 |
* | - Bump date. | zont | 2012-09-18 | 1 | -1/+1 |
* | - Add 'dsiz' and 'ssiz' keywords to show data and stack size respectively. | zont | 2012-09-18 | 2 | -0/+6 |
* | Avoid passing uninitialized stack to addelem() if called with an empty arg. | emaste | 2012-08-29 | 1 | -2/+2 |
* | ps: Fix memory leak when showing start/lstart for swapped-out process. | jilles | 2012-07-15 | 1 | -4/+6 |
* | Add 'cow' keyword to show per-process cow count. | kib | 2012-05-23 | 2 | -1/+4 |
* | mandoc complains loudly when <TAB>s are misused in columnated lists. Fix | joel | 2012-03-29 | 1 | -31/+31 |
* | Document P_ORPHAN. | kib | 2012-03-08 | 1 | -1/+2 |
* | Remove unused variables. | ed | 2012-01-17 | 1 | -96/+30 |
* | Spelling fixes for bin/ | uqs | 2012-01-07 | 1 | -1/+1 |
* | Remove yet another outdated note about procfs(5) being required. | trociny | 2011-11-22 | 1 | -6/+0 |
* | No need in procfs(5). | trociny | 2011-11-22 | 2 | -25/+1 |
* | For processes with no controlling terminal, display "-" in the TTY column | trasz | 2011-10-30 | 2 | -4/+8 |
* | Correct a typo that was introduced in 225912 | gjb | 2011-10-02 | 1 | -1/+1 |
* | Tweaks to ps(1): | gjb | 2011-10-01 | 1 | -9/+16 |
* | Reorder default ps(1) output according to reality. | gjb | 2011-10-01 | 1 | -2/+2 |
* | Make ps(1) automatically size its column widths. | trasz | 2011-09-29 | 5 | -603/+451 |
* | 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 | 2 | -9/+9 |
* | Bump date after the previous commit. | pluknet | 2011-07-01 | 1 | -1/+1 |
* | Update and sort the list of the available keywords. | pluknet | 2011-07-01 | 1 | -6/+8 |
* | Add "gid" and "group" keywords to display the effective group ID | trasz | 2011-06-14 | 4 | -2/+34 |
* | Fix some typos under bin/ | uqs | 2011-05-22 | 1 | -1/+1 |
* | Spelling in P_HADTHREADS. | pluknet | 2011-05-20 | 1 | -1/+1 |
* | Fix the description of the "paddr" keyword. It shows a process | pluknet | 2011-05-20 | 1 | -1/+1 |
* | Document problems with -d/-w and the fact that -X is the default. | trasz | 2011-04-18 | 1 | -2/+9 |
* | Get rid of DSIZ; instead just call the sizing function if provided. | trasz | 2011-04-12 | 3 | -16/+15 |
* | Add proper width calculation for time fields (time, cputime and usertime). | trasz | 2011-03-24 | 3 | -5/+52 |
* | Make "LOGIN" and "CLASS" columns width scale properly instead of wasting space. | trasz | 2011-03-24 | 3 | -5/+34 |
* | Implement the usertime and systime keywords for ps, printing the | kib | 2011-03-17 | 4 | -21/+63 |
* | Export login class information via kinfo and make it possible to view | trasz | 2011-03-05 | 4 | -1/+28 |
* | Document P_FOLLOWFORK. | kib | 2011-01-25 | 1 | -0/+1 |
* | Move repeated MAXSLP definition from machine/vmparam.h to sys/vmmeter.h. | kib | 2011-01-09 | 1 | -0/+1 |
* | Make a thread's address available via the kern proc sysctl, just like the | emaste | 2010-10-08 | 2 | -0/+4 |
* | Correct sort order. | emaste | 2010-09-22 | 1 | -1/+1 |
* | Fix alignment for the 'flags' label, and make more room for 'tdev'. | trasz | 2010-07-24 | 1 | -2/+2 |