patch-2.3.39 linux/Documentation/sysctl/kernel.txt

Next file: linux/Documentation/usb/CREDITS
Previous file: linux/Documentation/sysctl/fs.txt
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.38/linux/Documentation/sysctl/kernel.txt linux/Documentation/sysctl/kernel.txt
@@ -28,6 +28,8 @@
 - modprobe                    ==> Documentation/kmod.txt
 - osrelease
 - ostype
+- overflowgid
+- overflowuid
 - panic
 - powersave-nap               [ PPC only ]
 - printk
@@ -123,6 +125,18 @@
 this is the fifth kernel built from this source base and the
 date behind it indicates the time the kernel was built.
 The only way to tune these values is to rebuild the kernel :-)
+
+==============================================================
+
+overflowgid & overflowuid:
+
+if your architecture did not always support 32-bit UIDs (i.e. arm, i386,
+m68k, sh, and sparc32), a fixed UID and GID will be returned to
+applications that use the old 16-bit UID/GID system calls, if the actual
+UID or GID would exceed 65535.
+
+These sysctls allow you to change the value of the fixed UID and GID.
+The default is 65534.
 
 ==============================================================
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)