aboutsummaryrefslogtreecommitdiff
path: root/sbin/ldconfig
Commit message (Expand)AuthorAgeFilesLines
* Sync program's usage() with manpage's SYNOPSIS.Ruslan Ermilov2005-02-101-1/+1
* Improve readability for the recently introduced changes by havingXin LI2005-01-141-4/+4
* Use a better name than underscore-tmpfile for better representationXin LI2005-01-141-5/+5
* 64-bit clean + WARNS=6:Xin LI2005-01-142-22/+27
* Avoid using void pointers in additive expressions.Stefan Farfeleder2004-08-141-2/+2
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-9/+18
* Add initial support for compiling a special 32 bit version ofPeter Wemm2004-03-211-12/+26
* Fix 10 year old size-of-bcopy bug.Colin Percival2004-03-131-1/+1
* style.Makefile(5):Johan Karlsson2004-02-231-1/+1
* Describe the pattern filenames must be in before they are added to the hintsTom Rhodes2003-05-081-0/+3
* Initiate deorbit burn for the i386-only a.out related support. Moves arePeter Wemm2002-09-171-9/+10
* Clarify the explanation of the behavior for setuid programs byJohn Polstra2002-08-181-2/+2
* The .Nm utilityPhilippe Charnier2002-07-061-3/+5
* o __P removedWarner Losh2002-03-212-9/+9
* Remove 'register' keyword.David E. O'Brien2002-03-201-2/+2
* Default to WARNS=2.David E. O'Brien2001-12-041-0/+1
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* Fix a "this sentence no verb" grammar bogon.Jens Schweikhardt2001-06-081-1/+1
* * include/elf.h has been repo copied to include/elf-hints.h, and it noDavid E. O'Brien2001-05-022-2/+2
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-0/+1
* Set the default manual section for sbin/ to 8.Ruslan Ermilov2001-03-201-1/+0
* Elminate common declaration.Paul Saab2001-02-222-1/+2
* mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-011-1/+1
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-181-1/+3
* Extend the ldconfig security check so that it ignores group-writableJohn Polstra2000-12-172-2/+8
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-2/+2
* Use Fx macro wherever possible.Ruslan Ermilov2000-11-141-1/+2
* 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