Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src



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