aboutsummaryrefslogtreecommitdiff
path: root/kernel/utsname.c
AgeCommit message (Expand)Author
2013-08-30userns: Kill nsown_capable it makes the wrong thing easyEric W. Biederman
2013-05-01proc: Split the namespace stuff out into linux/proc_ns.hDavid Howells
2013-02-27kernel/utsname.c: fix wrong comment about clone_uts_ns()Yuanhan Liu
2012-12-14userns: Require CAP_SYS_ADMIN for most uses of setns.Eric W. Biederman
2012-11-20proc: Usable inode numbers for the namespace file descriptors.Eric W. Biederman
2012-11-20userns: Make create_new_namespaces take a user_ns parameterEric W. Biederman
2012-11-20userns: Allow unprivileged use of setns.Eric W. Biederman
2012-04-07userns: Use cred->user_ns instead of cred->user->user_nsEric W. Biederman
2011-10-31kernel: Map most files to use export.h instead of module.hPaul Gortmaker
2011-05-10ns proc: Add support for the uts namespaceEric W. Biederman
2011-03-23userns: allow sethostname in a containerSerge E. Hallyn
2011-03-23userns: add a user_namespace as creator/owner of uts_namespaceSerge E. Hallyn
2009-06-18utsns: extract creeate_uts_ns()Alexey Dobriyan
2008-08-23removed unused #include <linux/version.h>'sAdrian Bunk
2008-04-29kernel: explicitly include required header files under kernel/Robert P. J. Day
2007-09-19Fix UTS corruption during clone(CLONE_NEWUTS)Alexey Dobriyan
2007-07-16namespace: ensure clone_flags are always stored in an unsigned longEric W. Biederman
2007-07-16fix create_new_namespaces() return valueCedric Le Goater
2007-05-08Merge sys_clone()/sys_unshare() nsproxy and namespace handlingBadari Pulavarty
2006-10-02[PATCH] namespaces: utsname: implement CLONE_NEWUTS flagSerge E. Hallyn
2006-10-02[PATCH] namespaces: utsname: implement utsname namespacesSerge E. Hallyn