summaryrefslogtreecommitdiff
path: root/libexec/rpc.rstatd
AgeCommit message (Expand)Author
2006-05-09change (mostly) int to socklen_t. GCC 4 doesn't like that int andmrg
2006-04-14New io statisticsblymn
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-06-11no need to #include <sys/dkstat.h>drochner
2003-03-09Dont call gettimeofday on a rpc timeval.hannken
2002-11-02update to new dkstats.c interface; no changes to how this program works.mrg
2002-09-29Begin new sentences on new lines.wiz
2002-09-18use bsd.own.mk instead of the (obvious typo of) bsd.obj.mklukem
2002-08-19Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/pathlukem
2002-01-28Make it compile again (vmstat change fallout).augustss
2002-01-15Whitespace nits.wiz
2000-12-01Remove extern variables and functions now declared in dkstats.h.simonb
2000-11-30ANSIfy.simonb
2000-11-29Use the vm.uvmexp2 sysctl.simonb
2000-06-29remove include of <vm/vm.h>mrg
2000-06-04include sys/sched.h to get definition of CPUSTATESperry
2000-06-03Use sockaddr_storage in from_inetd check (call to getsockname()).fvdl
2000-06-03ANSIfy function prototypes and definitions.fvdl
2000-06-03Use rpcb_unset, not pmap_unset.fvdl
2000-06-03Oops, remove debugging printf.fvdl
2000-06-02Adapt for new RPC interface.fvdl
2000-05-29The cp_time array has had 5 members since 1994 - show them all in debugsimonb
1999-09-12the PMAP_NEW option is gone as the new interface is no longer optional.chs
1999-03-25Avoid an open-file leak when not inetd-spawned: only call kvm_openfiles() oncebgrayson
1999-03-25Added description of argv[1] value interval (rpc.rstatd doesn\'t use getopt)bgrayson
1999-03-24completely remove Mach VM support. all that is left is the all themrg
1999-03-22More and more .Os cleanups. .Os is defined in the tmac.doc-common file,garbled
1999-01-31do not use LOG_CONS.mrg
1999-01-11In userland, pull in <errno.h> instead of <sys/errno.h> for the declarationkleink
1998-08-10bzero->memset, bcopy->memcpy, bcmp->memcmpperry
1998-07-19adapt to changed dkinit() in ../../usr.bin/vmstat/dkstats.cdrochner
1998-03-30use static int, not just staticmrg
1998-02-18add -DPMAP_NEW if PMAP_NEW is on in mk.confperry
1998-02-12use sysctl for "kern.boottime" over kvm_readmrg
1998-02-11Make this compile with -DUVM.bad
1998-02-09add -DUVM to CPPFLAGS if defined(UVM)mrg
1998-02-07make this work in the -DUVM case.mrg
1997-10-22use CPPFLAGS instead of CFLAGSlukem
1997-10-20Fix .Nm usage.enami
1997-10-08merge lite-2 Makefiles (rcsids), and turn on WARNS for all of libexec.mrg
1997-10-07WARNS?=1. RCS ids.mrg
1997-07-19Make sure that the last fields in the transmitted stat structs are setfvdl
1997-02-22Fix reporting of disk statistics that's been broken since new diskthorpej
1996-10-01disable use of dk_xfer since it's no longer in the kernel. eventually,cgd
1996-08-30RCS id police.thorpej
1996-03-10Removed a couple of "ifdef vax" that caused rstatd not to work.ragge
1995-07-09Use `xdrproc_t' to declare xdr_{args,result}. (takes care of PR#1182).pk
1995-06-24Conform to rpcgen generated prototypes.pk
1995-06-19update for new network queuescgd
1995-04-12Install manpage as foo(8) as well as rpc.foo(8), a convenient shorthand.jtc