summaryrefslogtreecommitdiff
path: root/kernel/sysctl_binary.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-09switch compat_sys_sysctl to COMPAT_SYSCALL_DEFINEAl Viro1-2/+2
2013-02-27sysctl: fix null checking in bin_dn_node_address()Xi Wang1-1/+2
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-32/+7
2013-02-26export kernel_write(), convert open-coded instancesAl Viro1-32/+7
2013-02-05tcp: remove Appropriate Byte Count supportStephen Hemminger1-1/+0
2012-11-19pidns: Use task_active_pid_ns where appropriateEric W. Biederman1-1/+1
2012-07-31mm: prepare for removal of obsolete /proc/sys/vm/nr_pdflush_threadsWanpeng Li1-1/+1
2011-12-20binary_sysctl(): fix memory leakMichel Lespinasse1-1/+1
2011-10-03ipv4: NET_IPV4_ROUTE_GC_INTERVAL removalVasily Averin1-1/+1
2011-08-12xfs: remove subdirectoriesChristoph Hellwig1-1/+1
2011-03-14open-style analog of vfs_path_lookup()Al Viro1-18/+1
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds1-1/+1
2010-12-10x86, NMI: Add back unknown_nmi_panic and nmi_watchdog sysctlsDon Zickus1-1/+0
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König1-1/+1
2010-05-25sysctl: don't use own implementation of hex_to_bin()Andy Shevchenko1-6/+3
2010-05-08ipv4: remove ip_rt_secret timer (v4)Neil Horman1-1/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-03Switch may_open() and break_lease() to passing O_...Al Viro1-5/+2
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