summaryrefslogtreecommitdiffstats
path: root/lib/libutil/kinfo_getfile.c
Commit message (Collapse)AuthorAgeFilesLines
* Include param.h instead of types.h when using user.h. Otherwise there isrwatson2008-12-271-1/+1
| | | | | | | a dependence on ucred.h including audit.h including param.h, which we would like to eliminate. MFC after: 3 weeks
* Initialize the cntp pointer to 0 prior to doing any work so that callersmarcus2008-12-191-4/+5
| | | | | | | | don't try to iterate through garbage or NULL memory. Additionally, return NULL instead of 0 on error. Reviewed by: peter Approved by: peter
* Attempt a quick bandaid for arm build breakage. I went to the trouble ofpeter2008-12-021-2/+2
| | | | maintaining alignment, but I'm not sure how to tell gcc this.
* Add experimental front ends to the kinfo_vmentry and kinfo_filedescpeter2008-11-301-0/+72
sysctls.
OpenPOWER on IntegriCloud