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
/
usr.bin
/
ldd
/
Makefile
Age
Commit message (
Expand
)
Author
2009-12-15
make this actually build on mips64.
mrg
2009-12-13
- adjust the logic for compat ldd: add an elf32_compat module and arrange
mrg
2009-08-22
kill ldd_aout. it didn't work anyway...not since i don't know when.
mrg
2009-08-20
Um, the test for mips should use MACHINE_CPU, not MACHINE_ARCH.
he
2009-08-20
Don't include <a.out.h> unless it's needed, and don't build
he
2009-04-14
Enable WARNS=4 by default for usr.bin, except for:
lukem
2009-01-07
- rework this a bunch to make it work inside /rescue/ldd.
mrg
2009-01-06
- get rid of building an a.out-happy ldd (but keep supporting a.out
mrg
1998-12-15
Move a.out version of ldd(1) to the usr.bin tree; elf and a.out
pk
1997-10-19
don't define WARNS=1 here
lukem
1997-10-11
CFLAGS->CPPFLAGS, and general cleanup; add WARNS
christos
1997-05-08
Back out the .PATH.c changes. The .depend problem (and others)
gwr
1997-05-06
Use .PATH.c: ...
gwr
1996-12-17
Mipsel changes to ELF ldd/ld.so:
jonathan
1996-12-16
First cut at an elf-aware ldd. Originally from John Polstra's FreeBSD elf
cgd