aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/kldxref
Commit message (Expand)AuthorAgeFilesLines
* Reencode files to UTF-8. Drop CP1252 em-dash.Ulrich Spörlein2011-12-301-1/+1
* Repair some build breakage introduced in r211725 and garbage collect someNathan Whitehorn2010-08-281-1/+1
* MFtbemd:Warner Losh2010-08-231-2/+2
* various cleanups including:Luigi Rizzo2009-01-061-82/+77
* fix a couple of innocuous compiler warningsLuigi Rizzo2009-01-062-3/+4
* correct description of how a string is stored, fix a fewLuigi Rizzo2009-01-061-5/+10
* Make the linker.hints file have mode 644 instead of 600.Luigi Rizzo2008-11-301-0/+2
* These are the things that the tinderbox has problems with because itJohn Birrell2007-11-201-0/+1
* Use safe strlcpy rather than unsafe strncpy. After marcel's last fix,Warner Losh2006-08-051-4/+2
* Build shared on PowerPC now that the bug has been found and fixed.Marcel Moolenaar2006-08-041-4/+0
* Fix (static) buffer overflow bug. The dest buffer is of size MAXPATHLEN,Marcel Moolenaar2006-08-041-1/+1
* Use NO_SHARED=YES to force a static link.Marcel Moolenaar2006-07-301-1/+1
* Link kldxref(8) static on PowerPC to work around a SIGSEGV thatMarcel Moolenaar2006-07-291-0/+4
* Change maketempfile() to return a FILE* so as to eliminate the fopen()Marcel Moolenaar2006-07-291-6/+7
* Use posix_memalign() rather than assuming that malloc() provides adequateJason Evans2006-01-121-5/+7
* Make our ELF64 type definitions match standards. In particular thisMarcel Moolenaar2005-12-187-9/+9
* Explicitly cast ELF_R_TYPE() to the right type.Marcel Moolenaar2005-12-181-1/+1
* Skip .symbols files.Ruslan Ermilov2005-11-111-1/+4
* Doh, erase unused variable...Peter Grehan2005-03-031-1/+1
* PowerPC support for kldxref by handling the PPC-specific relocations.Peter Grehan2005-03-021-0/+74
* Explicitly pass in the relocation base and data offset into ef_reloc()Ian Dowse2004-08-287-43/+54
* Use a temporary void * variable to work around a strict aliasingIan Dowse2004-08-271-2/+3
* Add MD relocation support for amd64 and i386 platforms. The no-opIan Dowse2004-08-272-0/+207
* Add support for reading ELF relocatable object file format modules.Ian Dowse2004-08-273-4/+609
* Call the file format specific code through a table of functionIan Dowse2004-08-275-75/+244
* Fixed manpage's synopsis, and synchronized it with the program's usage().Ruslan Ermilov2004-06-012-6/+6
* Check that specified in the command line path is actually a directory,Maxim Sobolev2004-04-301-0/+9
* Remove bogus (void **) casts. This unbreaks the -O2 build.Dag-Erling Smørgrav2004-03-151-3/+3
* I don't normally use my middle name, so remove it from attributions inDag-Erling Smørgrav2004-01-251-1/+1
* style.Makefile(5)David E. O'Brien2003-04-041-1/+2
* 3rd party modules live in /boot/modules nowadays.Ruslan Ermilov2003-03-031-1/+1
* Fix kldxref on sparc64 by allowing non-trivial relocations to be performedJake Burkholder2003-01-216-3/+239
* This is a userland tool, not a kernel component or libstand client.Peter Wemm2002-07-171-5/+5
* The .Nm utilityPhilippe Charnier2002-07-141-3/+3
* Usage style sweep: spell "usage" with a small 'u'.Dag-Erling Smørgrav2002-04-221-1/+1
* Make kldxref work for Elf64 (which has 32 bit hash tables)Peter Wemm2002-04-112-7/+7
* Remove unnecessary machine/bootinfo.h includes.John Baldwin2002-01-032-2/+0
* Reorder WARNS line for style.Mike Heffner2001-12-101-2/+1
* WARNS=2 cleanup.Mike Heffner2001-12-093-3/+16
* mdoc(7) police: oops, didn't catch this one without ispell(1).Ruslan Ermilov2001-11-221-1/+1
* mdoc(7) police: tiny markup fixes.Ruslan Ermilov2001-11-221-5/+6
* Write a real man page.Dag-Erling Smørgrav2001-10-122-26/+95
* Add kldxref(8), for maintaining the linker.hints file for translatingPeter Wemm2001-09-116-0/+837