aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sysctl_binary.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-23SYSCTL: Print binary sysctl warnings (nearly) only onceAndi Kleen1-1/+30
2009-12-16[sysctl] Fix breakage on systems with older glibcAndi Kleen1-0/+7
2009-11-12sysctl binary: Reorder the tests to process wild card entries first.Eric W. Biederman1-8/+7
2009-11-12sysctl: sysctl_binary.c Fix compilation when !CONFIG_NETEric W. Biederman1-15/+20
2009-11-11sysctl: Warn about all uses of sys_sysctl.Eric W. Biederman1-7/+1
2009-11-11sysctl: Reduce sys_sysctl to a compatibility wrapper around /proc/sysEric W. Biederman1-102/+1383
2009-11-06sysctl: Make do_sysctl staticEric W. Biederman1-1/+1
2009-11-06sysctl: Introduce a generic compat sysctl sysctlEric W. Biederman1-0/+50
2009-11-06sysctl: Refactor the binary sysctl handling to remove duplicate codeEric W. Biederman1-65/+58
2009-11-06sysctl: Separate the binary sysctl logic into it's own file.Eric W. Biederman1-0/+185