OpenBSD CVS

CVS log for src/usr.sbin/pstat/pstat.8


[BACK] Up to [local] / src / usr.sbin / pstat

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.60 / (download) - annotate - [select for diffs], Wed Oct 20 06:35:40 2021 UTC (2 years, 7 months ago) by semarie
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, HEAD
Changes since 1.59: +2 -0 lines
Diff to previous 1.59 (colored)

revert vnode: remove VLOCKSWORK and check locking when vop_islocked != nullop
(both kernel and userland bits)

GENERIC + VFSLCKDEBUG is broken with it.

Revision 1.59 / (download) - annotate - [select for diffs], Tue Oct 19 14:50:05 2021 UTC (2 years, 7 months ago) by semarie
Branch: MAIN
Changes since 1.58: +2 -4 lines
Diff to previous 1.58 (colored)

vnode: remove VLOCKSWORK usage in pstat and mention in man pages

unbreak the tree. found hard way by tb@

ok tb@ which have the same diff

Revision 1.58 / (download) - annotate - [select for diffs], Thu Apr 23 21:28:10 2020 UTC (4 years, 1 month ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7
Changes since 1.57: +4 -4 lines
Diff to previous 1.57 (colored)

 ce examples of "Ar arg Ar arg" with "Ar arg arg" and stop the spread;

Revision 1.57 / (download) - annotate - [select for diffs], Sat Feb 8 01:09:58 2020 UTC (4 years, 3 months ago) by jsg
Branch: MAIN
Changes since 1.56: +3 -3 lines
Diff to previous 1.56 (colored)

correct Research Unix edition "appeared in" use in HISTORY

Starting from "Combined Table of Contents" in Doug McIlroy's
"A Research UNIX Reader" a table of which edition manuals appeared in.
Checked against manuals from bitsavers/TUHS and source from TUHS where
available.

Ingo points out there are cases where something is included but not
documented until a later release.
bcd(6)		v6	v7
printf(3)	v2	v4
abort(3)	v5	v6
system(3)	v6	v7
fmod(3)		v5	v6

ok schwarze@

Revision 1.56 / (download) - annotate - [select for diffs], Tue Apr 23 17:52:12 2019 UTC (5 years, 1 month ago) by schwarze
Branch: MAIN
CVS Tags: OPENBSD_6_6_BASE, OPENBSD_6_6
Changes since 1.55: +3 -3 lines
Diff to previous 1.55 (colored)

add some missing "pp." to .%P macros;
Fabio Scotoni <fabio at esse dot ch> reported it was missing in eqn(7)

Revision 1.55 / (download) - annotate - [select for diffs], Mon Jun 18 09:15:05 2018 UTC (5 years, 11 months ago) by mpi
Branch: MAIN
CVS Tags: OPENBSD_6_5_BASE, OPENBSD_6_5, OPENBSD_6_4_BASE, OPENBSD_6_4
Changes since 1.54: +2 -4 lines
Diff to previous 1.54 (colored)

Put file descriptors on shared data structures when they are completely
setup, take 3.

LARVAL fd still exist, but they are no longer marked with a flag and no
longer reachable via `fd_ofiles[]' or the global linked list.  This allows
us to simplifies a lot code grabbing new references to fds.

All of this is now possible because dup2(2) refuses to clone LARVAL fds.

Note that the `fdplock' could now be release in all open(2)-like syscalls,
just like it is done in accept(2).

With inputs from Mathieu Masson, visa@, guenther@ and art@

Previous version ok bluhm@, ok visa@, sthen@

Revision 1.54 / (download) - annotate - [select for diffs], Tue Jun 5 09:29:05 2018 UTC (5 years, 11 months ago) by mpi
Branch: MAIN
Changes since 1.53: +3 -1 lines
Diff to previous 1.53 (colored)

Revert introduction of fdinsert(), a sanitify check triggers when
closing a LARVAL file.

Found the hardway by sthen@.

Revision 1.53 / (download) - annotate - [select for diffs], Sat Jun 2 10:28:52 2018 UTC (6 years ago) by mpi
Branch: MAIN
Changes since 1.52: +2 -4 lines
Diff to previous 1.52 (colored)

LARVAL fds are now invisble from userland.

From tb@

Revision 1.52 / (download) - annotate - [select for diffs], Sat Nov 26 11:18:43 2016 UTC (7 years, 6 months ago) by mpi
Branch: MAIN
CVS Tags: OPENBSD_6_3_BASE, OPENBSD_6_3, OPENBSD_6_2_BASE, OPENBSD_6_2, OPENBSD_6_1_BASE, OPENBSD_6_1
Changes since 1.51: +3 -9 lines
Diff to previous 1.51 (colored)

Remove leftovers of line disciplines that are no more.

ok mikeb@

Revision 1.51 / (download) - annotate - [select for diffs], Sun Sep 25 15:23:37 2016 UTC (7 years, 8 months ago) by deraadt
Branch: MAIN
Changes since 1.50: +18 -2 lines
Diff to previous 1.50 (colored)

Make a move towards ending 4 decades of kernel snooping.

Add sysctl kern.allowkmem (default 0) which controls the ability to open
/dev/mem or /dev/kmem at securelevel > 0.  Over 15 years we converted 99%
of utilities in the tree to operate on sysctl-nodes (either by themselves
or via code hiding in the guts of -lkvm).

pstat -d and -v & procmap are affected and continued use of them will
require kern.allowkmem=1 in /etc/sysctl.conf.  acpidump (and it's
buddy sendbug) are affected, but we'll work out a solution soon.

There will be some impact in ports.

ok kettenis guenther

Revision 1.50 / (download) - annotate - [select for diffs], Fri Jun 3 20:38:48 2016 UTC (8 years ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_6_0_BASE, OPENBSD_6_0
Changes since 1.49: +5 -6 lines
Diff to previous 1.49 (colored)

correct synopsis to make -d usage clearer.
The shed fell over because 15 layers of paint exceeded engineering margins.

Revision 1.49 / (download) - annotate - [select for diffs], Fri Aug 28 04:38:47 2015 UTC (8 years, 9 months ago) by guenther
Branch: MAIN
CVS Tags: OPENBSD_5_9_BASE, OPENBSD_5_9
Changes since 1.48: +2 -6 lines
Diff to previous 1.48 (colored)

Rework the UNIX domain socket garbage collector, including ideas from
{Free,Net}BSD
 - when a socket is closed with fds in its input, defer closing them to
   a task to avoid recursing.  This eliminates the complicated extra
   reference taking which had a 37 line(!) comment explanation
 - move flags, counts, and links only needed for this from struct file to
   struct unpcb
 - document the flow of the mark/sweep collector

much help from claudio@ who made me explain the GC to him until we trusted it
ok claudio@ mpi@ deraadt@

Revision 1.48 / (download) - annotate - [select for diffs], Wed Oct 1 09:56:36 2014 UTC (9 years, 8 months ago) by mpi
Branch: MAIN
CVS Tags: OPENBSD_5_8_BASE, OPENBSD_5_8, OPENBSD_5_7_BASE, OPENBSD_5_7
Changes since 1.47: +3 -4 lines
Diff to previous 1.47 (colored)

Do not mention sliplogin(8) and sl(4).

Revision 1.47 / (download) - annotate - [select for diffs], Wed Mar 19 04:17:33 2014 UTC (10 years, 2 months ago) by guenther
Branch: MAIN
CVS Tags: OPENBSD_5_6_BASE, OPENBSD_5_6
Changes since 1.46: +5 -5 lines
Diff to previous 1.46 (colored)

Pull in FreeBSD r37363 and r37887:
--
Sync timestamp changes for inodes of special files to disk as late
as possible (when the inode is reclaimed).  Temporarily only do
this if option UFS_LAZYMOD configured and softupdates aren't enabled.
UFS_LAZYMOD is intentionally left out of /sys/conf/options.

This is mainly to avoid almost useless disk i/o on battery powered
machines.  It's silly to write to disk (on the next sync or when the
inode becomes inactive) just because someone hit a key or something
wrote to the screen or /dev/null.
--
Made lazy syncing of timestamps for special files non-optional.
--

Also, include support in 'pstat -v' to display the IN_LAZYMOD flag.

ok tedu@ millert@

Revision 1.46 / (download) - annotate - [select for diffs], Sun Feb 16 19:20:26 2014 UTC (10 years, 3 months ago) by schwarze
Branch: MAIN
CVS Tags: OPENBSD_5_5_BASE, OPENBSD_5_5
Changes since 1.45: +8 -3 lines
Diff to previous 1.45 (colored)

fix bibliographical references; from Jan Stary <hans at stare dot cz>
feedback and ok jmc@

Revision 1.45 / (download) - annotate - [select for diffs], Thu Jan 17 21:39:29 2013 UTC (11 years, 4 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_5_4_BASE, OPENBSD_5_4, OPENBSD_5_3_BASE, OPENBSD_5_3
Changes since 1.44: +2 -3 lines
Diff to previous 1.44 (colored)

some simple macro fixes;

Revision 1.44 / (download) - annotate - [select for diffs], Thu May 17 17:53:22 2012 UTC (12 years ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_5_2_BASE, OPENBSD_5_2
Changes since 1.43: +8 -2 lines
Diff to previous 1.43 (colored)

show the f_iflags; ok guenther

Revision 1.43 / (download) - annotate - [select for diffs], Sun Sep 19 21:59:23 2010 UTC (13 years, 8 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_5_1_BASE, OPENBSD_5_1, OPENBSD_5_0_BASE, OPENBSD_5_0, OPENBSD_4_9_BASE, OPENBSD_4_9
Changes since 1.42: +2 -4 lines
Diff to previous 1.42 (colored)

more wacky macro fixing;

Revision 1.42 / (download) - annotate - [select for diffs], Fri Oct 23 10:19:59 2009 UTC (14 years, 7 months ago) by sobrado
Branch: MAIN
CVS Tags: OPENBSD_4_8_BASE, OPENBSD_4_8, OPENBSD_4_7_BASE, OPENBSD_4_7
Changes since 1.41: +2 -2 lines
Diff to previous 1.41 (colored)

argument to -M is "core", not "corefile" (this typo was introduced
in 4.4BSD at least).

ok jmc@

Revision 1.41 / (download) - annotate - [select for diffs], Tue Oct 7 02:30:02 2008 UTC (15 years, 7 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5
Changes since 1.40: +3 -2 lines
Diff to previous 1.40 (colored)

pstat can hide information too; also based on PR 5113

Revision 1.40 / (download) - annotate - [select for diffs], Fri May 9 09:08:47 2008 UTC (16 years ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_4_BASE, OPENBSD_4_4
Changes since 1.39: +3 -2 lines
Diff to previous 1.39 (colored)

some Xr for tcpbench(1) and tcpdrop(8);

Revision 1.39 / (download) - annotate - [select for diffs], Tue Dec 4 18:54:59 2007 UTC (16 years, 6 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_4_3_BASE, OPENBSD_4_3
Changes since 1.38: +7 -2 lines
Diff to previous 1.38 (colored)

show some -d examples; ok jmc

Revision 1.38 / (download) - annotate - [select for diffs], Wed Nov 28 19:25:25 2007 UTC (16 years, 6 months ago) by jmc
Branch: MAIN
Changes since 1.37: +3 -2 lines
Diff to previous 1.37 (colored)

- bring back a tweak that got reverted in previous
- Xr printf 3 whilst here

Revision 1.37 / (download) - annotate - [select for diffs], Wed Nov 28 16:33:43 2007 UTC (16 years, 6 months ago) by deraadt
Branch: MAIN
Changes since 1.36: +8 -5 lines
Diff to previous 1.36 (colored)

Be more careful with printf-style formats, and fix a few other niggles
ok tedu

Revision 1.36 / (download) - annotate - [select for diffs], Wed Nov 28 15:49:11 2007 UTC (16 years, 6 months ago) by jmc
Branch: MAIN
Changes since 1.35: +5 -4 lines
Diff to previous 1.35 (colored)

tweak previous;

Revision 1.35 / (download) - annotate - [select for diffs], Wed Nov 28 11:37:41 2007 UTC (16 years, 6 months ago) by tedu
Branch: MAIN
Changes since 1.34: +10 -2 lines
Diff to previous 1.34 (colored)

add a -d argument, which can be used to peek at values in the kernel.
this is easier than using the ddb console.  ok deraadt

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

convert to new .Dd format;

Revision 1.33 / (download) - annotate - [select for diffs], Thu Sep 21 15:15:22 2006 UTC (17 years, 8 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_1_BASE, OPENBSD_4_1
Changes since 1.32: +1 -3 lines
Diff to previous 1.32 (colored)

more lfs removal; ok pedro

Revision 1.32 / (download) - annotate - [select for diffs], Fri Aug 4 07:02:13 2006 UTC (17 years, 10 months ago) by mbalmer
Branch: MAIN
CVS Tags: OPENBSD_4_0_BASE, OPENBSD_4_0
Changes since 1.31: +1 -4 lines
Diff to previous 1.31 (colored)

Remove reference to tb(4).  Found by jmc@, thanks.

Revision 1.31 / (download) - annotate - [select for diffs], Wed Jun 7 15:34:29 2006 UTC (17 years, 11 months ago) by mbalmer
Branch: MAIN
Changes since 1.30: +6 -3 lines
Diff to previous 1.30 (colored)

mention the nmea line discipline in the pstat(8) man page.

found by mk, ok deraadt

Revision 1.30 / (download) - annotate - [select for diffs], Tue Sep 6 23:35:29 2005 UTC (18 years, 8 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_3_9_BASE, OPENBSD_3_9
Changes since 1.29: +6 -4 lines
Diff to previous 1.29 (colored)

comment out .Xr to strip(4), a page which does not get installed;
while here, make the list item a bit better grammatically.

Revision 1.29 / (download) - annotate - [select for diffs], Tue Sep 6 23:28:23 2005 UTC (18 years, 8 months ago) by jmc
Branch: MAIN
Changes since 1.28: +3 -1 lines
Diff to previous 1.28 (colored)

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

Revision 1.28 / (download) - annotate - [select for diffs], Fri Jun 10 18:36:27 2005 UTC (18 years, 11 months ago) by pedro
Branch: MAIN
CVS Tags: OPENBSD_3_8_BASE, OPENBSD_3_8
Changes since 1.27: +2 -7 lines
Diff to previous 1.27 (colored)

No point in keeping a list of file systems here, instead just refer to
whatever the kernel supports, okay deraadt@

Revision 1.27 / (download) - annotate - [select for diffs], Tue Aug 3 04:11:49 2004 UTC (19 years, 10 months ago) by mjc
Branch: MAIN
CVS Tags: OPENBSD_3_7_BASE, OPENBSD_3_7, OPENBSD_3_6_BASE, OPENBSD_3_6
Changes since 1.26: +3 -5 lines
Diff to previous 1.26 (colored)

make pstat -f show locking

ok art@ tedu@
much help from pedro@

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

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

Revision 1.25 / (download) - annotate - [select for diffs], Tue Mar 16 23:11:20 2004 UTC (20 years, 2 months ago) by jmc
Branch: MAIN
Changes since 1.24: +13 -7 lines
Diff to previous 1.24 (colored)

add -M and -N to options list;
sort options;
sync usage();

Revision 1.24 / (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.23: +2 -1 lines
Diff to previous 1.23 (colored)

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

Revision 1.23 / (download) - annotate - [select for diffs], Thu Jun 12 12:59:52 2003 UTC (20 years, 11 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_3_4_BASE, OPENBSD_3_4
Changes since 1.22: +8 -8 lines
Diff to previous 1.22 (colored)

- section reorder
- macro fixes
- kill whitespace at EOL
- new sentence, new line

Revision 1.22 / (download) - annotate - [select for diffs], Mon Jun 2 23:36:54 2003 UTC (21 years ago) by millert
Branch: MAIN
Changes since 1.21: +2 -6 lines
Diff to previous 1.21 (colored)

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

Revision 1.21 / (download) - annotate - [select for diffs], Fri Apr 25 14:53:03 2003 UTC (21 years, 1 month ago) by jmc
Branch: MAIN
Changes since 1.20: +2 -1 lines
Diff to previous 1.20 (colored)

add missing .El's for .Bl macros;

Revision 1.20 / (download) - annotate - [select for diffs], Tue Feb 11 07:26:20 2003 UTC (21 years, 3 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_3_3_BASE, OPENBSD_3_3
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (colored)

typos;

raidctl(8) ok millert@
mknetid(8) help maja@

Revision 1.19 / (download) - annotate - [select for diffs], Sun Jun 2 22:38:51 2002 UTC (22 years ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_3_2_BASE, OPENBSD_3_2
Changes since 1.18: +10 -10 lines
Diff to previous 1.18 (colored)

fix tables; fred@francis.unitra.sk

Revision 1.18 / (download) - annotate - [select for diffs], Fri Nov 9 00:56:24 2001 UTC (22 years, 6 months ago) by miod
Branch: MAIN
CVS Tags: OPENBSD_3_1_BASE, OPENBSD_3_1
Changes since 1.17: +3 -12 lines
Diff to previous 1.17 (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.17 / (download) - annotate - [select for diffs], Fri Aug 3 16:03:02 2001 UTC (22 years, 10 months ago) by mpech
Branch: MAIN
CVS Tags: OPENBSD_3_0_BASE, OPENBSD_3_0
Changes since 1.16: +2 -1 lines
Diff to previous 1.16 (colored)

o) We always closes .Bl and .Bd tags;

millert@ ok

Revision 1.16 / (download) - annotate - [select for diffs], Sun Nov 12 17:20:42 2000 UTC (23 years, 6 months ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_2_9_BASE, OPENBSD_2_9
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored)

typo

Revision 1.15 / (download) - annotate - [select for diffs], Fri Jun 16 19:03:48 2000 UTC (23 years, 11 months ago) by assar
Branch: MAIN
CVS Tags: OPENBSD_2_8_BASE, OPENBSD_2_8
Changes since 1.14: +27 -19 lines
Diff to previous 1.14 (colored)

update and sort list of vflags, iflags, nfsflags, mntflags.  also
update man-page to be compatible with the code.

Revision 1.14 / (download) - annotate - [select for diffs], Sun Mar 19 17:57:12 2000 UTC (24 years, 2 months ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_2_7_BASE, OPENBSD_2_7
Changes since 1.13: +14 -8 lines
Diff to previous 1.13 (colored)

Remove hard sentence breaks. Add $OpenBSD$ tags where appropriate. Some other
cleanup along the way.

Revision 1.13 / (download) - annotate - [select for diffs], Sun Mar 5 00:28:51 2000 UTC (24 years, 3 months ago) by aaron
Branch: MAIN
Changes since 1.12: +1 -1 lines
Diff to previous 1.12 (colored)

Finish standardizing options list introduction.

Revision 1.12 / (download) - annotate - [select for diffs], Sun May 23 14:11:36 1999 UTC (25 years ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_2_6_BASE, OPENBSD_2_6
Changes since 1.11: +1 -1 lines
Diff to previous 1.11 (colored)

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

Revision 1.11 / (download) - annotate - [select for diffs], Fri Apr 2 15:12:19 1999 UTC (25 years, 2 months ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_2_5_BASE, OPENBSD_2_5
Changes since 1.10: +1 -1 lines
Diff to previous 1.10 (colored)

all .Nm macros should have an argument in SYNOPSIS; also misc cleanup

Revision 1.10 / (download) - annotate - [select for diffs], Mon Mar 1 06:17:06 1999 UTC (25 years, 3 months ago) by aaron
Branch: MAIN
Changes since 1.9: +14 -8 lines
Diff to previous 1.9 (colored)

cleanup; d@

Revision 1.9 / (download) - annotate - [select for diffs], Mon Jun 15 17:56:19 1998 UTC (25 years, 11 months ago) by mickey
Branch: MAIN
CVS Tags: OPENBSD_2_4_BASE, OPENBSD_2_4
Changes since 1.8: +2 -1 lines
Diff to previous 1.8 (colored)

use Bx macro for BSD versions

Revision 1.8 / (download) - annotate - [select for diffs], Wed May 13 10:33:30 1998 UTC (26 years ago) by deraadt
Branch: MAIN
Changes since 1.7: +1 -1 lines
Diff to previous 1.7 (colored)

fix .Sh ENVIRONMENT

Revision 1.7 / (download) - annotate - [select for diffs], Sat May 31 08:48:19 1997 UTC (27 years ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_3_BASE, OPENBSD_2_3, OPENBSD_2_2_BASE, OPENBSD_2_2
Changes since 1.6: +12 -11 lines
Diff to previous 1.6 (colored)

various

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

kernel is /bsd, os is OpenBSD

Revision 1.5 / (download) - annotate - [select for diffs], Mon Jun 10 08:37:05 1996 UTC (27 years, 11 months ago) by deraadt
Branch: MAIN
Changes since 1.4: +52 -40 lines
Diff to previous 1.4 (colored)

update ttystats

Revision 1.4 / (download) - annotate - [select for diffs], Sun May 5 16:15:46 1996 UTC (28 years, 1 month ago) by deraadt
Branch: MAIN
Changes since 1.3: +9 -9 lines
Diff to previous 1.3 (colored)

from netbsd:
handle the VISTTY vnode flag with the same letter ('I') that BSDI used.
Update the documentation of the vnode flags so that it lists only (and all)
of the flags understood by the program.  (The documentation is likely in need
of more cleanup.)

Revision 1.3 / (download) - annotate - [select for diffs], Thu Jan 11 17:54:00 1996 UTC (28 years, 4 months ago) by deraadt
Branch: MAIN
Changes since 1.2: +10 -9 lines
Diff to previous 1.2 (colored)

from netbsd; Fix typo and make some enum. lists more compact
(James Jegers; PR#592).

Revision 1.2 / (download) - annotate - [select for diffs], Fri Dec 8 19:48:42 1995 UTC (28 years, 6 months ago) by deraadt
Branch: MAIN
Changes since 1.1: +3 -3 lines
Diff to previous 1.1 (colored)

s/environmental/environment/

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Oct 18 08:48:01 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:48:01 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.