History log of /netbsd/libexec/rpc.rstatd/rstat_proc.c (Results 1 – 25 of 53)
Revision Date Author Comments
# fb6d4819 30-Oct-2018 kre <kre@NetBSD.org>

sysctl(KERN_BOOTTIME) is a struct timespec, not struct timeval
and has eben since 2009. Adapt.

NFCI - while the tv_usec (now tv_nsec) field is used, we will
keep its uses to microsecond precision

sysctl(KERN_BOOTTIME) is a struct timespec, not struct timeval
and has eben since 2009. Adapt.

NFCI - while the tv_usec (now tv_nsec) field is used, we will
keep its uses to microsecond precision to avoid any compat issues.

show more ...


# 36c60e42 26-Jun-2014 dholland <dholland@NetBSD.org>

put the sccsids back here too


# b4140c6b 06-Jun-2014 christos <christos@NetBSD.org>

Although the kernel handles non-NUL terminated interface names, it is better
to avoid this, and all other places that create ifdr_name use strlcpy anyway
so make it conform.


# 3e4c9018 02-Jun-2014 joerg <joerg@NetBSD.org>

Remove remaining kvm glue.


# 31a5065d 02-Jun-2014 joerg <joerg@NetBSD.org>

Remove majority of KVM usage.


# 9d03c09b 02-Jun-2014 joerg <joerg@NetBSD.org>

Remove !BSD and lint branches.


# d057eeac 19-Jun-2012 dholland <dholland@NetBSD.org>

Pass WARNS=5


# 4b81573e 16-Sep-2011 plunky <plunky@NetBSD.org>

NULL does not need a cast, here


# 3cd9f110 30-Aug-2011 plunky <plunky@NetBSD.org>

Apply casts to cases where xdrproc_t is expected but is not
strictly passed, for example because the second argument is
a different kind of pointer.


# eccb8fb7 16-Mar-2009 lukem <lukem@NetBSD.org>

WARNS=4


# d791be4b 14-Apr-2006 blymn <blymn@NetBSD.org>

New io statistics


# 96b62d8a 11-Jun-2003 drochner <drochner@NetBSD.org>

no need to #include <sys/dkstat.h>


# a775363f 09-Mar-2003 hannken <hannken@NetBSD.org>

Dont call gettimeofday on a rpc timeval.
This fails on sparc64 because rpc timeval elements are int
and timeval elements are long.


# c066bc7b 02-Nov-2002 mrg <mrg@NetBSD.org>

update to new dkstats.c interface; no changes to how this program works.
pointed out by uwe@ in private email.


# d904dc6d 28-Jan-2002 augustss <augustss@NetBSD.org>

Make it compile again (vmstat change fallout).


# 0833efd0 01-Dec-2000 simonb <simonb@NetBSD.org>

Remove extern variables and functions now declared in dkstats.h.


# 80bd9216 30-Nov-2000 simonb <simonb@NetBSD.org>

ANSIfy.


# ba632e70 29-Nov-2000 simonb <simonb@NetBSD.org>

Use the vm.uvmexp2 sysctl.


# 8d479571 29-Jun-2000 mrg <mrg@NetBSD.org>

remove include of <vm/vm.h>


# 79b8558e 04-Jun-2000 perry <perry@NetBSD.org>

include sys/sched.h to get definition of CPUSTATES


# 3ff53c6c 03-Jun-2000 fvdl <fvdl@NetBSD.org>

ANSIfy function prototypes and definitions.


# 015c3c10 03-Jun-2000 fvdl <fvdl@NetBSD.org>

Oops, remove debugging printf.


# ed2c47f7 02-Jun-2000 fvdl <fvdl@NetBSD.org>

Adapt for new RPC interface.


# 6c872090 29-May-2000 simonb <simonb@NetBSD.org>

The cp_time array has had 5 members since 1994 - show them all in debug
output.


# 085184c2 25-Mar-1999 bgrayson <bgrayson@NetBSD.org>

Avoid an open-file leak when not inetd-spawned: only call kvm_openfiles() once


123