summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2018-09-09sys: don't hold uts_sem while accessing userspace memoryJann Horn5-110/+119
2014-06-06sysctl: convert use of typedef ctl_table to struct ctl_tableJoe Perches2-4/+4
2014-06-04kernel/utsname_sysctl.c: replace obsolete __initcall by device_initcallFabian Frederick1-2/+2
2013-02-28kernel/utsname_sysctl.c: put get/get_uts() into CONFIG_PROC_SYSCTL code blockYuanhan Liu1-1/+2
2011-11-07Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2057-606/+2248
2011-11-02sysctl: add support for poll()Lucas De Marchi5-0/+108
2011-10-31kernel: Map most files to use export.h instead of module.hPaul Gortmaker61-61/+61
2009-11-12sysctl kernel: Remove binary sysctl logicEric W. Biederman3-38/+3
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan60-270/+239
2009-04-03proc_sysctl: use CONFIG_PROC_SYSCTL around ipc and utsname proc_handlersSerge E. Hallyn2-2/+2
2008-10-16sysctl: simplify ->strategyAlexey Dobriyan16-73/+56
2008-08-23removed unused #include <linux/version.h>'sAdrian Bunk67-72/+0
2007-11-29Isolate the UTS namespace's domainname and hostname backPavel Emelyanov1-0/+4
2007-07-16remove CONFIG_UTS_NS and CONFIG_IPC_NSCedric Le Goater11-79/+12
2007-02-14[PATCH] sysctl: remove insert_at_head from register_sysctlEric W. Biederman68-80/+75
2007-02-14[PATCH] sysctl: move utsname sysctls to their own fileEric W. Biederman3-117/+147