index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bin
/
ps
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Add P_HASTHREADS flag description.
trasz
2010-07-24
1
-1
/
+2
*
Update the list of the process flags for P_WKILLED.
kib
2010-04-13
1
-1
/
+2
*
o) Add a keyword to displaying elapsed time in integer seconds, "etimes".
jmallett
2010-03-17
4
-2
/
+25
*
Update the list of the process flags. Note that the lists of pending
kib
2010-03-05
1
-3
/
+15
*
Initialize the execfile argument to NULL instead of _PATH_DEVNULL. This allow...
brucec
2010-02-08
1
-1
/
+2
*
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
*
Add the -d switch to the usage message.
brian
2009-07-23
1
-1
/
+1
[next]