aboutsummaryrefslogtreecommitdiff
path: root/kernel/sysctl_binary.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-25sysctl: don't use own implementation of hex_to_bin()Gravatar Andy Shevchenko 1-6/+3
2010-05-08ipv4: remove ip_rt_secret timer (v4)Gravatar Neil Horman 1-1/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-03-03Switch may_open() and break_lease() to passing O_...Gravatar Al Viro 1-5/+2
2009-12-23SYSCTL: Print binary sysctl warnings (nearly) only onceGravatar Andi Kleen 1-1/+30
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