History log of /netbsd-src/libexec/rpc.rstatd/rstat_proc.c (Results 26 – 50 of 53)
Revision Date Author Comments
# d2397ac5 24-Mar-1999 mrg <mrg@NetBSD.org>

completely remove Mach VM support. all that is left is the all the
header files as UVM still uses (most of) these.


# 3ed4fcf6 11-Jan-1999 kleink <kleink@NetBSD.org>

In userland, pull in <errno.h> instead of <sys/errno.h> for the declaration
of errno.


# bfd52621 10-Aug-1998 perry <perry@NetBSD.org>

bzero->memset, bcopy->memcpy, bcmp->memcmp


# 017037d6 19-Jul-1998 drochner <drochner@NetBSD.org>

adapt to changed dkinit() in ../../usr.bin/vmstat/dkstats.c


# 984d89b0 30-Mar-1998 mrg <mrg@NetBSD.org>

use static int, not just static


# b788ab76 12-Feb-1998 mrg <mrg@NetBSD.org>

use sysctl for "kern.boottime" over kvm_read


# 8a0d3fa9 11-Feb-1998 bad <bad@NetBSD.org>

Make this compile with -DUVM.


# f1d37094 07-Feb-1998 mrg <mrg@NetBSD.org>

make this work in the -DUVM case.


# a5a68ff5 07-Oct-1997 mrg <mrg@NetBSD.org>

WARNS?=1. RCS ids.


# 6ca80cfb 19-Jul-1997 fvdl <fvdl@NetBSD.org>

Make sure that the last fields in the transmitted stat structs are set
correctly. PR 809, from Jarle Greipsland


# b817db1e 22-Feb-1997 thorpej <thorpej@NetBSD.org>

Fix reporting of disk statistics that's been broken since new disk
framework went in. From Jarle Greipsland <jarle@runit.sintef.no>, PR #3200.


# d09d0bdc 01-Oct-1996 cgd <cgd@NetBSD.org>

disable use of dk_xfer since it's no longer in the kernel. eventually,
this should be updated to use the new disk statistics structures, but it
would be good if there were an efficient way to get th

disable use of dk_xfer since it's no longer in the kernel. eventually,
this should be updated to use the new disk statistics structures, but it
would be good if there were an efficient way to get them from the kernel
before that's done. Also, while here, terminate nlist struct array with
an entry with a NULL name, not the name "".

show more ...


# 176865a0 30-Aug-1996 thorpej <thorpej@NetBSD.org>

RCS id police.


# 5005458a 10-Mar-1996 ragge <ragge@NetBSD.org>

Removed a couple of "ifdef vax" that caused rstatd not to work.


# 4a5c9a20 09-Jul-1995 pk <pk@NetBSD.org>

Use `xdrproc_t' to declare xdr_{args,result}. (takes care of PR#1182).


# fed935eb 24-Jun-1995 pk <pk@NetBSD.org>

Conform to rpcgen generated prototypes.


# fe84ea21 19-Jun-1995 cgd <cgd@NetBSD.org>

update for new network queues


# 48bf1a7f 13-Jan-1995 mycroft <mycroft@NetBSD.org>

Fix error messages.


# b54e7589 23-Dec-1994 cgd <cgd@NetBSD.org>

be a bit more careful with types, casts, and and function declarations.


# 7cb090d9 25-May-1994 pk <pk@NetBSD.org>

Use new kvm interface (fixes bug 253)
Also, use the crummy protocol's idea of CPU times.


# 00b7161e 14-May-1994 cgd <cgd@NetBSD.org>

more #undefs to get it to compile! perverted


# 6fb7527e 15-Apr-1994 cgd <cgd@NetBSD.org>

sum -> cnt


# 86be4d62 01-Apr-1994 cgd <cgd@NetBSD.org>

long cast


# 570159be 07-Dec-1993 mycroft <mycroft@NetBSD.org>

Eliminate a compiler warning.


# 59e456d7 23-Sep-1993 jtc <jtc@NetBSD.org>

Make sure we use rstat's protocol's values of FSCALE. We were picking up
the FSCALE from sys/param.h which caused our load averages to be sent
incorrectly to remote machines.


123