summaryrefslogtreecommitdiffstats
path: root/sbin/ldconfig/ldconfig.c
Commit message (Expand)AuthorAgeFilesLines
* Add ldconfig -soft to process the soft float abi libraries and put itimp2016-01-181-1/+9
* Add a comment about why aout support is still here: We need it forimp2013-03-191-0/+7
* ANSIfy ldconfig and the aout bits it still uses from rtld-aout.ed2009-12-291-13/+7
* Remove unused reference to objformat.hpeter2007-01-251-1/+0
* Document -32 flag in usage() output as well.jhb2005-11-111-1/+1
* Sync program's usage() with manpage's SYNOPSIS.ru2005-02-101-1/+1
* Improve readability for the recently introduced changes by havingdelphij2005-01-141-4/+4
* Use a better name than underscore-tmpfile for better representationdelphij2005-01-141-5/+5
* 64-bit clean + WARNS=6:delphij2005-01-141-21/+26
* Avoid using void pointers in additive expressions.stefanf2004-08-141-2/+2
* Add initial support for compiling a special 32 bit version ofpeter2004-03-211-12/+26
* Fix 10 year old size-of-bcopy bug.cperciva2004-03-131-1/+1
* Initiate deorbit burn for the i386-only a.out related support. Moves arepeter2002-09-171-9/+10
* o __P removedimp2002-03-211-7/+7
* Remove 'register' keyword.obrien2002-03-201-2/+2
* * include/elf.h has been repo copied to include/elf-hints.h, and it noobrien2001-05-021-1/+1
* Add a "-i" option ("insecure") which disables the checks forjdp2000-08-071-17/+6
* If a directory is world-writable or is not owned by root, skip itjdp2000-07-261-0/+15
* Make "ldconfig" with no arguments behave the same as "ldconfig -R".jdp2000-07-091-1/+3
* Fix insecure tempfile handlingkris2000-01-161-8/+4
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Make usage() reflect reality (add the -aout and -elf options).billf1999-04-211-2/+2
* Add a new library function getobjformat(). It checks all thejdp1998-09-091-73/+16
* Fix calls to mmap. It returns void *, and on failure it returnsjdp1998-09-061-11/+11
* For a.out mode, ignore shared libraries that don't have at least 2jdp1998-09-051-1/+3
* Implement ldconfig functionality for ELF. The hints are stored injdp1998-09-051-9/+92
* Fixed printf format errors.bde1998-08-021-4/+5
* Add rcsid. remove unused #includes. Getopt returns -1 not EOF. Add usage().charnier1998-07-061-23/+27
* Fixed printf format errors.bde1998-06-281-4/+3
* ELF preparation step 2:sos1998-05-261-2/+7
* Add -R (rescan or refresh) option to rescan and rebuild the hintspeter1997-08-221-10/+19
* Allow ldconfig to accept files (containing directory paths) as well asjkh1997-07-111-6/+57
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Fixed a bug in the handling of the directories in the search pathjdp1996-11-081-5/+13
* Add a new option "-f hints_file" to specify an alternate file instead ofjdp1996-10-101-25/+28
* Updates to deal with ld.so.hints version 2. It now deals with thepeter1996-10-011-16/+51
* General -Wall warning cleanup, part I.jkh1996-07-121-3/+5
* Bring in some of Paul K's fixes for ldconfig from NetBSD-current.pst1996-02-261-10/+30
* Reset the umask before creating the output file; otherwise runningjoerg1995-08-161-1/+2
* Add an "-m" flag to merge instead of replace the entries. We canasami1995-06-241-39/+67
* Make ldconfig and ld.so not hashing the shared lib minor number. Thisjoerg1995-01-121-6/+5
* Updated to recent version of Paul K.'s shlib code. This code has betternate1994-12-231-11/+7
* Changes from Paul Kranenburg which bring us into sync with his sources:rich1994-06-151-8/+11
* Add the -r and -s flags to the Usage string.ats1994-06-051-2/+2
* This is Paul K's latest set of ld changes. A commit was necessary at thisjkh1994-02-131-12/+24
* Many recent fixes from Paul K, add support for chaining of shared lib deps.jkh1993-11-301-4/+7
* Imported NetBSD's ld for shared libs.paul1993-11-031-0/+411
OpenPOWER on IntegriCloud