Date: Wed, 17 Jan 2024 00:42:55 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 276391] [exp-run] move system calls to libsys Message-ID: <bug-276391-227@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D276391 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 sy= stem calls out of libc and into libsys when libc is a dynamic library. In theor= y, the visible impact of this change is that libc now exports a bunch more pub= lic 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. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-276391-227>