aboutsummaryrefslogtreecommitdiff
path: root/sbin/ldconfig/ldconfig.c
Commit message (Expand)AuthorAgeFilesLines
* 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-051-9/+92
* 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
* ELF preparation step 2:Søren Schmidt1998-05-261-2/+7
* Add -R (rescan or refresh) option to rescan and rebuild the hintsPeter Wemm1997-08-221-10/+19
* Allow ldconfig to accept files (containing directory paths) as well asJordan K. Hubbard1997-07-111-6/+57
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* 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-101-25/+28
* Updates to deal with ld.so.hints version 2. It now deals with thePeter Wemm1996-10-011-16/+51
* General -Wall warning cleanup, part I.Jordan K. Hubbard1996-07-121-3/+5
* 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-241-39/+67
* 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-231-11/+7
* Changes from Paul Kranenburg which bring us into sync with his sources:Rich Murphey1994-06-151-8/+11
* Add the -r and -s flags to the Usage string.Andreas Schulz1994-06-051-2/+2
* This is Paul K's latest set of ld changes. A commit was necessary at thisJordan K. Hubbard1994-02-131-12/+24
* Many recent fixes from Paul K, add support for chaining of shared lib deps.Jordan K. Hubbard1993-11-301-4/+7
* Imported NetBSD's ld for shared libs.Paul Richards1993-11-031-0/+411