git: bf864c3ed583 - main - amd64 MINIMAL: SysV IPC syscalls are loadable
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 09 May 2023 15:30:21 UTC
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=bf864c3ed5830785cbc4dcc8b832c14fdc7110e4 commit bf864c3ed5830785cbc4dcc8b832c14fdc7110e4 Author: Konstantin Belousov <kib@FreeBSD.org> AuthorDate: 2023-05-06 20:03:07 +0000 Commit: Konstantin Belousov <kib@FreeBSD.org> CommitDate: 2023-05-09 15:30:07 +0000 amd64 MINIMAL: SysV IPC syscalls are loadable Reviewed by: emaste, imp Sponsored by: The FreeBSD Foundation MFC after: 1 week Differential revision: https://reviews.freebsd.org/D39990 --- sys/amd64/conf/MINIMAL | 3 --- 1 file changed, 3 deletions(-) diff --git a/sys/amd64/conf/MINIMAL b/sys/amd64/conf/MINIMAL index 574892980a8e..b69706f97690 100644 --- a/sys/amd64/conf/MINIMAL +++ b/sys/amd64/conf/MINIMAL @@ -61,9 +61,6 @@ options COMPAT_FREEBSD13 # Compatible with FreeBSD13 options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI options KTRACE # ktrace(1) support options STACK # stack(9) support -options SYSVSHM # SYSV-style shared memory -options SYSVMSG # SYSV-style message queues -options SYSVSEM # SYSV-style semaphores options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions options PRINTF_BUFR_SIZE=128 # Prevent printf output being interspersed. options KBD_INSTALL_CDEV # install a CDEV entry in /dev