summaryrefslogtreecommitdiff
path: root/lib/libkvm/kvm_getloadavg.c
Commit message (Collapse)AuthorAgeFilesLines
* Include sys/param.h instead of sys/types.h to get the definition of theJohn Baldwin2001-11-201-1/+1
| | | | | | | | | MIN() macro. Pointy hat to: rwatson Notes: svn path=/head/; revision=86646
* o Cleanup of includes: user.h may be a catch-all, but that's notRobert Watson2001-11-191-4/+3
| | | | | | | | | | entirely desirable. Back out previous commit, and clean up includes to be more minimal. Submitted by: bde Notes: svn path=/head/; revision=86625
* #include <sys/user.h> rather than individually including a plethoraRobert Watson2001-11-191-4/+1
| | | | | | | | | | of kernel include files, reducing the replication of kernel include dependency information in userland. Obtained from: TrustedBSD Project Notes: svn path=/head/; revision=86606
* Compensate for "Compensate for header dethreading" by backing it out.Bruce Evans2001-10-101-2/+0
| | | | Notes: svn path=/head/; revision=84768
* Implement __FBSDID()Matthew Dillon2001-09-161-3/+3
| | | | Notes: svn path=/head/; revision=83551
* Compensate for header dethreading.Mark Murray2001-05-011-0/+2
| | | | Notes: svn path=/head/; revision=76176
* Use kldsym(2) to lookup symbol values. This avoids the kvm_mkdb jugglingPeter Wemm1999-12-271-1/+5
| | | | | | | | | and is module aware. Yes, this means that kvm_nlist(3) will find symbols in loaded modules. The emulation of the nlist struct is pretty crude but seems to work well enough for all the users in the tree that I found. Notes: svn path=/head/; revision=55127
* General -Wall warning cleanup, part I.Jordan K. Hubbard1996-07-121-0/+1
| | | | | | | Submitted-By: Kent Vander Velden <graphix@iastate.edu> Notes: svn path=/head/; revision=17141
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+105
Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=1573