aboutsummaryrefslogtreecommitdiff
path: root/sbin/ldconfig
Commit message (Expand)AuthorAgeFilesLines
* ldconfig: fix man-page - duplicate dot at end of sentenceStefan Eßer2024-04-201-1/+1
* ldconfig: document changed default byte-orderStefan Eßer2024-04-201-2/+3
* 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: remove ignored -v (verbose) optionStefan Eßer2024-03-012-16/+23
* ldconfig: support hints files of either byte-orderStefan Eßer2024-02-284-23/+49
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-161-2/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-162-2/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-162-4/+0
* ldconfig: Use __PATH_ELF_HINTS("32") over _PATH_ELF32_HINTSJessica Clarke2023-07-091-1/+1
* Mark usage function as __dead2 in programs where it does not returnAlfonso Gregory2023-07-071-1/+1
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-122-2/+2
* Update/fix Makefile.depend for userlandSimon J. Gerraty2023-04-191-1/+0
* ldconfig: remove two symbolsKonstantin Belousov2022-01-081-3/+0
* ldconfig: remove libsoft supportWarner Losh2022-01-071-10/+3
* ldconfig(8): check for no-args command line after options are parsedKonstantin Belousov2021-11-241-5/+6
* ldconfig: use libexec/rtld-elf/rtld_paths.hKonstantin Belousov2021-11-242-1/+3
* ldconfig(8): nostd/-s does nothingKonstantin Belousov2021-11-242-9/+5
* ldconfig: start of cleanupKonstantin Belousov2021-11-243-48/+31
* ldconfig: remove a comment which is another remnant of a.out supportKonstantin Belousov2021-11-241-1/+1
* ldconfig(8): update manpage to realityKonstantin Belousov2021-05-211-67/+47
* ldconfig: Retire a.out supportEd Maste2020-12-313-512/+15
* ldconfig: add aout deprecation noticeEd Maste2020-03-172-1/+4
* Make ldconfig(8) atomic, by removing an unneccessary call to unlink(2)Edward Tomasz Napierala2018-08-091-7/+0
* ldconfig(8): use .Nm instead of 'ldconfig'Eitan Adler2018-01-091-3/+4
* ldconfig(8): clarify language for filesEitan Adler2018-01-071-2/+4
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-273-1/+7
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Use MAP_PRIVATE instead of obsolete MAP_COPY. No functional changes.Edward Tomasz Napierala2017-10-301-2/+2
* sbin: normalize paths using SRCTOP-relative paths or :H when possibleEnji Cooper2017-03-041-1/+1
* Explicitly add more files to the 'runtime' package.Glen Barber2016-02-091-0/+1
* Add ldconfig -soft to process the soft float abi libraries and put itWarner Losh2016-01-181-1/+9
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+18
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * sync from headSimon J. Gerraty2013-04-122-27/+8
| |\ | |/ |/|
| * Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+19
* | Add a comment about why aout support is still here: We need it forWarner Losh2013-03-191-0/+7
* | Remove obsolete objformat information.Joel Dahl2013-03-191-27/+1
|/
* ANSIfy ldconfig and the aout bits it still uses from rtld-aout.Ed Schouten2009-12-291-13/+7
* Switch the default WARNS level for sbin/ to 6.Ruslan Ermilov2009-10-191-1/+0
* Remove unused reference to objformat.hPeter Wemm2007-01-251-1/+0
* Tweak -32 description and add -32 FILES.David E. O'Brien2005-12-091-2/+7
* -mdoc sweep.Ruslan Ermilov2005-11-181-1/+1
* Document -32 flag in usage() output as well.John Baldwin2005-11-111-1/+1
* Document the -32 switch available on amd64.John Baldwin2005-11-111-0/+4
* Sync program's usage() with manpage's SYNOPSIS.Ruslan Ermilov2005-02-101-1/+1