rwatson
|
c10016b254
|
Include param.h instead of types.h when using user.h. Otherwise there is
a dependence on ucred.h including audit.h including param.h, which we
would like to eliminate.
MFC after: 3 weeks
|
2008-12-27 11:12:23 +00:00 |
|
marcus
|
2368f18ac4
|
Initialize the cntp pointer to 0 prior to doing any work so that callers
don't try to iterate through garbage or NULL memory. Additionally, return
NULL instead of 0 on error.
Reviewed by: peter
Approved by: peter
|
2008-12-19 06:47:59 +00:00 |
|
peter
|
1a56ba723d
|
Attempt a quick bandaid for arm build breakage. I went to the trouble of
maintaining alignment, but I'm not sure how to tell gcc this.
|
2008-12-02 10:10:50 +00:00 |
|
peter
|
16271b5bfa
|
Add experimental front ends to the kinfo_vmentry and kinfo_filedesc
sysctls.
|
2008-11-30 22:40:14 +00:00 |
|