aboutsummaryrefslogtreecommitdiff
path: root/sbin/ldconfig/elfhints.c
Commit message (Expand)AuthorAgeFilesLines
* ldconfig: use little-endian hints file on all architecturesStefan Eßer2024-04-191-3/+3
* ldconfig: small optimizationStefan Eßer2024-04-191-1/+1
* ldconfig: support hints files of either byte-orderStefan Eßer2024-02-281-14/+32
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* ldconfig: start of cleanupKonstantin Belousov2021-11-241-10/+9
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* * include/elf.h has been repo copied to include/elf-hints.h, and it noDavid E. O'Brien2001-05-021-1/+1
* Elminate common declaration.Paul Saab2001-02-221-0/+1
* Extend the ldconfig security check so that it ignores group-writableJohn Polstra2000-12-171-0/+4
* Add a "-i" option ("insecure") which disables the checks forJohn Polstra2000-08-071-16/+18
* If a directory is world-writable or is not owned by root, skip itJohn Polstra2000-07-261-1/+16
* If a directory on the command line doesn't exist, warn about itJohn Polstra2000-01-211-2/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Implement ldconfig functionality for ELF. The hints are stored inJohn Polstra1998-09-051-0/+280