History log of /openbsd-current/usr.bin/systat/nfs.c
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.10 18-May-2024 jsg

remove prototypes with no matching function


Revision tags: OPENBSD_7_4_BASE OPENBSD_7_5_BASE
# 1.9 19-Apr-2023 jsg

remove duplicate includes


Revision tags: OPENBSD_6_6_BASE OPENBSD_6_7_BASE OPENBSD_6_8_BASE OPENBSD_6_9_BASE OPENBSD_7_0_BASE OPENBSD_7_1_BASE OPENBSD_7_2_BASE OPENBSD_7_3_BASE
# 1.8 28-Jun-2019 deraadt

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 tags: OPENBSD_5_7_BASE OPENBSD_5_8_BASE OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE OPENBSD_6_2_BASE OPENBSD_6_3_BASE OPENBSD_6_4_BASE OPENBSD_6_5_BASE
# 1.7 16-Jan-2015 deraadt

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 tags: OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE OPENBSD_5_3_BASE OPENBSD_5_4_BASE OPENBSD_5_5_BASE OPENBSD_5_6_BASE
# 1.6 02-Mar-2011 jasper

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

ok canacar@


Revision tags: OPENBSD_4_9_BASE
# 1.5 13-Jan-2011 jasper

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 tags: OPENBSD_4_6_BASE OPENBSD_4_7_BASE OPENBSD_4_8_BASE
# 1.4 26-Jun-2009 canacar

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


# 1.3 26-Jun-2009 jasper

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

ok canacar@


# 1.2 19-Jun-2009 jasper

- uppercase the column headers for consistency with other views


# 1.1 19-Jun-2009 jasper

- 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@


# 1.9 19-Apr-2023 jsg

remove duplicate includes


Revision tags: OPENBSD_6_6_BASE OPENBSD_6_7_BASE OPENBSD_6_8_BASE OPENBSD_6_9_BASE OPENBSD_7_0_BASE OPENBSD_7_1_BASE OPENBSD_7_2_BASE OPENBSD_7_3_BASE
# 1.8 28-Jun-2019 deraadt

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 tags: OPENBSD_5_7_BASE OPENBSD_5_8_BASE OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE OPENBSD_6_2_BASE OPENBSD_6_3_BASE OPENBSD_6_4_BASE OPENBSD_6_5_BASE
# 1.7 16-Jan-2015 deraadt

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 tags: OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE OPENBSD_5_3_BASE OPENBSD_5_4_BASE OPENBSD_5_5_BASE OPENBSD_5_6_BASE
# 1.6 02-Mar-2011 jasper

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

ok canacar@


Revision tags: OPENBSD_4_9_BASE
# 1.5 13-Jan-2011 jasper

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 tags: OPENBSD_4_6_BASE OPENBSD_4_7_BASE OPENBSD_4_8_BASE
# 1.4 26-Jun-2009 canacar

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


# 1.3 26-Jun-2009 jasper

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

ok canacar@


# 1.2 19-Jun-2009 jasper

- uppercase the column headers for consistency with other views


# 1.1 19-Jun-2009 jasper

- 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@


# 1.8 28-Jun-2019 deraadt

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 tags: OPENBSD_5_7_BASE OPENBSD_5_8_BASE OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE OPENBSD_6_2_BASE OPENBSD_6_3_BASE OPENBSD_6_4_BASE OPENBSD_6_5_BASE
# 1.7 16-Jan-2015 deraadt

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 tags: OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE OPENBSD_5_3_BASE OPENBSD_5_4_BASE OPENBSD_5_5_BASE OPENBSD_5_6_BASE
# 1.6 02-Mar-2011 jasper

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

ok canacar@


Revision tags: OPENBSD_4_9_BASE
# 1.5 13-Jan-2011 jasper

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 tags: OPENBSD_4_6_BASE OPENBSD_4_7_BASE OPENBSD_4_8_BASE
# 1.4 26-Jun-2009 canacar

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


# 1.3 26-Jun-2009 jasper

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

ok canacar@


# 1.2 19-Jun-2009 jasper

- uppercase the column headers for consistency with other views


# 1.1 19-Jun-2009 jasper

- 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@


Revision tags: OPENBSD_5_7_BASE OPENBSD_5_8_BASE OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE OPENBSD_6_2_BASE
# 1.7 16-Jan-2015 deraadt

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 tags: OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE OPENBSD_5_3_BASE OPENBSD_5_4_BASE OPENBSD_5_5_BASE OPENBSD_5_6_BASE
# 1.6 02-Mar-2011 jasper

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

ok canacar@


Revision tags: OPENBSD_4_9_BASE
# 1.5 13-Jan-2011 jasper

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 tags: OPENBSD_4_6_BASE OPENBSD_4_7_BASE OPENBSD_4_8_BASE
# 1.4 26-Jun-2009 canacar

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


# 1.3 26-Jun-2009 jasper

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

ok canacar@


# 1.2 19-Jun-2009 jasper

- uppercase the column headers for consistency with other views


# 1.1 19-Jun-2009 jasper

- 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@