NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/59387 CVS commit: src
The following reply was made to PR lib/59387; it has been noted by GNATS.
From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/59387 CVS commit: src
Date: Fri, 2 May 2025 23:04:56 +0000
Module Name: src
Committed By: riastradh
Date: Fri May 2 23:04:56 UTC 2025
Modified Files:
src/lib/libc/misc: stack_protector.c
src/libexec/ld.elf_so: expand.c paths.c
Added Files:
src/lib/libc/include: __sysctl.h
Log Message:
ld.elf_so: Use __sysctl() syscall stub rather than sysctl() wrapper.
This avoids pulling in some unnecessary junk from libc, saving on a
couple kilobytes of space and some relative relocations at runtime.
PR lib/59387: ld.elf_so: needlessly includes libc/gen/sysctl.c user.*
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/lib/libc/include/__sysctl.h
cvs rdiff -u -r1.9 -r1.10 src/lib/libc/misc/stack_protector.c
cvs rdiff -u -r1.7 -r1.8 src/libexec/ld.elf_so/expand.c
cvs rdiff -u -r1.42 -r1.43 src/libexec/ld.elf_so/paths.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index