summaryrefslogtreecommitdiffstats
path: root/usr.bin/gprof/hertz.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-2/+1
| | | | | | | | | 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)
* add missing prototypes all over the place, u_long -> unsigned long (userlandespie2006-03-251-1/+3
| | | | | | code). okay kettenis@, comments by ray@
* Better implementation of the hertz function. We use a documented sysctlart2005-05-031-49/+28
| | | | | | | that gives us a correct answer and not a good guess that uses undocumented itimer semantics. miod@ millert@ ok
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-031-7/+3
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* _wall, err/warn; dummy hppa part, like othersmickey2001-03-221-2/+3
|
* rcsidderaadt1996-06-261-1/+2
|
* initial import of NetBSD treederaadt1995-10-181-0/+65