OpenBSD CVS

CVS log for src/bin/ps/ps.1


[BACK] Up to [local] / src / bin / ps

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.134 / (download) - annotate - [select for diffs], Sat Feb 3 18:51:57 2024 UTC (3 months, 4 weeks ago) by beck
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, HEAD
Changes since 1.133: +2 -3 lines
Diff to previous 1.133 (colored)

Remove Softdep.

Softdep has been a no-op for some time now, this removes it to get
it out of the way.

Flensing mostly done in Talinn, with some help from krw@

ok deraadt@

Revision 1.133 / (download) - annotate - [select for diffs], Sun Jan 28 19:05:33 2024 UTC (4 months ago) by deraadt
Branch: MAIN
Changes since 1.132: +0 -5 lines
Diff to previous 1.132 (colored)

Remove the 'l' and 'L' flag printing in 'STAT' column. These were added
to provide visibility of the internal behaviour of pinsyscalls(2) during
introduction.  These flags remain (less) visible in the "-o procflags"
option, as 0x08000000 (PS_PIN) and 0x10000000 (PS_LIBCPIN).
That's good enough.

Revision 1.132 / (download) - annotate - [select for diffs], Tue Jan 16 19:08:37 2024 UTC (4 months, 2 weeks ago) by deraadt
Branch: MAIN
Changes since 1.131: +10 -2 lines
Diff to previous 1.131 (colored)

print flag 'l' for base program or ld.so being under pinsyscalls enforcement,
and 'L' for libc.so.  This flag printing may be deleted once we are entirely
confident this is working correctly.
ok kettenis

Revision 1.131 / (download) - annotate - [select for diffs], Fri Nov 10 09:17:02 2023 UTC (6 months, 3 weeks ago) by kn
Branch: MAIN
Changes since 1.130: +6 -6 lines
Diff to previous 1.130 (colored)

accept numerical user IDs

Turn [-U username] into [-U user] to match top(1)/pgrep(1)/fstat(1) -U/-u
taking both "root" and "0".

Feedback OK millert

