OpenBSD CVS

CVS log for src/usr.bin/systat/nfs.c


[BACK] Up to [local] / src / usr.bin / systat

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.10 / (download) - annotate - [select for diffs], Sat May 18 09:02:34 2024 UTC (30 hours, 31 minutes ago) by jsg
Branch: MAIN
CVS Tags: HEAD
Changes since 1.9: +1 -2 lines
Diff to previous 1.9 (colored)

remove prototypes with no matching function

Revision 1.9 / (download) - annotate - [select for diffs], Wed Apr 19 12:58:15 2023 UTC (13 months ago) by jsg
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4
Changes since 1.8: +1 -2 lines
Diff to previous 1.8 (colored)

remove duplicate includes

Revision 1.8 / (download) - annotate - [select for diffs], Fri Jun 28 13:35:04 2019 UTC (4 years, 10 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, 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, OPENBSD_6_6_BASE, OPENBSD_6_6
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

When system calls indicate an error they return -1, not some arbitrary
value < 0.  errno is only updated in this case.  Change all (most?)
callers of syscalls to follow this better, and let's see if this strictness
helps us in the future.

Revision 1.7 / (download) - annotate - [select for diffs], Fri Jan 16 00:03:37 2015 UTC (9 years, 4 months ago) by deraadt
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, OPENBSD_6_0_BASE, OPENBSD_6_0, OPENBSD_5_9_BASE, OPENBSD_5_9, OPENBSD_5_8_BASE, OPENBSD_5_8, OPENBSD_5_7_BASE, OPENBSD_5_7
Changes since 1.6: +3 -2 lines
Diff to previous 1.6 (colored)

first batch of programs adapting to the namespace cleanup
(pfvar.h nameser.h proc.h ucred.h)
ok guenther millert, and some review from doug as well.

Revision 1.6 / (download) - annotate - [select for diffs], Wed Mar 2 06:48:17 2011 UTC (13 years, 2 months ago) by jasper
Branch: MAIN
CVS Tags: OPENBSD_5_6_BASE, OPENBSD_5_6, OPENBSD_5_5_BASE, OPENBSD_5_5, OPENBSD_5_4_BASE, OPENBSD_5_4, OPENBSD_5_3_BASE, OPENBSD_5_3, OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1, OPENBSD_5_0_BASE, OPENBSD_5_0
Changes since 1.5: +13 -15 lines
Diff to previous 1.5 (colored)

- use a common FIELD_ADDR macro, instead of rolling 78 identical copies.

ok canacar@

Revision 1.5 / (download) - annotate - [select for diffs], Thu Jan 13 19:10:02 2011 UTC (13 years, 4 months ago) by jasper
Branch: MAIN
CVS Tags: OPENBSD_4_9_BASE, OPENBSD_4_9
Changes since 1.4: +7 -7 lines
Diff to previous 1.4 (colored)

Making the numbers Right aligned (instead of left as it is) as the
   numbers increase, it may be difficult to keep track of left aligned
      stuff.

      ok sthen@

Revision 1.4 / (download) - annotate - [select for diffs], Fri Jun 26 17:24:31 2009 UTC (14 years, 10 months ago) by canacar
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
Changes since 1.3: +3 -2 lines
Diff to previous 1.3 (colored)

explicitly print an empty value between two end_line() calls to prevent
garbage from being printed at certain window sizes. Noticed by deraadt@

Revision 1.3 / (download) - annotate - [select for diffs], Fri Jun 26 06:39:47 2009 UTC (14 years, 10 months ago) by jasper
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

- include two missing headers in if.c
- add missing parenthesis in nfs.c

ok canacar@

Revision 1.2 / (download) - annotate - [select for diffs], Fri Jun 19 12:11:34 2009 UTC (14 years, 11 months ago) by jasper
Branch: MAIN
Changes since 1.1: +7 -7 lines
Diff to previous 1.1 (colored)

- uppercase the column headers for consistency with other views

Revision 1.1 / (download) - annotate - [select for diffs], Fri Jun 19 07:48:45 2009 UTC (14 years, 11 months ago) by jasper
Branch: MAIN

- add two new views to systat, 'nfsserver' and 'nfsclient'.
output is similar to nfsstat(1), but it allows for better monitoring/debugging

tricked into by and "i love this" thib@
ok canacar@

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.