On Tue, Feb 24, 2026, 8:45 AM Gleb Popov <[email protected]> wrote:
> On Tue, Feb 24, 2026 at 5:42 PM Warner Losh <[email protected]> wrote: > > > > From: Stacey Son <[email protected]> > > > > Wire up semget(2) and semop(2) syscalls to get System V semaphore > > implementation, as well the undocumented __semctl used to implement the > > bits of the interface in libc. > > semctl(2) seems to be documented since FreeBSD 2.2 > But __semctl is what actually implemented the system calls with a different interface... Warner >
