]> git.ipfire.org Git - thirdparty/man-pages.git/commit
Update /proc/[number]/cmdline description.
authorMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 22 Feb 2008 07:41:04 +0000 (07:41 +0000)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 22 Feb 2008 07:41:04 +0000 (07:41 +0000)
commitb447cd586d95a2e3617245e9fbf2bbeb26782472
treee6e59fdf089f963104b4e6f2cd1ba94482cf42c2
parent8960f1e41c9ff89038607d456df4eeafe10b72b8
Update /proc/[number]/cmdline description.
It used to be true that the command line arguments were
not accessible when the process had been swapped out.
In ancient kernels (circa 2.0.*) the problem was that the
kernel relied on get_phys_addr to access the user space buffer,
which stopped working as soon as the process was swapped out.
Recent kernels use get_user_pages for the same purpose and thus
they should not have that limitation.
man5/proc.5