summaryrefslogtreecommitdiffstats
path: root/sys/pc98
diff options
context:
space:
mode:
authorbabkin <babkin@FreeBSD.org>2006-06-25 18:37:44 +0000
committerbabkin <babkin@FreeBSD.org>2006-06-25 18:37:44 +0000
commit3d8be823b0a2fba7792c161abc25de7109e6ecfa (patch)
tree55b915a8ffbed38f4e2c53f4f5ebebf9b363c793 /sys/pc98
parent2786b968bb6e23d601bfed279577ac6a3ff7a79e (diff)
downloadFreeBSD-src-3d8be823b0a2fba7792c161abc25de7109e6ecfa.zip
FreeBSD-src-3d8be823b0a2fba7792c161abc25de7109e6ecfa.tar.gz
The common UID/GID space implementation. It has been discussed on -arch
in 1999, and there are changes to the sysctl names compared to PR, according to that discussion. The description is in sys/conf/NOTES. Lines in the GENERIC files are added in commented-out form. I'll attach the test script I've used to PR. PR: kern/14584 Submitted by: babkin
Diffstat (limited to 'sys/pc98')
-rw-r--r--sys/pc98/conf/GENERIC1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC
index 1903d71..fc79b86 100644
--- a/sys/pc98/conf/GENERIC
+++ b/sys/pc98/conf/GENERIC
@@ -59,6 +59,7 @@ options SYSVMSG # SYSV-style message queues
options SYSVSEM # SYSV-style semaphores
options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
options KBD_INSTALL_CDEV # install a CDEV entry in /dev
+#options COMMONID # Enable support for common UID/GID space
# Debugging for use in -current
options KDB # Enable kernel debugger support.
OpenPOWER on IntegriCloud