Module Name:src
Committed By: dholland
Date: Wed Aug 21 21:05:29 UTC 2013
Modified Files:
src/usr.bin/rpcinfo: Makefile
Log Message:
passes WARNS=5, don't set it to 4.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/usr.bin/rpcinfo/Makefile
Please note
Module Name:src
Committed By: christos
Date: Fri May 24 23:09:45 UTC 2013
Modified Files:
src/usr.bin/rpcinfo: rpcinfo.c
Log Message:
0 == local
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/usr.bin/rpcinfo/rpcinfo.c
Please note that diffs are not pu
Module Name:src
Committed By: christos
Date: Wed May 8 00:34:50 UTC 2013
Modified Files:
src/usr.bin/rpcinfo: rpcinfo.c
Log Message:
Simplify previous: instead of polluting the whole code with extra arguments
and dealing with byteorder, do the whole thing in where we need
Module Name:src
Committed By: christos
Date: Tue May 7 21:41:52 UTC 2013
Modified Files:
src/usr.bin/rpcinfo: rpcinfo.c
Log Message:
print the port where the server is listening when displaying status.
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/us
Module Name:src
Committed By: wiz
Date: Sun May 13 15:50:41 UTC 2012
Modified Files:
src/usr.bin/rpcinfo: rpcinfo.8
Log Message:
Full list of changes:
- remove spurious white space;
- punctuation;
- new sentence, new line;
- decapitalization;
- for the non-superuser exampl
Module Name:src
Committed By: joerg
Date: Tue May 24 12:42:25 UTC 2011
Modified Files:
src/usr.bin/rpcinfo: rpcinfo.c
Log Message:
Fix usage() to actually not return
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/usr.bin/rpcinfo/rpcinfo.c
Please note
Module Name:src
Committed By: christos
Date: Thu Feb 10 00:05:52 UTC 2011
Modified Files:
src/usr.bin/rpcinfo: rpcinfo.c
Log Message:
simplify
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/usr.bin/rpcinfo/rpcinfo.c
Please note that diffs are not publ
Module Name:src
Committed By: dholland
Date: Wed Feb 9 06:26:48 UTC 2011
Modified Files:
src/usr.bin/rpcinfo: rpcinfo.c
Log Message:
Fix broken build (hi Christos!)
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/usr.bin/rpcinfo/rpcinfo.c
Please note
Module Name:src
Committed By: christos
Date: Tue Feb 8 22:16:59 UTC 2011
Modified Files:
src/usr.bin/rpcinfo: Makefile rpcinfo.c
Log Message:
- WARNS ?= 4
- fix memory leaks
- fix error printing
- pass lint
- KNF
- constify
- ansify
To generate a diff of this commit:
cv