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
/
ps.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Respect setting of the COLUMNS environment variable (SUSv3)
tjr
2002-06-04
1
-1
/
+4
*
errx()/strerror() -> err()
jedgar
2002-04-07
1
-2
/
+2
*
Revert wchan functionality. Add 'mwchan' to supply new duel mutex/msleep
dillon
2002-02-21
1
-1
/
+1
*
WARNS=4 fixes (incomplete, so set NO_WERROR), and lots of extra
markm
2002-02-03
1
-49
/
+47
*
o __P has been reoved
imp
2002-02-02
1
-28
/
+19
*
Remove a stray `:' after `v' in the getopt() call.
ru
2002-01-28
1
-2
/
+2
*
GC the -W option. kvm(3) doesn't read swap for almost 10 years.
ru
2002-01-28
1
-13
/
+7
*
Add missed includes.
sobomax
2002-01-15
1
-0
/
+1
*
Add LOMAC options (the "Z" flag in both cases) to display extra information
green
2001-11-26
1
-2
/
+8
*
Handle kvm_getprocs() returning nothing. Dont pass -1 to a size
peter
2001-08-24
1
-1
/
+1
*
Only capitalise the last `t' in ps's first argument when it's
brian
2001-08-16
1
-1
/
+5
*
Use PATH_MAX rather than MAXPATHLEN.
imp
2001-05-30
1
-1
/
+1
*
Depollute headers now that the VM headers DTRT.
markm
2001-05-03
1
-1
/
+0
*
Compensate for header dethreading.
markm
2001-05-01
1
-0
/
+1
*
The sess column went away last December with v1.26 of keyword.c
brian
2001-04-07
1
-1
/
+1
*
Small optimization: set use_ampm only when needed
ache
2001-03-03
1
-3
/
+0
*
Use AM/PM time only when available in locale
ache
2001-03-02
1
-1
/
+4
*
- Catch up to new proc flags.
jhb
2001-01-24
1
-2
/
+2
*
Change the proc information returned from the kernel so that it
mckusick
2000-12-12
1
-22
/
+15
*
Support multiple (comma separated) names as arguments to -U
brian
2000-09-26
1
-13
/
+69
*
Fix the exit code for the case where nentries == 0; if a PID doesn't exist,
will
2000-07-08
1
-1
/
+1
*
Use eproc.e_stats, not a series of crude hacks to fetch it from the u-area.
peter
1999-11-17
1
-60
/
+19
*
Introduce commandline caching in the kernel.
phk
1999-11-16
1
-1
/
+1
*
Typo (appropiate -> appropriate)
kris
1999-11-15
1
-1
/
+1
*
$Id$ -> $FreeBSD$
peter
1999-08-27
1
-1
/
+1
*
On FreeBSD/alpha, ps(1) does not correctly report process start times
wpaul
1999-04-01
1
-1
/
+40
*
Pick up kernel variables/constants using sysctl rather than through /dev/mem
phk
1998-06-30
1
-4
/
+10
*
Correct use of .Nm. Add rcsid.
charnier
1998-05-15
1
-3
/
+5
*
cosmetic change for optstring
dima
1998-02-18
1
-2
/
+2
*
Add an option to building PS, so that the upages are explicitly paged in only
dyson
1997-12-05
1
-11
/
+36
*
Kill #ifndef NEWVM etc. It affected a lot of other things besides
peter
1997-08-03
1
-9
/
+1
*
Cosmetic change in usage string.
charnier
1997-06-06
1
-6
/
+5
*
Dynamically adjust size of displayed username to the longest username which
jkh
1997-04-29
1
-5
/
+46
*
compare return value from getopt against -1 rather than EOF, per the final
imp
1997-03-28
1
-2
/
+2
*
Revert $FreeBSD$ to $Id$
peter
1997-02-22
1
-1
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
-Wall cleaning.
steve
1996-12-14
1
-3
/
+3
*
Remove unneeded #include <sys/proc.h>.
hsu
1996-11-10
1
-2
/
+1
*
Implement a -c option to ps to display the short command name instead of
peter
1996-10-21
1
-5
/
+9
*
Use the correct buffer size from limits.h for the error buffer
mpp
1996-01-20
1
-2
/
+3
*
oops. I forgot to add the "[-U username]" option to the usage string.
peter
1996-01-12
1
-2
/
+2
*
Implement a new option to ps.. `-U username'. This allows you to
peter
1995-12-26
1
-3
/
+14
*
Change local to LC_ALL, there is no bitmask
ache
1995-10-26
1
-2
/
+3
*
Add setlocale LC_CTYPE|LC_TIME
ache
1995-10-23
1
-1
/
+3
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-2
/
+2
*
You will find enclosed some changes to make gcc -Wall more happy in
joerg
1995-03-19
1
-4
/
+5
*
Use kvm_uread instead of kvm_read to access the upages.
dg
1994-10-18
1
-2
/
+3
*
On second thought...back out previous commit.
dg
1994-10-02
1
-3
/
+2
*
Include rtprio.h
dg
1994-10-02
1
-2
/
+3
*
Added $Id$
dg
1994-09-24
1
-0
/
+2
[next]