Up to [cvs.NetBSD.org] / src / bin / ps
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: MAIN
Revision 1.101 / (download) - annotate - [select for diffs], Sun Jun 3 21:42:44 2012 UTC (12 months, 2 weeks ago) by joerg
Branch: MAIN
CVS Tags: yamt-pagecache-base8,
yamt-pagecache-base7,
yamt-pagecache-base6,
tls-maxphys-nbase,
tls-maxphys-base,
tls-maxphys,
khorben-n900,
agc-symver-base,
agc-symver,
HEAD
Changes since 1.100: +2 -2
lines
Diff to previous 1.100 (colored)
Switch device database to cdb(5). Rework ttyname(3) and ttyname_r(3) to depend on new devname_r(3) as heart. Add /dev/pts magic directly to devname(3). While it can lead to returning non-existing paths, the behavior is more consistent that way. Drop caching layer in devname(3), it doesn't buy anything for the common case of having access to the database. Teach devname(3) proper fallback behavior of scanning /dev. Create both old-style and new-style database for now in /etc/rc.d/sysdb.
Revision 1.100 / (download) - annotate - [select for diffs], Sun Apr 15 21:20:16 2012 UTC (14 months ago) by wiz
Branch: MAIN
CVS Tags: yamt-pagecache-base5,
yamt-pagecache-base4
Changes since 1.99: +2 -2
lines
Diff to previous 1.99 (colored)
Increase width of table column so it formats more nicely.
Revision 1.99 / (download) - annotate - [select for diffs], Sun Apr 15 18:09:50 2012 UTC (14 months ago) by wiz
Branch: MAIN
Changes since 1.98: +21 -24
lines
Diff to previous 1.98 (colored)
- choose better argument name for `-U'; - add argument names for options in man page; - improve wording, punctuation, capitalization. From Bug Hunting in email.
Revision 1.98 / (download) - annotate - [select for diffs], Thu Mar 15 15:49:59 2012 UTC (15 months ago) by wiz
Branch: MAIN
Changes since 1.97: +2 -2
lines
Diff to previous 1.97 (colored)
Remove trailing whitespace.
Revision 1.97 / (download) - annotate - [select for diffs], Thu Mar 15 15:43:43 2012 UTC (15 months ago) by christos
Branch: MAIN
Changes since 1.96: +15 -11
lines
Diff to previous 1.96 (colored)
Fix obsolete example (that referred to letters in process state that are not set anymore), and clarify their meaning.
Revision 1.96 / (download) - annotate - [select for diffs], Thu Feb 23 21:54:28 2012 UTC (15 months, 3 weeks ago) by dholland
Branch: MAIN
Changes since 1.95: +3 -3
lines
Diff to previous 1.95 (colored)
The 'lstart' column uses strftime %c, not %C. Noted by mrg.
Revision 1.95 / (download) - annotate - [select for diffs], Fri Jan 27 05:59:17 2012 UTC (16 months, 3 weeks ago) by dholland
Branch: MAIN
CVS Tags: netbsd-6-base
Branch point for: netbsd-6
Changes since 1.94: +3 -3
lines
Diff to previous 1.94 (colored)
Minor English improvements for -w, partly from Snader_LB.
Revision 1.94 / (download) - annotate - [select for diffs], Sun Feb 13 08:34:00 2011 UTC (2 years, 4 months ago) by dholland
Branch: MAIN
CVS Tags: yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
cherry-xenmp-base,
cherry-xenmp,
bouyer-quota2-nbase,
bouyer-quota2-base
Branch point for: yamt-pagecache
Changes since 1.93: +2 -2
lines
Diff to previous 1.93 (colored)
fix typo, from Randolf Richardson in PR 44559
Revision 1.93 / (download) - annotate - [select for diffs], Fri May 14 17:37:06 2010 UTC (3 years, 1 month ago) by joerg
Branch: MAIN
CVS Tags: matt-mips64-premerge-20101231
Branch point for: bouyer-quota2
Changes since 1.92: +3 -6
lines
Diff to previous 1.92 (colored)
Don't break lines in .It, there be dragons in groff.
Revision 1.92 / (download) - annotate - [select for diffs], Mon Mar 22 18:35:09 2010 UTC (3 years, 2 months ago) by joerg
Branch: MAIN
Changes since 1.91: +2 -2
lines
Diff to previous 1.91 (colored)
Use .In instead of .Aq Pa for header files
Revision 1.91 / (download) - annotate - [select for diffs], Wed Oct 21 22:18:37 2009 UTC (3 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: matt-premerge-20091211
Changes since 1.90: +2 -2
lines
Diff to previous 1.90 (colored)
Bump date for uarea swap-out removal.
Revision 1.90 / (download) - annotate - [select for diffs], Wed Oct 21 21:11:57 2009 UTC (3 years, 7 months ago) by rmind
Branch: MAIN
Changes since 1.89: +2 -12
lines
Diff to previous 1.89 (colored)
Remove uarea swap-out functionality: - Addresses the issue described in PR/38828. - Some simplification in threading and sleepq subsystems. - Eliminates pmap_collect() and, as a side note, allows pmap optimisations. - Eliminates XS_CTL_DATA_ONSTACK in scsipi code. - Avoids few scans on LWP list and thus potentially long holds of proc_lock. - Cuts ~1.5k lines of code. Reduces amd64 kernel size by ~4k. - Removes __SWAP_BROKEN cases. Tested on x86, mips, acorn32 (thanks <mpumford>) and partly tested on acorn26 (thanks to <bjh21>). Discussed on <tech-kern>, reviewed by <ad>.
Revision 1.89 / (download) - annotate - [select for diffs], Mon Aug 3 22:22:10 2009 UTC (3 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.88: +2 -2
lines
Diff to previous 1.88 (colored)
Bump date for previous.
Revision 1.88 / (download) - annotate - [select for diffs], Mon Aug 3 20:00:39 2009 UTC (3 years, 10 months ago) by dsl
Branch: MAIN
Changes since 1.87: +1 -2
lines
Diff to previous 1.87 (colored)
Remove reference to P_SYSTRACE. Fixes PR/41426 (leave defn in sys/sysctl.h since the bit shouldn't be reused!)
Revision 1.87 / (download) - annotate - [select for diffs], Fri Mar 13 11:13:46 2009 UTC (4 years, 3 months ago) by joerg
Branch: MAIN
CVS Tags: jym-xensuspend-nbase,
jym-xensuspend-base
Changes since 1.86: +3 -3
lines
Diff to previous 1.86 (colored)
Fix number of columns in .Bl. Escape %C.
Revision 1.86 / (download) - annotate - [select for diffs], Sun Oct 19 17:04:49 2008 UTC (4 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: netbsd-5-base,
netbsd-5-2-RELEASE,
netbsd-5-2-RC1,
netbsd-5-2,
netbsd-5-1-RELEASE,
netbsd-5-1-RC4,
netbsd-5-1-RC3,
netbsd-5-1-RC2,
netbsd-5-1-RC1,
netbsd-5-1-2-RELEASE,
netbsd-5-1-1-RELEASE,
netbsd-5-1,
netbsd-5-0-RELEASE,
netbsd-5-0-RC4,
netbsd-5-0-RC3,
netbsd-5-0-RC2,
netbsd-5-0-RC1,
netbsd-5-0-2-RELEASE,
netbsd-5-0-1-RELEASE,
netbsd-5-0,
netbsd-5,
matt-nb5-pq3-base,
matt-nb5-pq3,
matt-nb5-mips64-u2-k2-k4-k7-k8-k9,
matt-nb5-mips64-u1-k1-k5,
matt-nb5-mips64-premerge-20101231,
matt-nb5-mips64-premerge-20091211,
matt-nb5-mips64-k15,
matt-nb5-mips64,
matt-nb4-mips64-k7-u2a-k9b,
matt-mips64-base2
Branch point for: jym-xensuspend
Changes since 1.85: +2 -2
lines
Diff to previous 1.85 (colored)
Improve wording.
Revision 1.85 / (download) - annotate - [select for diffs], Sun Oct 19 02:39:08 2008 UTC (4 years, 8 months ago) by christos
Branch: MAIN
Changes since 1.84: +5 -3
lines
Diff to previous 1.84 (colored)
Use 'O' for LSONPROC like solaris instead of bundling LSIDL, LSRUN, LSONPROC to 'R'
Revision 1.84 / (download) - annotate - [select for diffs], Fri Sep 26 12:59:17 2008 UTC (4 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.83: +13 -32
lines
Diff to previous 1.83 (colored)
Sort options. Remove systrace reference.
Revision 1.83 / (download) - annotate - [select for diffs], Fri Sep 26 08:09:31 2008 UTC (4 years, 8 months ago) by apb
Branch: MAIN
Changes since 1.82: +17 -8
lines
Diff to previous 1.82 (colored)
Add "ps -A" option. This displays information about all processes, like BSD "ps -ax" or SYSV "ps -ef". It's specified in SUSv3. Also make some minor clarifications to the man page.
Revision 1.82 / (download) - annotate - [select for diffs], Sun Feb 10 17:48:00 2008 UTC (5 years, 4 months ago) by christos
Branch: MAIN
CVS Tags: yamt-pf42-baseX,
yamt-pf42-base4,
yamt-pf42-base3,
yamt-pf42-base2,
yamt-pf42-base,
yamt-pf42,
wrstuden-revivesa-base-3,
wrstuden-revivesa-base-2,
wrstuden-revivesa-base-1,
wrstuden-revivesa-base,
wrstuden-revivesa,
matt-armv6-nbase,
keiichi-mipv6-base,
keiichi-mipv6,
hpcarm-cleanup-nbase,
hpcarm-cleanup-base
Changes since 1.81: +4 -2
lines
Diff to previous 1.81 (colored)
Add a CPUID keyword; idea and some of the code from Anon Ymous
Revision 1.81 / (download) - annotate - [select for diffs], Mon Dec 31 15:31:24 2007 UTC (5 years, 5 months ago) by ad
Branch: MAIN
CVS Tags: matt-armv6-base
Changes since 1.80: +1 -4
lines
Diff to previous 1.80 (colored)
Remove systrace. Ok core@.
Revision 1.80 / (download) - annotate - [select for diffs], Sun Sep 9 10:35:32 2007 UTC (5 years, 9 months ago) by apb
Branch: MAIN
CVS Tags: cube-autoconf-base,
cube-autoconf
Changes since 1.79: +6 -4
lines
Diff to previous 1.79 (colored)
Document "emul" keyword. Fixes PR 36935. Also sort list of keywords, and bump date.
Revision 1.79 / (download) - annotate - [select for diffs], Sat Sep 1 16:54:40 2007 UTC (5 years, 9 months ago) by yamt
Branch: MAIN
Changes since 1.78: +4 -2
lines
Diff to previous 1.78 (colored)
add a keyword "lname", to print l_name.
Revision 1.78 / (download) - annotate - [select for diffs], Mon Jun 25 00:24:01 2007 UTC (5 years, 11 months ago) by yamt
Branch: MAIN
CVS Tags: matt-mips64-base,
matt-mips64,
hpcarm-cleanup
Branch point for: matt-armv6
Changes since 1.77: +2 -21
lines
Diff to previous 1.77 (colored)
remove descriptions of some states. ('A', 'S', '>')
- they are wrong. (madvise is not vadvise)
- they don't exist anymore.
Revision 1.77 / (download) - annotate - [select for diffs], Mon Oct 9 21:31:29 2006 UTC (6 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: wrstuden-fixsa-newbase,
wrstuden-fixsa-base-1,
wrstuden-fixsa-base,
wrstuden-fixsa,
netbsd-4-base,
netbsd-4-0-RELEASE,
netbsd-4-0-RC5,
netbsd-4-0-RC4,
netbsd-4-0-RC3,
netbsd-4-0-RC2,
netbsd-4-0-RC1,
netbsd-4-0-1-RELEASE,
netbsd-4-0,
netbsd-4
Changes since 1.76: +15 -16
lines
Diff to previous 1.76 (colored)
Remove trailing whitespace. Remove a partially duplicated sentence.
Revision 1.76 / (download) - annotate - [select for diffs], Sat Oct 7 10:22:21 2006 UTC (6 years, 8 months ago) by apb
Branch: MAIN
Changes since 1.75: +16 -8
lines
Diff to previous 1.75 (colored)
Make it clear that multiple sort keys may be specified. Closes PR 34271.
Revision 1.75 / (download) - annotate - [select for diffs], Tue Oct 3 02:15:16 2006 UTC (6 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.74: +14 -6
lines
Diff to previous 1.74 (colored)
Avoid .No if easily possible.
Revision 1.74 / (download) - annotate - [select for diffs], Mon Oct 2 20:54:27 2006 UTC (6 years, 8 months ago) by apb
Branch: MAIN
Changes since 1.73: +16 -9
lines
Diff to previous 1.73 (colored)
Add some markup missed in previous.
Revision 1.73 / (download) - annotate - [select for diffs], Mon Oct 2 17:57:01 2006 UTC (6 years, 8 months ago) by apb
Branch: MAIN
Changes since 1.72: +195 -143
lines
Diff to previous 1.72 (colored)
Document changes to -o and -O options, and improve markup.
Revision 1.72 / (download) - annotate - [select for diffs], Fri Nov 11 17:06:22 2005 UTC (7 years, 7 months ago) by chs
Branch: MAIN
CVS Tags: abandoned-netbsd-4-base,
abandoned-netbsd-4
Changes since 1.71: +8 -4
lines
Diff to previous 1.71 (colored)
add "uaddr" and improve text for "laddr".
Revision 1.71 / (download) - annotate - [select for diffs], Wed Dec 29 08:48:09 2004 UTC (8 years, 5 months ago) by skrll
Branch: MAIN
CVS Tags: netbsd-3-base
Branch point for: netbsd-3
Changes since 1.70: +4 -2
lines
Diff to previous 1.70 (colored)
Add the missing suspended state 'U'. Bump date.
Revision 1.70 / (download) - annotate - [select for diffs], Mon Aug 23 17:36:19 2004 UTC (8 years, 9 months ago) by wiz
Branch: MAIN
Changes since 1.69: +2 -2
lines
Diff to previous 1.69 (colored)
Bump date for laddr.
Revision 1.69 / (download) - annotate - [select for diffs], Mon Aug 23 16:31:10 2004 UTC (8 years, 9 months ago) by nathanw
Branch: MAIN
Changes since 1.68: +5 -1
lines
Diff to previous 1.68 (colored)
Add a "laddr" keyword, analagous to "paddr". Useful for finding struct pcb's.
Revision 1.68 / (download) - annotate - [select for diffs], Fri Apr 23 02:58:27 2004 UTC (9 years, 1 month ago) by simonb
Branch: MAIN
Changes since 1.67: +2 -2
lines
Diff to previous 1.67 (colored)
s/the the/the/ (only in sources that aren't regularly imported from elsewhere).
Revision 1.67 / (download) - annotate - [select for diffs], Sat Mar 27 14:52:36 2004 UTC (9 years, 2 months ago) by simonb
Branch: MAIN
CVS Tags: netbsd-2-base,
netbsd-2-1-RELEASE,
netbsd-2-1-RC6,
netbsd-2-1-RC5,
netbsd-2-1-RC4,
netbsd-2-1-RC3,
netbsd-2-1-RC2,
netbsd-2-1-RC1,
netbsd-2-1,
netbsd-2-0-base,
netbsd-2-0-RELEASE,
netbsd-2-0-RC5,
netbsd-2-0-RC4,
netbsd-2-0-RC3,
netbsd-2-0-RC2,
netbsd-2-0-RC1,
netbsd-2-0-3-RELEASE,
netbsd-2-0-2-RELEASE,
netbsd-2-0-1-RELEASE,
netbsd-2-0,
netbsd-2
Changes since 1.66: +4 -2
lines
Diff to previous 1.66 (colored)
Add support for the POSIX.2 "args" and "comm" keywords. "args" is just an alias for "command", and "comm" shows just argv[0] and not the whole argument list. Fix for part of PR standards/11224.
Revision 1.66 / (download) - annotate - [select for diffs], Sat Mar 27 14:49:13 2004 UTC (9 years, 2 months ago) by simonb
Branch: MAIN
Changes since 1.65: +5 -2
lines
Diff to previous 1.65 (colored)
Add support for the POSIX.2 "etime" keyword - shows the elapsed time since the process was started. Fix a couple of style nits as well. Fix for part of PR standards/11224.
Revision 1.65 / (download) - annotate - [select for diffs], Fri Feb 13 09:55:24 2004 UTC (9 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.64: +12 -12
lines
Diff to previous 1.64 (colored)
Uppercase CPU where appropriate.
Revision 1.64 / (download) - annotate - [select for diffs], Thu Oct 16 10:00:54 2003 UTC (9 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.63: +3 -2
lines
Diff to previous 1.63 (colored)
Add Xr for dev_mkdb(8), per PR 23168. Increase width in FILES section while here.
Revision 1.63 / (download) - annotate - [select for diffs], Thu Aug 7 09:05:24 2003 UTC (9 years, 10 months ago) by agc
Branch: MAIN
Changes since 1.62: +2 -6
lines
Diff to previous 1.62 (colored)
Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by Joel Baker in PR 22249, verified by myself.
Revision 1.62 / (download) - annotate - [select for diffs], Wed Apr 16 09:19:35 2003 UTC (10 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.61: +3 -3
lines
Diff to previous 1.61 (colored)
More mdoc.
Revision 1.61 / (download) - annotate - [select for diffs], Mon Mar 17 08:15:07 2003 UTC (10 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.60: +2 -2
lines
Diff to previous 1.60 (colored)
Update date for recent changes.
Revision 1.60 / (download) - annotate - [select for diffs], Thu Mar 6 09:04:21 2003 UTC (10 years, 3 months ago) by dsl
Branch: MAIN
Changes since 1.59: +44 -24
lines
Diff to previous 1.59 (colored)
- add keywords for utime, stime and ctime (output sss.ssssss if small) - fiddle with keyword table - mainly to keep width under 80 cols - add -k keylist so sort output - don't use logs to work out field width, get -MAXINT right - user defined headers can be 1 char (actually they can be zero length) so ?? in tty column isn't guaranteed to be wider than header - remove some long long casts (compiles on sparc64 still) - use kvm_openfiles(NULL, NULL, NULL, KVN_NO_FILES, ..) unless core file specified, (approved by christos)
Revision 1.59 / (download) - annotate - [select for diffs], Sat Mar 1 05:41:57 2003 UTC (10 years, 3 months ago) by atatat
Branch: MAIN
Changes since 1.58: +22 -2
lines
Diff to previous 1.58 (colored)
Add p_svuid and p_svgid to kinfo_proc2. Populate them in the kernel and in libkvm. Then teach ps how to show them to you. Also, teach ps how to show the names for all the uids, the rest of the group numbers, and the "group access list".
Revision 1.58 / (download) - annotate - [select for diffs], Tue Feb 25 10:34:40 2003 UTC (10 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.57: +3 -3
lines
Diff to previous 1.57 (colored)
.Nm does not need a dummy argument ("") before punctuation or
for correct formatting of the SYNOPSIS any longer.
Revision 1.57 / (download) - annotate - [select for diffs], Sat Jan 18 10:52:17 2003 UTC (10 years, 5 months ago) by thorpej
Branch: MAIN
Changes since 1.56: +21 -2
lines
Diff to previous 1.56 (colored)
Merge the nathanw_sa branch.
Revision 1.56 / (download) - annotate - [select for diffs], Tue Oct 1 15:11:08 2002 UTC (10 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: nathanw_sa_before_merge,
nathanw_sa_base,
fvdl_fs64_base
Changes since 1.55: +43 -18
lines
Diff to previous 1.55 (colored)
Use more mdoc.
Revision 1.55 / (download) - annotate - [select for diffs], Wed Sep 25 15:18:41 2002 UTC (10 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.54: +9 -6
lines
Diff to previous 1.54 (colored)
New policy: New sentences start on a new line. Patches by Robert Elz <kre at munnari oz au>, with minimal changes by me.
Revision 1.54 / (download) - annotate - [select for diffs], Wed Jun 19 08:11:56 2002 UTC (11 years ago) by jdolecek
Branch: MAIN
Changes since 1.53: +2 -36
lines
Diff to previous 1.53 (colored)
g/c procfs fallback code, it's redundant now that we use sysctl to get process info
Revision 1.53 / (download) - annotate - [select for diffs], Mon Jun 17 16:55:05 2002 UTC (11 years ago) by wiz
Branch: MAIN
Changes since 1.52: +2 -2
lines
Diff to previous 1.52 (colored)
Sort SEE ALSO.
Revision 1.52 / (download) - annotate - [select for diffs], Mon Jun 17 16:48:45 2002 UTC (11 years ago) by christos
Branch: MAIN
Changes since 1.51: +27 -19
lines
Diff to previous 1.51 (colored)
Document some missing flags and add systrace(1) 'x' flag.
Revision 1.51 / (download) - annotate - [select for diffs], Wed Apr 24 08:58:33 2002 UTC (11 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: netbsd-1-6-base,
netbsd-1-6-RELEASE,
netbsd-1-6-RC3,
netbsd-1-6-RC2,
netbsd-1-6-RC1,
netbsd-1-6-PATCH002-RELEASE,
netbsd-1-6-PATCH002-RC4,
netbsd-1-6-PATCH002-RC3,
netbsd-1-6-PATCH002-RC2,
netbsd-1-6-PATCH002-RC1,
netbsd-1-6-PATCH002,
netbsd-1-6-PATCH001-RELEASE,
netbsd-1-6-PATCH001-RC3,
netbsd-1-6-PATCH001-RC2,
netbsd-1-6-PATCH001-RC1,
netbsd-1-6-PATCH001,
netbsd-1-6
Changes since 1.50: +5 -5
lines
Diff to previous 1.50 (colored)
"a, b, c, and d", not "a, b, c and d".
Revision 1.50 / (download) - annotate - [select for diffs], Mon Mar 4 13:19:33 2002 UTC (11 years, 3 months ago) by wiz
Branch: MAIN
Branch point for: nathanw_sa
Changes since 1.49: +2 -2
lines
Diff to previous 1.49 (colored)
Drop trailing space.
Revision 1.49 / (download) - annotate - [select for diffs], Mon Mar 4 13:02:33 2002 UTC (11 years, 3 months ago) by ad
Branch: MAIN
Changes since 1.48: +3 -1
lines
Diff to previous 1.48 (colored)
Xref pkill/pgrep.
Revision 1.48 / (download) - annotate - [select for diffs], Fri Feb 8 01:21:58 2002 UTC (11 years, 4 months ago) by ross
Branch: MAIN
Changes since 1.47: +5 -5
lines
Diff to previous 1.47 (colored)
Generate <>& symbolically. I'm avoiding .../dist/... directories for now.
Revision 1.47 / (download) - annotate - [select for diffs], Thu Dec 20 20:06:15 2001 UTC (11 years, 6 months ago) by wiz
Branch: MAIN
Changes since 1.46: +2 -2
lines
Diff to previous 1.46 (colored)
Properly quote punctuation.
Revision 1.46 / (download) - annotate - [select for diffs], Thu Dec 20 19:31:51 2001 UTC (11 years, 6 months ago) by wiz
Branch: MAIN
Changes since 1.45: +7 -7
lines
Diff to previous 1.45 (colored)
Whitespace nits.
Revision 1.45 / (download) - annotate - [select for diffs], Mon Aug 20 12:00:47 2001 UTC (11 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.44: +2 -2
lines
Diff to previous 1.44 (colored)
precede, not preceed.
Revision 1.44 / (download) - annotate - [select for diffs], Tue Aug 7 14:46:10 2001 UTC (11 years, 10 months ago) by christos
Branch: MAIN
Changes since 1.43: +6 -5
lines
Diff to previous 1.43 (colored)
Print system processes/kernel threads as [kprocname] as top(1) does.
Revision 1.43 / (download) - annotate - [select for diffs], Wed Jul 4 20:49:00 2001 UTC (11 years, 11 months ago) by sommerfeld
Branch: MAIN
Changes since 1.42: +4 -2
lines
Diff to previous 1.42 (colored)
correct the description of paddr
Revision 1.42 / (download) - annotate - [select for diffs], Mon Jan 15 21:02:58 2001 UTC (12 years, 5 months ago) by christos
Branch: MAIN
Changes since 1.41: +3 -3
lines
Diff to previous 1.41 (colored)
clarify things a bit more (from hubertf)
Revision 1.41 / (download) - annotate - [select for diffs], Mon Jan 15 17:57:14 2001 UTC (12 years, 5 months ago) by christos
Branch: MAIN
Changes since 1.40: +39 -8
lines
Diff to previous 1.40 (colored)
Really explain what parenthesized names mean and why we parenthesize names!
Revision 1.40 / (download) - annotate - [select for diffs], Mon Jan 15 16:16:51 2001 UTC (12 years, 5 months ago) by hubertf
Branch: MAIN
Changes since 1.39: +2 -1
lines
Diff to previous 1.39 (colored)
Document the meaning of commands shown in parantheses. Patches submitted by Jeremy C. Reed <reed@reedmedia.net> in PR 11930.
Revision 1.39 / (download) - annotate - [select for diffs], Mon Oct 23 05:54:06 2000 UTC (12 years, 7 months ago) by simonb
Branch: MAIN
Changes since 1.38: +3 -1
lines
Diff to previous 1.38 (colored)
Add a K flag to the state information - K is for kernel thread or system process (ie, P_SYSTEM set in p_flag). The L flag (locked in core) is only used for non-P_SYSTEM processes.
Revision 1.38 / (download) - annotate - [select for diffs], Mon Aug 28 13:06:42 2000 UTC (12 years, 9 months ago) by nathanw
Branch: MAIN
Changes since 1.37: +2 -2
lines
Diff to previous 1.37 (colored)
Update description of process flag 0x20000 to match reality: P_NOCLDWAIT, not P_SSTEP.
Revision 1.37 / (download) - annotate - [select for diffs], Sat Jun 24 07:43:22 2000 UTC (12 years, 11 months ago) by simonb
Branch: MAIN
Changes since 1.36: +1 -3
lines
Diff to previous 1.36 (colored)
Remove the 'poip' (pageouts in progress) keyword from the manpage. From PR bin/8843 by Brian Stark.
Revision 1.36 / (download) - annotate - [select for diffs], Sat Apr 15 04:40:46 2000 UTC (13 years, 2 months ago) by simonb
Branch: MAIN
CVS Tags: netbsd-1-5-base,
minoura-xpg4dl-base,
minoura-xpg4dl
Branch point for: netbsd-1-5
Changes since 1.35: +4 -2
lines
Diff to previous 1.35 (colored)
Use tty "?" to select processes with no controlling tty and tty "-" to select processes with a revoked controlling tty. Idea from SunOS/Solaris, suggested by Alexis Rosen.
Revision 1.35 / (download) - annotate - [select for diffs], Mon Apr 10 06:37:37 2000 UTC (13 years, 2 months ago) by chs
Branch: MAIN
Changes since 1.34: +8 -5
lines
Diff to previous 1.34 (colored)
make -M imply -K. the current system is not likely to be a reasonable approximation of a crash dump.
Revision 1.34 / (download) - annotate - [select for diffs], Tue Feb 22 06:47:27 2000 UTC (13 years, 3 months ago) by dbj
Branch: MAIN
Changes since 1.33: +2 -2
lines
Diff to previous 1.33 (colored)
name database is kvm.db not kvm_netbsd.db
Revision 1.33 / (download) - annotate - [select for diffs], Sat Dec 4 01:23:09 1999 UTC (13 years, 6 months ago) by hubertf
Branch: MAIN
CVS Tags: wrstuden-devbsize-base,
wrstuden-devbsize-19991221
Changes since 1.32: +9 -1
lines
Diff to previous 1.32 (colored)
Document -U switch (displays processes belonging to given user/uid). Reported in PR 8943 by WL <wliao@dura.spc.uchicago.edu>
Revision 1.32 / (download) - annotate - [select for diffs], Fri Dec 3 02:16:41 1999 UTC (13 years, 6 months ago) by simonb
Branch: MAIN
Changes since 1.31: +3 -2
lines
Diff to previous 1.31 (colored)
"ps -e" only shows the environment for the processes owned by the current user id or all process if run by root. Fixes PR security/5967 from Todd Vierling.
Revision 1.31 / (download) - annotate - [select for diffs], Sat Mar 27 21:38:08 1999 UTC (14 years, 2 months ago) by bgrayson
Branch: MAIN
CVS Tags: netbsd-1-4-base,
netbsd-1-4-RELEASE,
netbsd-1-4-PATCH003,
netbsd-1-4-PATCH002,
netbsd-1-4-PATCH001,
netbsd-1-4,
comdex-fall-1999-base,
comdex-fall-1999
Branch point for: wrstuden-devbsize
Changes since 1.30: +19 -6
lines
Diff to previous 1.30 (colored)
Minor fixes: 1. Use statfs() to verify that /proc is a procfs. 2. Add -K option to disable /proc-based method. 3. Make warnings less verbose, but still accurate.
Revision 1.30 / (download) - annotate - [select for diffs], Fri Mar 26 22:36:02 1999 UTC (14 years, 2 months ago) by bgrayson
Branch: MAIN
Changes since 1.29: +25 -2
lines
Diff to previous 1.29 (colored)
Added experimental fallback /proc-based lookup. Warnings are printed when the fallback method is used, as the results could be untrustworthy if an intruder is present. It is highly likely that NetBSD-1.5 will have an improved kvm interface for reading process information, at which point this code can be garbage-collected. Also added a word to the man page -x option description while I was here.
Revision 1.29 / (download) - annotate - [select for diffs], Mon Mar 22 18:30:45 1999 UTC (14 years, 3 months ago) by garbled
Branch: MAIN
Changes since 1.28: +2 -2
lines
Diff to previous 1.28 (colored)
More and more .Os cleanups. .Os is defined in the tmac.doc-common file, so we shouldn't override it with versions in the manpages. Many more to come.
Revision 1.28 / (download) - annotate - [select for diffs], Wed Mar 17 20:59:55 1999 UTC (14 years, 3 months ago) by msaitoh
Branch: MAIN
Changes since 1.27: +3 -2
lines
Diff to previous 1.27 (colored)
ps's information is sorted by controlling terminal and (among processes with the same controlling terminal) by PID.
Revision 1.27 / (download) - annotate - [select for diffs], Sun Mar 7 11:06:34 1999 UTC (14 years, 3 months ago) by mycroft
Branch: MAIN
Changes since 1.26: +15 -1
lines
Diff to previous 1.26 (colored)
Clean up SYNOPSIS formatting.
Revision 1.26 / (download) - annotate - [select for diffs], Sun Mar 7 10:48:31 1999 UTC (14 years, 3 months ago) by mycroft
Branch: MAIN
Changes since 1.25: +2 -2
lines
Diff to previous 1.25 (colored)
Fix formatting errors.
Revision 1.25 / (download) - annotate - [select for diffs], Sat Jan 2 16:11:43 1999 UTC (14 years, 5 months ago) by tron
Branch: MAIN
Changes since 1.24: +2 -2
lines
Diff to previous 1.24 (colored)
The system namelist database is called "/var/db/kvm.db" not "/var/db/kvm_netbsd.db". Fixes PR bin/6712 by Brian Grayson.
Revision 1.24 / (download) - annotate - [select for diffs], Tue Apr 28 17:59:10 1998 UTC (15 years, 1 month ago) by fair
Branch: MAIN
Changes since 1.23: +4 -6
lines
Diff to previous 1.23 (colored)
change references to vadvise to madvise; remove reference to lisp(1)
Revision 1.23 / (download) - annotate - [select for diffs], Tue Mar 24 18:34:12 1998 UTC (15 years, 2 months ago) by bouyer
Branch: MAIN
Changes since 1.22: +1 -3
lines
Diff to previous 1.22 (colored)
Sync with reality: the uprocp keyword doesn't exist.
Revision 1.22 / (download) - annotate - [select for diffs], Fri Feb 6 04:47:36 1998 UTC (15 years, 4 months ago) by mrg
Branch: MAIN
Changes since 1.21: +1 -3
lines
Diff to previous 1.21 (colored)
remove old OLD BSD VM code.
Revision 1.21 / (download) - annotate - [select for diffs], Sat Oct 11 02:16:56 1997 UTC (15 years, 8 months ago) by enami
Branch: MAIN
CVS Tags: netbsd-1-3-base,
netbsd-1-3-RELEASE,
netbsd-1-3-PATCH001,
netbsd-1-3-BETA
Branch point for: netbsd-1-3
Changes since 1.20: +2 -2
lines
Diff to previous 1.20 (colored)
Use .Nm "" instead of .Nm ps in SYNOPSIS.
Revision 1.20 / (download) - annotate - [select for diffs], Fri Oct 10 16:13:50 1997 UTC (15 years, 8 months ago) by lukem
Branch: MAIN
Changes since 1.19: +2 -2
lines
Diff to previous 1.19 (colored)
all but the first .Nm in SYNOPSIS need to be spelt out. [bin/4256]
Revision 1.19 / (download) - annotate - [select for diffs], Sun Sep 14 08:57:37 1997 UTC (15 years, 9 months ago) by lukem
Branch: MAIN
Changes since 1.18: +9 -9
lines
Diff to previous 1.18 (colored)
getopt returns -1 not EOF cleanup manpage
Revision 1.18 / (download) - annotate - [select for diffs], Wed Aug 27 05:43:20 1997 UTC (15 years, 9 months ago) by mikel
Branch: MAIN
Changes since 1.17: +2 -2
lines
Diff to previous 1.17 (colored)
default swap device is /dev/drum, not nonexistent /dev/swap; from <entropy@tardis.bernstein.com> in PR bin/4042
Revision 1.17 / (download) - annotate - [select for diffs], Mon Jun 23 20:41:50 1997 UTC (15 years, 11 months ago) by pk
Branch: MAIN
Changes since 1.16: +3 -3
lines
Diff to previous 1.16 (colored)
Refer to execve(2), add section to `vfork' ref. (almost per PR#3627).
Revision 1.16 / (download) - annotate - [select for diffs], Thu Mar 21 01:36:28 1996 UTC (17 years, 3 months ago) by jtc
Branch: MAIN
CVS Tags: netbsd-1-2-base,
netbsd-1-2-RELEASE,
netbsd-1-2-PATCH001,
netbsd-1-2-BETA,
netbsd-1-2
Changes since 1.15: +3 -3
lines
Diff to previous 1.15 (colored)
fix damage caused by sccs (long ago)
Revision 1.15 / (download) - annotate - [select for diffs], Mon May 8 23:11:43 1995 UTC (18 years, 1 month ago) by cgd
Branch: MAIN
CVS Tags: netbsd-1-1-base,
netbsd-1-1-RELEASE,
netbsd-1-1-PATCH001,
netbsd-1-1
Changes since 1.14: +3 -1
lines
Diff to previous 1.14 (colored)
add a 'holdcnt' keyword and document it.
Revision 1.14 / (download) - annotate - [select for diffs], Sun May 7 12:51:25 1995 UTC (18 years, 1 month ago) by pk
Branch: MAIN
Changes since 1.13: +21 -35
lines
Diff to previous 1.13 (colored)
Sync process flags with sys/proc.h
Revision 1.13 / (download) - annotate - [select for diffs], Tue Mar 21 09:08:08 1995 UTC (18 years, 3 months ago) by cgd
Branch: MAIN
Changes since 1.12: +2 -0
lines
Diff to previous 1.12 (colored)
convert to new RCS id conventions.
Revision 1.12 / (download) - annotate - [select for diffs], Fri Sep 16 22:23:29 1994 UTC (18 years, 9 months ago) by mycroft
Branch: MAIN
Changes since 1.11: +9 -1
lines
Diff to previous 1.11 (colored)
Integrate `-c' option, from Arne Juul.
Revision 1.11 / (download) - annotate - [select for diffs], Sat Aug 6 06:11:03 1994 UTC (18 years, 10 months ago) by jtc
Branch: MAIN
Changes since 1.10: +4 -4
lines
Diff to previous 1.10 (colored)
vmunix -> netbsd (PR #375)
Revision 1.10 / (download) - annotate - [select for diffs], Mon May 9 03:31:25 1994 UTC (19 years, 1 month ago) by cgd
Branch: MAIN
CVS Tags: netbsd-1-0-base
Branch point for: netbsd-1-0
Changes since 1.9: +15 -17
lines
Diff to previous 1.9 (colored)
clean up import
Revision 1.9 / (download) - annotate - [select for diffs], Tue Jan 11 02:17:00 1994 UTC (19 years, 5 months ago) by jtc
Branch: MAIN
Changes since 1.8: +4 -4
lines
Diff to previous 1.8 (colored)
Fix spelling errors.
Revision 1.8 / (download) - annotate - [select for diffs], Thu Oct 7 00:45:59 1993 UTC (19 years, 8 months ago) by cgd
Branch: MAIN
Changes since 1.7: +2 -4
lines
Diff to previous 1.7 (colored)
fix from Thomas Eberhardt <thomas@mathematik.uni-Bremen.de>: don't try to display the resident text size; we can't do that anymore
Revision 1.7 / (download) - annotate - [select for diffs], Sun Aug 1 07:48:14 1993 UTC (19 years, 10 months ago) by mycroft
Branch: MAIN
Changes since 1.6: +2 -3
lines
Diff to previous 1.6 (colored)
Add RCS indentifiers.
Revision 1.6 / (download) - annotate - [select for diffs], Sun Jun 13 23:06:41 1993 UTC (20 years ago) by mycroft
Branch: MAIN
CVS Tags: netbsd-0-9-base,
netbsd-0-9-RELEASE,
netbsd-0-9-BETA,
netbsd-0-9-ALPHA2,
netbsd-0-9-ALPHA,
netbsd-0-9
Changes since 1.5: +3 -3
lines
Diff to previous 1.5 (colored)
Fix up FILES sections.
Revision 1.5 / (download) - annotate - [select for diffs], Sun Jun 13 22:29:02 1993 UTC (20 years ago) by mycroft
Branch: MAIN
Changes since 1.4: +6 -6
lines
Diff to previous 1.4 (colored)
Update file names.
Revision 1.4 / (download) - annotate - [select for diffs], Tue Jun 1 01:38:30 1993 UTC (20 years ago) by cgd
Branch: MAIN
Changes since 1.3: +3 -1
lines
Diff to previous 1.3 (colored)
add support and documentation for the 'e' option, to print out the process environment.
Revision 1.3 / (download) - annotate - [select for diffs], Tue Mar 23 00:26:38 1993 UTC (20 years, 3 months ago) by cgd
Branch: MAIN
CVS Tags: netbsd-alpha-1,
netbsd-0-8
Changes since 1.2: +1 -1
lines
Diff to previous 1.2 (colored)
changed "Id" to "Header" for rcsids
Revision 1.2 / (download) - annotate - [select for diffs], Mon Mar 22 08:04:00 1993 UTC (20 years, 3 months ago) by cgd
Branch: MAIN
Changes since 1.1: +2 -0
lines
Diff to previous 1.1 (colored)
added rcs ids to all files
Revision 1.1 / (download) - annotate - [select for diffs], Sun Mar 21 09:45:37 1993 UTC (20 years, 3 months ago) by cgd
Branch: MAIN
Initial revision