History log of /openbsd/usr.bin/gprof/hertz.c (Results 1 – 7 of 7)
Revision Date Author Comments
# b9fc9a72 16-Jan-2015 deraadt <deraadt@openbsd.org>

Replace <sys/param.h> with <limits.h> and other less dirty headers where
possible. Annotate <sys/param.h> lines with their current reasons. Switch
to PATH_MAX, NGROUPS_MAX, HOST_NAME_MAX+1, LOGIN_N

Replace <sys/param.h> with <limits.h> and other less dirty headers where
possible. Annotate <sys/param.h> lines with their current reasons. Switch
to PATH_MAX, NGROUPS_MAX, HOST_NAME_MAX+1, LOGIN_NAME_MAX, etc. Change
MIN() and MAX() to local definitions of MINIMUM() and MAXIMUM() where
sensible to avoid pulling in the pollution. These are the files confirmed
through binary verification.
ok guenther, millert, doug (helped with the verification protocol)

show more ...


# 9bd74cde 25-Mar-2006 espie <espie@openbsd.org>

add missing prototypes all over the place, u_long -> unsigned long (userland
code).

okay kettenis@, comments by ray@


# 45901bb4 03-May-2005 art <art@openbsd.org>

Better implementation of the hertz function. We use a documented sysctl
that gives us a correct answer and not a good guess that uses undocumented
itimer semantics.

miod@ millert@ ok


# f75387cb 03-Jun-2003 millert <millert@openbsd.org>

Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999. Proofed by myself and Theo.


# d2559c65 22-Mar-2001 mickey <mickey@openbsd.org>

_wall, err/warn; dummy hppa part, like others


# 1258a77d 26-Jun-1996 deraadt <deraadt@openbsd.org>

rcsid


# df930be7 18-Oct-1995 deraadt <deraadt@openbsd.org>

initial import of NetBSD tree