summaryrefslogtreecommitdiffstats
path: root/usr.sbin/kldxref/kldxref.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixed manpage's synopsis, and synchronized it with the program's usage().ru2004-06-011-1/+1
|
* Check that specified in the command line path is actually a directory,sobomax2004-04-301-0/+9
| | | | otherwise we are risking to coredump later on.
* Remove bogus (void **) casts. This unbreaks the -O2 build.des2004-03-151-3/+3
|
* Fix kldxref on sparc64 by allowing non-trivial relocations to be performedjake2003-01-211-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'.des2002-04-221-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.jhb2002-01-031-1/+0
| | | | Submitted by: jake
* WARNS=2 cleanup.mikeh2001-12-091-1/+2
| | | | | PR: bin/32567 MFC after: 2 weeks
* Add kldxref(8), for maintaining the linker.hints file for translatingpeter2001-09-111-0/+346
module->pathname.ko. It supports only ELF for now. Submitted by: bp (with some minor tweaks)
OpenPOWER on IntegriCloud