summaryrefslogtreecommitdiff
path: root/sbin/ldconfig
AgeCommit message (Expand)Author
2024-10-24Canonicalize the name of the FreeBSD FoundationLi-Wen Hsu
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2024-04-20ldconfig: fix man-page - duplicate dot at end of sentenceStefan Eßer
2024-04-20ldconfig: document changed default byte-orderStefan Eßer
2024-04-19ldconfig: use little-endian hints file on all architecturesStefan Eßer
2024-04-19ldconfig: small optimizationStefan Eßer
2024-03-01ldconfig: remove ignored -v (verbose) optionStefan Eßer
2024-02-28ldconfig: support hints files of either byte-orderStefan Eßer
2023-08-16Remove $FreeBSD$: two-line nroff patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2023-07-09ldconfig: Use __PATH_ELF_HINTS("32") over _PATH_ELF32_HINTSJessica Clarke
2023-07-07Mark usage function as __dead2 in programs where it does not returnAlfonso Gregory
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-04-18Update/fix Makefile.depend for userlandSimon J. Gerraty
2022-01-08ldconfig: remove two symbolsKonstantin Belousov
2022-01-06ldconfig: remove libsoft supportWarner Losh
2021-11-25ldconfig(8): check for no-args command line after options are parsedKonstantin Belousov
2021-11-25ldconfig: use libexec/rtld-elf/rtld_paths.hKonstantin Belousov
2021-11-25ldconfig(8): nostd/-s does nothingKonstantin Belousov
2021-11-25ldconfig: start of cleanupKonstantin Belousov
2021-11-25ldconfig: remove a comment which is another remnant of a.out supportKonstantin Belousov
2021-05-21ldconfig(8): update manpage to realityKonstantin Belousov
2020-12-31ldconfig: Retire a.out supportEd Maste
2020-03-17ldconfig: add aout deprecation noticeEd Maste
2018-08-09Make ldconfig(8) atomic, by removing an unneccessary call to unlink(2)Edward Tomasz Napierala
2018-01-09ldconfig(8): use .Nm instead of 'ldconfig'Eitan Adler
2018-01-07ldconfig(8): clarify language for filesEitan Adler
2017-11-27various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-10-31DIRDEPS_BUILD: Update dependencies.Bryan Drewery
2017-10-30Use MAP_PRIVATE instead of obsolete MAP_COPY. No functional changes.Edward Tomasz Napierala
2017-03-04sbin: normalize paths using SRCTOP-relative paths or :H when possibleEnji Cooper
2016-02-09Explicitly add more files to the 'runtime' package.Glen Barber
2016-01-18Add ldconfig -soft to process the soft float abi libraries and put itWarner Losh
2015-06-13Add META_MODE support.Simon J. Gerraty
2015-06-08dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty
2014-05-16Updated dependenciesSimon J. Gerraty
2014-05-10Updated dependenciesSimon J. Gerraty
2013-04-12sync from headSimon J. Gerraty
2013-03-19Add a comment about why aout support is still here: We need it forWarner Losh
2013-03-19Remove obsolete objformat information.Joel Dahl
2013-03-11Updated dependenciesSimon J. Gerraty
2013-02-16Updated dependenciesSimon J. Gerraty
2012-08-22Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar
2009-12-29ANSIfy ldconfig and the aout bits it still uses from rtld-aout.Ed Schouten
2009-10-19Switch the default WARNS level for sbin/ to 6.Ruslan Ermilov
2007-01-25Remove unused reference to objformat.hPeter Wemm
2005-12-09Tweak -32 description and add -32 FILES.David E. O'Brien
2005-11-18-mdoc sweep.Ruslan Ermilov
2005-11-11Document -32 flag in usage() output as well.John Baldwin