aboutsummaryrefslogtreecommitdiff
path: root/sbin/ldconfig
Commit message (Expand)AuthorAgeFilesLines
* Add a "-i" option ("insecure") which disables the checks forJohn Polstra2000-08-074-35/+36
* If a directory is world-writable or is not owned by root, skip itJohn Polstra2000-07-263-5/+35
* Make "ldconfig" with no arguments behave the same as "ldconfig -R".John Polstra2000-07-092-1/+4
* Remove more single-space hard sentence breaks.Sheldon Hearn2000-03-061-1/+2
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-011-7/+14
* If a directory on the command line doesn't exist, warn about itJohn Polstra2000-01-211-2/+2
* Fix insecure tempfile handlingKris Kennaway2000-01-161-8/+4
* $Id$ -> $FreeBSD$Peter Wemm1999-08-285-5/+5
* Make usage() reflect reality (add the -aout and -elf options).Bill Fumerola1999-04-211-2/+2
* Add a new library function getobjformat(). It checks all theJohn Polstra1998-09-091-73/+16
* Fix calls to mmap. It returns void *, and on failure it returnsJohn Polstra1998-09-061-11/+11
* For a.out mode, ignore shared libraries that don't have at least 2John Polstra1998-09-051-1/+3
* Implement ldconfig functionality for ELF. The hints are stored inJohn Polstra1998-09-055-31/+465
* Fixed printf format errors.Bruce Evans1998-08-021-4/+5
* Add rcsid. remove unused #includes. Getopt returns -1 not EOF. Add usage().Philippe Charnier1998-07-061-23/+27
* Fixed printf format errors.Bruce Evans1998-06-281-4/+3
* Force -DFREEBSD_AOUT incase ldconfig is being compiled under elf.Peter Wemm1998-06-121-2/+2
* Build ldconfig in /sbin environment directly, rather than under the gnu ldPeter Wemm1998-06-011-6/+4
* ELF preparation step 2:Søren Schmidt1998-05-261-2/+7
* Removed /etc/ld.so.conf reference from FILES section (people getAlexander Langer1998-01-011-3/+1
* Add -R (rescan or refresh) option to rescan and rebuild the hintsPeter Wemm1997-08-222-13/+27
* Allow ldconfig to accept files (containing directory paths) as well asJordan K. Hubbard1997-07-112-9/+73
* Configure static linkage in the normal way (default to -static usingBruce Evans1997-06-291-2/+2
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-223-3/+3
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-143-3/+3
* Document that "ldconfig -m" rescans all directories previouslyJohn Polstra1996-11-091-3/+6
* Fixed a bug in the handling of the directories in the search pathJohn Polstra1996-11-081-5/+13
* Add a new option "-f hints_file" to specify an alternate file instead ofJohn Polstra1996-10-102-37/+37
* Updates to deal with ld.so.hints version 2. It now deals with thePeter Wemm1996-10-012-18/+53
* General -Wall warning cleanup, part I.Jordan K. Hubbard1996-07-121-3/+5
* Correct some man page xrefs, and some other minor changes to bring someMike Pritchard1996-04-081-12/+12
* Bring in some of Paul K's fixes for ldconfig from NetBSD-current.Paul Traina1996-02-261-10/+30
* Reset the umask before creating the output file; otherwise runningJoerg Wunsch1995-08-161-1/+2
* Add an "-m" flag to merge instead of replace the entries. We canSatoshi Asami1995-06-242-41/+75
* Make ldconfig and ld.so not hashing the shared lib minor number. ThisJoerg Wunsch1995-01-121-6/+5
* Updated to recent version of Paul K.'s shlib code. This code has betterNate Williams1994-12-232-23/+42
* Changes from Paul Kranenburg which bring us into sync with his sources:Rich Murphey1994-06-152-8/+13
* Add the -r and -s flags to the Usage string.Andreas Schulz1994-06-051-2/+2
* Better link ldconfig static instead dynamic.Andreas Schulz1994-04-131-2/+2
* Add that /usr/X386/lib is also in the default path for ldconfig. Bug foundAndreas Schulz1994-04-051-1/+3
* This is Paul K's latest set of ld changes. A commit was necessary at thisJordan K. Hubbard1994-02-133-18/+30
* Changed NetBSD -> FreeBSDNate Williams1994-02-111-2/+2
* Fixed Makefile per bug report from Julian Stacey. There was an extra DESTDIRNate Williams1993-12-161-2/+2
* Many recent fixes from Paul K, add support for chaining of shared lib deps.Jordan K. Hubbard1993-11-301-4/+7
* Cahnged ldconfig.0 to ldconfig.8 for our man system.Paul Richards1993-11-091-2/+2
* Updated to newest ld from pk.Paul Richards1993-11-091-2/+2
* Changed ldconfig.0 to ldconfig.8 for our man setup.Paul Richards1993-11-061-2/+2
* Imported NetBSD's ld for shared libs.Paul Richards1993-11-033-0/+522