index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sbin
/
ldconfig
/
ldconfig.c
Age
Commit message (
Expand
)
Author
2011-01-04
Fix file descriptor leak. Found by cppcheck.
wiz
2010-05-13
cast isblank(3)'s argument to unsigned char.
tnozaki
2009-08-16
Add <sys/exec_aout.h> includes
martin
2009-03-17
fix sign-compare issues
lukem
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2006-03-26
Coverity CID 2766: Don't leak memory.
christos
2006-03-21
Coverity CID 1601: Fix memory leak.
christos
2006-03-21
Coverity CID 1603: Fix memory leak.
christos
2005-06-02
appease gcc -Wuninitialized
lukem
2005-02-05
Kill __P(), use ANSI function declarations.
xtraeme
2004-10-28
Add (unsigned char) cast to isdigit call
dsl
2004-01-05
Homogenize usage messages: make the 'usage' word all lowercase, as this seems
jmmv
2003-06-23
Add NetBSD RCS Ids.
agc
2003-01-05
Correct length of a memcpy.
kristerw
2001-11-01
fix a couple of -Wshadow warnings
lukem
2001-02-19
convert to use getprogname()
cgd
2000-11-10
Cosmetic change; actually split a line which looks like as if two lines.
enami
2000-09-29
Build this on ELF as well. When on an ELF system, only look in
fvdl
2000-06-01
make ldconfig.c not always fail.
matt
2000-05-27
Add some code to test libraries to make sure they are a.out before adding
matt
2000-05-27
Changes to put the COMPAT_AOUT code into ld.aout_so. Search <dir> for <lib>
matt
1999-07-16
- don't core-dump if hints file is too short
christos
1999-06-17
MAP_COPY -> MAP_PRIVATE
thorpej
1999-04-09
Plug a file descriptor leak.
agc
1999-04-08
!silent -> verbose, to make it compile again (there is no "silent")
drochner
1999-04-08
If there is no /etc/ld.so.conf, it is not a fatal error. Correct the return
agc
1998-12-15
Adapt to new location in `src/sbin'.
pk
1998-12-15
Pull in proper headers; deal with compiler warnings; miscelleneous KNF.
pk
1998-09-05
Assign my copyrights to TNF.
pk
1998-02-20
Fill in missing (default) mmap(2) flags.
mycroft
1997-08-26
Enhancements from Jim Bernard <jbernard@tater.mines.edu>, to support
thorpej
1997-04-16
mktemp() -> mkstemp()
christos
1997-01-03
eliminate valueless return from main(); PR bin/3073.
mikel
1996-07-03
RCS id police.
thorpej
1996-06-30
Add '-m' to usage string; Fixes PR #2580
jtc
1996-01-09
Create v.2 hint files.
pk
1995-08-25
Just use umask(0);
pk
1995-08-25
Ensure the hints file is readable.
pk
1995-08-05
Parse library names better; takes care of PR#1291
pk
1995-06-20
Add a `merge' option.
pk
1994-06-16
Update man page.
pk
1994-06-10
Conversion to err()/warn() for error reports.
pk
1994-03-28
no more MAP_FILE
cgd
1994-01-29
Fix spelling error in Copyright notice
jtc
1994-01-28
Remove reference to `mywrite()'.
pk
1994-01-13
Don't barf if builtin directories happen to be non-existent.
pk
1993-12-08
*** empty log message ***
pk
1993-10-23
Utility to maintain shared library lookup "hints".
pk