aboutsummaryrefslogtreecommitdiff
path: root/kernel/sysctl_binary.c
AgeCommit message (Expand)AuthorFilesLines
2009-12-16[sysctl] Fix breakage on systems with older glibcGravatar Andi Kleen 1-0/+7
2009-11-12sysctl binary: Reorder the tests to process wild card entries first.Gravatar Eric W. Biederman 1-8/+7
2009-11-12sysctl: sysctl_binary.c Fix compilation when !CONFIG_NETGravatar Eric W. Biederman 1-15/+20
2009-11-11sysctl: Warn about all uses of sys_sysctl.Gravatar Eric W. Biederman 1-7/+1
2009-11-11sysctl: Reduce sys_sysctl to a compatibility wrapper around /proc/sysGravatar Eric W. Biederman 1-102/+1383
2009-11-06sysctl: Make do_sysctl staticGravatar Eric W. Biederman 1-1/+1
2009-11-06sysctl: Introduce a generic compat sysctl sysctlGravatar Eric W. Biederman 1-0/+50
2009-11-06sysctl: Refactor the binary sysctl handling to remove duplicate codeGravatar Eric W. Biederman 1-65/+58
2009-11-06sysctl: Separate the binary sysctl logic into it's own file.Gravatar Eric W. Biederman 1-0/+185