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