[Bug 276391] [exp-run] move system calls to libsys

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 17 Jan 2024 00:42:55 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276391

            Bug ID: 276391
           Summary: [exp-run] move system calls to libsys
           Product: Base System
           Version: CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: bin
          Assignee: bugs@FreeBSD.org
          Reporter: brooks@FreeBSD.org

https://github.com/freebsd/freebsd-src/pull/908 contains a patch to move system
calls out of libc and into libsys when libc is a dynamic library.  In theory,
the visible impact of this change is that libc now exports a bunch more public
symbols for _ and __sys_ prefixed versions of symbols old under the
FBSDprivate_1.0 version so hopefully this shows up as a no-op.

I've not attempted to produce a diff as the diff summary is:
 382 files changed, 1635 insertions(+), 1234 deletions(-)

and most of that is files that are moved unchanged or with trivial
modifications.

-- 
You are receiving this mail because:
You are the assignee for the bug.