Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed manpage's synopsis, and synchronized it with the program's usage(). | ru | 2004-06-01 | 1 | -1/+1 |
| | |||||
* | Check that specified in the command line path is actually a directory, | sobomax | 2004-04-30 | 1 | -0/+9 |
| | | | | otherwise we are risking to coredump later on. | ||||
* | Remove bogus (void **) casts. This unbreaks the -O2 build. | des | 2004-03-15 | 1 | -3/+3 |
| | |||||
* | Fix kldxref on sparc64 by allowing non-trivial relocations to be performed | jake | 2003-01-21 | 1 | -2/+3 |
| | | | | | | | | | 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 | ||||
* | Usage style sweep: spell "usage" with a small 'u'. | des | 2002-04-22 | 1 | -1/+1 |
| | | | | | Also change one case of blatant __progname abuse (several more remain) This commit does not touch anything in src/{contrib,crypto,gnu}/. | ||||
* | Remove unnecessary machine/bootinfo.h includes. | jhb | 2002-01-03 | 1 | -1/+0 |
| | | | | Submitted by: jake | ||||
* | WARNS=2 cleanup. | mikeh | 2001-12-09 | 1 | -1/+2 |
| | | | | | PR: bin/32567 MFC after: 2 weeks | ||||
* | Add kldxref(8), for maintaining the linker.hints file for translating | peter | 2001-09-11 | 1 | -0/+346 |
module->pathname.ko. It supports only ELF for now. Submitted by: bp (with some minor tweaks) |