Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Include param.h instead of types.h when using user.h. Otherwise there is | rwatson | 2008-12-27 | 1 | -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 callers | marcus | 2008-12-19 | 1 | -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 of | peter | 2008-12-02 | 1 | -2/+2 |
| | | | | maintaining alignment, but I'm not sure how to tell gcc this. | ||||
* | Add experimental front ends to the kinfo_vmentry and kinfo_filedesc | peter | 2008-11-30 | 1 | -0/+72 |
sysctls. |