mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-12 09:58:36 +00:00
Clean up POSIX options, syncronize generics.
This commit is contained in:
parent
0f819b8832
commit
4a04162824
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=56983
@ -59,7 +59,9 @@ options KTRACE #ktrace(1) syscall trace support
|
||||
options SYSVSHM #SYSV-style shared memory
|
||||
options SYSVMSG #SYSV-style message queues
|
||||
options SYSVSEM #SYSV-style semaphores
|
||||
options ICMP_BANDLIM # Rate limit bad replies
|
||||
options P1003_1B #Posix P1003_1B real-time extentions
|
||||
options _KPOSIX_PRIORITY_SCHEDULING
|
||||
options ICMP_BANDLIM #Rate limit bad replies
|
||||
|
||||
# Standard busses
|
||||
device isa
|
||||
|
@ -59,7 +59,9 @@ options KTRACE #ktrace(1) syscall trace support
|
||||
options SYSVSHM #SYSV-style shared memory
|
||||
options SYSVMSG #SYSV-style message queues
|
||||
options SYSVSEM #SYSV-style semaphores
|
||||
options ICMP_BANDLIM # Rate limit bad replies
|
||||
options P1003_1B #Posix P1003_1B real-time extentions
|
||||
options _KPOSIX_PRIORITY_SCHEDULING
|
||||
options ICMP_BANDLIM #Rate limit bad replies
|
||||
|
||||
# Standard busses
|
||||
device isa
|
||||
|
@ -50,8 +50,7 @@ options SYSVMSG #SYSV-style message queues
|
||||
options SYSVSEM #SYSV-style semaphores
|
||||
options P1003_1B #Posix P1003_1B real-time extentions
|
||||
options _KPOSIX_PRIORITY_SCHEDULING
|
||||
options _KPOSIX_VERSION=199309L
|
||||
options ICMP_BANDLIM # Rate limit bad replies
|
||||
options ICMP_BANDLIM #Rate limit bad replies
|
||||
|
||||
# To make an SMP kernel, the next two are needed
|
||||
#options SMP # Symmetric MultiProcessor Kernel
|
||||
|
@ -50,8 +50,7 @@ options SYSVMSG #SYSV-style message queues
|
||||
options SYSVSEM #SYSV-style semaphores
|
||||
options P1003_1B #Posix P1003_1B real-time extentions
|
||||
options _KPOSIX_PRIORITY_SCHEDULING
|
||||
options _KPOSIX_VERSION=199309L
|
||||
options ICMP_BANDLIM # Rate limit bad replies
|
||||
options ICMP_BANDLIM #Rate limit bad replies
|
||||
|
||||
# To make an SMP kernel, the next two are needed
|
||||
#options SMP # Symmetric MultiProcessor Kernel
|
||||
|
Loading…
Reference in New Issue
Block a user