| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2012-02-20 | sysinfo: Use explicit types in <linux/sysinfo.h> | H. Peter Anvin | 1 | -14/+16 | |
| Change <linux/sysinfo.h> to use explicitly sized types. Replace long/unsigned long with __kernel_[u]long_t so that a non-legacy 32-bit ABI running on a 64-bit kernel can export those as 64-bit types. Originally-by: H. J. Lu <[email protected]> Signed-off-by: H. Peter Anvin <[email protected]> | |||||
| 2012-02-20 | sysinfo: Move struct sysinfo to a separate header file | H. Peter Anvin | 1 | -0/+22 | |
| struct sysinfo is just about the only thing exported to userspace from <linux/kernel.h>, so move it into a separate header file with a residual #include in <linux/kernel.h>. Originally-by: H. J. Lu <[email protected]> Signed-off-by: H. Peter Anvin <[email protected]> Link: http://lkml.kernel.org/n/[email protected] | |||||