| Commit message (Expand) | Author | Age | Files | Lines |
* | ANSIfy ldconfig and the aout bits it still uses from rtld-aout. | ed | 2009-12-29 | 1 | -13/+7 |
* | Switch the default WARNS level for sbin/ to 6. | ru | 2009-10-19 | 1 | -1/+0 |
* | Remove unused reference to objformat.h | peter | 2007-01-25 | 1 | -1/+0 |
* | Tweak -32 description and add -32 FILES. | obrien | 2005-12-09 | 1 | -2/+7 |
* | -mdoc sweep. | ru | 2005-11-18 | 1 | -1/+1 |
* | Document -32 flag in usage() output as well. | jhb | 2005-11-11 | 1 | -1/+1 |
* | Document the -32 switch available on amd64. | jhb | 2005-11-11 | 1 | -0/+4 |
* | Sync program's usage() with manpage's SYNOPSIS. | ru | 2005-02-10 | 1 | -1/+1 |
* | Improve readability for the recently introduced changes by having | delphij | 2005-01-14 | 1 | -4/+4 |
* | Use a better name than underscore-tmpfile for better representation | delphij | 2005-01-14 | 1 | -5/+5 |
* | 64-bit clean + WARNS=6: | delphij | 2005-01-14 | 2 | -22/+27 |
* | Avoid using void pointers in additive expressions. | stefanf | 2004-08-14 | 1 | -2/+2 |
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 1 | -9/+18 |
* | Add initial support for compiling a special 32 bit version of | peter | 2004-03-21 | 1 | -12/+26 |
* | Fix 10 year old size-of-bcopy bug. | cperciva | 2004-03-13 | 1 | -1/+1 |
* | style.Makefile(5): | johan | 2004-02-23 | 1 | -1/+1 |
* | Describe the pattern filenames must be in before they are added to the hints | trhodes | 2003-05-08 | 1 | -0/+3 |
* | Initiate deorbit burn for the i386-only a.out related support. Moves are | peter | 2002-09-17 | 1 | -9/+10 |
* | Clarify the explanation of the behavior for setuid programs by | jdp | 2002-08-18 | 1 | -2/+2 |
* | The .Nm utility | charnier | 2002-07-06 | 1 | -3/+5 |
* | o __P removed | imp | 2002-03-21 | 2 | -9/+9 |
* | Remove 'register' keyword. | obrien | 2002-03-20 | 1 | -2/+2 |
* | Default to WARNS=2. | obrien | 2001-12-04 | 1 | -0/+1 |
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 1 | -1/+1 |
* | Fix a "this sentence no verb" grammar bogon. | schweikh | 2001-06-08 | 1 | -1/+1 |
* | * include/elf.h has been repo copied to include/elf-hints.h, and it no | obrien | 2001-05-02 | 2 | -2/+2 |
* | - Backout botched attempt to introduce MANSECT feature. | ru | 2001-03-26 | 1 | -0/+1 |
* | Set the default manual section for sbin/ to 8. | ru | 2001-03-20 | 1 | -1/+0 |
* | Elminate common declaration. | ps | 2001-02-22 | 2 | -1/+2 |
* | mdoc(7) police: split punctuation characters + misc fixes. | ru | 2001-02-01 | 1 | -1/+1 |
* | Prepare for mdoc(7)NG. | ru | 2000-12-18 | 1 | -1/+3 |
* | Extend the ldconfig security check so that it ignores group-writable | jdp | 2000-12-17 | 2 | -2/+8 |
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -2/+2 |
* | Use Fx macro wherever possible. | ru | 2000-11-14 | 1 | -1/+2 |
* | Add a "-i" option ("insecure") which disables the checks for | jdp | 2000-08-07 | 4 | -35/+36 |
* | If a directory is world-writable or is not owned by root, skip it | jdp | 2000-07-26 | 3 | -5/+35 |
* | Make "ldconfig" with no arguments behave the same as "ldconfig -R". | jdp | 2000-07-09 | 2 | -1/+4 |
* | Remove more single-space hard sentence breaks. | sheldonh | 2000-03-06 | 1 | -1/+2 |
* | Remove single-space hard sentence breaks. These degrade the quality | sheldonh | 2000-03-01 | 1 | -7/+14 |
* | If a directory on the command line doesn't exist, warn about it | jdp | 2000-01-21 | 1 | -2/+2 |
* | Fix insecure tempfile handling | kris | 2000-01-16 | 1 | -8/+4 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 5 | -5/+5 |
* | Make usage() reflect reality (add the -aout and -elf options). | billf | 1999-04-21 | 1 | -2/+2 |
* | Add a new library function getobjformat(). It checks all the | jdp | 1998-09-09 | 1 | -73/+16 |
* | Fix calls to mmap. It returns void *, and on failure it returns | jdp | 1998-09-06 | 1 | -11/+11 |
* | For a.out mode, ignore shared libraries that don't have at least 2 | jdp | 1998-09-05 | 1 | -1/+3 |
* | Implement ldconfig functionality for ELF. The hints are stored in | jdp | 1998-09-05 | 5 | -31/+465 |
* | Fixed printf format errors. | bde | 1998-08-02 | 1 | -4/+5 |
* | Add rcsid. remove unused #includes. Getopt returns -1 not EOF. Add usage(). | charnier | 1998-07-06 | 1 | -23/+27 |
* | Fixed printf format errors. | bde | 1998-06-28 | 1 | -4/+3 |