summaryrefslogtreecommitdiffstats
path: root/usr.sbin/kldxref
Commit message (Expand)AuthorAgeFilesLines
* MFC r265157: kldxref: Clean up error reportingemaste2014-07-231-8/+9
* MFC r256650: kldxref: Add static keyword to the new function only used in thejilles2013-12-221-1/+1
* kldxref: Do not depend on the directory order.jilles2013-10-041-1/+11
* Use calloc().delphij2013-06-051-2/+1
* Remove unneeded reference to link.h (sys/link_elf.h).delphij2013-06-055-5/+0
* Clarify a warning message.kientzle2012-10-291-1/+2
* Remove variables which are initialized but never used thereafter reported by ...eadler2012-06-191-3/+1
* Reencode files to UTF-8. Drop CP1252 em-dash.uqs2011-12-301-1/+1
* Repair some build breakage introduced in r211725 and garbage collect somenwhitehorn2010-08-281-1/+1
* MFtbemd:imp2010-08-231-2/+2
* various cleanups including:luigi2009-01-061-82/+77
* fix a couple of innocuous compiler warningsluigi2009-01-062-3/+4
* correct description of how a string is stored, fix a fewluigi2009-01-061-5/+10
* Make the linker.hints file have mode 644 instead of 600.luigi2008-11-301-0/+2
* These are the things that the tinderbox has problems with because itjb2007-11-201-0/+1
* Use safe strlcpy rather than unsafe strncpy. After marcel's last fix,imp2006-08-051-4/+2
* Build shared on PowerPC now that the bug has been found and fixed.marcel2006-08-041-4/+0
* Fix (static) buffer overflow bug. The dest buffer is of size MAXPATHLEN,marcel2006-08-041-1/+1
* Use NO_SHARED=YES to force a static link.marcel2006-07-301-1/+1
* Link kldxref(8) static on PowerPC to work around a SIGSEGV thatmarcel2006-07-291-0/+4
* Change maketempfile() to return a FILE* so as to eliminate the fopen()marcel2006-07-291-6/+7
* Use posix_memalign() rather than assuming that malloc() provides adequatejasone2006-01-121-5/+7
* Make our ELF64 type definitions match standards. In particular thismarcel2005-12-187-9/+9
* Explicitly cast ELF_R_TYPE() to the right type.marcel2005-12-181-1/+1
* Skip .symbols files.ru2005-11-111-1/+4
* Doh, erase unused variable...grehan2005-03-031-1/+1
* PowerPC support for kldxref by handling the PPC-specific relocations.grehan2005-03-021-0/+74
* Explicitly pass in the relocation base and data offset into ef_reloc()iedowse2004-08-287-43/+54
* Use a temporary void * variable to work around a strict aliasingiedowse2004-08-271-2/+3
* Add MD relocation support for amd64 and i386 platforms. The no-opiedowse2004-08-272-0/+207
* Add support for reading ELF relocatable object file format modules.iedowse2004-08-273-4/+609
* Call the file format specific code through a table of functioniedowse2004-08-275-75/+244
* Fixed manpage's synopsis, and synchronized it with the program's usage().ru2004-06-012-6/+6
* Check that specified in the command line path is actually a directory,sobomax2004-04-301-0/+9
* Remove bogus (void **) casts. This unbreaks the -O2 build.des2004-03-151-3/+3
* I don't normally use my middle name, so remove it from attributions indes2004-01-251-1/+1
* style.Makefile(5)obrien2003-04-041-1/+2
* 3rd party modules live in /boot/modules nowadays.ru2003-03-031-1/+1
* Fix kldxref on sparc64 by allowing non-trivial relocations to be performedjake2003-01-216-3/+239
* This is a userland tool, not a kernel component or libstand client.peter2002-07-171-5/+5
* The .Nm utilitycharnier2002-07-141-3/+3
* Usage style sweep: spell "usage" with a small 'u'.des2002-04-221-1/+1
* Make kldxref work for Elf64 (which has 32 bit hash tables)peter2002-04-112-7/+7
* Remove unnecessary machine/bootinfo.h includes.jhb2002-01-032-2/+0
* Reorder WARNS line for style.mikeh2001-12-101-2/+1
* WARNS=2 cleanup.mikeh2001-12-093-3/+16
* mdoc(7) police: oops, didn't catch this one without ispell(1).ru2001-11-221-1/+1
* mdoc(7) police: tiny markup fixes.ru2001-11-221-5/+6
* Write a real man page.des2001-10-122-26/+95
* Add kldxref(8), for maintaining the linker.hints file for translatingpeter2001-09-116-0/+837
OpenPOWER on IntegriCloud