Revision 1.130 / (download) - annotate - [select for diffs], Thu Jul 6 10:07:09 2023 UTC (10 months, 4 weeks ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_7_4_BASE, OPENBSD_7_4
Changes since 1.129: +4 -2 lines
Diff to previous 1.129 (colored)

Document PS_CHROOT, and upcoming PS_NOBTCFI flags

Revision 1.129 / (download) - annotate - [select for diffs], Thu Oct 13 21:37:05 2022 UTC (19 months, 2 weeks ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_7_3_BASE, OPENBSD_7_3
Changes since 1.128: +8 -7 lines
Diff to previous 1.128 (colored)

controm terminql -> controlling terminal;

Revision 1.128 / (download) - annotate - [select for diffs], Sat Sep 3 15:59:04 2022 UTC (20 months, 4 weeks ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_7_2_BASE, OPENBSD_7_2
Changes since 1.127: +7 -6 lines
Diff to previous 1.127 (colored)

- rework the -f text to read better; ok job
- while here, wrap a long line

Revision 1.127 / (download) - annotate - [select for diffs], Thu Sep 1 21:15:54 2022 UTC (21 months ago) by job
Branch: MAIN
Changes since 1.126: +13 -4 lines
Diff to previous 1.126 (colored)

Add forest (-f) mode

In -f mode group & display parent/child process relationships using ASCII art.

Borrows heavily from Brian Somers' work on FreeBSD ps(1).

With input from deraadt@ and tb@

OK benno@ claudio@

Revision 1.126 / (download) - annotate - [select for diffs], Tue Jul 5 15:06:16 2022 UTC (22 months, 4 weeks ago) by visa
Branch: MAIN
Changes since 1.125: +2 -3 lines
Diff to previous 1.125 (colored)

Remove old poll/select wakeup mechanism.

Also remove unneeded seltrue() and selfalse().

OK mpi@ jsg@

Revision 1.125 / (download) - annotate - [select for diffs], Thu Mar 31 17:27:14 2022 UTC (2 years, 2 months ago) by naddy
Branch: MAIN
CVS Tags: OPENBSD_7_1_BASE, OPENBSD_7_1
Changes since 1.124: +3 -3 lines
Diff to previous 1.124 (colored)

man pages: add missing commas between subordinate and main clauses

jmc@ dislikes a comma before "then" in a conditional, so leave those
untouched.

ok jmc@

Revision 1.124 / (download) - annotate - [select for diffs], Tue Feb 15 23:16:00 2022 UTC (2 years, 3 months ago) by rob
Branch: MAIN
Changes since 1.123: +4 -2 lines
Diff to previous 1.123 (colored)

Reintroduce ps state flag 'c' indicating chrooted process (via PS_BITS).
Ok deraat@

Revision 1.123 / (download) - annotate - [select for diffs], Mon Feb 14 18:09:08 2022 UTC (2 years, 3 months ago) by rob
Branch: MAIN
Changes since 1.122: +1 -3 lines
Diff to previous 1.122 (colored)

Revert change to ps for displaying chrooted process.
Ok deraadt

Revision 1.122 / (download) - annotate - [select for diffs], Mon Feb 7 22:57:47 2022 UTC (2 years, 3 months ago) by rob
Branch: MAIN
Changes since 1.121: +3 -1 lines
Diff to previous 1.121 (colored)

New status flag: 'c' - process is chrooted.
Feedback and tweaks from deraadt@ guenther@
Ok bluhm@ deraadt@

Revision 1.121 / (download) - annotate - [select for diffs], Mon Feb 7 19:28:14 2022 UTC (2 years, 3 months ago) by rob
Branch: MAIN
Changes since 1.120: +5 -5 lines
Diff to previous 1.120 (colored)

Tweak previous.

Revision 1.120 / (download) - annotate - [select for diffs], Mon Feb 7 13:17:27 2022 UTC (2 years, 3 months ago) by rob
Branch: MAIN
Changes since 1.119: +5 -2 lines
Diff to previous 1.119 (colored)

Sync ps.1 with sys/proc.h. Tweaked by deraadt@.
Ok millert@ deraadt@

Revision 1.119 / (download) - annotate - [select for diffs], Wed Jan 5 04:10:36 2022 UTC (2 years, 4 months ago) by guenther
Branch: MAIN
Changes since 1.118: +2 -4 lines
Diff to previous 1.118 (colored)

Delete 'emul' keyword: it's been just returned 'native' for a long time

ok jsg@ deraadt@

Revision 1.118 / (download) - annotate - [select for diffs], Sat Aug 28 20:54:54 2021 UTC (2 years, 9 months ago) by chrisz
Branch: MAIN
CVS Tags: OPENBSD_7_0_BASE, OPENBSD_7_0
Changes since 1.117: +6 -2 lines
Diff to previous 1.117 (colored)

/bin/ps: Implement reporting of supplemental groups

with help from sthen@ and tim@. OK tim@

Revision 1.117 / (download) - annotate - [select for diffs], Sat Feb 8 16:41:25 2020 UTC (4 years, 3 months ago) by schwarze
Branch: MAIN
CVS Tags: OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7
Changes since 1.116: +4 -5 lines
Diff to previous 1.116 (colored)

Make HISTORY more concise: historical section numbers are irrelevant.
Fluff noticed by jsg@.

Revision 1.116 / (download) - annotate - [select for diffs], Thu Sep 5 22:01:14 2019 UTC (4 years, 8 months ago) by kn
Branch: MAIN
CVS Tags: OPENBSD_6_6_BASE, OPENBSD_6_6
Changes since 1.115: +6 -2 lines
Diff to previous 1.115 (colored)

Document pledge keyword

OK millert

Revision 1.115 / (download) - annotate - [select for diffs], Thu Jul 25 00:03:12 2019 UTC (4 years, 10 months ago) by schwarze
Branch: MAIN
Changes since 1.114: +3 -3 lines
Diff to previous 1.114 (colored)

tweak previous: a leading dash can only be given if an option letter follows;
OK deraadt@

Revision 1.114 / (download) - annotate - [select for diffs], Wed Jul 24 22:57:57 2019 UTC (4 years, 10 months ago) by deraadt
Branch: MAIN
Changes since 1.113: +2 -2 lines
Diff to previous 1.113 (colored)

Years ago the optionality of leading - was removed.  dash-less is a
fact on the ground in ps everywhere, even on linux, and it is not going
to go away, and denying the existance is pointless. The SYNOPSIS cannot
proscriptively document all the cases without a madness.  I also feel
there is very little need to explain the behaviour differences relative
to the sparse POSIX standard for ps, everyone's ps has oodles of
extensions.

Revision 1.113 / (download) - annotate - [select for diffs], Sun Jun 23 20:25:53 2019 UTC (4 years, 11 months ago) by jmc
Branch: MAIN
Changes since 1.112: +10 -10 lines
Diff to previous 1.112 (colored)

sort previous; ok deraadt

Revision 1.112 / (download) - annotate - [select for diffs], Sun Jun 23 16:57:02 2019 UTC (4 years, 11 months ago) by deraadt
Branch: MAIN
Changes since 1.111: +10 -2 lines
Diff to previous 1.111 (colored)

Export unveil state so that ps(8) can show it.  Two new status flags,
you'll see one, or neither.
'u' - process installed unveils, but not yet locked with unveil(0,0)
      or pledge w/o "unveil"
'U' - process has installed unveils, and locked.
ok rob

Revision 1.111 / (download) - annotate - [select for diffs], Wed Oct 26 01:20:39 2016 UTC (7 years, 7 months ago) by schwarze
Branch: MAIN
CVS Tags: OPENBSD_6_5_BASE, OPENBSD_6_5, OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3, OPENBSD_6_2_BASE, OPENBSD_6_2, OPENBSD_6_1_BASE, OPENBSD_6_1
Changes since 1.110: +19 -3 lines
Diff to previous 1.110 (colored)

Document LC_CTYPE.
The lack of this entry was reported by Jan Stary <hans at stare dot cz>.
OK czarkoff@ jmc@

Revision 1.110 / (download) - annotate - [select for diffs], Wed Oct 19 18:34:05 2016 UTC (7 years, 7 months ago) by schwarze
Branch: MAIN
Changes since 1.109: +7 -6 lines
Diff to previous 1.109 (colored)

Make the description of COLUMNS a bit more readable.
Triggered by a different patch from Michal Mazurek.
Joint work by tb@, jmc@, and tedu@, but no one ever committed it.

Revision 1.109 / (download) - annotate - [select for diffs], Fri Sep 23 06:28:08 2016 UTC (7 years, 8 months ago) by bentley
Branch: MAIN
Changes since 1.108: +8 -3 lines
Diff to previous 1.108 (colored)

Attempt to use stdout, stderr, or stdin terminal widths if they exist.

This behavior already existed but was unintentionally lost in revision
1.70 of ps.c.

ok millert@ tb@

Revision 1.108 / (download) - annotate - [select for diffs], Thu Sep 8 15:54:36 2016 UTC (7 years, 8 months ago) by tedu
Branch: MAIN
Changes since 1.107: +4 -7 lines
Diff to previous 1.107 (colored)

The bug about not displaying exact information because ps can't run
faster than the system is more of a caveat than a bug. The comment also
dates back to ye olden times when the information was collected via
multiple kvm reads. The sysctl interface provides a much more consistent
snapshot, albeit one that may be outdated by the time it's printed.
Reword accordingly.

Revision 1.107 / (download) - annotate - [select for diffs], Thu Sep 8 15:11:30 2016 UTC (7 years, 8 months ago) by tedu
Branch: MAIN
Changes since 1.106: +3 -3 lines
Diff to previous 1.106 (colored)

etime isn't just an alias for start. the output format is different.
diff from Carlin Bingham. ok millert.

Revision 1.106 / (download) - annotate - [select for diffs], Mon Apr 25 20:34:55 2016 UTC (8 years, 1 month ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_6_0_BASE, OPENBSD_6_0
Changes since 1.105: +2 -3 lines
Diff to previous 1.105 (colored)

remove list item left in previous;

Revision 1.105 / (download) - annotate - [select for diffs], Mon Apr 25 19:12:07 2016 UTC (8 years, 1 month ago) by tedu
Branch: MAIN
Changes since 1.104: +1 -4 lines
Diff to previous 1.104 (colored)

remove references to systrace

Revision 1.104 / (download) - annotate - [select for diffs], Thu Mar 17 07:18:33 2016 UTC (8 years, 2 months ago) by jmc
Branch: MAIN
Changes since 1.103: +2 -3 lines
Diff to previous 1.103 (colored)

simplify previous; ok bentley

Revision 1.103 / (download) - annotate - [select for diffs], Thu Mar 17 05:27:10 2016 UTC (8 years, 2 months ago) by bentley
Branch: MAIN
Changes since 1.102: +8 -5 lines
Diff to previous 1.102 (colored)

Switch (non-curses, non-ksh) programs that use COLUMNS to a single idiom.

Previously behaviors were all over the map. This changes them to
use COLUMNS first, and either terminal width or a hardcoded value
(typically 80) as appropriate.

ok deraadt@; man bits ok jmc@

Revision 1.102 / (download) - annotate - [select for diffs], Thu Oct 22 22:21:41 2015 UTC (8 years, 7 months ago) by benno
Branch: MAIN
CVS Tags: OPENBSD_5_9_BASE, OPENBSD_5_9
Changes since 1.101: +6 -2 lines
Diff to previous 1.101 (colored)

document tid keyword.
found with and ok bluhm@

Revision 1.101 / (download) - annotate - [select for diffs], Fri Oct 9 01:37:06 2015 UTC (8 years, 7 months ago) by deraadt
Branch: MAIN
Changes since 1.100: +6 -6 lines
Diff to previous 1.100 (colored)

Change all tame callers to namechange to pledge(2).

Revision 1.100 / (download) - annotate - [select for diffs], Sun Jul 19 19:26:00 2015 UTC (8 years, 10 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_5_8_BASE, OPENBSD_5_8
Changes since 1.99: +6 -2 lines
Diff to previous 1.99 (colored)

show tame flag

Revision 1.99 / (download) - annotate - [select for diffs], Mon Jun 29 15:03:33 2015 UTC (8 years, 11 months ago) by bluhm
Branch: MAIN
Changes since 1.98: +4 -11 lines
Diff to previous 1.98 (colored)

After removing the p_swtime from the kernel, ps always printed 0.0
as %cpu time.  Remove the calculation in ps that includes the process
lifetime.  Just print the p_pctcpu value, that was done before when
ps was called with -C.  Keep -C as a no-op for existing scripts.
OK millert@

Revision 1.98 / (download) - annotate - [select for diffs], Wed Feb 11 00:43:33 2015 UTC (9 years, 3 months ago) by guenther
Branch: MAIN
CVS Tags: OPENBSD_5_7_BASE, OPENBSD_5_7
Changes since 1.97: +3 -2 lines
Diff to previous 1.97 (colored)

Document P_CANTSLEEP

Revision 1.97 / (download) - annotate - [select for diffs], Sun Jul 13 21:59:50 2014 UTC (9 years, 10 months ago) by claudio
Branch: MAIN
CVS Tags: OPENBSD_5_6_BASE, OPENBSD_5_6
Changes since 1.96: +30 -21 lines
Diff to previous 1.96 (colored)

Update procflags list, add PS_SYSTEM, PS_EMBRYO, PS_ZOMBIE and
PS_NOBROADCASTKILL. The resulting table is shifted so far right
that a few additional lines had to be wrapped. Not ideal but the
best we can do at the moment.

Revision 1.96 / (download) - annotate - [select for diffs], Thu Jun 12 06:43:15 2014 UTC (9 years, 11 months ago) by jmc
Branch: MAIN
Changes since 1.95: +3 -3 lines
Diff to previous 1.95 (colored)

somehow i missed -vW as extensions;
From: Martin Natano

Revision 1.95 / (download) - annotate - [select for diffs], Thu Jun 5 07:29:20 2014 UTC (10 years ago) by guenther
Branch: MAIN
Changes since 1.94: +19 -9 lines
Diff to previous 1.94 (colored)

Add support for COLUMNS env variable, inspired by FreeBSD but with a dash
of strtonum() from millert@ sprinkled on top.
Also, we've always supported TZ for formatting dates, so say so.

ok jmc@ millert@

Revision 1.94 / (download) - annotate - [select for diffs], Wed May 21 06:01:19 2014 UTC (10 years ago) by jmc
Branch: MAIN
Changes since 1.93: +21 -2 lines
Diff to previous 1.93 (colored)

document which keywords are posix conformant;
ok guenther sobrado

Revision 1.93 / (download) - annotate - [select for diffs], Sat May 17 06:26:44 2014 UTC (10 years ago) by jmc
Branch: MAIN
Changes since 1.92: +4 -4 lines
Diff to previous 1.92 (colored)

better description for -A and -a, with help from millert;
ok millert sobrado guenther

Revision 1.92 / (download) - annotate - [select for diffs], Fri May 16 21:50:46 2014 UTC (10 years ago) by jmc
Branch: MAIN
Changes since 1.91: +9 -11 lines
Diff to previous 1.91 (colored)

more STANDARDS fleshing; ok sobrado millert

Revision 1.91 / (download) - annotate - [select for diffs], Thu May 15 19:42:56 2014 UTC (10 years ago) by jmc
Branch: MAIN
Changes since 1.90: +11 -3 lines
Diff to previous 1.90 (colored)

more for STANDARDS: unsupported lists (noted by guenther) and env vars;

Revision 1.90 / (download) - annotate - [select for diffs], Thu May 15 19:38:06 2014 UTC (10 years ago) by jmc
Branch: MAIN
Changes since 1.89: +22 -6 lines
Diff to previous 1.89 (colored)

flesh out STANDARDS; ok guenther

Revision 1.89 / (download) - annotate - [select for diffs], Tue Jan 21 03:15:44 2014 UTC (10 years, 4 months ago) by schwarze
Branch: MAIN
CVS Tags: OPENBSD_5_5_BASE, OPENBSD_5_5
Changes since 1.88: +4 -4 lines
Diff to previous 1.88 (colored)

obvious .Pa fixes; found with mandocdb(8)

Revision 1.88 / (download) - annotate - [select for diffs], Mon Jan 20 21:20:10 2014 UTC (10 years, 4 months ago) by guenther
Branch: MAIN
Changes since 1.87: +4 -4 lines
Diff to previous 1.87 (colored)

P_NOZOMBIE and P_STOPPED are PS_* process flags now

Revision 1.87 / (download) - annotate - [select for diffs], Fri Dec 27 00:00:49 2013 UTC (10 years, 5 months ago) by guenther
Branch: MAIN
Changes since 1.86: +3 -2 lines
Diff to previous 1.86 (colored)

Document the P_SUSPSINGLE flag bit

Revision 1.86 / (download) - annotate - [select for diffs], Mon Oct 28 13:05:53 2013 UTC (10 years, 7 months ago) by okan
Branch: MAIN
Changes since 1.85: +6 -3 lines
Diff to previous 1.85 (colored)

add -A (-ax) support; from Lauri Tirkkonen with some option sorting.

ok guenther@ jmc@

Revision 1.85 / (download) - annotate - [select for diffs], Tue Oct 8 03:50:08 2013 UTC (10 years, 7 months ago) by guenther
Branch: MAIN
Changes since 1.84: +4 -2 lines
Diff to previous 1.84 (colored)

Fix delivery of SIGPROF and SIGVTALRM to threaded processes by having
hardclock() set a flag on the running thread and force AST processing,
and then have the thread signal itself from userret().

idea and flag names from FreeBSD
ok jsing@

Revision 1.84 / (download) - annotate - [select for diffs], Sun Sep 22 17:28:34 2013 UTC (10 years, 8 months ago) by guenther
Branch: MAIN
Changes since 1.83: +33 -26 lines
Diff to previous 1.83 (colored)

Stop merging the per-thread and per-process flags when reporting
them via sysctl(KERN_PROC).  In struct kinfo_proc the per-process
flags move to p_psflags, leaving the per-thread flags in p_flags.
Flag descriptions in ps(1) updated to be less obtuse.

discussed with matthew@ some time ago; ok jca@, manpage bits ok jmc@

Revision 1.83 / (download) - annotate - [select for diffs], Thu Aug 2 03:18:48 2012 UTC (11 years, 10 months ago) by guenther
Branch: MAIN
CVS Tags: OPENBSD_5_4_BASE, OPENBSD_5_4, OPENBSD_5_3_BASE, OPENBSD_5_3
Changes since 1.82: +3 -3 lines
Diff to previous 1.82 (colored)

Apply profiling to all threads instead of just the thread that called
profil() by moving P_PROFIL from proc->p_flag to process->ps_flags with
matching adjustment in fork1() and exit1()

ok matthew@

Revision 1.82 / (download) - annotate - [select for diffs], Thu Apr 12 06:07:33 2012 UTC (12 years, 1 month ago) by guenther
Branch: MAIN
CVS Tags: OPENBSD_5_2_BASE, OPENBSD_5_2
Changes since 1.81: +4 -2 lines
Diff to previous 1.81 (colored)

Add maxrss keyword for the ru_maxrss value...which ariane@ is making work
(missed commit pointed out by jmc@)

Revision 1.81 / (download) - annotate - [select for diffs], Sat Jan 7 05:38:12 2012 UTC (12 years, 4 months ago) by guenther
Branch: MAIN
CVS Tags: OPENBSD_5_1_BASE, OPENBSD_5_1
Changes since 1.80: +4 -2 lines
Diff to previous 1.80 (colored)

Add rtable id and thread id to struct kinfo_proc (and fix process id)
and add an 'rtableid' keyword to ps.

Add rtable id, thread id, and socket splice info to struct kinfo_file2
and make fstat display socket splice information.

Remove old KVM_PROC2 and kinfo_proc2 interfaces; bump libkvm major

Socket splice info and corrections from bluhm@  "Lovely" deraadt@

Revision 1.80 / (download) - annotate - [select for diffs], Fri Dec 16 17:13:18 2011 UTC (12 years, 5 months ago) by jmc
Branch: MAIN
Changes since 1.79: +3 -3 lines
Diff to previous 1.79 (colored)

-H is an extension to posix;

Revision 1.79 / (download) - annotate - [select for diffs], Sun Dec 11 00:16:49 2011 UTC (12 years, 5 months ago) by nicm
Branch: MAIN
Changes since 1.78: +4 -2 lines
Diff to previous 1.78 (colored)

Make ps understand -o cwd using the new KERN_PROC_CWD sysctl. Some help
and suggestions from guenther.

ok guenther

Revision 1.78 / (download) - annotate - [select for diffs], Mon Oct 3 06:49:25 2011 UTC (12 years, 8 months ago) by jmc
Branch: MAIN
Changes since 1.77: +4 -4 lines
Diff to previous 1.77 (colored)

list the fields in the default display in the order of display;
from Alexander Best

Revision 1.77 / (download) - annotate - [select for diffs], Sun Sep 25 00:29:59 2011 UTC (12 years, 8 months ago) by guenther
Branch: MAIN
Changes since 1.76: +5 -3 lines
Diff to previous 1.76 (colored)

Add -H option to show rthreads, hiding them by default

Diff from uwe@

Revision 1.76 / (download) - annotate - [select for diffs], Wed Jul 6 21:42:11 2011 UTC (12 years, 11 months ago) by art
Branch: MAIN
CVS Tags: OPENBSD_5_0_BASE, OPENBSD_5_0
Changes since 1.75: +2 -4 lines
Diff to previous 1.75 (colored)

Remove mention of P_BIGLOCK.

Revision 1.75 / (download) - annotate - [select for diffs], Tue Jul 5 04:48:01 2011 UTC (12 years, 11 months ago) by guenther
Branch: MAIN
Changes since 1.74: +4 -5 lines
Diff to previous 1.74 (colored)

Recommit the reverted sigacts change now that the NFS use-after-free
problem has been tracked down.  This fixes the sharing of the signal
handling state: shared bits go in sigacts, per-rthread bits goes in
struct proc.

ok deraadt@

Revision 1.74 / (download) - annotate - [select for diffs], Mon Apr 18 21:44:55 2011 UTC (13 years, 1 month ago) by guenther
Branch: MAIN
Changes since 1.73: +3 -2 lines
Diff to previous 1.73 (colored)

Revert the sigacts diff: NFS can apparently retain pointers to processes
until they're zombies and then send them signals (for intr mounts).  Until
that is untangled, the sigacts change is unsafe.  sthen@ was the victim
for this one

Revision 1.73 / (download) - annotate - [select for diffs], Fri Apr 15 04:52:40 2011 UTC (13 years, 1 month ago) by guenther
Branch: MAIN
Changes since 1.72: +4 -5 lines
Diff to previous 1.72 (colored)

Correct the sharing of the signal handling state: stuff that should
be shared (p_sigignore, p_sigcatch, P_NOCLDSTOP, P_NOCLDWAIT) moves
to struct sigacts, wihle stuff that should be per rthread (ps_oldmask,
SAS_OLDMASK, ps_sigstk) moves to struct proc.  Treat the coredumping
state bits (ps_sig, ps_code, ps_type, ps_sigval) as per-rthread
until our locking around coredumping is better.

Oh, and remove the old SunOS-compat ps_usertramp member.

"I like the sound of this" tedu@

Revision 1.72 / (download) - annotate - [select for diffs], Sun Apr 3 18:14:01 2011 UTC (13 years, 2 months ago) by guenther
Branch: MAIN
Changes since 1.71: +33 -24 lines
Diff to previous 1.71 (colored)

Update the description of the 'flags' keyword, including the known values,
aligning the table for easier reading.

ok ariane@, millert@, deraadt@

Revision 1.71 / (download) - annotate - [select for diffs], Fri Sep 3 09:53:20 2010 UTC (13 years, 9 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_9_BASE, OPENBSD_4_9
Changes since 1.70: +3 -3 lines
Diff to previous 1.70 (colored)

add an EXIT STATUS section for /bin;

Revision 1.70 / (download) - annotate - [select for diffs], Sun Feb 8 17:33:02 2009 UTC (15 years, 3 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_8_BASE, OPENBSD_4_8, OPENBSD_4_7_BASE, OPENBSD_4_7, OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5
Changes since 1.69: +7 -2 lines
Diff to previous 1.69 (colored)

updates to IEEE Std 1003.1-2008;

Revision 1.69 / (download) - annotate - [select for diffs], Sun Feb 8 17:15:09 2009 UTC (15 years, 3 months ago) by jmc
Branch: MAIN
Changes since 1.68: +3 -3 lines
Diff to previous 1.68 (colored)

bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a few
updates to follow;

Revision 1.68 / (download) - annotate - [select for diffs], Wed Jan 21 22:18:28 2009 UTC (15 years, 4 months ago) by miod
Branch: MAIN
Changes since 1.67: +4 -9 lines
Diff to previous 1.67 (colored)

Do not mention /dev/drum anymore, since we won't use it. With tweaks from
jmc@

Revision 1.67 / (download) - annotate - [select for diffs], Tue Jun 17 15:54:50 2008 UTC (15 years, 11 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_4_BASE, OPENBSD_4_4
Changes since 1.66: +4 -3 lines
Diff to previous 1.66 (colored)

better description of what ps without arguments does;
from Pierre Riteau
ok otto

Revision 1.66 / (download) - annotate - [select for diffs], Mon Mar 17 18:52:00 2008 UTC (16 years, 2 months ago) by jmc
Branch: MAIN
Changes since 1.65: +3 -3 lines
Diff to previous 1.65 (colored)

better .Nd; from Pierre Riteau
ok sobrado

Revision 1.65 / (download) - annotate - [select for diffs], Thu May 31 19:19:15 2007 UTC (17 years ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_3_BASE, OPENBSD_4_3, OPENBSD_4_2_BASE, OPENBSD_4_2
Changes since 1.64: +2 -2 lines
Diff to previous 1.64 (colored)

convert to new .Dd format;

Revision 1.64 / (download) - annotate - [select for diffs], Tue May 29 15:04:59 2007 UTC (17 years ago) by jmc
Branch: MAIN
Changes since 1.63: +11 -1 lines
Diff to previous 1.63 (colored)

- consistent STANDARDS blurb
- note which options are extensions to POSIX

discussed w/ deraadt otto millert

Revision 1.63 / (download) - annotate - [select for diffs], Wed Nov 29 12:34:19 2006 UTC (17 years, 6 months ago) by miod
Branch: MAIN
CVS Tags: OPENBSD_4_1_BASE, OPENBSD_4_1
Changes since 1.62: +1 -8 lines
Diff to previous 1.62 (colored)

Do not test for processes being swapped out since this can't happen anymore.

Revision 1.62 / (download) - annotate - [select for diffs], Thu Nov 2 12:34:19 2006 UTC (17 years, 7 months ago) by jmc
Branch: MAIN
Changes since 1.61: +245 -241 lines
Diff to previous 1.61 (colored)

overhaul the keywords section;

Revision 1.61 / (download) - annotate - [select for diffs], Wed Nov 1 21:40:17 2006 UTC (17 years, 7 months ago) by jmc
Branch: MAIN
Changes since 1.60: +1 -2 lines
Diff to previous 1.60 (colored)

-.Xr sh 1 ,

Revision 1.60 / (download) - annotate - [select for diffs], Wed Nov 1 21:34:41 2006 UTC (17 years, 7 months ago) by jmc
Branch: MAIN
Changes since 1.59: +6 -6 lines
Diff to previous 1.59 (colored)

some minor adjustments to the options list;

Revision 1.59 / (download) - annotate - [select for diffs], Wed Nov 1 21:25:52 2006 UTC (17 years, 7 months ago) by jmc
Branch: MAIN
Changes since 1.58: +3 -1 lines
Diff to previous 1.58 (colored)

+.Ex -std ps

Revision 1.58 / (download) - annotate - [select for diffs], Wed Nov 1 19:14:48 2006 UTC (17 years, 7 months ago) by jmc
Branch: MAIN
Changes since 1.57: +4 -4 lines
Diff to previous 1.57 (colored)

- no need for double markup
- prefer .Sq for single letters

Revision 1.57 / (download) - annotate - [select for diffs], Wed Nov 1 19:11:24 2006 UTC (17 years, 7 months ago) by jmc
Branch: MAIN
Changes since 1.56: +5 -4 lines
Diff to previous 1.56 (colored)

give FILES a bit of space;

Revision 1.56 / (download) - annotate - [select for diffs], Wed Nov 1 19:09:25 2006 UTC (17 years, 7 months ago) by jmc
Branch: MAIN
Changes since 1.55: +2 -1 lines
Diff to previous 1.55 (colored)

note that -L may not be specified with other options;

Revision 1.55 / (download) - annotate - [select for diffs], Wed Nov 1 19:07:18 2006 UTC (17 years, 7 months ago) by jmc
Branch: MAIN
Changes since 1.54: +2 -4 lines
Diff to previous 1.54 (colored)

simplify synopsis and sync usage();

Revision 1.54 / (download) - annotate - [select for diffs], Tue Sep 6 23:28:23 2005 UTC (18 years, 8 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_0_BASE, OPENBSD_4_0, OPENBSD_3_9_BASE, OPENBSD_3_9
Changes since 1.53: +6 -2 lines
Diff to previous 1.53 (colored)

make some of the stat utility pages reference each other;
idea from a mail to misc@ from simon dassow;

Revision 1.53 / (download) - annotate - [select for diffs], Fri Jul 1 05:21:20 2005 UTC (18 years, 11 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_3_8_BASE, OPENBSD_3_8
Changes since 1.52: +3 -3 lines
Diff to previous 1.52 (colored)

use a standard format for EXAMPLES;

Revision 1.52 / (download) - annotate - [select for diffs], Wed Nov 24 20:10:08 2004 UTC (19 years, 6 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_3_7_BASE, OPENBSD_3_7
Changes since 1.51: +2 -2 lines
Diff to previous 1.51 (colored)

remove obsolete `A' from `state' example;
ok millert@

Revision 1.51 / (download) - annotate - [select for diffs], Wed Nov 24 19:17:10 2004 UTC (19 years, 6 months ago) by deraadt
Branch: MAIN
Changes since 1.50: +4 -1 lines
Diff to previous 1.50 (colored)

on MP machines, in STAT field, add /# where # is the cpu number so that
you can see processes move around; ok pval millert

Revision 1.50 / (download) - annotate - [select for diffs], Sun Jun 20 01:42:44 2004 UTC (19 years, 11 months ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_3_6_BASE, OPENBSD_3_6
Changes since 1.49: +2 -2 lines
Diff to previous 1.49 (colored)

Fix description of the cpuid keyword.  The current wording is misleading since
the CPU ID *can* be 0 on SMP systems (meaning the first processor).  miod@ ok

Revision 1.49 / (download) - annotate - [select for diffs], Fri Jun 11 06:35:31 2004 UTC (19 years, 11 months ago) by deraadt
Branch: MAIN
Changes since 1.48: +3 -1 lines
Diff to previous 1.48 (colored)

doc cpuid

Revision 1.48 / (download) - annotate - [select for diffs], Tue May 25 18:47:00 2004 UTC (20 years ago) by jmc
Branch: MAIN
Changes since 1.47: +3 -1 lines
Diff to previous 1.47 (colored)

.Xr pgrep(1) and pkill(1);
stolen directly from Garance A Drosehn's -r1.78 FreeBSD commit;

Revision 1.47 / (download) - annotate - [select for diffs], Wed Mar 17 09:59:18 2004 UTC (20 years, 2 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_3_5_BASE, OPENBSD_3_5
Changes since 1.46: +2 -1 lines
Diff to previous 1.46 (colored)

add references to procmap(1) in SEE ALSO;
suggested by tedu@

Revision 1.46 / (download) - annotate - [select for diffs], Tue Mar 16 21:28:01 2004 UTC (20 years, 2 months ago) by jmc
Branch: MAIN
Changes since 1.45: +2 -1 lines
Diff to previous 1.45 (colored)

add fstat(1) reference to SEE ALSO;
suggested by Drew Einhorn;

Revision 1.45 / (download) - annotate - [select for diffs], Tue Feb 24 11:53:45 2004 UTC (20 years, 3 months ago) by jmc
Branch: MAIN
Changes since 1.44: +13 -13 lines
Diff to previous 1.44 (colored)

- `C' before `c'
- replace `<' and `>'
- sync usage()

Revision 1.44 / (download) - annotate - [select for diffs], Mon Oct 20 21:16:09 2003 UTC (20 years, 7 months ago) by jmc
Branch: MAIN
Changes since 1.43: +2 -2 lines
Diff to previous 1.43 (colored)

memoryuse -> memory usage; from Jared Yanovich
ok deraadt@

Revision 1.43 / (download) - annotate - [select for diffs], Fri Oct 17 09:27:17 2003 UTC (20 years, 7 months ago) by jmc
Branch: MAIN
Changes since 1.42: +2 -1 lines
Diff to previous 1.42 (colored)

Xr dev_mkdb(8); from Tyler R. Retzlaff (NetBSD PR 23168);
ok deraadt@

Revision 1.42 / (download) - annotate - [select for diffs], Mon Jun 2 23:32:09 2003 UTC (21 years ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_3_4_BASE, OPENBSD_3_4
Changes since 1.41: +2 -6 lines
Diff to previous 1.41 (colored)

Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999.  Proofed by myself and Theo.

Revision 1.41 / (download) - annotate - [select for diffs], Thu May 29 20:41:31 2003 UTC (21 years ago) by jmc
Branch: MAIN
Changes since 1.40: +6 -6 lines
Diff to previous 1.40 (colored)

- section reorder
- killed unnecessary .Ns

Revision 1.40 / (download) - annotate - [select for diffs], Mon Apr 28 06:27:36 2003 UTC (21 years, 1 month ago) by jmc
Branch: MAIN
Changes since 1.39: +3 -3 lines
Diff to previous 1.39 (colored)

typos;

suggestions, corrections and ok millert@

Revision 1.39 / (download) - annotate - [select for diffs], Tue Mar 18 12:46:52 2003 UTC (21 years, 2 months ago) by david
Branch: MAIN
CVS Tags: OPENBSD_3_3_BASE, OPENBSD_3_3
Changes since 1.38: +2 -2 lines
Diff to previous 1.38 (colored)

use .Cm for flags without dash
ok miod@ jmc@

Revision 1.38 / (download) - annotate - [select for diffs], Wed Mar 12 20:12:36 2003 UTC (21 years, 2 months ago) by deraadt
Branch: MAIN
Changes since 1.37: +2 -2 lines
Diff to previous 1.37 (colored)

more .Li

Revision 1.37 / (download) - annotate - [select for diffs], Thu Mar 6 19:45:24 2003 UTC (21 years, 3 months ago) by jmc
Branch: MAIN
Changes since 1.36: +2 -2 lines
Diff to previous 1.36 (colored)

broken .Xr's;
typos, rather than dead references

ok deraadt@

Revision 1.36 / (download) - annotate - [select for diffs], Thu Dec 19 21:29:46 2002 UTC (21 years, 5 months ago) by mickey
Branch: MAIN
Changes since 1.35: +5 -1 lines
Diff to previous 1.35 (colored)

add dsiz and ssiz to accompany tsiz; millert@ ok

Revision 1.35 / (download) - annotate - [select for diffs], Wed Sep 4 17:23:40 2002 UTC (21 years, 9 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_3_2_BASE, OPENBSD_3_2
Changes since 1.34: +1 -3 lines
Diff to previous 1.34 (colored)

toast uprocp format keyword; peterw@ifost.org.au

Revision 1.34 / (download) - annotate - [select for diffs], Tue Jun 18 03:21:33 2002 UTC (21 years, 11 months ago) by provos
Branch: MAIN
Changes since 1.33: +11 -1 lines
Diff to previous 1.33 (colored)

add x flag for systraced processes; mentioned by christos@netbsd
document missing flags from proc.h

Revision 1.33 / (download) - annotate - [select for diffs], Mon Feb 11 18:43:51 2002 UTC (22 years, 3 months ago) by mpech
Branch: MAIN
CVS Tags: OPENBSD_3_1_BASE, OPENBSD_3_1
Changes since 1.32: +2 -2 lines
Diff to previous 1.32 (colored)

Initial patch.
When you give command examples in a manual page prefix them with
	$ command
or
	# command

deraadt@ ok

Revision 1.32 / (download) - annotate - [select for diffs], Thu Jan 24 21:37:41 2002 UTC (22 years, 4 months ago) by mickey
Branch: MAIN
Changes since 1.31: +7 -1 lines
Diff to previous 1.31 (colored)

as early as v3 it seems to be

Revision 1.31 / (download) - annotate - [select for diffs], Fri Nov 9 00:56:21 2001 UTC (22 years, 6 months ago) by miod
Branch: MAIN
Changes since 1.30: +3 -9 lines
Diff to previous 1.30 (colored)

Since all our arches have /dev/ksyms, replace rigid mentions of the kernel
being /bsd with more correct terms, and remove /bsd and /dev/kmem from the
FILES section if they were there.

Revision 1.30 / (download) - annotate - [select for diffs], Fri May 4 17:29:39 2001 UTC (23 years, 1 month ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_3_0_BASE, OPENBSD_3_0
Changes since 1.29: +3 -3 lines
Diff to previous 1.29 (colored)

Update man page to match new start time sorting; kstailey@disclosure.com

Revision 1.29 / (download) - annotate - [select for diffs], Mon Feb 5 00:30:45 2001 UTC (23 years, 4 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_9_BASE, OPENBSD_2_9
Changes since 1.28: +4 -2 lines
Diff to previous 1.28 (colored)

extra - in usage too

Revision 1.28 / (download) - annotate - [select for diffs], Thu Nov 9 23:47:17 2000 UTC (23 years, 6 months ago) by aaron
Branch: MAIN
Changes since 1.27: +3 -3 lines
Diff to previous 1.27 (colored)

Insert some missing commas.

Revision 1.27 / (download) - annotate - [select for diffs], Thu Nov 9 17:51:58 2000 UTC (23 years, 6 months ago) by aaron
Branch: MAIN
Changes since 1.26: +2 -2 lines
Diff to previous 1.26 (colored)

Change all option list specifications to ".Bl -tag -width Ds". Most man
pages just needed their -width parameter tweaked to "Ds", which provides
a nice width of 6 constant characters. For consistency more than anything.

Revision 1.26 / (download) - annotate - [select for diffs], Wed Oct 18 06:55:09 2000 UTC (23 years, 7 months ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_2_8_BASE, OPENBSD_2_8
Changes since 1.25: +5 -1 lines
Diff to previous 1.25 (colored)

Add some rudimentary EXAMPLES sections and standardize the way we display
existing EXAMPLES sections.

Revision 1.25 / (download) - annotate - [select for diffs], Sun Jun 18 17:59:54 2000 UTC (23 years, 11 months ago) by niklas
Branch: MAIN
Changes since 1.24: +6 -2 lines
Diff to previous 1.24 (colored)

Mark kernel threads as system processes.  Make ps hide them by default,
show them with -k.  Do not try to show RSS based values for them as they
mess up column alignment.  vmstat -f now shows kernel threads separately
from rforks too.

Revision 1.24 / (download) - annotate - [select for diffs], Fri Mar 17 18:15:15 2000 UTC (24 years, 2 months ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_2_7_BASE, OPENBSD_2_7
Changes since 1.23: +2 -2 lines
Diff to previous 1.23 (colored)

Remove hard sentence breaks.

Revision 1.23 / (download) - annotate - [select for diffs], Thu Nov 25 19:23:12 1999 UTC (24 years, 6 months ago) by deraadt
Branch: MAIN
Changes since 1.22: +1 -3 lines
Diff to previous 1.22 (colored)

there is no poip

Revision 1.22 / (download) - annotate - [select for diffs], Tue Aug 17 14:04:01 1999 UTC (24 years, 9 months ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_2_6_BASE, OPENBSD_2_6
Changes since 1.21: +7 -7 lines
Diff to previous 1.21 (colored)

consistency

Revision 1.21 / (download) - annotate - [select for diffs], Sun May 23 14:10:48 1999 UTC (25 years ago) by aaron
Branch: MAIN
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (colored)

remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common
is used instead; kwesterback@home.com

Revision 1.20 / (download) - annotate - [select for diffs], Fri Apr 30 06:24:33 1999 UTC (25 years, 1 month ago) by pjanzen
Branch: MAIN
Changes since 1.19: +3 -2 lines
Diff to previous 1.19 (colored)

Grammar'n'formatting

Revision 1.19 / (download) - annotate - [select for diffs], Wed Apr 28 21:08:45 1999 UTC (25 years, 1 month ago) by aaron
Branch: MAIN
Changes since 1.18: +3 -3 lines
Diff to previous 1.18 (colored)

please use Ar macros when describing option flags, too

Revision 1.18 / (download) - annotate - [select for diffs], Wed Apr 28 20:55:14 1999 UTC (25 years, 1 month ago) by alex
Branch: MAIN
Changes since 1.17: +5 -1 lines
Diff to previous 1.17 (colored)

Implement -U <username> option from FreeBSD.  Original code by Peter Wemm.

Revision 1.17 / (download) - annotate - [select for diffs], Mon Feb 1 07:53:15 1999 UTC (25 years, 4 months ago) by d
Branch: MAIN
CVS Tags: OPENBSD_2_5_BASE, OPENBSD_2_5
Changes since 1.16: +21 -20 lines
Diff to previous 1.16 (colored)

accurately reflect what ps can do

Revision 1.16 / (download) - annotate - [select for diffs], Tue Dec 15 01:20:25 1998 UTC (25 years, 5 months ago) by aaron
Branch: MAIN
Changes since 1.15: +3 -3 lines
Diff to previous 1.15 (colored)

always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.net

Revision 1.15 / (download) - annotate - [select for diffs], Sat Nov 28 03:20:34 1998 UTC (25 years, 6 months ago) by aaron
Branch: MAIN
Changes since 1.14: +8 -8 lines
Diff to previous 1.14 (colored)

start killing redundant .Nm macro arguments (mandoc ``remembers'' the first one
it's given)

Revision 1.14 / (download) - annotate - [select for diffs], Fri Nov 6 00:34:09 1998 UTC (25 years, 7 months ago) by aaron
Branch: MAIN
Changes since 1.13: +43 -21 lines
Diff to previous 1.13 (colored)

use .Dq/.Sq macros instead of `` ''s and ` 's (think typesetting and future
processing); kill redundant .Pp macros; other misc fixes

Revision 1.13 / (download) - annotate - [select for diffs], Mon Sep 14 22:31:10 1998 UTC (25 years, 8 months ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_2_4_BASE, OPENBSD_2_4
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

typos; pjanzen@foatdi.harvard.edu

Revision 1.12 / (download) - annotate - [select for diffs], Mon Sep 14 22:13:53 1998 UTC (25 years, 8 months ago) by aaron
Branch: MAIN
Changes since 1.11: +11 -11 lines
Diff to previous 1.11 (colored)

First complete sweep of man pages, bin/. Command/function names previously
(incorrectly) capatilized are fixed. Comma splices, hyphenations, SYNOPSIS
cleanups, other miscellaneous typos.

Revision 1.11 / (download) - annotate - [select for diffs], Tue Apr 28 18:58:49 1998 UTC (26 years, 1 month ago) by deraadt
Branch: MAIN
Changes since 1.10: +5 -5 lines
Diff to previous 1.10 (colored)

Xr madvise not vadvise

Revision 1.10 / (download) - annotate - [select for diffs], Wed Sep 3 13:53:07 1997 UTC (26 years, 9 months ago) by kstailey
Branch: MAIN
CVS Tags: OPENBSD_2_3_BASE, OPENBSD_2_3, OPENBSD_2_2_BASE, OPENBSD_2_2
Changes since 1.9: +3 -1 lines
Diff to previous 1.9 (colored)

doc emul option

Revision 1.9 / (download) - annotate - [select for diffs], Tue Aug 26 22:07:31 1997 UTC (26 years, 9 months ago) by deraadt
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

drum not swap; entropy@tardis.bernstein.com

Revision 1.8 / (download) - annotate - [select for diffs], Fri Aug 22 20:20:36 1997 UTC (26 years, 9 months ago) by kstailey
Branch: MAIN
Changes since 1.7: +10 -4 lines
Diff to previous 1.7 (colored)

document XPG4 compatible format options

Revision 1.7 / (download) - annotate - [select for diffs], Fri Aug 1 19:39:46 1997 UTC (26 years, 10 months ago) by deraadt
Branch: MAIN
Changes since 1.6: +12 -11 lines
Diff to previous 1.6 (colored)

show args later on; works around page wrap in middle of line

Revision 1.6 / (download) - annotate - [select for diffs], Fri May 30 09:12:53 1997 UTC (27 years ago) by deraadt
Branch: MAIN
Changes since 1.5: +3 -3 lines
Diff to previous 1.5 (colored)

xref corrections

Revision 1.5 / (download) - annotate - [select for diffs], Wed Feb 5 17:10:53 1997 UTC (27 years, 4 months ago) by kstailey
Branch: MAIN
CVS Tags: OPENBSD_2_1_BASE, OPENBSD_2_1
Changes since 1.4: +7 -5 lines
Diff to previous 1.4 (colored)

Added "gid" keyword to print effective group ID of process.
(also alpha-sorted some of the man page that was nearly sorted.)

BEFORE:

kstailey@hermes$ ps -o ruid,svuid,uid,command
 RUID SVUID   UID COMMAND
  333   333   333 -bash (bash)

worked, but group equivalent failed:

kstailey@hermes$ ps -o rgid,svgid,gid,command
ps: gid: keyword not found
 RGID SVGID COMMAND
   20    20 -bash (bash)

AFTER:

kstailey@hermes$ ps -o rgid,svgid,gid,command
 RGID SVGID   GID COMMAND
   20    20    20 -bash (bash)

Revision 1.4 / (download) - annotate - [select for diffs], Mon Jul 8 22:09:28 1996 UTC (27 years, 11 months ago) by ccappuc
Branch: MAIN
CVS Tags: OPENBSD_2_0_BASE, OPENBSD_2_0
Changes since 1.3: +5 -5 lines
Diff to previous 1.3 (colored)

kernel is /bsd, os is OpenBSD

Revision 1.3 / (download) - annotate - [select for diffs], Sun Jun 23 14:20:51 1996 UTC (27 years, 11 months ago) by deraadt
Branch: MAIN
Changes since 1.2: +1 -0 lines
Diff to previous 1.2 (colored)

update rcsid

Revision 1.2 / (download) - annotate - [select for diffs], Fri Apr 19 02:26:28 1996 UTC (28 years, 1 month ago) by deraadt
Branch: MAIN
Changes since 1.1: +3 -3 lines
Diff to previous 1.1 (colored)

from netbsd; fix 4.4 sccs damage

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Oct 18 08:37:19 1995 UTC (28 years, 7 months ago) by deraadt
CVS Tags: netbsd_1_1
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

initial import of NetBSD tree

Revision 1.1 / (download) - annotate - [select for diffs], Wed Oct 18 08:37:19 1995 UTC (28 years, 7 months ago) by deraadt
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.