Revision tags: release/4.10.0_cvs, release/4.10.0 |
|
#
b7abc67e |
| 30-Apr-2004 |
Maxim Sobolev <sobomax@FreeBSD.org> |
Check that specified in the command line path is actually a directory, otherwise we are risking to coredump later on.
|
#
76798703 |
| 15-Mar-2004 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
Remove bogus (void **) casts. This unbreaks the -O2 build.
|
Revision tags: release/5.2.1_cvs, release/5.2.1, release/5.2.0_cvs, release/5.2.0, release/4.9.0_cvs, release/4.9.0, release/5.1.0_cvs, release/5.1.0, release/4.8.0_cvs, release/4.8.0 |
|
#
1eed250a |
| 21-Jan-2003 |
Jake Burkholder <jake@FreeBSD.org> |
Fix kldxref on sparc64 by allowing non-trivial relocations to be performed on variables read out of raw kld files. Unlike other platforms the value will be in an Elf_Rela, not in the data section of
Fix kldxref on sparc64 by allowing non-trivial relocations to be performed on variables read out of raw kld files. Unlike other platforms the value will be in an Elf_Rela, not in the data section of the elf file.
Submitted by: Hartmut Brandt <brandt@fokus.gmd.de> PR: 46730 Tested on: alpha (obrien), i386, sparc64
show more ...
|
Revision tags: release/5.0.0_cvs, release/5.0.0, release/4.7.0_cvs, release/4.6.2_cvs, release/4.6.2, release/4.6.1, release/4.6.0_cvs |
|
#
d3974088 |
| 22-Apr-2002 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
Usage style sweep: spell "usage" with a small 'u'. Also change one case of blatant __progname abuse (several more remain) This commit does not touch anything in src/{contrib,crypto,gnu}/.
|
Revision tags: release/4.5.0_cvs, release/4.4.0_cvs |
|
#
8c7911eb |
| 03-Jan-2002 |
John Baldwin <jhb@FreeBSD.org> |
Remove unnecessary machine/bootinfo.h includes.
Submitted by: jake
|
#
87e5cd7c |
| 09-Dec-2001 |
Mike Heffner <mikeh@FreeBSD.org> |
WARNS=2 cleanup.
PR: bin/32567 MFC after: 2 weeks
|
#
9c6f9240 |
| 11-Sep-2001 |
Peter Wemm <peter@FreeBSD.org> |
Add kldxref(8), for maintaining the linker.hints file for translating module->pathname.ko. It supports only ELF for now.
Submitted by: bp (with some minor tweaks)
|